web/res/css/tweetcast.css
changeset 485 38ac6cb87be7
parent 424 e67c4b18a16b
child 488 395108b6cf1b
equal deleted inserted replaced
484:e6ac91d5462b 485:38ac6cb87be7
    56 
    56 
    57 .hidden {
    57 .hidden {
    58     display: none;
    58     display: none;
    59 }
    59 }
    60 
    60 
       
    61 .fl {
       
    62     float: left;
       
    63 }
       
    64 
    61 /* feedback */
    65 /* feedback */
    62 
    66 
    63 #sendUsFeedBack {
    67 #sendUsFeedBack {
    64   position: absolute; right: 0; top: 0; width: 100px; z-index: 999999;
    68   position: absolute; right: 0; top: 0; width: 100px; z-index: 999999;
    65 }
    69 }
   290 }
   294 }
   291 
   295 
   292 /* Liste des tweets */
   296 /* Liste des tweets */
   293 
   297 
   294 #tweetlist {
   298 #tweetlist {
   295 	float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999; color: #585858; cursor: pointer; cursor: hand; background: #ffffff;
   299 	float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999;
       
   300 	color: #585858; cursor: pointer; cursor: hand; background: #ffffff;
       
   301 	font-family: Arial, Helvetica, sans-serif; /* Quick Fix */
   296 }
   302 }
   297 
   303 
   298 #tweetlist a {
   304 #tweetlist a {
   299     text-decoration: none; color: #1985B5;
   305     text-decoration: none; color: #1985B5;
   300 }
   306 }
   499 
   505 
   500 #accordeon p {
   506 #accordeon p {
   501     margin: 5px 0; line-height: 1.5em;
   507     margin: 5px 0; line-height: 1.5em;
   502 }
   508 }
   503 
   509 
   504 #accordeon li {
   510 li.acctitre, li.acctexte {
   505     float: left; width: 480px; margin: 0 1px 1px 1px; padding: 4px; border: 1px solid #ffffff; position: relative;
   511     float: left; width: 480px; margin: 0 1px 1px 1px; padding: 4px; border: 1px solid #ffffff; position: relative;
   506 }
       
   507 
       
   508 #accordeon span {
       
   509     padding: 2px; cursor: pointer; cursor: hand;
       
   510 }
   512 }
   511 
   513 
   512 div.accsubtitle {
   514 div.accsubtitle {
   513     position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden;
   515     position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #e0e0e0; border-right: 1px solid #999999; overflow: hidden;
   514 }
   516 }
   521     position: absolute; top: 0; left: -75px; width: 150px; height: 20px; font-size: 13px; font-weight: bold; text-align: center; color: #555555;
   523     position: absolute; top: 0; left: -75px; width: 150px; height: 20px; font-size: 13px; font-weight: bold; text-align: center; color: #555555;
   522 }
   524 }
   523 
   525 
   524 div.tagcloud {
   526 div.tagcloud {
   525     width: 460px; text-align: center; margin-left: 20px;
   527     width: 460px; text-align: center; margin-left: 20px;
       
   528 }
       
   529 
       
   530 .tagcloud span {
       
   531     padding: 2px; cursor: pointer; cursor: hand;
   526 }
   532 }
   527 
   533 
   528 li.acctitre {
   534 li.acctitre {
   529     background: #efefef; cursor: pointer; cursor: hand;
   535     background: #efefef; cursor: pointer; cursor: hand;
   530 }
   536 }
   531 
   537 
   532 li.acctexte {
   538 li.acctexte {
   533     background: url(twcx-img/bgdeplie.png) top repeat-x #efefef;
   539     background: url(twcx-img/bgdeplie.png) top repeat-x #efefef;
   534     max-height: 228px; overflow: auto;
   540     max-height: 228px; overflow: auto;
       
   541 }
       
   542 
       
   543 .acctexte ul {
       
   544     list-style: disc; font-size: 12px; padding-left: 1em;
       
   545 }
       
   546 
       
   547 .acctexte li {
       
   548     margin: 4px 0;
   535 }
   549 }
   536 
   550 
   537 /* Tag Cloud */
   551 /* Tag Cloud */
   538 
   552 
   539 #hoverkw {
   553 #hoverkw {