source: tags/release-1_3_1/template/default/default.css @ 427

Last change on this file since 427 was 427, checked in by (none), 20 years ago

This commit was manufactured by cvs2svn to create tag
'release-1_3_1'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1a {
2  text-decoration:none;
3  color:#E0E0E0;
4}
5a:hover {
6  text-decoration:underline;
7  color:#E0E0E0;
8}
9
10a.back,body {
11  color:#E0E0E0;
12}
13body {
14  font-family:arial, sans-serif;
15  font-size:12px;
16  background-color:#444444;
17  margin:5px;
18}
19table, input {
20  font-family:arial, sans-serif;
21  font-size:12px;
22}
23.imgLink {
24  border:1px solid #E0E0E0;
25}
26.imgLink:hover {
27  text-decoration:none;
28}
29.titrePage,.titreMenu,.menu,.info,.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent,.commentsNavigationBar {
30  color:lightgray;
31}
32.titreMenu, .menu, .info {
33  margin-bottom:5px;
34  white-space:nowrap;
35}
36.menu, .titrePage, .info {
37  margin-left:2px;
38  margin-right:2px;
39}
40.menuInfoCat {
41  font-family:sans-serif;
42  font-size:11px;
43}
44.totalImages {
45  text-align:center;
46  margin-top:5px;
47  font-family:sans-serif;
48  font-size:11px;
49}
50.titreMenu {
51  font-weight:600;
52  text-align:center;
53}
54.info {
55  text-align:right;
56}
57.titrePage {
58  white-space:nowrap;
59  font-weight:500;
60  font-size:18px;
61  text-align:center;
62}
63.comments, .infoCat, .navigationBar {
64  margin-top:10px;
65  margin-bottom:10px;
66}
67.comments {
68  text-align:justify;
69  font-style:italic;
70}
71.navigationBar {
72  text-align:center;
73}
74.infoCat {
75  text-align:left;
76}
77.thumbnail {
78  font-size:11px;
79  text-align:center;
80}
81.copyright {
82  font-size:11px;
83  text-align:center;
84  font-family:sans-serif;
85  letter-spacing:0.3mm;
86}
87.commentImage {
88  font-weight:bold;
89  text-align:center;
90  font-size:17px;
91}
92.bouton {
93  background:lightgray;
94}
95textarea,input {
96  color:black;
97}
98table {
99  border-collapse:collapse;
100}
101table.thumbnail {
102  border-collapse:separate;
103}
104td {
105  font-family:sans-serif;
106  padding:0px;
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 #E0E0E0;
120  margin:10px;
121  padding:5px;
122}
123.commentsAuthor, .commentsTitle, .commentsInfos, .commentsContent, .commentsNavigationBar {
124       
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,.cellAuthor,.cellInfo {
150  border-color:#E0E0E0;
151  border-style:solid;
152}
153.tableComment {
154  width:100%;
155  border-width:2px;
156  text-align:left;
157  padding: 10px;
158}
159.cellAuthor {
160  border-width:0px;
161  border-right-width:1px;
162  width:20%;
163}
164.cellInfo {
165  border-width:0px;
166  border-bottom-width:1px;
167}
168
169      .miniature {
170        border:solid 1px black;
171      }
172                .titretable1 {
173        color:black;
174        background-color:#D3DCE3;
175        text-align:center;
176        border:2px solid #006699;
177        font-weight:bold;
178        border-bottom:0px;
179      }
180      .grostitre {
181        text-align:center;
182        margin:10px 50px 10px 50px;
183        font-size:20px;
184        width:300px;
185      }
186      .plan {
187        margin:10px 10px 10px 2px;
188        white-space:nowrap;
189      }
190                .cat_plan {
191        font-weight:bold;
192      }
193      .retrait {
194        margin:10px;
195        margin-left:30px;
196        margin-top:2px;
197      }
198                .erreur {
199        color:red;
200        text-align:center;
201      }
202      .errors_title {
203        margin:5px;
204        font-weight:bold;
205        font-size:120%;
206        text-align:center;
207        color:red;
208      }
Note: See TracBrowser for help on using the repository browser.