[ Index ] |
|
Code source de Serendipity 1.2 |
1 /**********************************************************************/ 2 /* Template: bulletproof for Serendipity (http://www.s9y.org) */ 3 /* Authors: Matthias Mees, David Cummins and Don Chambers */ 4 /* */ 5 /* Central Stylesheet */ 6 /* */ 7 /* http://s9y-bulletproof.com */ 8 /**********************************************************************/ 9 10 11 body { 12 font: 100.01% Verdana, Arial, Helvetica, sans-serif; 13 background: #fff; 14 color: #000; 15 } 16 17 /*** General styles ***/ 18 p { 19 text-align: left; 20 } 21 22 #wrapper { 23 font-size: 80%; 24 } 25 26 #serendipity_banner { 27 margin: 0; 28 padding: 0; 29 } 30 31 /*** Header styles ***/ 32 #serendipity_banner h1, 33 #serendipity_banner h2 { 34 margin: 0 0 0 10px; 35 } 36 37 /*** Sitenav styles ***/ 38 #sitenav { 39 padding: 0.5em 0; 40 } 41 42 #sitenav ul li { 43 padding: 0 0.5em 0 10px; 44 } 45 46 /* This is the current page the visitor is viewing */ 47 #sitenav .currentpage a { 48 background: #ddd; 49 } 50 51 /* optional nav links in the footer */ 52 #footer_sitenav { 53 clear: both; 54 text-align: center; 55 padding: 0 0 1em 0; 56 } 57 58 #footer_sitenav ul { 59 list-style-type: none; 60 display: inline; 61 } 62 63 #footer_sitenav li { 64 display: inline; 65 } 66 67 #footer_sitenav a { 68 padding: 0px 5px; 69 } 70 71 #footer_sitenav .currentpage a { 72 text-decoration: underline; 73 } 74 75 /* If the sitenav is in one of the sidebars */ 76 #sbsitenav ul { 77 margin-left: 0; 78 padding-left: 0; 79 } 80 81 82 /*** Footer styles ***/ 83 #footer p { 84 margin-left: 10px; 85 padding: 0; 86 } 87 88 #serendipity_credit_line { 89 float: left; 90 margin: 5px 0 0 10px; 91 display: inline; 92 } 93 94 #serendipity_bulletproof_button { 95 float: right; 96 margin: 5px 10px 5px 0; 97 display: inline; 98 } 99 100 101 /*** Entry styles ***/ 102 .serendipity_Entry_Date { 103 padding: 0.5em 1em; 104 } 105 106 .serendipity_entry { 107 margin-bottom: 0.5em; 108 } 109 110 img.serendipity_entryIcon { 111 border: 0; 112 } 113 114 115 /*** Sidebar styles ***/ 116 .serendipitySideBarItem { 117 margin: 0.5em; 118 } 119 120 .serendipitySideBarTitle { 121 margin: 0; 122 } 123 124 .serendipitySideBarContent { 125 margin: 0; 126 } 127 128 div.serendipitySideBarContent form { 129 margin: 0; 130 padding: 0; 131 } 132 133 134 /*** Archive styles ***/ 135 ul.archives_row { 136 margin-left: 0; 137 padding-left: 0; 138 } 139 140 ul.archives_row li { 141 padding-right: 2px; 142 font-size: 80%; 143 } 144 145 146 /*** s9y image manager ***/ 147 .serendipity_imageComment_center, 148 .serendipity_imageComment_left, 149 .serendipity_imageComment_right { 150 border: 1px solid #ddd; 151 background-color: #efefef; 152 padding: 0; 153 text-align: center; 154 } 155 156 .serendipity_imageComment_center { 157 margin: auto; 158 } 159 160 .serendipity_imageComment_left { 161 float: left; 162 margin: 0 10px 5px 0; 163 } 164 165 .serendipity_imageComment_right { 166 float: right; 167 margin: 0 0 5px 10px; 168 } 169 170 .serendipity_imageComment_img, 171 .serendipity_imageComment_img img { 172 margin: 0; 173 padding: 0; 174 border: none; 175 text-align: center; 176 } 177 178 .serendipity_imageComment_txt { 179 border-top: 1px solid #ddd; 180 margin: 0; 181 padding: 1%; 182 clear: both; 183 font-size: 80%; 184 text-align: center; 185 } 186 187 188 /*** Calendar styles ***/ 189 table.serendipity_calendar { 190 text-align: center; 191 background-color: transparent; 192 height: 150px; 193 width: 95%; 194 } 195 196 .serendipity_calendarHeader { 197 background-color: transparent; 198 vertical-align: middle; 199 font-weight: bold; 200 } 201 202 a.day { 203 color: #000; 204 font-weight: bold; 205 } 206 207 .serendipity_calendar img { 208 border: 0; 209 } 210 211 .serendipity_calendar_spacer { 212 border: 0; 213 visibility: hidden; 214 } 215 216 217 /*** Staticpage styles ***/ 218 ul.staticpage_navigation { 219 margin-left: 0; 220 padding-left: 0; 221 } 222 223 .staticpage_results { 224 margin: 1em 0; 225 padding: 0 10px; 226 } 227 228 229 /*** Contact form ***/ 230 #serendipity_comment_CommentForm fieldset { 231 border: 1px solid #ddd; 232 width: 90%; 233 margin: 2%; 234 padding: 2%; 235 } 236 237 #serendipity_comment_CommentForm fieldset legend { 238 background: #fafbfc; 239 border: 1px solid #ddd; 240 font-weight: bolder; 241 margin: 0 10px 5px; 242 padding: 0.25em 1em; 243 text-align: center; 244 } 245 246 .serendipity_commentDirection { 247 width: 90%; 248 margin-top: 1em; 249 } 250 251 252 /*** Comment form ***/ 253 #serendipity_comment { 254 font-weight: normal; 255 margin: 0 10px; 256 padding: 0; 257 } 258 259 .serendipity_commentsTitle { 260 margin: 0; 261 padding: 1em 0; 262 } 263 264 .serendipity_comment { 265 padding: 0; 266 } 267 268 .serendipity_comments .serendipity_center { 269 font-size: 90%; 270 } 271 272 .serendipity_commentBody { 273 padding: 1em 0; 274 } 275 276 .serendipity_comment_source { 277 margin: 0; 278 padding: 0; 279 } 280 281 .serendipity_comment_author_self comment_evenbox, 282 .comment_evenbox { 283 margin: 0 10px 10px; 284 padding: 1em; 285 line-height: 1.5em; 286 } 287 288 .serendipity_comment_author_self comment_oddbox, 289 .comment_oddbox { 290 margin: 0 10px 10px; 291 padding: 1em; 292 line-height: 1.5em; 293 } 294 295 .serendipity_commentsValue .frm_check_label, 296 .serendipity_commentsValue .frm_radio_label, 297 .serendipity_commentsLabel { 298 font-size: 90%; 299 } 300 301 .serendipity_commentsLabel { 302 font-weight: bold; 303 } 304 305 .serendipity_commentsValue .frm_check, 306 .serendipity_commentsValue .frm_radio, 307 .serendipity_commentsValue .frm, 308 #serendipity_comment_CommentForm select { 309 background: #fff; 310 color: #000; 311 } 312 313 .serendipity_commentsValue .frm, 314 #serendipity_comment_CommentForm select { 315 border: 1px solid #ccc; 316 } 317 318 .serendipity_commentsValue .frm, 319 #serendipity_comment_CommentForm select { 320 width: 90%; 321 max-width: 400px; 322 } 323 324 #serendipity_comment_CommentForm select:focus, 325 .serendipity_commentsValue .frm:focus { 326 background: #efefef; 327 color: #000; 328 } 329 330 #serendipity_comment_CommentForm dt { 331 float: left; 332 margin-bottom: 0.5%; 333 margin-right: 1%; 334 } 335 336 #serendipity_comment_CommentForm dd { 337 padding-left: 0em; 338 margin-left: 20%; 339 margin-bottom: 1%; 340 } 341 342 #serendipity_comment textarea { 343 margin-bottom: 1%; 344 } 345 346 .checkbox { 347 display: block; 348 } 349 350 #serendipity_trackbacklist, 351 #serendipity_commentlist { 352 margin-top: 1em; 353 } 354 355 /*** Plugin styles ***/ 356 img.serendipity_freeTag_xmlButton { 357 border: none; 358 padding-left: 1%; 359 } 360 361 .serendipity_freetag_taglist_related { 362 font-size: 120%; 363 font-weight: bold; 364 } 365 366 .serendipitySideBarItem img { 367 border: none; 368 } 369 370 371 /*** Quicksearch in the navbar ***/ 372 input#serendipityQuickSearchTermField { 373 background: #ffffff url('{TEMPLATE_PATH}img/quicksearch.png') no-repeat 97% 50%; 374 } 375 376 #navbarsearchform { 377 margin: 0 10px 0 0; 378 } 379 380 #navbarsearchform input { 381 width: 165px; 382 margin-top: 3px; 383 padding-left: 3px; 384 font-size: 100%; 385 background: #ffffff url('{TEMPLATE_PATH}img/quicksearch.png') no-repeat 97% 50%; 386 } 387 388 /* container for comments when comment pop-up enabled */ 389 .s9y_wrap { 390 text-align: left; 391 margin-left: 10px; 392 } 393 394 /* overide serendipitySideBarItem overflow: hidden just for sidebar quicksearch livesearch_result */ 395 .container_serendipity_quicksearch_plugin{ 396 overflow: visible !important; 397 }
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 |
![]() |