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

    r3559 r3561  
    1 #autre_content
    2 {
    3 width:100%;
    4 padding:0;
    5 margin:0;
     1#autre_content {
     2        width:100%;
     3        padding:0;
     4        margin:0;
    65}
    7 #content
    8 {
    9 margin-left: auto;
    10 margin-bottom:1em;
    11 width:100%;
    12 border:none;
    13   }
    14 #the_page
    15 {
    16 width:100%;
    17 border:none;
    18   }
     6#content {
     7        margin-left: auto;
     8        margin-bottom:1em;
     9        width:100%;
     10        border:none;
     11}
     12#the_page {
     13        width:100%;
     14        border:none;
     15}
    1916body {
    20 min-width: inherit;
    21 width:100%;
     17        min-width: inherit;
     18        width:100%;
    2219}
    23 #cache
    24 {
    25 padding:5px
     20#cache {
     21        padding:5px
    2622}
    27 #close_button
    28 {
     23#close_button {
    2924        display:block;
    3025        float:right;
    3126}
    32 #table_content
    33 {
     27#table_content {
    3428        padding:15px;
    3529}
    36 #section_up
    37 {
     30#section_up {
    3831        padding-top:5px;
    3932        text-align:right;
    4033}
    41 #section_up A
    42 {
     34#section_up A {
    4335        text-decoration:none;
    4436        border:none;
    4537}
    4638#copyright {
    47 margin-left:5%;
    48 margin-right:5%;
     39        margin-left:5%;
     40        margin-right:5%;
     41}
     42BODY, H1, H3, DT,
     43INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
     44  color:#e0e0e0;
     45}
     46/* links */
     47A, INPUT.rateButton {
     48  color: #FFFFFF;
    4949}
    5050
     51A:hover {
     52  color: #CCCCCC;
     53}
    5154/* backgrounds */
    52 #autre_content, #content, .content
    53 {
    54         background:none;
     55BODY, #autre_content, #content, .content, #the_page {
     56        background:none!important;
    5557}
     58/* backgrounds */
     59BODY, #content {
     60  background-color: #414141!important;
     61}
     62
     63/* backgrounds menu */
     64
     65#section_up_right {
     66        background-image: url(images/c2_haut_droit.jpg);
     67        background-position:bottom left;
     68        background-repeat:no-repeat;
     69        width:15px;
     70         height:32px;
     71}
     72#section_up_left {
     73        background-image: url(images/c2_haut_gauche.jpg);
     74        background-position:bottom right;
     75        background-repeat:no-repeat;
     76        width:15px;
     77         height:32px;
     78}
     79#section_up {
     80 background-image: url(images/c2_haut_milieu.jpg);
     81 background-position:bottom;
     82 background-repeat:repeat-x;
     83         height:32px;
     84}
     85
     86#section_in {
     87        background-color:#676767;
     88}
     89#section_left {
     90 background-image: url(images/c2_milieu_gauche.jpg);
     91 background-position:right;
     92 background-repeat:repeat-y;
     93        width:15px;
     94}
     95 #section_right {
     96 background-image: url(images/c2_milieu_droit.jpg);
     97 background-position:left;
     98 background-repeat:repeat-y;
     99        width:15px;
     100        background-color:transparent;
     101}
     102#section_bottom_right {
     103 background-image: url(images/c2_bas_droit.jpg);
     104 background-position:top left;
     105 background-repeat:no-repeat;
     106 width:15px;
     107 height:15px;
     108}
     109#section_bottom_left {
     110 background-image: url(images/c2_bas_gauche.jpg);
     111 background-position:top right;
     112 background-repeat:no-repeat;
     113 width:15px;
     114 height:15px;
     115}
     116#section_bottom {
     117 background-image: url(images/c2_bas_milieu.jpg);
     118 background-position:top;
     119 background-repeat:repeat-x;
     120  height:15px;
     121}
Note: See TracChangeset for help on using the changeset viewer.