Changeset 554


Ignore:
Timestamp:
Oct 7, 2004, 12:06:45 AM (20 years ago)
Author:
gweltas
Message:

Css simplification

Location:
trunk/template/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/category.tpl

    r541 r554  
    22<table style="width:100%;">
    33  <tr>
    4     <td valign="top" style="padding:10px;width:1%;">
     4    <td valign="top" style="padding:0px 10px 0px 10px;width:1%;">
    55      <div class="table1">
    66        <div class="titreMenu">
     
    1212          </ul>
    1313        <div class="totalImages">[&nbsp;{NB_PICTURE}&nbsp;{L_TOTAL}&nbsp;]</div>
    14                   <br />
    15                   <ul class="menu">
    16                     <li><span style="font-weight:bold;">{L_SPECIAL_CATEGORIES}</span></li>
     14                </div>
     15                <div class="titreMenu">{L_SPECIAL_CATEGORIES}</div>
     16                <div class="menu">
    1717                    <ul class="menu">
    1818                      <!-- BEGIN special_cat -->
     
    2020                      <!-- END special_cat -->
    2121                    </ul>
    22                   </ul>
    2322                </div>
    2423                <div class="titreMenu">{L_SUMMARY}</div>
     
    5958      </div>
    6059        </td>
    61         <td style="padding:10px;width:99%;" valign="top">
     60        <td style="padding:0px 10px 0px 10px; width:99%;" valign="top">
    6261          <div class="home">
    6362                        <div class="titrePage">{TITLE}</div>
  • trunk/template/default/default.css

    r539 r554  
    1 /*POSITION*/
     1/* BACKGROUND */
     2body { background-color:#000000;}
     3.main, .throw, .admin { background-color:#3F3F3F;}
     4.row1,input,select,textarea, .table1, .home { background-color:#5F5F5F;}
     5.table2, .commentTitle { background-color: #797979;}
     6.errors { background-color:red;}
     7
     8.titreMenu,.titrePage,.imgMenu a:hover { background-image: url(theme/tableh1_bg.gif);}
     9.bouton, .imgMenu a, #imgBarMenu { background-image: url(theme/button_bg.gif);}
     10
     11/* POSITION */
    212#gauche,#droite
    313{
     
    3444  font-family: Verdana, Geneva, Arial, sans-serif;
    3545  font-size:12px;
    36   background-color:#000000;
    3746  color:#E0E0E0;
    3847  margin:5px;
     
    6170
    6271.main {
    63         background-color:#444444;
    6472        border: 1px solid #E0E0E0;
    6573        width:100%;
     
    8189  font-size:12px;
    8290  color:#E0E0E0;
    83   background-image: url(theme/tableh1_bg.gif);
    8491  font-weight:600;
    8592  text-align:center;
     
    9198  text-align:left;
    9299  font-size:16px;
    93   /*margin-bottom:5px;*/
    94100}
    95101
     
    134140  display:block;
    135141  height:25px;
    136   background-image: url(theme/button_bg.gif);
    137142  border-bottom: 1px solid #000000;
    138143}
     
    155160{
    156161  display:block;
    157   background-image: url(theme/button_bg.gif);
    158162  height: 25px;
    159163  border-bottom: 1px solid #000000;
     
    164168.imgMenu a:hover
    165169{
    166   background-image:url(theme/tableh1_bg.gif);
    167170  border-bottom: 1px solid #3F3F3F;
    168171  border-left: 1px solid #3F3F3F;
     
    187190{
    188191  border: 1px solid #000000;
    189   background-color:#555555;
    190192  display:block;
    191193}
     
    198200 
    199201.table2 {
    200         background-color: #797979;
    201202        border: 1px solid #000000;
    202203        margin: 0px 10px 0px 0px;
     
    215216}
    216217
    217 .row1 {
    218   background-color:#505050;
    219 }
    220 
    221218.throw {
    222219  color:#FFFFCC;
    223   background-color:#3F3F3F;
    224220  text-align:center;
    225221  font-weight:bold;
     
    258254  font-family: Arial, Helvetica, sans-serif;
    259255  font-size:12px;
    260   background-color:#797979;
    261256  font-weight:bold;
    262257  padding: 15px 5px 10px 5px;
     
    282277
    283278.bouton {
    284   background-image: url(theme/button_bg.gif);
    285279  border: 1px solid #404750;
    286280  color:#FFFFFF;
     
    294288input,select,textarea {
    295289 text-indent:2px;
    296  background-color:#505050;
    297290 border: 1px solid #797979;
    298291 padding: 0;
     
    316309.admin {
    317310font-weight:bold;
    318 background-color:#444444;
    319311margin:0px 0px 12px 0px;
    320312text-align: center;
     
    323315}
    324316
    325 .adminMain
    326 {
    327   border: 1px solid #000000;
    328   background-color:#656565;
    329   width:95%;
    330   color:#FFFFFF;
    331 }
    332 
    333317/* Other styles */
    334318.info {
    335319  color:#FFF48E;
    336   margin:5px 0px 5px 0px
     320  margin:5px 0px 5px 0px;
    337321  white-space:nowrap;
    338322  text-align:center;
     
    366350  margin-top:5px;
    367351  margin-bottom:5px;
    368   background-color:red;
    369352  font-weight:bold;
    370353  border:1px solid black;
Note: See TracChangeset for help on using the changeset viewer.