Mercurial > pidgin-twitter-web
annotate default.css @ 50:e988d3011b48 default tip
Added summary for 0.9.2.1
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Tue, 17 May 2011 09:20:41 +0900 |
| parents | 5ccef0dd96b5 |
| children |
| rev | line source |
|---|---|
| 0 | 1 /*############################################################# |
| 2 Name: Transparentia | |
| 3 Date: 2006-08-20 | |
| 4 Description: Simple, lightweight and slightly blue. | |
| 5 Author: Viktor Persson | |
| 6 URL: http://templates.arcsin.se | |
| 7 | |
| 8 Feel free to use and modify but please provide credits. | |
| 9 | |
| 3 | 10 Modified by pidgin-twitter project |
| 0 | 11 #############################################################*/ |
| 12 | |
| 13 /* standard elements */ | |
| 14 * { | |
| 15 margin: 0; | |
| 16 padding: 0; | |
| 17 } | |
| 18 | |
| 19 a { | |
| 20 color: #149; | |
| 21 } | |
| 22 | |
| 23 a:hover { | |
| 24 color: #04C; | |
| 25 } | |
| 26 | |
| 27 body { | |
| 28 background: #EEE url(img/bg.gif); | |
| 29 color: #444; | |
|
6
a05cb2599664
remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace
mojin <truffechampagne@gmail.com>
parents:
5
diff
changeset
|
30 font: normal 85% sans-serif; |
| 0 | 31 margin: 0; |
| 32 } | |
| 33 | |
| 34 input { | |
| 35 color: #555; | |
|
6
a05cb2599664
remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace
mojin <truffechampagne@gmail.com>
parents:
5
diff
changeset
|
36 font: normal 1.1em sans-serif; |
| 0 | 37 } |
| 38 | |
| 39 p { | |
| 40 font-size: medium; | |
| 41 } | |
| 42 | |
| 43 cite,code,ul { | |
| 44 font-size: 1.2em; | |
| 45 padding-bottom: 1.2em; | |
| 46 } | |
| 47 | |
| 48 h1 { | |
| 49 font-size: 1.4em; | |
| 50 margin-bottom: 4px; | |
| 51 } | |
| 52 | |
| 53 h2 { | |
| 54 font-size: 1.2em; | |
| 55 } | |
| 56 | |
| 57 code { | |
| 58 background: url(img/bgcode.gif); | |
| 59 border: 1px solid #F0F0F0; | |
| 60 border-left: 6px solid #39F; | |
| 61 color: #555; | |
| 62 display: block; | |
| 3 | 63 font: normal 1.1em monospace; |
| 0 | 64 margin-bottom: 12px; |
| 65 padding: 8px 10px; | |
| 66 white-space: pre; | |
|
6
a05cb2599664
remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace
mojin <truffechampagne@gmail.com>
parents:
5
diff
changeset
|
67 font-family: monospace; |
| 0 | 68 } |
| 69 | |
| 70 cite { | |
| 71 background: url(img/quote.gif) no-repeat; | |
| 72 color: #666; | |
| 73 display: block; | |
|
6
a05cb2599664
remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace
mojin <truffechampagne@gmail.com>
parents:
5
diff
changeset
|
74 font: normal 1.3em serif; |
| 0 | 75 padding-left: 28px; |
| 76 } | |
| 77 | |
| 78 h1,h2,h3 { | |
| 79 color: #367EA6; | |
| 80 padding-top: 6px; | |
| 81 } | |
| 82 | |
| 83 /* misc */ | |
| 84 .clearer { | |
| 85 clear: both; | |
| 86 } | |
| 87 | |
| 88 /* structure */ | |
| 89 .container { | |
| 90 background: url(img/bgcontainer.gif) repeat-y; | |
| 91 margin: 0 auto; | |
| 92 padding-bottom: 6px; | |
| 93 width: 767px; | |
| 94 } | |
| 95 | |
| 96 .header { | |
| 97 background: url(img/header.gif) repeat-x; | |
| 98 } | |
| 99 | |
| 100 /* title */ | |
| 101 .title h1 { | |
| 102 color: #FFF; | |
| 103 font: normal 2em Verdana,sans-serif; | |
| 104 height: 150px; | |
| 105 line-height: 150px; | |
| 106 margin-bottom: 8px; | |
| 107 text-align: center; | |
| 108 } | |
| 109 | |
| 110 /* navigation */ | |
| 111 .navigation { | |
| 112 margin-bottom: 4px; | |
| 113 } | |
| 114 | |
| 115 .navigation a { | |
| 116 background-color: #4A91C3; | |
| 117 color: #FFF; | |
| 118 float: left; | |
|
6
a05cb2599664
remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace
mojin <truffechampagne@gmail.com>
parents:
5
diff
changeset
|
119 font: bold 1.2em sans-serif; |
| 0 | 120 padding: 8px 0; |
| 121 width: 19%; | |
| 122 border-right: 1px solid #FFF; | |
| 123 text-align: center; | |
| 124 text-decoration: none; | |
| 125 } | |
| 126 | |
| 127 .navigation a:hover { | |
| 128 background-color: #000; | |
| 129 color: #FFF; | |
| 130 } | |
| 131 | |
| 132 /* main */ | |
| 133 .main { | |
| 134 clear: both; | |
| 135 padding: 8px 18px; | |
| 136 } | |
| 137 | |
| 138 /* main left */ | |
| 139 .sidenav h1,.sidenav ul { | |
| 140 padding-left: 12px; | |
| 141 } | |
| 142 | |
| 143 .sidenav { | |
| 144 background: #EEE; | |
| 145 border: 1px solid #E5E5E5; | |
| 146 float: left; | |
| 147 width: 200px; | |
| 148 } | |
| 149 | |
| 150 .sidenav h1 { | |
| 151 color: #666; | |
| 152 font-size: 1.2em; | |
| 153 height: 20px; | |
| 154 margin-top: 1.2em; | |
| 155 } | |
| 156 | |
| 157 .sidenav ul { | |
| 158 border-top: 1px solid #FAFAFA; | |
| 159 background: url(img/bgul.gif) repeat-x; | |
| 160 margin: 0; | |
| 161 padding: 0; | |
| 162 font-size: small; | |
| 163 } | |
| 164 | |
| 165 .sidenav li { | |
| 166 color: #777; | |
| 167 display: block; | |
| 168 font-size: 0.9em; | |
| 169 padding: 3px 6px 3px 14px; | |
| 170 | |
| 171 border: 1px solid #FAFAFA; | |
| 172 border-top: none; | |
| 173 list-style: none; | |
| 174 margin: 0; | |
| 175 } | |
| 176 | |
| 177 .sidenav li a { | |
| 178 color: #777; | |
| 179 text-decoration: none; | |
| 180 } | |
| 181 | |
| 182 .sidenav li a:hover { | |
| 183 color: #111; | |
| 184 } | |
| 185 | |
| 186 /* content */ | |
| 187 .content { | |
| 188 float: right; | |
| 189 width: 520px; | |
| 33 | 190 line-height: 1.75em; |
| 0 | 191 } |
| 192 | |
| 193 .content .item { | |
| 194 padding: 6px 12px; | |
| 195 border: 1px solid #EEE; | |
| 196 background: #FFF; | |
| 197 margin-bottom: 8px; | |
| 198 } | |
| 199 | |
| 200 .content .descr { | |
| 201 color: #333; | |
| 202 margin-bottom: 6px; | |
| 203 } | |
| 204 | |
| 205 .content li { | |
| 206 list-style: url(img/li.gif); | |
| 207 margin-left: 18px; | |
| 208 } | |
| 209 | |
| 210 /* search form */ | |
| 211 form { | |
| 212 padding: 0 0 6px 8px; | |
| 213 } | |
| 214 | |
| 215 .styled { | |
| 216 border: 1px solid #DDD; | |
| 217 padding: 4px; | |
| 218 } | |
| 219 | |
| 220 .button { | |
| 221 background: url(img/search.gif) no-repeat left bottom; | |
| 222 border: none; | |
| 223 height: 27px; | |
| 224 width: 27px; | |
| 225 } | |
| 226 | |
| 227 /* footer */ | |
| 228 .footer { | |
| 229 background: #FFF; | |
| 230 border: 1px solid #EEE; | |
| 231 color: #666; | |
| 232 font-size: 1.1em; | |
| 233 margin: 0 auto; | |
| 234 text-align: center; | |
| 235 padding: 6px; | |
| 236 width: 720px; | |
| 237 clear: both; | |
| 33 | 238 line-height: 1.45em; |
| 0 | 239 } |
| 240 | |
| 241 .footer a { | |
| 242 color: #36C; | |
| 243 text-decoration: none; | |
| 244 } | |
| 245 | |
| 246 .footer a:hover { | |
| 247 color: #06F; | |
| 248 text-decoration: underline; | |
| 249 } |
