Changeset 497:935efe2fe067 for themes/ductile/style.css
- Timestamp:
- 07/03/11 17:11:21 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r487 r497 23 23 Couleurs : 24 24 Typo: #222 courant, #4c4c85 commentaires 25 Titres non cliquables: #14709e 25 26 Liens: #666 courant, #ad3f4c titre billet et Lire la suite 26 27 Fond formulaire comm: #eef … … 91 92 text-decoration: none; 92 93 color: #333; 93 }94 #prelude {95 position: absolute;96 margin: 0;97 top: 0;98 left: 3px;99 color: #fff;100 font-size: .875em;101 list-style-type: none;102 }103 #prelude li {104 display: inline;105 }106 #prelude a, #prelude a:hover, #prelude a:visited {107 position:absolute;108 left:0;109 top:-500px;110 width:1px;111 height:1px;112 overflow:hidden;113 }114 #prelude a:active, #prelude a:focus {115 position:static;116 width:auto;117 height:auto;118 94 } 119 95 #blogdesc { … … 124 100 text-shadow: none; 125 101 } 126 #supranav{102 .supranav, #prelude { 127 103 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 128 104 padding: 0 0 0 4px; … … 131 107 font-size: .875em; 132 108 } 133 #supranavli {109 .supranav li, #prelude li { 134 110 text-transform: uppercase; 135 111 vertical-align: top; 136 112 } 137 #supranav li a {113 .supranav li a { 138 114 text-decoration: none; 139 115 white-space: nowrap; … … 144 120 background: transparent url(img/menu.png) no-repeat right top; 145 121 } 146 #supranav li a:hover, #supranav li a:active, #supranav li a:focus { 122 .supranav li a:hover, 123 .supranav li a:active, 124 .supranav li a:focus { 147 125 background-color: #ebebee; 148 126 background-position: right -150px; 149 127 } 150 #supranav li.active a {128 .supranav li.active a { 151 129 background-position: right -150px; 152 130 } 153 #supranav li a span {131 .supranav li a span { 154 132 display: block; 155 133 text-transform: none; … … 177 155 #content-info h2 { 178 156 font-size: 1.2em; 157 color: #14709e; 179 158 } 180 159 #subcategories { … … 235 214 .post-title { 236 215 margin-bottom: .33em; 237 color: # 000;216 color: #14709e; 238 217 line-height: 1.17; 239 218 } … … 248 227 font-variant: small-caps; 249 228 font-weight: normal; 250 color: # 666;229 color: #14709e; 251 230 } 252 231 .post-info, … … 295 274 font-size: .875em; 296 275 } 276 .footnotes h4 { 277 font-variant: normal; 278 font-weight: bold; 279 } 297 280 .read-it { 298 281 text-align: right; … … 722 705 font-weight: normal; 723 706 text-transform: lowercase; 707 color: #14709e; 724 708 } 725 709 .arch-block h4 {
Note: See TracChangeset
for help on using the changeset viewer.