Changeset 316 for branches/release-1_3


Ignore:
Timestamp:
Jan 24, 2004, 11:53:29 PM (20 years ago)
Author:
z0rglub
Message:
  • changing white color to lightgray
  • agregation of CSS properties
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/template/default/default.css

    r310 r316  
    55  text-decoration:underline;
    66}
    7 a.back {
    8   color:#ffffff;
     7a.back,body {
     8  color:lightgray;
    99}
    1010body {
     
    1212  font-size:12px;
    1313  background-color:#444444;
    14   color:#ffffff;
    1514  margin:5px;
    1615}
     
    2019}
    2120.imgLink {
    22   border:1px solid #ffffff;
     21  border:1px solid lightgray;
    2322}
    2423.imgLink:hover {
    2524  text-decoration:none;
    2625}
    27 .titrePage, .titreMenu, .menu, .info, a {
    28   color:#ffffff;
     26.titrePage,.titreMenu,.menu,.info,a,.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
     27  color:lightgray;
    2928}
    3029.titreMenu, .menu, .info {
     
    8988}
    9089.bouton {
    91   background:#eeeeee;
     90  background:lightgray;
    9291}
    93 input {
    94   border-color:#000000;
    95   background:#ffffff;
     92textarea,input {
     93  border-color:gray;
     94  background-color:lightgray;
    9695  color:#000000;
    9796}
     
    117116div.information {
    118117  text-align:center;
    119   border:2px solid #ffffff;
     118  border:2px solid lightgray;
    120119  margin:10px;
    121120  padding:5px;
    122121}
    123122.commentsAuthor, .commentsTitle, .commentsInfos, .commentsContent, .commentsNavigationBar {
    124   color:#ffffff;
    125123  font-family:arial, sans-Serif;
    126124  font-size:12px;
     
    147145  margin:10px;
    148146}
     147.tableComment,.cellAuthor,.cellInfo {
     148  border-color:lightgray;
     149  border-style:solid;
     150}
    149151.tableComment {
    150152  width:100%;
    151   border:2px solid #ffffff;
     153  border-width:2px;
    152154  text-align:left;
    153155  padding: 10px;
    154156}
    155157.cellAuthor {
    156   border-right:1px solid #ffffff;
     158  border-width:0px;
     159  border-right-width:1px;
    157160  width:20%;
    158161}
    159162.cellInfo {
    160   border-bottom:1px solid #ffffff;
     163  border-width:0px;
     164  border-bottom-width:1px;
    161165}
    162166
Note: See TracChangeset for help on using the changeset viewer.