Changeset 446:b88b130165e1 for themes/ductile
- Timestamp:
- 06/29/11 21:11:41 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_define.php
r421 r446 14 14 /* Description*/ "Chantier pour un nouveau theme", 15 15 /* Author */ "Dotclear Team", 16 /* Version */ '0. 6'16 /* Version */ '0.7' 17 17 ); 18 18 ?> -
themes/ductile/mediaqueries.css
r441 r446 118 118 right: 0; 119 119 padding-right: 3%; 120 font-size: .875em; 120 121 } 121 122 #stickers li { 122 display: inline;123 padding: 0 4px;124 }125 #stickers li.last {126 padding -right: 0;123 display: block; 124 float: right; 125 text-align: center; 126 width: 60px; 127 padding: 0; 127 128 } 128 129 #stickers li span { 129 font-size: 1px; 130 display: inline-block; 131 height:1px; 132 width: 1px; 133 overflow:hidden; 130 display: block; 131 text-align: center; 134 132 } 135 133 #stickers li a:hover, … … 137 135 #stickers li a:focus { 138 136 background-color: #fff; 139 border-bottom: 4px solid #ad3f4c; 137 } 138 #stickers a:hover, #stickers a:focus { 139 color: #000; 140 background: #fff; 140 141 } 141 142 } … … 245 246 @media only screen and (min-width: 1280px) { 246 247 #content { 247 margin : 0 20em 0 2 00px;248 margin : 0 20em 0 220px; 248 249 } 249 250 .post-attr { 250 margin-left: -2 00px;251 margin-left: -220px; 251 252 float: left; 252 width: 1 50px;253 width: 180px; 253 254 text-align: right; 254 255 } -
themes/ductile/style.css
r440 r446 722 722 .post, 723 723 .footnotes, 724 #attachments, 724 #attachments, 725 .read-it, 725 726 .post-info-co, 726 727 #comments, #footer {
Note: See TracChangeset
for help on using the changeset viewer.