teste

le teste mon teste

14 décembre 2008

CanalBlog 1@charset "utf-8"; 2#tabNavigation { 3 border-bottom: 1px solid #C60; 4 list-style: none outside none; 5 margin: 0; 6 padding: 0 0 0 20px; 7} 8 9\html #tabNavigation/* */ { 10 margin: 0; 11 padding: 3px 0 3px 20px; 12} 13 14html>body #tabNavigation { 15 margin: 0; 16 padding: 0 0 1px 20px; 17} 18 19\head+body #tabNavigation { 20 padding: 0 0 3px 20px; 21} 22 23html>body ul[id] #tabNavigation { 24 padding: 0 0 0 20px; 25} 26 27#tabNavigation li, #subNavigation li { 28 display: inline; 29 list-style: none outside none; 30} 31 32#tabNavigation .preloadUnselected { 33 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/unselected.gif"); 34} 35 36#tabNavigation .preloadSelected { 37 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/selected.gif"); 38} 39 40 41 42#tabNavigation .preloadActive { 43 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/active.gif"); 44} 45 46html>body #tabNavigation li { 47 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/unselected.gif") no-repeat top left; 48 border-right: 1px solid #666; 49 display: block; 50 float: left; 51 height: 1em; 52 margin: 3px 5px 3px -15px; 53 padding: 3px 5px 5px 27px; 54} 55 56head:first-child+body #tabNavigation li { 57 background: none; 58 border-right: none; 59 display: inline; 60 float: none; 61 margin: 0; 62 padding: 0; 63} 64 65#tabNavigation a, #tabNavigation a:link, #tabNavigation a:visited { 66 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/unselected.gif") no-repeat top left; 67 border-right: 1px solid #666; 68 color: #FFF; 69 display: inline; 70 height: 1em; 71 margin: 0 0 0 -15px; 72 padding: 3px 5px 3px 27px; 73 text-decoration: none; 74} 75 76html>body #tabNavigation a, html>body #tabNavigation a:link, html>body #tabNavigation a:visited { 77 border-right: none; 78 margin: 0; 79 padding: 0; 80} 81 82head:first-child+body #tabNavigation a, head:first-child+body #tabNavigation a:link, head:first-child+body #tabNavigation a:visited { 83 border-right: 1px solid #666; 84 margin: 0 0 0 -15px; 85 padding: 3px 5px 3px 27px; 86 position: relative; 87 z-index: 50; 88} 89 90#tabNavigation a:hover { 91 border-right: 1px solid #333; 92 color: #FFF; 93 text-decoration: underline; 94} 95 96html>body #tabNavigation a:hover { 97 border-right: none; 98 text-decoration: underline; 99} 100 101head:first-child+body #tabNavigation a:hover { 102 border-right: 1px solid #333; 103 padding: 4px 5px 3px 27px; 104 position: relative; 105 text-decoration: none; 106 z-index: 5000; 107} 108/* 109#tabNavigation a:active { 110 background: transparent url(http://www.canalblog.com/cf/my/images/navbar/active.gif) no-repeat top left; 111 color: #FFF; 112 text-decoration: none 113}*/ 114 115html>body #tabNavigation a:active { 116 text-decoration: underline; 117} 118 119head:first-child+body #tabNavigation a:active { 120 text-decoration: none; 121} 122 123html>body #tabNavigation li.selectedTab { 124 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/selected.gif") no-repeat top left; 125 border-right: 1px solid #C60; 126 display: block; 127 float: left; 128 height: 1em; 129 margin: 3px 5px 5px -15px; 130 padding: 3px 5px 5px 27px; 131} 132 133head:first-child+body #tabNavigation li.selectedTab { 134 background: none; 135 border-right: none; 136 display: inline; 137 float: none; 138 margin: 0; 139 padding: 0; 140} 141 142#tabNavigation .selectedTab a, #tabNavigation .selectedTab a:link, #tabNavigation .selectedTab a:visited { 143 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/selected.gif") no-repeat top left; 144 border-right: 1px solid #C60; 145 color: #FFF; 146 cursor: text; 147 display: inline; 148 height: 1em; 149 margin: 0 0 0 -15px; 150 padding: 3px 5px 3px 27px; 151} 152 153html>body #tabNavigation .selectedTab a, html>body #tabNavigation .selectedTab a:link, html>body #tabNavigation .selectedTab a:visited { 154 border-right: none; 155 margin: 0; 156 padding: 0 157} 158 159head:first-child+body #tabNavigation .selectedTab a, head:first-child+body #tabNavigation .selectedTab a:link, head:first-child+body #tabNavigation .selectedTab a:visited, head:first-child+body #tabNavigation .selectedTab a:hover { 160 background: transparent url("http://www.canalblog.com/cf/my/images/navbar/selected.gif") no-repeat top left; 161 border-right: 1px solid #C60; 162 margin: 0 0 0 -15px; 163 padding: 3px 5px 3px 27px; 164 position: relative; 165 z-index: 10000; 166} 167 168\html head:first-child+body #tabNavigation .selectedTab a, \html head:first-child+body #tabNavigation .selectedTab a:link, \html head:first-child+body #tabNavigation .selectedTab a:visited, \html head:first-child+body #tabNavigation .selectedTab a:hover { 169 padding: 4px 5px 5px 27px; 170} 171 172.fixTabsIE { 173 visibility: hidden; 174} 175 1@charset "utf-8"; 2 3body { 4 background-color : #FFFFFF; 5 font-family:'Trebuchet MS', Verdana, sans-serif; 6 font-size : 12px; 7 padding : 0; 8 margin: 10px 0px 0px 0px; 9} 10 11a:link { 12 background-color : transparent; 13 color : #0000FF; 14 text-decoration: underline; 15} 16 17a:visited { 18 background-color : transparent; 19 color : #0000FF; 20 text-decoration: underline; 21} 22 23a:hover { 24 background-color : transparent; 25 color : #0000FF; 26 text-decoration: underline; 27} 28 29table { 30 border-width: 0; 31 margin : 0px 0px 0px 0px; 32} 33 34table.list { 35 margin : 0px 0px 0px 0px; 36 37} 38 39tr { 40 border-width : 0; 41} 42 43td { 44 border-width : 0; 45} 46 47th { 48 border : 0px; 49 text-align: left; 50} 51 52 53input { 54 font-size : 12px; 55 font-family:'Trebuchet MS', Verdana, sans-serif; 56} 57 58 59 60input.text { 61 62 width:25em; 63} 64 65 66button { 67 font-size : 12px; 68 font-family:'Trebuchet MS', Verdana, sans-serif; 69} 70 71textarea { 72 font-size : 12px; 73 font-family:'Trebuchet MS', Verdana, sans-serif; 74 width:25em; 75} 76 77select { 78 font-size : 11px; 79 font-family:Arial, Helvetica, sans-serif; 80 margin:0px; 81 padding:0px; 82} 83 84.submit { 85 cursor:hand; 86} 87 88 89input.dateToPublish { 90 font-size: 11px; 91} 92 93form { 94 margin : 0px 0px 10px 0px; 95} 96 97img.butClass { 98 border: 1px solid; 99 border-color: #D6D3CE; 100 } 101 102#tblCtrlsLeft { 103 padding-left: 3px; 104 width: 165px; 105} 106 107#tblCtrlsMain { 108 width: 445px; 109} 110#tblCtrlsRight { 111 padding-right: 3px; 112} 113 114form.bloglist { 115 margin : 0; 116 padding : 0; 117} 118 119 120select.bloglist { 121 font-size : 12px; 122} 123 124.oddCell { 125 background: #f4f4f4; 126} 127 128.evenCell { 129 130} 131 132 133div #postCommand { 134 text-align: right; 135 font-weight:bold; 136 padding-right:20px; 137 padding-bottom:5px; 138} 139 140.group th { 141 padding: 3px; 142 text-align: left; 143 border-bottom: 1px solid #D6D6D6; 144 font-size : 12px; 145} 146 147.group tr { 148 padding: 3px; 149 text-align: left; 150} 151 152 153.group td { 154 padding: 3px; 155 text-align: left; 156 font-size : 12px; 157} 158 159 160table.dynList { 161 width:100%; 162 border-collapse:collapse; 163 font-size : 12px; 164} 165 166table.dynList td.short { 167 width:60px; 168} 169 170 171table.dynList td.medium { 172 width:120px; 173} 174 175table.dynList td.big { 176 width:300px; 177} 178 179table.dynList td.tags { 180 font-size:11px; 181 width:180px; 182 color:gray; 183} 184 185table.dynList td.tags div { 186 overflow: hidden; 187 width:180px; 188 word-wrap: break-word; 189} 190 191table.dynList td.tags a { 192 color:green; 193 text-decoration: none; 194} 195 196 197table.dynList tr td.title span { 198 padding-left:1.5em; 199 background:transparent url("/cf/my/images/nav/arrowright.gif") no-repeat 1px; 200 text-decoration:underline; 201 color:#0000FF; 202 display:block; 203} 204 205table.dynList tr td.title { 206 cursor:pointer; 207 cursor:hand; 208 width:350px; 209} 210 211 212table.dynList tr.selected td.title span { 213 background:transparent url("/cf/my/images/nav/arrowdown.gif") no-repeat 1px; 214 215} 216 217table.dynList tr.selected { 218 text-align: left; 219 background-color:#E8E8E8; 220} 221 222table.dynList tr.body-close { 223 display:none; 224} 225 226table.dynList tr.body-open { 227 display:table-row; 228 _display:block; 229} 230 231table.dynList tr.body-open td { 232 width:550px; 233} 234 235table.dynList tr.body-open td .content { 236 overflow:hidden; 237 padding:5px 0px 5px 0px; 238} 239 240table.dynList td,th { 241 border-bottom:1px solid #D6D6D6; 242 position:relative; 243 padding: 0.3em; 244} 245 246 247/* Form (label, input...) */ 248 249div.frmLabel { 250 padding-right: 0.5em; 251 display: inline; 252 font-weight: bold; 253 color:black; 254} 255 256div.frmTitle { 257 clear: both; 258 margin: 2em 0em 0em; 259 position: relative; 260 text-align: left; 261 color:#990000; 262 font-weight:bold; 263 font-size:15px; 264} 265 266div.frmInput { 267 text-align: left; 268} 269 270div.frmRow { 271 clear: both; 272 margin: 0em 0em 1em; 273 position: relative; 274 text-align: left; 275} 276 277 278#editTemplate { 279 width:100%; 280 font-size:11px; 281 font-family : "Courier New", Courier, mono; 282} 283 284 285#menuSettingBar { 286 text-align:left; 287 white-space:nowrap; 288 padding-bottom:2px; 289 margin-bottom:20px; 290 padding-top:2px; 291 background: #F90; 292 border-top: 1px solid #FC3; 293 height:21px; 294} 295 296#menuSettingBar a:hover { 297 color: #000; 298 text-decoration:underline; 299} 300 301#menuSettingBar a { 302 padding: 0px; 303 margin: 0px 10px 0px 10px; 304 width: auto; 305 color: #000; 306 font-size:12px; 307 font-weight:bold; 308 text-decoration: none; 309} 310 311 312 313.group { 314 width: 780px; 315 border-right: #8cacbb 1px solid; 316 padding-right: 1em; 317 border-top: #8cacbb 1px solid; 318 padding-left: 1em; 319 padding-bottom: 0em; 320 margin: 1em 0em; 321 border-left: #8cacbb 1px solid; 322 padding-top: 0em; 323 border-bottom: #8cacbb 1px solid; 324} 325 326.smallgroup { 327 width: 450px; 328 border-right: #8cacbb 1px solid; 329 padding-right: 1em; 330 border-top: #8cacbb 1px solid; 331 padding-left: 1em; 332 padding-bottom: 0em; 333 margin: 1em 0em; 334 border-left: #8cacbb 1px solid; 335 padding-top: 0em; 336 border-bottom: #8cacbb 1px solid; 337} 338 339span.legend { 340 padding-right: 0.5em; 341 padding-left: 0.5em; 342 font-size: 100%; 343 background: white; 344 left: 0em; 345 padding-bottom: 0.5em; 346 padding-top: 0.2em; 347 position: relative; 348 top: -0.8em; 349 font-weight: bold; 350 color: #003366; 351} 352 353div.frmHelp { 354 border-right: black 1px solid; 355 padding-right: 0.5em; 356 border-top: black 1px solid; 357 padding-left: 0.5em; 358 font-weight: normal; 359 font-size: 90%; 360 left: 35em; 361 padding-bottom: 0.5em; 362 border-left: black 1px solid; 363 width: 20em; 364 line-height: normal; 365 padding-top: 0.5em; 366 border-bottom: black 1px solid; 367 position: absolute; 368 top: 1.5em; 369 background-color: #ffffe1; 370 text-align: left; 371} 372 373 374div.errorMessage { 375 color:#990000; 376 border: #8cacbb 1px solid; 377 padding: 10px; 378 background-color:#f4f4f4; 379 text-align:left; 380 margin-bottom: 15px; 381} 382 383div.infoMessage { 384 color:#006600; 385 border: #8cacbb 1px solid; 386 padding: 10px; 387 background-color:#f4f4f4; 388 text-align:left; 389 margin-bottom: 15px; 390} 391 392div.box { 393 border: #8cacbb 1px solid; 394 padding: 10px; 395 background-color:#f4f4f4; 396 text-align:left; 397 margin-bottom: 15px; 398} 399 400img.thumb { 401 border: 1px solid black; 402 margin: 0px 5px 5px 0px; 403} 404 405div.false { 406 float:left; 407 width:100px; 408 height:100px; 409 border: 1px solid gray; 410 margin: 0px 5px 5px 0px; 411 text-align:center; 412 font-style:italic; 413 background-color:#FFFFFF; 414} 415 416div.frmShortRow { 417 clear: both; 418 margin-bottom:5px; 419 position: relative; 420 text-align: left; 421 font-size:12px; 422 423} 424 425div.frmShortRow label { 426 float: left; 427 width: 140px; 428 } 429 430div.frmShortRow input,div.frmShortRow select { 431 font-size:11px; 432 font-family:Arial, Helvetica, sans-serif; 433 } 434 435div.frmPreview { 436 border: 1px dotted #CCC; 437 padding: 10px; 438 width:75%; 439 margin-bottom:15px; 440 margin-top:15px; 441 text-align:center; 442 } 443 444select.block { 445 font-size:medium; 446 font-weight:bold; 447 width:220px; 448 background-color:#F2F2F2; 449 overflow:hidden; 450} 451 452div.control input { 453 font-size:10px; 454 font-family:Arial, Helvetica, sans-serif; 455 padding:1px; 456} 457 458

CanalBlog © 2003 - 2008

Posté par darctansa à 15:32 - Commentaires [0] - Rétroliens [0] - Permalien [#]

Commentaires

Poster un commentaire







Rétroliens

URL pour faire un rétrolien vers ce message :
http://www.canalblog.com/cf/fe/tb/?bid=495481&pid=11745649

Liens vers des weblogs qui référencent ce message :