Changeset 623 for trunk/template/default


Ignore:
Timestamp:
Nov 26, 2004, 5:10:17 PM (20 years ago)
Author:
gweltas
Message:

New template for group management
French translation for synchronization
Minor update of the css file

Location:
trunk/template/default
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/default.css

    r622 r623  
    11/* BACKGROUND */
     2
    23body { background-color:#000000;}
    34.main, .throw, .admin { background-color:#3F3F3F;}
     
    910.bouton, .imgMenu a, #imgBarMenu { background-image: url(theme/button_bg.gif);}
    1011
     12/* FONT COLORS */
     13
     14.titreMenu, .titreMenu a, .info, .admin{ color:#FFF48E;}
     15.titrePage, .titreMenu a:hover { color:#E0E0E0;}
     16.comment{ color:#C6B78E;}
     17.commentDate { color:#999999;}
     18input,select,textarea { color:#FFFFCC;}
     19
     20/* ANCHORS */
     21
     22a { text-decoration:none; color:#FFFFFF;}
     23a:hover { text-decoration:none; color:#FFF48E;}
     24a.none:hover { text-decoration:none;}
     25a.image:hover { text-decoration:none;}
     26a.thumbLink:hover { text-decoration:none;}
     27
    1128/* POSITION */
    1229#gauche,#droite
     
    2441}
    2542
    26 #droite
    27 {
    28   text-align:right;
    29 }
    30 
    31 #left
    32 {
    33   float:left;
    34 }
    35 
    36 #right
    37 {
    38   float:right;
    39 }
     43#droite{text-align:right;}
     44#left {float:left; }
     45#right{float:right; }
    4046
    4147/* MAIN STYLES */
     
    6066}
    6167
    62 /* ANCHORS */
    63 
    64 a { text-decoration:none; color:#FFFFFF;}
    65 a:hover { text-decoration:none; color:#FFF48E;}
    66 a.none:hover { text-decoration:none;}
    67 a.image:hover { text-decoration:none;}
    68 a.thumbLink:hover { text-decoration:none;}
     68
    6969
    7070/* LAYOUT STYLE */
     
    9393  line-height: 25px;
    9494  font-size:12px;
    95   color:#E0E0E0;
    9695  font-weight:600;
    9796  text-align:center;
     
    266265  font-weight:lighter;
    267266  text-align:right;
    268   color:#999999;
    269267  border-top: 1px solid #000000;
    270268  border-bottom: 1px solid #000000;
    271269}
    272270
    273 .comment{
    274   color:#C6B78E;
    275 }
    276271/* Form styles */
    277272
     
    295290 border: 1px solid #797979;
    296291 padding: 0;
    297  color:#FFFFCC;
    298292}
    299293
     
    317311text-align: center;
    318312padding:0px;
    319 color : #FFF48E;
    320313}
    321314
    322315/* Other styles */
    323316.info {
    324   color:#FFF48E;
    325317  margin:5px 0px 5px 0px;
    326318  white-space:nowrap;
Note: See TracChangeset for help on using the changeset viewer.