]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/style.css
Add provider name
[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 /**************** Navigation ****************/
88 td.nav1 {
89 padding: 5px 0px 0px 0px;
90 font-size: 12px;
91 font-weight: bold;
92 }
93
94 td.nav2 {
95 padding: 0px 0px 0px 5px;
96 font-size: 12px;
97 }
98
99 /**************** Forms ****************/
100 input.submit {
101 border: solid 1px grey;
102 background-color: lightgrey;
103 align: right;
104 }
105
106 input.submit:hover {
107 border: solid 1px #3399FF;
108 background-color: white;
109 color: #3399FF;
110 }
111
112 input.std {
113 border: solid 1px lightgrey;
114 padding: 1px;
115 margin: 2px;
116 }
117
118 .formError {
119 color: red;
120 padding: 1px;
121 margin: 2px;
122 font-weight: bold;
123 }
124
125 /**************** Pseudo classes ****************/
126 a:link {
127 color: #0066CC;
128 text-decoration: none;
129 }
130
131 a:visited {
132 color: #0066CC;
133 text-decoration: none;
134 }
135
136 a:hover {
137 color: #3399FF;
138 text-decoration: none;
139 }
140
141 /************************* ID's *************************/
142 #main {
143 position: absolute;
144 margin-left: 120px;
145 padding-top: 110px;
146 }
147
148 #navigation {
149 position: absolute;
150 width: 100px;
151 height: 800px;
152 border-right: 1px solid #0066CC;
153 font-weight: normal;
154 margin-top: 110px;
155 margin-left: 10px;
156 }
157
158 #banner {
159 position: absolute;
160 width: 400px;
161 height: 100px;
162 }
163
164 #upperRight {
165 position: absolute;
166 top: 0;
167 right: 0;
168 margin-top: 20px;
169 margin-right: 10px;
170 }