Changeset 11310


Ignore:
Timestamp:
Jun 11, 2011, 4:56:23 AM (13 years ago)
Author:
tearran
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PaysonsPlaces/theme.css

    r11309 r11310  
    133133}
    134134
    135 /*  */
    136     #footer {
    137         padding: 10px;
    138         -moz-border-radius: 18px;
    139         border-radius: 8px;
    140         -webkit-box-shadow: 1px 1px 2px;
    141         -moz-box-shadow: 1px 1px 2px;
    142         box-shadow: 1px 1px 2px;
    143         background-image: url(images/bg_bw.jpg);
    144         background-attachment: fixed;
    145         background-repeat: no-repeat;
    146         padding: 10px;
    147 }
    148 
    149135        body {
    150136        width: 100%;
     
    190176        -moz-box-shadow: 1px 1px 2px;
    191177        box-shadow: 1px 1px 2px;
    192         background-image: url(images/bg.gif);
    193178        background-attachment: fixed;
    194179        background-repeat: no-repeat;
     
    196181        padding-left: 0px;
    197182        padding-right: 0px;
     183        background-image: url(images/bg_bw.JPG);
    198184 }
    199185
     
    210196        -moz-box-shadow: 1px 1px 2px;
    211197        box-shadow: 1px 1px 2px;
    212         background-image: url(images/bg.gif);
    213198        background-attachment: fixed;
    214199        background-repeat: no-repeat;
     
    218203        height: 100%;
    219204        vertical-align: top;
    220 
     205        background-image: url(images/bg_bw.JPG);
     206}
     207
     208/*  */
     209    #footer {
     210        padding: 10px;
     211        -moz-border-radius: 18px;
     212        border-radius: 8px;
     213        -webkit-box-shadow: 1px 1px 2px;
     214        -moz-box-shadow: 1px 1px 2px;
     215        box-shadow: 1px 1px 2px;
     216        background-attachment: fixed;
     217        background-repeat: no-repeat;
     218        padding: 10px;
     219        background-image: url(images/bg_bw.JPG);
    221220}
    222221#search_box {
Note: See TracChangeset for help on using the changeset viewer.