Changeset 3763:857d4768935c for admin/style/scss/partials/_markup.scss
- Timestamp:
- 06/22/18 16:48:10 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_markup.scss
r3762 r3763 7 7 padding: 0 1em .5em 1em; 8 8 margin: 0 -1em 1em -1em; 9 background: #fff url(bg_h2.png) repeat-x center bottom; 10 } 11 12 h2 a:link, 13 h2 a:visited { 14 color: #676e78; 15 border-color: #000; 16 } 17 9 background: $breadcrumb-background url(bg_h2.png) repeat-x center bottom; 10 } 18 11 19 12 /* page courante dans le fil d'ariane */ 20 13 21 14 .page-title { 22 color: #d30e60;15 color: $breadcrumb-current; 23 16 img { 24 17 padding-left: .5em; … … 37 30 .fieldset h4, 38 31 .pretty-title { 39 color: #D33800;32 color: $fieldset-pretty-title-color; 40 33 font-size: 1em; 41 34 font-weight: bold; … … 52 45 text-transform: uppercase; 53 46 font-weight: bold; 54 color: #333;47 color: $fieldset-smart-title-color; 55 48 } 56 49 57 50 #entry-sidebar h5 { 58 51 font-weight: normal; 59 color: #333;52 color: $entry-sidebar-title-color; 60 53 } 61 54 … … 67 60 h4 label, 68 61 h5 label { 69 color: #333;62 color: $title-label-color; 70 63 } 71 64 … … 99 92 100 93 caption { 101 color: #333;94 color: $table-caption-color; 102 95 font-weight: bold; 103 96 text-align: left; … … 108 101 border-width: 1px 0 1px 0; 109 102 border-style: solid; 110 border-color: #dfdfdf;111 background: #eef1ec;103 border-color: $head-border; 104 background: $head-background; 112 105 padding: .4em 1em .4em .5em; 113 106 vertical-align: top; … … 119 112 border-width: 0 0 1px 0; 120 113 border-style: solid; 121 border-color: #e3e3e3;114 border-color: $cell-border; 122 115 padding: .4em 1em .4em .5em; 123 116 vertical-align: top; … … 134 127 height: 1px; 135 128 border-width: 1px 0 0; 136 border-color: #dfdfdf;137 background: #dfdfdf;129 border-color: $hr-color; 130 background: $hr-color; 138 131 border-style: solid; 139 132 &.clearer { … … 149 142 150 143 code { 151 background: #fefacd;144 background: $code-background; 152 145 } 153 146 … … 180 173 a:link, 181 174 a:visited { 182 color: #2373A8;175 color: $link-color; 183 176 text-decoration: none; 184 border-bottom: 1px dotted #999;177 border-bottom: 1px dotted $link-border; 185 178 background-color: inherit; 186 179 outline: 0; … … 202 195 203 196 .discrete a { 204 color: #333;197 color: $discrete-link-color; 205 198 } 206 199 … … 211 204 a:focus, 212 205 a:focus img { 213 outline: 2px solid #bee74b;206 outline: 2px solid $link-outline; 214 207 border-bottom: none; 215 208 text-decoration: none;
Note: See TracChangeset
for help on using the changeset viewer.