]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/org.argeo.slc.server.repo.webapp/style.css
Ignore files
[gpl/argeo-slc.git] / modules / org.argeo.slc.server.repo.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 table,form {
33 margin: 0px;
34 }
35
36 img {
37 border: none;
38 }
39
40 div {
41 font-size: 100%;
42 }
43
44 tr.list:hover {
45 background-color: lightgrey;
46 }
47
48 td.list {
49 border-top: 1px solid lighgrey;
50 padding: 2px 20px 2px 2px;
51 padding-right: 15px;
52 }
53
54 th {
55 font-size: 12px;
56 padding: 2px 20px 2px 2px;
57 vertical-align: top;
58 text-align: left;
59 }
60
61 td {
62 font-size: 12px;
63 padding: 1px;
64 vertical-align: middle;
65 text-align: left;
66 }
67
68 /**************** Navigation ****************/
69 td.nav1 {
70 padding: 5px 0px 0px 0px;
71 font-size: 12px;
72 font-weight: bold;
73 }
74
75 td.nav2 {
76 padding: 0px 0px 0px 5px;
77 font-size: 12px;
78 }
79
80 /**************** Forms ****************/
81 input.submit {
82 border: solid 1px grey;
83 background-color: lightgrey;
84 align: right;
85 }
86
87 input.submit:hover {
88 border: solid 1px #3399FF;
89 background-color: white;
90 color: #3399FF;
91 }
92
93 input.std {
94 border: solid 1px lightgrey;
95 padding: 1px;
96 margin: 2px;
97 }
98
99 .formError {
100 color: red;
101 padding: 1px;
102 margin: 2px;
103 font-weight: bold;
104 }
105
106 /**************** Pseudo classes ****************/
107 a:link {
108 color: #0066CC;
109 text-decoration: none;
110 }
111
112 a:visited {
113 color: #0066CC;
114 text-decoration: none;
115 }
116
117 a:hover {
118 color: #3399FF;
119 text-decoration: none;
120 }
121
122 /************************* ID's *************************/
123 #main {
124 position: absolute;
125 margin-left: 180px;
126 padding-top: 65px;
127 }
128
129 #navigation {
130 position: absolute;
131 width: 150px;
132 height: 800px;
133 border-right: 1px solid #0066CC;
134 font-weight: normal;
135 margin-top: 60px;
136 margin-left: 10px;
137 }
138
139 #banner {
140 position: absolute;
141 width: 400px;
142 height: 50px;
143 }
144
145 #upperRight {
146 position: absolute;
147 top: 0;
148 right: 0;
149 margin-top: 20px;
150 margin-right: 10px;
151 }