Changeset 310


Ignore:
Timestamp:
Jan 22, 2004, 12:29:57 AM (20 years ago)
Author:
z0rglub
Message:

code refactore

File:
1 edited

Legend:

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

    r291 r310  
    1   a  {
    2           text-decoration : none;
    3   }
    4  a:hover {
    5           text-decoration : underline;
    6   }
    7  a.back {
    8           color : #ffffff;
    9   }
    10  body {
    11           font-family : arial, sans-serif;
    12           font-size : 12px;
    13           background-color : #444444;
    14           color : #ffffff;
    15           margin : 5px;
    16   }
    17  table , input {
    18           font-family : arial, sans-serif;
    19           font-size : 12px;
    20   }
    21  .imgLink {
    22           border : 1px solid #ffffff;
    23   }
    24  .titrePage , .titreMenu , .menu , .info, a {
    25           color : #ffffff;
    26   }
    27  .titreMenu , .menu , .info{
    28           margin-bottom : 5px;
    29           white-space : nowrap;
    30   }
    31  .menu , .titrePage , .info{
    32           margin-left : 2px;
    33           margin-right : 2px;
    34   }
    35  .menuInfoCat {
    36           font-family : sans-serif;
    37           font-size : 11px;
    38   }
    39  .totalImages {
    40           text-align : center;
    41           margin-top : 5px;
    42           font-family : sans-serif;
    43           font-size : 11px;
    44   }
    45  .titreMenu {
    46           font-weight : 600;
    47           text-align : center;
    48   }
    49  .info{
    50           text-align : right;
    51   }
    52  .titrePage {
    53           white-space : nowrap;
    54           font-weight : 500;
    55           font-size : 18px;
    56           text-align : center;
    57   }
    58  .comments , .infoCat , .navigationBar {
    59           margin-top : 10px;
    60           margin-bottom : 10px;
    61   }
    62  .comments {
    63           text-align : justify;
    64           font-style : italic;
    65   }
    66  .navigationBar {
    67           text-align : center;
    68   }
    69  .infoCat {
    70           text-align : left;
    71   }
    72  .thumbnail {
    73           font-size : 11px;
    74           text-align : center;
    75   }
    76  .copyright {
    77           font-size : 11px;
    78           text-align : center;
    79           font-family : sans-serif;
    80           letter-spacing : 0.3mm;
    81   }
    82  .commentImage {
    83           font-weight : bold;
    84           text-align : center;
    85           font-size : 17px;
    86   }
    87  .bouton {
    88           background : #eeeeee;
    89   }
    90  input {
    91           border-color : #000000;
    92           background : #ffffff;
    93           color : #000000;
    94   }
    95  table {
    96           border-collapse : collapse;
    97   }
    98  table.thumbnail {
    99           border-collapse : separate;
    100   }
    101  td {
    102           font-family : sans-serif;
    103           padding : 0;
    104   }
    105  .errors {
    106           text-align : left;
    107           margin-top : 5px;
    108           margin-bottom : 5px;
    109           background-color : red;
    110           font-weight : bold;
    111           border : 1px solid black;
    112           color : white;
    113   }
    114  div.information {
    115           text-align : center;
    116           border : 2px solid #ffffff;
    117           margin : 10px;
    118           padding : 5px;
    119   }
    120  .commentsAuthor , .commentsTitle , .commentsInfos , .commentsContent , .commentsNavigationBar {
    121           color : #ffffff;
    122           font-family : arial, sans-Serif;
    123           font-size : 12px;
    124   }
    125  .commentsTitle , .commentsAuthor {
    126           text-align : center;
    127           font-weight : bold;
    128   }
    129  .commentsInfos {
    130           padding : 3px 3px 3px 10px;
    131           font-size : 11px;
    132           text-align : right;
    133   }
    134  .commentsContent {
    135           margin : 10px;
    136   }
    137  .commentsTitle {
    138           margin-top : 15px;
    139   }
    140  .commentsAuthor {
    141           margin : 5px;
    142   }
    143  .commentsNavigationBar {
    144           margin : 10px;
    145   }
    146  .tableComment {
    147         width : 100%;
    148         border : 2px solid #ffffff;
    149         text-align : left;
    150         padding: 10px;
    151   }
    152  .cellAuthor {
    153           border-right : 1px solid #ffffff;
    154           width : 20%;
    155   }
    156  .cellInfo{
    157           border-bottom : 1px solid #ffffff;
    158   }
     1a {
     2  text-decoration:none;
     3}
     4a:hover {
     5  text-decoration:underline;
     6}
     7a.back {
     8  color:#ffffff;
     9}
     10body {
     11  font-family:arial, sans-serif;
     12  font-size:12px;
     13  background-color:#444444;
     14  color:#ffffff;
     15  margin:5px;
     16}
     17table, input {
     18  font-family:arial, sans-serif;
     19  font-size:12px;
     20}
     21.imgLink {
     22  border:1px solid #ffffff;
     23}
     24.imgLink:hover {
     25  text-decoration:none;
     26}
     27.titrePage, .titreMenu, .menu, .info, a {
     28  color:#ffffff;
     29}
     30.titreMenu, .menu, .info {
     31  margin-bottom:5px;
     32  white-space:nowrap;
     33}
     34.menu, .titrePage, .info {
     35  margin-left:2px;
     36  margin-right:2px;
     37}
     38.menuInfoCat {
     39  font-family:sans-serif;
     40  font-size:11px;
     41}
     42.totalImages {
     43  text-align:center;
     44  margin-top:5px;
     45  font-family:sans-serif;
     46  font-size:11px;
     47}
     48.titreMenu {
     49  font-weight:600;
     50  text-align:center;
     51}
     52.info {
     53  text-align:right;
     54}
     55.titrePage {
     56  white-space:nowrap;
     57  font-weight:500;
     58  font-size:18px;
     59  text-align:center;
     60}
     61.comments, .infoCat, .navigationBar {
     62  margin-top:10px;
     63  margin-bottom:10px;
     64}
     65.comments {
     66  text-align:justify;
     67  font-style:italic;
     68}
     69.navigationBar {
     70  text-align:center;
     71}
     72.infoCat {
     73  text-align:left;
     74}
     75.thumbnail {
     76  font-size:11px;
     77  text-align:center;
     78}
     79.copyright {
     80  font-size:11px;
     81  text-align:center;
     82  font-family:sans-serif;
     83  letter-spacing:0.3mm;
     84}
     85.commentImage {
     86  font-weight:bold;
     87  text-align:center;
     88  font-size:17px;
     89}
     90.bouton {
     91  background:#eeeeee;
     92}
     93input {
     94  border-color:#000000;
     95  background:#ffffff;
     96  color:#000000;
     97}
     98table {
     99  border-collapse:collapse;
     100}
     101table.thumbnail {
     102  border-collapse:separate;
     103}
     104td {
     105  font-family:sans-serif;
     106  padding:0;
     107}
     108.errors {
     109  text-align:left;
     110  margin-top:5px;
     111  margin-bottom:5px;
     112  background-color:red;
     113  font-weight:bold;
     114  border:1px solid black;
     115  color:white;
     116}
     117div.information {
     118  text-align:center;
     119  border:2px solid #ffffff;
     120  margin:10px;
     121  padding:5px;
     122}
     123.commentsAuthor, .commentsTitle, .commentsInfos, .commentsContent, .commentsNavigationBar {
     124  color:#ffffff;
     125  font-family:arial, sans-Serif;
     126  font-size:12px;
     127}
     128.commentsTitle, .commentsAuthor {
     129  text-align:center;
     130  font-weight:bold;
     131}
     132.commentsInfos {
     133  padding:3px 3px 3px 10px;
     134  font-size:11px;
     135  text-align:right;
     136}
     137.commentsContent {
     138  margin:10px;
     139}
     140.commentsTitle {
     141  margin-top:15px;
     142}
     143.commentsAuthor {
     144  margin:5px;
     145}
     146.commentsNavigationBar {
     147  margin:10px;
     148}
     149.tableComment {
     150  width:100%;
     151  border:2px solid #ffffff;
     152  text-align:left;
     153  padding: 10px;
     154}
     155.cellAuthor {
     156  border-right:1px solid #ffffff;
     157  width:20%;
     158}
     159.cellInfo {
     160  border-bottom:1px solid #ffffff;
     161}
    159162
Note: See TracChangeset for help on using the changeset viewer.