Ignore:
Timestamp:
Jul 10, 2009, 3:19:37 PM (15 years ago)
Author:
flop25
Message:

-all floPure/*/*.conf.php are independant and can ecrase style of user
-many test have been made !!
=> ready for 2.1.1 [traduction always needed]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/music_player/template/style/floPure/clear_blue/lecteur.css

    r3508 r3561  
    4545}
    4646/* backgrounds */
    47 #autre_content, #content, .content
     47BODY, #autre_content, #content, .content, #the_page
    4848{
    49         background:none;
     49        background:none!important;
    5050}
    5151#section_up_right{
    5252 background-image: url(images/content_top_right.jpg);
    5353 background-repeat:no-repeat;
    54  background-position:bottom;
     54 background-position:bottom left;
    5555 width:22px;
    5656 height:14px;
     
    5858#section_up_left{
    5959 background-image: url(images/content_top_left.jpg);
    60   background-position:bottom;
     60  background-position:bottom right;
    6161  background-repeat:no-repeat;
    6262 width:22px;
     
    7979#section_bottom_right{
    8080 background-image: url(images/content_bottom_right.jpg);
    81  background-position:top;
     81 background-position:top left;
    8282 background-repeat:no-repeat;
    8383 width:22px;
     
    8686#section_bottom_left{
    8787 background-image: url(images/content_bottom_left.jpg);
    88  background-position:top;
     88 background-position:top right;
    8989 background-repeat:no-repeat;
    9090 width:22px;
     
    9797  height:14px;
    9898}
     99/*_____________*/
    99100
     101BODY
     102{
     103color:#696969;
     104font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
     105}
     106/* links */
     107A, INPUT.rateButton {
     108    color: #005e89;
     109    background: transparent;
     110}
     111
     112A:hover, INPUT.rateButton:hover {
     113    color: #858460;
     114}
     115
Note: See TracChangeset for help on using the changeset viewer.