source: trunk/template/default/default-admin.css @ 369

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
3a, a:hover {
4color:#006699;
5}
6
7body,font,table,input,form,select,textarea {
8font-family:arial,verdana,sans-serif;
9font-size:12px;
10color:#000000;
11text-align:left;
12}
13table 
14{
15border-collapse:separate;
16}
17body {
18background-color:#E5E5E5;
19margin:5px;
20}
21
22.table1 {
23border-collapse:collapse;
24background-color:#FFFFFF;
25}
26.contenucellule {
27background-color:#EEEEEE;
28border:2px solid #006699;
29}
30.style1 {
31margin-top:20px;
32}
33th {
34font-weight:bold;
35background-color:#D3DCE3;
36margin-bottom:10px;
37text-align: center;
38}
39td.row1 {
40background-color:#E6E4E4;
41}
42td.row2,td.throw2 {
43background-color:#E8E8E8;
44}
45td.throw2 {
46text-align:center;
47font-weight:bold;
48}
49td.row3 {
50background-color:#eeeeee;
51}
52td.row4 {
53background-color:#cccccc;
54}
55.info {
56color:darkblue;
57text-align:center;
58}
59div.key {
60margin-left : 10px;
61}
62td.choice {
63text-align : center;
64}
65div.install_warning {
66text-align:center;
67color:red;
68margin:20px;
69font-weight:bold;
70}
71
72.tableComment,.cellAuthor,.cellInfo { 
73color:#000000; 
74border-color:#006699;
75}
76.commentsAuthor,.commentsTitle,.commentsInfos,.commentsContent
77{
78color:#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.