]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/style.css
Stable version
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / style.css
1 /* Generic Selectors */
2 body {
3 font-family: sans-serif;
4 font-size: 12px;
5 color: black;
6 background-color: white;
7 }
8
9 li {
10 list-style-type: none;
11 }
12
13 h1 {
14 font-family: sans-serif;
15 font-size: 16px;
16 font-weight: bold;
17 color: #000000;
18 padding: 0px 0px 5px 0px;
19 margin: 0px;
20 }
21
22 h2 {
23 font-family: sans-serif;
24 font-size: 14px;
25 font-weight: bold;
26 color: #000000;
27 padding: 5px 0px 5px 0px;
28 margin: 0px;
29 margin-top: 5px;
30 }
31
32 /* Special titles */
33 h3.executionStep{
34 font-family: sans-serif;
35 font-size: 10px;
36 font-style: italic;
37 color: #000000;
38 padding: 5px 0px 5px 0px;
39 margin: 0px;
40 margin-top: 5px;
41 }
42
43 table,form {
44 margin: 0px;
45 }
46
47 img {
48 border: none;
49 }
50
51 div {
52 font-size: 100%;
53 }
54
55 tr.list:hover {
56 background-color: lightgrey;
57 }
58
59 td.list {
60 border-top: 1px solid lighgrey;
61 padding: 2px 20px 2px 2px;
62 padding-right: 15px;
63 }
64
65 th {
66 font-size: 12px;
67 padding: 2px 20px 2px 2px;
68 vertical-align: top;
69 text-align: left;
70 }
71
72 td {
73 font-size: 12px;
74 padding: 1px;
75 vertical-align: middle;
76 text-align: left;
77 }
78
79 .passed {
80 color: green;
81 }
82
83 .failed {
84 color: red;
85 }
86
87 .error {
88 color: purple;
89 }
90
91 /**************** Navigation ****************/
92 td.nav1 {
93 padding: 5px 0px 0px 0px;
94 font-size: 12px;
95 font-weight: bold;
96 }
97
98 td.nav2 {
99 padding: 0px 0px 0px 5px;
100 font-size: 12px;
101 }
102
103 /**************** Forms ****************/
104 input.submit {
105 border: solid 1px grey;
106 background-color: lightgrey;
107 align: right;
108 }
109
110 input.submit:hover {
111 border: solid 1px #3399FF;
112 background-color: white;
113 color: #3399FF;
114 }
115
116 input.std {
117 border: solid 1px lightgrey;
118 padding: 1px;
119 margin: 2px;
120 }
121
122 .formError {
123 color: red;
124 padding: 1px;
125 margin: 2px;
126 font-weight: bold;
127 }
128
129 /**************** Pseudo classes ****************/
130 a:link {
131 color: #0066CC;
132 text-decoration: none;
133 }
134
135 a:visited {
136 color: #0066CC;
137 text-decoration: none;
138 }
139
140 a:hover {
141 color: #3399FF;
142 text-decoration: none;
143 }
144
145 /************************* ID's *************************/
146 #main {
147 position: absolute;
148 margin-left: 120px;
149 padding-top: 110px;
150 }
151
152 #navigation {
153 position: absolute;
154 width: 100px;
155 height: 800px;
156 border-right: 1px solid #0066CC;
157 font-weight: normal;
158 margin-top: 110px;
159 margin-left: 10px;
160 }
161
162 #banner {
163 position: absolute;
164 width: 400px;
165 height: 100px;
166 }
167
168 #upperRight {
169 position: absolute;
170 top: 0;
171 right: 0;
172 margin-top: 20px;
173 margin-right: 10px;
174 }