[ Index ] |
|
Code source de LifeType 1.2.4 |
1 body { 2 margin : 0px; 3 padding : 0px; 4 font-family : Arial, Verdana, Helvetica, sans-serif; 5 font-size : small; 6 background : #fff; 7 width : 100%; 8 color : #333333; 9 } 10 11 body.column3 { 12 background : #fff; 13 } 14 15 body.column1 { 16 background : #fff; 17 } 18 19 #maincolumn p, #onecolumn p { 20 margin : 0px; 21 padding : 0px; 22 } 23 24 #maincolumn h3, #onecolumn h3 { 25 margin : 0px; 26 margin-top : 0px; 27 padding : 0px; 28 } 29 30 .code { 31 color : #777; 32 } 33 34 .subtitle { 35 color : #777; 36 } 37 38 .postinfo { 39 color : #777; 40 margin-bottom : 12px; 41 padding-bottom : 6px; 42 } 43 44 45 .footer { 46 margin-bottom : 12px; 47 padding-bottom : 12px; 48 } 49 50 .postgrav { 51 float : left; 52 margin-right : 10px; 53 margin-bottom : 3px; 54 } 55 56 #topmenu .invisible, a.invisible { 57 display : none; 58 font-weight : bold; 59 } 60 61 #wrapper { 62 margin-left : auto; 63 margin-right : auto; 64 padding-left : 10px; 65 padding-right : 10px; 66 margin-top : 10px; 67 68 } 69 70 #header { 71 background: #ce6202; 72 margin-bottom : 6px; 73 color : #fff; 74 width : 98%; 75 height : 60px; 76 margin-bottom : 0px; 77 background : #FFFFFF url("../imgs/admin_logo.png") no-repeat left; 78 } 79 80 #header h1 { 81 font-family : Arial Narrow, Verdana, Helvetica, sans-serif; 82 font-size : x-large; 83 margin : 0px; 84 font-weight : normal; 85 padding : 0px 6px 0px 6px; 86 } 87 88 .typo { 89 font-family : Arial black, Arial, Verdana, Helvetica, sans-serif; 90 } 91 92 #footer a:hover, a:active { 93 text-decoration : underline; 94 color : #fff; 95 background-color : #006666; 96 } 97 98 #onecolumn { 99 float : left; 100 width : 98%; 101 margin-bottom : 12px; 102 } 103 104 #maincolumn { 105 float : left; 106 width : 49%; 107 } 108 109 #intro { 110 background-color : #efefef; 111 margin : 0px 0px 12px 0px; 112 padding : 12px; 113 border : 1px solid #cccccc; 114 } 115 116 #intro p { 117 margin : 0px; 118 } 119 120 #intro h2 { 121 margin : 12px 0px 0px 0px; 122 font-size : medium; 123 border-bottom : 0px; 124 } 125 126 #intro li { 127 font-weight : bold; 128 margin-top : 5px; 129 } 130 131 #intro ol { 132 margin-top : 5px; 133 margin-bottom : 5px; 134 } 135 136 #column { 137 float : left; 138 width : 49%; 139 } 140 141 h2 { 142 margin : 12px 0px 12px 0px; 143 border-bottom : 2px solid #cccccc; 144 font-size : small; 145 clear : both; 146 } 147 148 #boxes { 149 width : 300px; 150 float : right; 151 border-left : solid #fff 20px; 152 background-color : #fff; 153 } 154 155 #searchbox, #categories { 156 border : solid #cccccc 1px; 157 padding : 20px; 158 margin-bottom : 10px; 159 } 160 161 #categories p { 162 color : #777; 163 } 164 165 #categories ul { 166 list-style : none; 167 margin : 0px; 168 padding : 0px; 169 line-height : 25px; 170 } 171 172 #categories li { 173 display : inline; 174 margin-right : 0.5em; 175 } 176 177 #searchbox form { 178 padding : 0px; 179 margin : 0px; 180 } 181 182 #bloglist { 183 clear : left; 184 } 185 186 .subtitle{ 187 color : #777; 188 } 189 190 .pager { 191 clear : left; 192 margin-top : 2em; 193 } 194 195 #columncontainer { 196 margin-bottom : 12px; 197 margin-left : 12px; 198 padding : 0px 12px 12px 12px; 199 border : 1px solid #cccccc; 200 } 201 202 #columncontainer ul { 203 margin-top : 10px; 204 margin-bottom : 30px; 205 } 206 207 #columncontainer li { 208 margin-bottom : 8px; 209 } 210 211 212 #columncontainer fieldset { 213 border : 1px solid #cccccc; 214 padding-top : 10px; 215 margin-top : 10px; 216 padding-left : 10px; 217 padding-bottom : 10px; 218 background-color : #efefef; 219 } 220 221 h3 { 222 margin : 0px; 223 padding : 0px; 224 font-size : small; 225 } 226 227 h3.faq { 228 border-top : solid 1px #cccccc; 229 padding-top : 10px !important; 230 } 231 232 h4 { 233 margin : 0px; 234 padding : 0px; 235 font-size : small; 236 text-decoration : underline; 237 font-weight : normal; 238 } 239 240 #footer { 241 text-align:center; 242 width : 98%; 243 border-top : 2px solid #cccccc; 244 padding-top : 6px; 245 padding-bottom : 10px; 246 } 247 248 a:link { 249 color : #32609B; 250 } 251 252 a:visited { 253 color : #223344; 254 } 255 256 a:hover { 257 text-decoration : none; 258 background-color : #818181; 259 color : #fff; 260 } 261 262 a img { 263 border : 0px; 264 } 265 266 div.spacer { 267 clear : both; 268 height : 2px; 269 font-size : 2px; 270 } 271 272 273 274 textarea { 275 background : #FFFFFF; 276 border : 1px solid #cccccc; 277 color : #000000; 278 font-family : arial,verdana, tahoma, sans-serif; 279 font-size : small; 280 line-height : 2em; 281 width : 50em; 282 height : 10em; 283 padding : 2px; 284 } 285 286 fieldset { 287 border :1px solid #cccccc; 288 padding-top :10px; 289 margin-top :10px; 290 padding-left :10px; 291 padding-bottom :10px; 292 } 293 294 fieldset { 295 border :1px solid #cccccc; 296 padding-top :10px; 297 margin-top :10px; 298 padding-left :10px; 299 padding-bottom :10px; 300 } 301 302 legend { 303 padding :2px 4px 2px 4px; 304 background-color : #ffffff; 305 font-weight : bold; 306 } 307 308 #registrationform label { 309 display :block; 310 } 311 312 #registrationform .formHelp { 313 color :#777777; 314 } 315 316 #registrationform fieldset { 317 padding :1em 2em 1em 2em; 318 } 319 320 #checkUserName{ 321 width :150px; 322 } 323 324 #FormError { 325 padding-bottom : 1em; 326 } 327 328 .field { 329 top : 0px; 330 left : 0px; 331 margin : 0px 1em 1em 0px; 332 } 333 334 .field .field { 335 margin : 1em 0px 0px 0px; 336 } 337 338 .field label { 339 font-weight : bold; 340 } 341 342 .field_checkbox { 343 top : 0px; 344 left : 0px; 345 } 346 347 .buttons { 348 padding-top : 1em; 349 float : right; 350 } 351 352 div.buttons input { 353 width :150px; 354 } 355 356 .templateScreen { 357 float : left; 358 margin : 1em 1em 1em 0px; 359 } 360 361 div.templateScreen label { 362 display :inline!important; 363 } 364 365 div.InfoText p { 366 margin-bottom : 1em !important; 367 } 368 369 input.input { 370 margin-top : 8px; 371 margin-bottom : 8px; 372 margin-left : 10em; 373 width : 6em; 374 } 375 376 div.clearleft { 377 clear : left; 378 height : 0px; 379 font-size : 0px; 380 line-height : 0px; 381 } 382 383 div.clear { 384 clear : both; 385 height : 0px; 386 font-size : 0px; 387 line-height : 0px; 388 } 389 390 /* -------------------------------------------------------------- */ 391 /* Navigation/menu bar */ 392 /* -------------------------------------------------------------- */ 393 394 #menubar { 395 margin-bottom : 10px; 396 background : #FFFFFF url("../imgs/bg_menu.jpg") repeat-x; 397 height : 24px; 398 } 399 400 #menu { 401 padding-top : 1px; 402 padding-bottom : 1px; 403 /* border-bottom : 1px solid #DEDEDE; */ 404 } 405 406 #menu ul { 407 padding : .2em 0px; 408 margin : 0px; 409 list-style-type : none; 410 color : #FFF; 411 width : 100%; 412 text-align : center; 413 } 414 415 #menu li { 416 417 position : relative; 418 padding : 0px; 419 border-left : 0px solid #B4B4B4; 420 display : inline; 421 font-weight : bold; 422 font-family : arial, verdana, tahoma, sans-serif; 423 font-size : 1em; 424 letter-spacing : 0.20em; 425 text-transform : uppercase; 426 } 427 428 #menu a, #menu a:link, #menu a:visited { 429 padding : .2em 1em; 430 color : #0E3862; 431 text-decoration : none; 432 } 433 434 #menu a:hover { 435 background : #818181; 436 color : #FFFFFF; 437 } 438 439 #menu li.selected { 440 display : block; 441 width : auto; 442 padding : 2px 7px; 443 background : #FFFFFF; 444 color : #000000; 445 border-bottom : 1px solid #FFFFFF; 446 } 447 448 #menu br { 449 clear : both; 450 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |