Changeset 658:b2ff9479d933 for themes/ductile
- Timestamp:
- 07/27/11 08:03:32 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/img/minus.png
- Property exe deleted
-
themes/ductile/img/plus.png
- Property exe deleted
-
themes/ductile/locales/fr/help/help.html
r655 r658 89 89 <li>Au moins 7:1 pour les textes de taille courante pour le niveau AAA ;</li> 90 90 <li>Au moins 3:1 pour les textes de taille agrandie (150 % ou 120 % gras) pour le niveau AA ;</li> 91 <li>Au moins 4,5:1 pour les textes de taille agrandie (150 % ou 120 % gras) pour le niveau AAA ;</li>91 <li>Au moins 4,5:1 pour les textes de taille agrandie (150 % ou 120 % gras) pour le niveau AAA.</li> 92 92 </ul> 93 93 -
themes/ductile/mediaqueries.css
r640 r658 176 176 .supranav li a { 177 177 display: inline-block; 178 vertical-align: top; 178 179 padding: 8px 32px 8px 28px; 179 180 border-right: 1px solid #ccc; … … 205 206 padding: 0; 206 207 } 207 #stickers lispan {208 #stickers span { 208 209 display: block; 209 210 text-align: center; 210 } 211 #stickers li a:hover, 212 #stickers li a:active, 213 #stickers li a:focus { 214 background-color: #fff; 211 position: absolute; 212 top: -500px; 215 213 } 216 214 #stickers a:hover, #stickers a:focus { 215 background: #fff !important; 216 } 217 #stickers a:hover span, #stickers a:focus span { 217 218 color: #666; 218 background: #fff; 219 position: static; 220 top: 0; 219 221 } 220 222 } -
themes/ductile/style.css
r650 r658 246 246 color: #ad3f4c; 247 247 } 248 .post-icon { 248 .post-icon { /* for entry short */ 249 249 display: block; 250 250 float: left; … … 256 256 -o-box-shadow: 2px 2px 3px #ccc; 257 257 box-shadow: 2px 2px 3px #ccc; 258 } 259 .short .post-content p { /* for entry short */ 260 margin-top: 0; 258 261 } 259 262 .post h3, … … 572 575 } 573 576 #sidebar h2.toggle { 574 background-image: url(img/plus.png); 575 background-repeat: no-repeat; 576 padding-left: 20px; 577 background: url(img/plus.png) no-repeat left center; 578 padding-left: 16px; 577 579 } 578 580 #sidebar h2.expanded { … … 909 911 --------------------------------------------------- */ 910 912 .post, 913 .pagination, 914 .navlinks, 911 915 .footnotes, 912 916 #attachments,
Note: See TracChangeset
for help on using the changeset viewer.