Changeset 3562


Ignore:
Timestamp:
Jul 10, 2009, 4:44:10 PM (15 years ago)
Author:
flop25
Message:
  • non-significant modification
Location:
extensions/floPure/theme
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/theme/clear_blue/theme.css

    r3497 r3562  
    3434#section_up_left{
    3535        background-image: url(images/endsection_header.jpg);
    36         background-position:bottom;
     36        background-position:bottom right;
    3737        background-repeat:no-repeat;
    3838        width:16px;
     
    5252#section_bottom_left{
    5353 background-image: url(images/section_bot_left.jpg);
    54  background-position:top;
     54 background-position:top right;
    5555 background-repeat:no-repeat;
    5656 width:16px;
  • extensions/floPure/theme/sky/theme.css

    r3497 r3562  
    8181
    8282/* backgrounds section right */
    83 #section_up_left{
     83#section_up_left {
    8484        background-image: url(images/haut_gauche.png);
    85         background-position:bottom;
     85        background-position: bottom right;
    8686        background-repeat:no-repeat;
    8787        width:15px;
    8888         height:32px;
    8989}
    90 #section_up_right{
     90#section_up_right {
    9191    background-image: url(images/haut_droit.png);
    92         background-position:bottom;
     92        background-position:bottom left;
    9393        background-repeat:no-repeat;
    9494        width:15px;
    9595         height:32px;
    9696}
    97 #section_up{
     97#section_up {
    9898 background-image: url(images/haut_milieu.jpg);
    9999 background-position:bottom;
     
    101101         height:32px;
    102102}
    103 #section_left{
     103#section_left {
    104104 background-image: url(images/milieu_gauche.jpg);
    105105 background-repeat:repeat-y;
    106         width:15px;
    107 }
    108 #section_right{
     106 background-position:right;
     107        width:15px;
     108}
     109#section_right {
    109110 background-image: url(images/milieu_droit.jpg);
    110111 background-repeat:repeat-y;
     112 background-position:left;
    111113        width:15px;
    112114}
     
    116118}
    117119
    118 #section_bottom_left{
     120#section_bottom_left {
    119121 background-image: url(images/bas_gauche.png);
    120  background-position:top;
     122 background-position:top right;
    121123 background-repeat:no-repeat;
    122124 width:15px;
    123125 height:15px;
    124126}
    125 #section_bottom_right{
     127#section_bottom_right {
    126128 background-image: url(images/bas_droit.png);
    127  background-position:top;
     129 background-position:top left;
    128130 background-repeat:no-repeat;
    129131 width:15px;
    130132 height:15px;
    131133}
    132 #section_bottom{
     134#section_bottom {
    133135 background-image: url(images/bas_milieu.jpg);
    134136 background-position:top;
Note: See TracChangeset for help on using the changeset viewer.