Changeset 354:dd1476ad9a88
- Timestamp:
- 06/12/11 09:45:05 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 8 added
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r350 r354 23 23 } 24 24 h1 a { 25 display: block; 26 padding: 0 3%; 25 padding: 6px 3%; 27 26 color: #fff; 28 27 text-shadow: 0 1px 1px #333; 29 28 } 30 29 h1 a:hover, h1 a:focus { 31 background: # 333;30 background: #686867; 32 31 } 33 #prelude {32 #prelude, #blogdesc { 34 33 display: none; 34 } 35 h2.post-title { 36 font-size: 2.5em; 37 } 38 #supranav li { 39 display: block !important; 40 } 41 #supranav li+li { 42 border-top: 1px solid #ddd; 43 } 44 #stickers { 45 margin: 0; 46 padding: 0; 47 border-bottom: 8px solid #fff; 48 } 49 #stickers li { 50 position: relative; 51 line-height: 2.5em; 52 margin-left: 0; 53 padding-left: 0; 54 border: 2px solid #fff; 55 border-left: 8px solid #fff; 56 border-right: 8px solid #fff; 57 } 58 #stickers img { 59 display: block; 60 position: absolute; 61 clip: rect(0px,32px,32px,0px); 62 } 63 #stickers span { 64 margin-left: 40px; 65 } 66 #stickers a { 67 text-decoration: none; 35 68 } 36 69 } 37 70 38 71 @media only screen and (min-width: 481px) { 39 # page{40 padding-top: 16px;72 #top { 73 padding-top: 24px; 41 74 } 42 75 h1 { 43 font-size: 2.25em; 76 font-size: 2em; 77 padding-right: 200px; 44 78 } 45 79 h1 a, h1 a:hover, h1 a:focus { 46 80 background-repeat: no-repeat; 47 background-position: left center;81 background-position: left top; 48 82 padding-left: 68px; 49 83 background-image: url(img/home-small.png); 84 min-height: 42px; 50 85 } 86 #stickers { 87 position: absolute; 88 top: 0; 89 right: 0; 90 padding-right: 10%; 91 } 92 #stickers li { 93 display: inline; 94 padding: 0 4px; 95 } 96 #stickers li.last { 97 padding-right: 0; 98 } 99 #stickers li span { 100 display: none; 101 } 102 h2.post-title { 103 font-size: 2.8em; 104 } 105 #stickers li a:hover, 106 #stickers li a:active, 107 #stickers li a:focus { 108 background-color: #fff; 109 border-bottom: 4px solid #ad3f4c; 110 } 51 111 } 52 112 … … 75 135 margin-right: 4%; 76 136 } 137 #stickers { 138 padding-right: 10%; 139 } 77 140 } 78 141 … … 103 166 margin : 0; 104 167 } 168 #stickers { 169 padding-right: 15%; 170 } 105 171 } 106 172 … … 124 190 text-align: left; 125 191 } 192 #stickers { 193 padding-right: 140px; 194 } 126 195 } -
themes/ductile/style.css
r350 r354 79 79 ------------------------------------------------------------- */ 80 80 81 h1 { 82 font-variant: small-caps; 83 line-height: 1; 84 } 81 85 h1 a { 82 86 text-decoration: none; 87 display: inline-block; 83 88 } 84 89 #prelude { … … 96 101 color: #666; 97 102 } 103 #blogdesc { 104 margin: -8px 0 0 68px; 105 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 106 font-style: italic; 107 color: #909090; 108 } 109 #supranav { 110 margin: 16px 0 0; 111 padding: 0; 112 list-style-type: none; 113 padding: 4px; 114 font-size: .875em; 115 text-align: center; 116 background-color: #f3f2e9; 117 border-top: 1px solid #eee; 118 border-bottom: 1px solid #eee; 119 } 120 #supranav li { 121 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 122 text-transform: uppercase; 123 display: inline; 124 padding: 4px 1em; 125 } 126 #supranav li a { 127 text-decoration: none; 128 padding: 4px 1em; 129 white-space: nowrap; 130 } 98 131 99 132 /* ------------------------------------------------------------ … … 111 144 margin-top: 4em; 112 145 font-size: .875em; 113 font-family: " helvetica neue", helvetica,sans-serif;146 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 114 147 } 115 148 #content-info h2 { … … 118 151 #subcategories { 119 152 font-size: .875em; 120 font-family: " helvetica neue", helvetica,sans-serif;153 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 121 154 } 122 155 #subcategories h3 { … … 153 186 .pagination a { 154 187 padding: 0 1em; 188 white-space: nowrap; 155 189 } 156 190 … … 170 204 color: #909090; 171 205 line-height: 1.17; 172 font-size: 3em;173 206 } 174 207 h2.post-title a { … … 254 287 background-image: url(img/attach.png); 255 288 } 289 #attachments { 290 font-size: .875em; 291 border-bottom: 1px solid #999; 292 margin: 0 0 2em; 293 } 294 #attachments h3 { 295 font-variant: small-caps; 296 font-weight: normal; 297 color: #666; 298 } 299 #attachments ul { 300 list-style-type: none; 301 margin: 0 0 1em; 302 padding: 0; 303 } 304 #attachments ul li { 305 padding-left: 24px; 306 background: #fff url(img/download.png) no-repeat; 307 } 256 308 257 309 /* ------------------------------------------------------------ … … 265 317 #comments-feed { 266 318 color: #4c4c85; 267 font-family: " helvetica neue", helvetica, sans-serif;319 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 268 320 font-size: .875em; 269 321 } … … 351 403 } 352 404 .field textarea { 353 font-family: " helvetica neue", helvetica,sans-serif;405 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 354 406 font-size: .875em; 355 407 padding: .5em 1em; … … 491 543 #search .submit:hover, 492 544 #search .submit:focus { 493 background: # 333;545 background: #686867; 494 546 } 495 547 … … 500 552 #footer { 501 553 clear: both; 502 background: # 706f6f;554 background: #686867; 503 555 color: #fff; 504 556 } … … 513 565 #footer a:hover, 514 566 #footer a:focus { 515 background: #333; 567 background: #686867; 568 } 569 #stickers { 570 list-style-type: none; 571 margin: 0; 516 572 } 517 573 … … 608 664 .post, 609 665 .footnotes, 610 .attachments,666 #attachments, 611 667 .post-info-co, 612 668 #comments, #footer {
Note: See TracChangeset
for help on using the changeset viewer.