Ignore:
Timestamp:
Jun 15, 2011, 6:57:22 AM (13 years ago)
Author:
tearran
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PaysonsPlaces/theme.css

    r11346 r11378  
    144144        -moz-box-shadow: 1px 1px 2px;
    145145        box-shadow: 1px 1px 2px;
    146         background-image: url(theme/paysonsplaces/theme/paysonsplaces/images/bg_bw.jpg);
     146        background-image: url(images/bg_bw.jpg);
    147147        background-attachment: fixed;
    148148        background-repeat: no-repeat;
     
    156156        margin: 0px;
    157157        padding: 0px;
    158         background-image: url(images/bg_c.JPG);
    159 }
     158        background-image: url(images/bg_c.jpg);
     159}
     160
    160161   html,body{
    161162      margin:0;
     
    194195        -moz-box-shadow: 1px 1px 2px;
    195196        box-shadow: 1px 1px 2px;
    196         background-image: url(theme/paysonsplaces/images/bg_bw.jpg);
     197        background-image: url(images/bg_bw.jpg);
    197198        background-attachment: fixed;
    198199        background-repeat: no-repeat;
     
    215216        -moz-box-shadow: 1px 1px 2px;
    216217        box-shadow: 1px 1px 2px;
    217         background-image: url(theme/paysonsplaces/images/bg_bw.jpg);
     218        background-image: url(images/bg_bw.jpg);
    218219        background-attachment: fixed;
    219220        background-repeat: no-repeat;
     
    235236        -moz-box-shadow: inset  0px ;
    236237        box-shadow: inset 0px ;*/
     238       
    237239        margin: 10px;
    238240        margin-bottom: 0px;
    239241        width: 100%;
    240         height: 128px;
    241 
     242        border-color: #EAEAEA;
     243        border-style: groove;
     244        border-width: 2px;
    242245}
    243246#des_m_p {
    244         -moz-border-radius: 18px;
    245         border-radius: 8px;
     247        /*border-radius: 8px;
    246248        -webkit-box-shadow: inset 1px 1px 2px;
    247249        -moz-box-shadow: inset  1px 1px 2px;
    248         box-shadow: inset 1px 1px 2px;
     250        box-shadow: inset 1px 1px 2px;*/
    249251        margin: 10px;
    250252        margin-bottom: 0px;
    251253        width: 100%;
    252254        background-color: #FFFFFF;
     255        border-color: threedface;
     256        border-style: groove;
     257        border-width: 2px;
    253258}
    254259#nav-1 {
     
    281286        height: 128px;
    282287        overflow: auto;
    283         background-color: #FFFFFF;
    284288        width: inherit;
    285289        text-align: inherit;
     
    312316        border-right: 10;
    313317}
    314 #scroll_1 {
    315         height: 128px;
    316         overflow: auto;
    317         width: inherit;
    318         text-align: inherit;
    319         padding: 0px;
    320 }
    321318#comments .description {
    322319        font-size: 100%;
Note: See TracChangeset for help on using the changeset viewer.