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/green_nature/lecteur.css

    r3508 r3561  
    4444        border:none;
    4545}
     46
     47BODY, H1, H2, H3, DT,
     48INPUT.rateButtonSelected  {
     49  color:#B0CA00;
     50}
     51/* links */
     52A, INPUT.rateButton {
     53    color: #B0CA00;
     54    background: transparent;
     55}
     56
     57A:hover, INPUT.rateButton:hover {
     58    color: #D7DC76;
     59}
     60
    4661/* backgrounds */
    47 #autre_content, #content, .content
     62BODY, #autre_content, #content, .content, #the_page
    4863{
    49         background:none;
     64        background:none!important;
    5065}
     66/* backgrounds */
     67BODY {
     68  background-color: #aacb87!important; 
     69}
     70
     71#section_in, #section_right, #imageToolBar, #admin_content {
     72  background-color: #76964B!important;
     73}
     74
     75
     76
     77
    5178#section_up_right{
    5279 background-image: url(images/content_top_right.jpg);
    5380 background-repeat:no-repeat;
    54  background-position:bottom;
     81 background-position:bottom left;
    5582 width:22px;
    5683 height:14px;
     
    5885#section_up_left{
    5986 background-image: url(images/content_top_left.jpg);
    60   background-position:bottom;
     87  background-position:bottom right;
    6188  background-repeat:no-repeat;
    6289 width:22px;
     
    79106#section_bottom_right{
    80107 background-image: url(images/content_bottom_right.jpg);
    81  background-position:top;
     108 background-position:top left;
    82109 background-repeat:no-repeat;
    83110 width:22px;
     
    86113#section_bottom_left{
    87114 background-image: url(images/content_bottom_left.jpg);
    88  background-position:top;
     115 background-position:top right;
    89116 background-repeat:no-repeat;
    90117 width:22px;
Note: See TracChangeset for help on using the changeset viewer.