| [ Index ] |
|
Code source de Serendipity 1.2 |
1 /* HTML Elements */ 2 3 body { 4 color: #999; 5 background: white; 6 font-family: verdana, arial, sans-serif; 7 } 8 9 a, 10 a:link, 11 a:visited { 12 color: #336666; 13 text-decoration: none; 14 } 15 16 a:active, 17 a:hover { 18 color: #669999; 19 text-decoration: none; 20 } 21 22 img { 23 border: 0; 24 } 25 26 h3, h4 { 27 margin: 0; 28 padding: 0; 29 } 30 31 input[type="text"], 32 input[type="password"], 33 input[type="button"], 34 input[type="submit"], 35 select, 36 textarea { 37 border: 1px #999 solid; 38 background-color: white; 39 color: #333; 40 } 41 42 input:focus, input:hover, 43 button:focus, button:hover, 44 submit:focus, submit:hover, 45 select:focus, select:hover, 46 textarea:focus, textarea:hover { 47 background-color: #eee; 48 } 49 50 input.radio, 51 input[type="radio"], 52 input[type="checkbox"] { 53 border: none; 54 } 55 56 blockquote { 57 border: 1px #999 dashed; 58 background-image: url({TEMPLATE_PATH}img/quote.gif); 59 background-repeat: no-repeat; 60 background-position: 0.5em 0.5em; 61 padding: 1em; 62 margin: 1em; 63 margin-right: 0; 64 } 65 66 ul { 67 list-style-image: url({TEMPLATE_PATH}img/bullet.gif); 68 list-style-type: circle; 69 padding-left: 1em; 70 } 71 72 ::-moz-selection { 73 background: #eee; 74 } 75 76 ::selection { 77 background: #eee; 78 } 79 80 /* Banner */ 81 82 #serendipity_banner { 83 background-image: url({TEMPLATE_PATH}img/I_had_an_idea.jpg); 84 background-repeat: no-repeat; 85 height: 150px; 86 } 87 88 #serendipity_banner h1 { 89 margin-left: 140px; 90 font-size: x-large; 91 font-variant: small-caps; 92 padding-top: 1em; 93 } 94 95 #serendipity_banner h2 { 96 margin-left: 140px; 97 font-size: small; 98 border-bottom: 1px #999 dashed; 99 } 100 101 a.homelink1, 102 a.homelink1:hover, 103 a.homelink1:link, 104 a.homelink1:visited { 105 color: #999; 106 text-decoration: none; 107 } 108 109 a.homelink2, 110 a.homelink2:hover, 111 a.homelink2:link, 112 a.homelink2:visited { 113 color: #999; 114 text-decoration: none; 115 } 116 117 /* Calendar */ 118 119 table.serendipity_calendar a, 120 table.serendipity_calendar a:link, 121 table.serendipity_calendar a:visited { 122 font-weight: bold; 123 font-style: italic; 124 } 125 126 table.serendipity_calendar a:hover { 127 background: #ccc; 128 color: #003366; 129 } 130 131 table.serendipity_calendar td { 132 font-size: x-small; 133 padding: 0.2em; 134 text-align: center; 135 } 136 137 td.serendipity_calendarHeader a, 138 td.serendipity_calendarHeader a:link, 139 td.serendipity_calendarHeader a:visited, 140 td.serendipity_calendarHeader a:hover { 141 color: #003366; 142 font-weight: bold; 143 border: 0; 144 background: white; 145 } 146 147 /* Sidebars */ 148 149 #serendipityLeftSideBar, 150 #serendipityRightSideBar { 151 display: block; 152 padding: 10px; 153 width: 11em; 154 vertical-align: top; 155 } 156 157 .serendipitySideBarTitle { 158 font-size: x-small; 159 color: #666; 160 font-weight: bolder; 161 line-height: 140%; 162 padding: 0.2em; 163 padding-left: 1em; 164 letter-spacing: 0.2em; 165 padding-bottom: 0; 166 } 167 168 #serendipityRightSideBar * .serendipitySideBarTitle { 169 border-left: 1px #666 dashed; 170 } 171 172 #serendipityLeftSideBar * .serendipitySideBarTitle { 173 border-right: 1px #666 dashed; 174 } 175 176 div.serendipitySideBarItem { 177 margin-bottom: 1em; 178 padding-bottom: 1em; 179 } 180 181 .serendipitySideBarContent { 182 color: #333; 183 border-top: 1px #666 dashed; 184 font-size: x-small; 185 padding-top: 0.5em; 186 padding-left: 1em; 187 padding-right: 1em; 188 } 189 190 #serendipityRightSideBar * .serendipitySideBarContent { 191 border-right: 1px #666 dashed; 192 } 193 194 #serendipityLeftSideBar * .serendipitySideBarContent { 195 border-left: 1px #666 dashed; 196 } 197 198 /* Entries */ 199 200 div.serendipity_Entry_Date { 201 padding-left: 1em; 202 } 203 204 .serendipity_date { 205 color: #999; 206 font-size: small; 207 font-weight: bold; 208 text-transform: lowercase; 209 margin-bottom: 0.7em; 210 border-bottom: 1px #999 dashed; 211 text-align: right; 212 213 background-image: url({TEMPLATE_PATH}img/clock_face_messy_paint_runs.jpg); 214 background-repeat: no-repeat; 215 background-position: bottom right; 216 height: 21px; 217 padding-right: 60px; 218 vertical-align: bottom; 219 } 220 221 .serendipity_title, 222 .serendipity_Admin_title { 223 padding-bottom: 0.7em; 224 font-size: medium; 225 font-weight: bold; 226 text-transform: uppercase; 227 } 228 229 .serendipity_title a, 230 .serendipity_title a:hover, 231 .serendipity_title a:link, 232 .serendipity_title a:visited, 233 .serendipity_Admin_title a, 234 .serendipity_Admin_title a:hover, 235 .serendipity_Admin_title a:link, 236 .serendipity_Admin_title a:visited { 237 color: #999; 238 text-decoration: none; 239 } 240 241 .serendipity_entry, 242 .serendipity_admin { 243 font-size: small; 244 font-weight: normal; 245 line-height: 140%; 246 padding-left: 1em; 247 } 248 249 div.serendipity_entryFooter { 250 padding-top: 1em; 251 margin-bottom: 1em; 252 clear: both; 253 font-size: x-small; 254 } 255 256 /* Comments */ 257 258 .serendipity_comment { 259 border-left: double #999 thick; 260 font-size: small; 261 margin-left: 10px; 262 margin-right: 10px; 263 margin-top: 1em; 264 padding: 3px; 265 padding-bottom: 0; 266 overflow: auto; 267 } 268 269 .serendipity_commentBody { 270 padding-bottom: 1em; 271 } 272 273 .serendipity_commentsLabel { 274 font-size: small; 275 } 276 277 .serendipity_commentsTitle { 278 font-size: medium; 279 font-weight: bold; 280 text-transform: uppercase; 281 } 282 283 /* Admin */ 284 285 .serendipity_admin td { 286 } 287 288 /* Misc */ 289 290 #content { 291 width: 100%; 292 } 293 294 /** Embedded images with the s9y image manager **/ 295 .serendipity_imageComment_center, 296 .serendipity_imageComment_left, 297 .serendipity_imageComment_right { 298 border: 1px solid black; 299 background-color: #EFEFEF; 300 margin: 3px; 301 } 302 303 .serendipity_imageComment_center { 304 margin: 0px; 305 } 306 307 .serendipity_imageComment_left { 308 float: left; 309 } 310 311 .serendipity_imageComment_right { 312 float: right; 313 } 314 315 .serendipity_imageComment_img, 316 .serendipity_imageComment_img img { 317 margin: 0px; 318 padding: 0px; 319 border: 0px; 320 text-align: center; 321 } 322 323 .serendipity_imageComment_txt { 324 margin: 0px; 325 padding: 3px; 326 clear: both; 327 font-size: 9pt; 328 text-align: center; 329 } 330 331 img.serendipity_entryIcon { 332 float: right; 333 border: 0px; 334 padding: 0.3em; 335 } 336 337 .serendipity_admin_list_item_even { 338 } 339 340 .serendipity_admin_list_item_uneven { 341 background-color: #eee; 342 } 343 344 .serendipity_admin_filters { 345 border: 1px dashed; 346 background-color: #FFFFFF; 347 font-size: 10px; 348 margin-bottom: 10px; 349 padding: 2px; 350 } 351 352 .serendipity_admin_filters_headline { 353 border-bottom: 1px solid; 354 } 355 356 .serendipity_admin_sortorder { 357 font-size: 10px; 358 text-align: center; 359 } 360 361 .serendipity_admin_sortorder input, 362 .serendipity_admin_sortorder select, 363 .serendipity_admin_filters input, 364 .serendipity_admin_filters select { 365 font-size: 10px; 366 } 367 368 .serendipity_comments { 369 } 370 371 .serendipity_center { 372 margin-left: auto; 373 margin-right: auto; 374 text-align: center; 375 } 376 377 .serendipity_msg_important { 378 color: red; 379 } 380 381 .serendipity_msg_notice { 382 color: green; 383 } 384 385 .serendipity_entry_author_self { 386 } 387 388 .serendipity_comment_author_self { 389 border-left: double #669999 thick; 390 color: #669999; 391 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
|