Changeset 315:16343c7b07ef for themes/ductile
- Timestamp:
- 05/25/11 11:21:03 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r309 r315 11 11 h1 { 12 12 font-size: 1.8em; 13 margin-left: 3%; 14 } 15 } 16 17 @media only screen and (min-width: 481px) { 18 h1 { 19 font-size: 2.5em; 20 } 21 h1 a, h1 a:hover, h1 a:focus { 22 background-repeat: no-repeat; 23 background-position: left center; 24 padding-left: 68px; 25 background-image: url(img/home-small.png); 13 26 } 14 27 } … … 28 41 } 29 42 30 @media only screen and (min-width: 481px) {31 h1 {32 font-size: 2.5em;33 }34 }35 36 43 @media only screen and (min-width: 640px) and (max-width: 960px) { 37 44 #wrapper { -
themes/ductile/style.css
r309 r315 27 27 } 28 28 29 /* ----------------------------------------------- page */ 30 #page { 31 position: relative; 32 padding-top: 16px; 33 } 29 34 35 /* ----------------------------------------------- top */ 36 h1 a { 37 text-decoration: none; 38 } 39 #prelude { 40 position: absolute; 41 margin: 0; 42 top: 0; 43 left: 3px; 44 color: #fff; 45 } 46 #prelude a { 47 color: #fff; 48 } 49 #prelude a:focus { 50 color: #666; 51 } 30 52 53 /* ----------------------------------------------- billets */ 54 .post { 55 background: transparent url(img/filet.png) repeat-x left bottom; 56 } 57 .day-date { 58 display: none; 59 } 60 h2.post-title a { 61 font-weight: normal; 62 font-style: italic; 63 text-decoration: none; 64 } 65 .post-info, .post-tags { 66 font-size: .875em; 67 margin: 0; 68 padding: 0; 69 } 70 .post-info a, .post-tags a { 71 padding-right: 1em; 72 background-color: #fff; 73 background-repeat: no-repeat; 74 background-position: left center; 75 } 76 .post-info a { 77 background-image: url(img/category.png); 78 padding-left: 22px; 79 } 80 .post-tags a { 81 background-image: url(img/tag12.png); 82 padding-left: 16px; 83 } 84 .post-tags li { 85 display: inline; 86 } 87 .post-content { 88 padding-bottom: 9px; 89 } 90 .read-it { 91 text-align: right; 92 margin: 0; 93 } 94 .post-info-co { 95 margin: 0; 96 background: #fff; 97 display: inline; 98 font-style: italic; 99 } 100 .post-info-co a { 101 text-decoration: none; 102 padding-right: 1em; 103 padding-left: 20px; 104 background-color: #fff; 105 background-repeat: no-repeat; 106 background-position: left center; 107 } 108 .post-info-co a.comment_count { 109 background-image: url(img/comment.png); 110 } 111 .post-info-co a.ping_count { 112 background-image: url(img/ping.png); 113 } 31 114 32 115 /* ================================================ -
themes/ductile/tpl/user_head.html
r304 r315 1 1 <!-- media queries --> 2 <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" >2 <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" /> 3 3 <!--[if lt IE 9]> 4 4 <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
Note: See TracChangeset
for help on using the changeset viewer.