Changeset 110427 in spip-zone
- Timestamp:
- May 27, 2018, 10:15:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/html5up_landed/theme_landed.css.html
r110422 r110427 17 17 #SET{bando, #CONFIG{html5_landed/couleur_bando}|trim|sinon{#272727}} 18 18 #SET{color, #CONFIG{html5_landed/couleur_theme}|trim|sinon{#e44c65}} 19 #SET{color_foncee, ##GET{color}|replace{'#',''}|couleur_foncer} 19 20 #SET{liens, #CONFIG{html5_landed/couleur_liens}|trim|sinon{#e44c65}} 20 21 #SET{liens_foncee, ##GET{liens}|replace{'#',''}|couleur_foncer} … … 64 65 } 65 66 66 /* Bordures et formulaires */ 67 /* Sous rubrique active */ 68 69 .dropotron > li.active > a, .dropotron > li.active > span { 70 color: #GET{color}; 71 } 72 73 #header nav ul li.active > a, #header nav ul li.active > span { 74 color: #GET{color}; 75 } 76 77 /* bordure sous les titre et sections de la home */ 67 78 68 79 header.major:after { 69 80 background: #GET{color}; 70 }71 72 textarea:focus {73 border-color: #GET{color};74 }75 76 input[type="radio"]:focus + label:before {77 border-color: #GET{color};78 }79 80 input[type="submit"]:hover, input[type="submit"]:active,81 input[type="reset"]:hover,82 input[type="reset"]:active,83 input[type="button"]:hover,84 input[type="button"]:active,85 .button:hover,86 .button:active {87 box-shadow: inset 0 0 0 1px #GET{color};88 color: #GET{color} !important;89 81 } 90 82 … … 93 85 } 94 86 95 .dropotron > li.active > a, .dropotron > li.active > span { 96 color: #GET{color}; 97 } 98 99 #header nav ul li.active > a, #header nav ul li.active > span { 100 color: #GET{color}; 101 } 87 /* bouton menu sur petits écrans */ 102 88 103 89 #titleBar .toggle {
Note: See TracChangeset
for help on using the changeset viewer.