Last change
on this file since 369 was
345,
checked in by gweltas, 21 years ago
|
Merge of the 1.3.1 release
Creation of an unique include file (common.php)
Creation of an unique define file (include/constants.php)
Modification of the installation procedure
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 | @import url("default.css"); |
---|
2 | |
---|
3 | a, a:hover { |
---|
4 | color:#006699; |
---|
5 | } |
---|
6 | |
---|
7 | body,font,table,input,form,select,textarea { |
---|
8 | font-family:arial,verdana,sans-serif; |
---|
9 | font-size:12px; |
---|
10 | color:#000000; |
---|
11 | text-align:left; |
---|
12 | } |
---|
13 | table |
---|
14 | { |
---|
15 | border-collapse:separate; |
---|
16 | } |
---|
17 | body { |
---|
18 | background-color:#E5E5E5; |
---|
19 | margin:5px; |
---|
20 | } |
---|
21 | |
---|
22 | .table1 { |
---|
23 | border-collapse:collapse; |
---|
24 | background-color:#FFFFFF; |
---|
25 | } |
---|
26 | .contenucellule { |
---|
27 | background-color:#EEEEEE; |
---|
28 | border:2px solid #006699; |
---|
29 | } |
---|
30 | .style1 { |
---|
31 | margin-top:20px; |
---|
32 | } |
---|
33 | th { |
---|
34 | font-weight:bold; |
---|
35 | background-color:#D3DCE3; |
---|
36 | margin-bottom:10px; |
---|
37 | text-align: center; |
---|
38 | } |
---|
39 | td.row1 { |
---|
40 | background-color:#E6E4E4; |
---|
41 | } |
---|
42 | td.row2,td.throw2 { |
---|
43 | background-color:#E8E8E8; |
---|
44 | } |
---|
45 | td.throw2 { |
---|
46 | text-align:center; |
---|
47 | font-weight:bold; |
---|
48 | } |
---|
49 | td.row3 { |
---|
50 | background-color:#eeeeee; |
---|
51 | } |
---|
52 | td.row4 { |
---|
53 | background-color:#cccccc; |
---|
54 | } |
---|
55 | .info { |
---|
56 | color:darkblue; |
---|
57 | text-align:center; |
---|
58 | } |
---|
59 | div.key { |
---|
60 | margin-left : 10px; |
---|
61 | } |
---|
62 | td.choice { |
---|
63 | text-align : center; |
---|
64 | } |
---|
65 | div.install_warning { |
---|
66 | text-align:center; |
---|
67 | color:red; |
---|
68 | margin:20px; |
---|
69 | font-weight:bold; |
---|
70 | } |
---|
71 | |
---|
72 | .tableComment,.cellAuthor,.cellInfo { |
---|
73 | color:#000000; |
---|
74 | border-color:#006699; |
---|
75 | } |
---|
76 | .commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent |
---|
77 | { |
---|
78 | color:#000000; |
---|
79 | } |
---|
80 | .errors { |
---|
81 | text-align:left; |
---|
82 | margin:25px; |
---|
83 | background-color:#ffe1e1; |
---|
84 | border:1px solid red; |
---|
85 | color:black; |
---|
86 | } |
---|
87 | .errors_title { |
---|
88 | margin:5px; |
---|
89 | font-weight:bold; |
---|
90 | font-size:120%; |
---|
91 | text-align:center; |
---|
92 | color:red; |
---|
93 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.