source: trunk/LATMOS-Accounts-Web/root/static/style.css @ 1211

Last change on this file since 1211 was 1211, checked in by nanardon, 12 years ago

display improvement

File size: 3.9 KB
Line 
1/* global dcl: */
2
3img {
4    border: none;
5    vertical-align: middle;
6    padding: 0em
7}
8
9input[type=image] {
10    border: outset;
11    border-color: black;
12    vertical-align: middle;
13    background-color: #DDDDD9;
14}
15#oaction input[type=image] {
16    width: 1.5em;
17    height:1.5em;
18    vertical-align: middle;
19}
20img.editobject {
21    width: 1.5em;
22    height:1.5em;
23    vertical-align: middle;
24}
25img.notice {
26    width: 1em;
27    height:1em;
28    vertical-align: middle;
29}
30img.attr {
31    width: 1.5em;
32    height:1.5em;
33    vertical-align: middle;
34}
35input.attr {
36    width: 1.5em;
37    height:1.5em;
38    vertical-align: middle;
39}
40/* Button like */
41img.button {
42    border: outset;
43    border-color: black;
44}
45input.button {
46    border: outset;
47    border-color: black;
48}
49img.attrbutton {
50    border: outset;
51    border-color: black;
52    width: 1.5em;
53    height:1.5em;
54    vertical-align: middle;
55}
56input.attrbutton {
57    border: outset;
58    border-color: black;
59    width: 1.5em;
60    height:1.5em;
61    vertical-align: middle;
62}
63
64.unexported {
65    text-decoration: line-through;
66    color: grey;
67}
68
69
70#header {
71    padding: 1px;
72}
73#header h1 {
74    text-align: center;
75    font-size: 1.2em;
76    margin: 0px;
77    padding: 0em;
78    background-color: #7DB4D8;
79}
80
81#mainbox {
82    margin-top:    0.2em;
83    margin-bottom: 0.2em;
84}
85
86#sidebar {
87    border: solid;
88    border-color: #437ba1;
89}
90#sidebar ul {
91    list-style-type: none;
92    padding-top: 0.2em;
93    padding-left: 0em;
94}
95#sidebar li {
96    font-size: 0.8em;
97}
98#sidebar a:hover {
99    background-color: #7DB4D8;
100}
101
102#oinfo p {
103    padding: 0em;
104    margin: 0em;
105    margin-left: 1em;
106}
107#oinfo p#oname {
108    text-transform: capitalize;
109    font-size: 1.2em;
110}
111#oinfo_icons {
112    float: left;
113}
114#oname img {
115    width: 1.5em;
116    height:1.5em;
117    vertical-align: middle;
118}
119#oinfo_label {
120    float: left;
121}
122#navigate {
123    margin: 0em;
124    padding: 0em;
125}
126#navigate p {
127    margin: 0em;
128    text-align: center;
129}
130
131/* Object menu: */
132
133#omenu a {
134    text-decoration: none;
135    color: black;
136}
137#omenu div {
138    padding-top: 0.5em;
139    padding-bottom: 0.5em;
140    padding-left: 0em;
141    margin: 0em;
142}
143#omenu span {
144    padding-left: 0.5em;
145    padding-right: 0.5em;
146    margin: 0em;
147    border: groove thin;
148    text-decoration: none;
149    float: left;
150    background-color: #DDDDD9;
151    color: black;
152}
153#omenu span#oactive {
154    padding-left: 0.5em;
155    padding-right: 0.5em;
156    margin: 0em;
157    border: groove thin;
158    text-decoration: none;
159    float: left;
160    background-color: #7DB4D8;
161    color: black;
162}
163#omenu a:hover {
164    text-color blue;
165}
166
167
168#user_group_form {
169    max-height: 15em;
170    width: 15em;
171    overflow: auto;
172    border: inset;
173}
174#user_group_form ul {
175    list-style-type: none;
176    padding: 0.2em;
177    font-size: 0.9em;
178}
179
180#user_address_list {
181    border: outset;
182}
183#user_address_list td {
184    padding-bottom: 0.5em;
185    padding-top:    0.5em;
186}
187#user_address_list td.user_address_cel {
188    padding-bottom: 0.5em;
189    padding-top:    0.5em;
190    padding-right:  1em;
191}
192
193/* box receiving random password */
194span#randpasswd {
195    padding: 0.3em;
196    margin: 0.3em;
197    border: inset;
198    font-family: monospace;
199    font-size: 1.5em;
200    background-color: black;
201    color: green;
202}
203
204/* Random password options list */
205ul#randpasswd_options {
206    list-style-type: none;
207    padding-top: 0.2em;
208    padding-left: 0em;
209} 
210
211div#objectform {
212    padding-top: 1em;
213    padding-bottom: 1em;
214}
215
216
217    /*
218
219span.hint {
220    vertical-align: super;
221}
222
223.pmenu {
224    padding: 0.5em;
225    font-size: 2em;
226}
227
228.permdenied {
229    padding: 0.5em;
230}
231
232#oinfo div {
233    float: left;
234    padding: 0.5em;
235}
236
237#oname {
238    padding: 0em;
239    margin: 0em;
240}
241
242.inputvalidate img {
243    width: 1em;
244    height:1em;
245}
246
247div#login {
248    margin-top: 1em;
249    margin-left: auto;
250    margin-right: auto;
251    width: 50%;
252    border-style: outset;
253    text-align: center;
254    padding: 0.5em;
255}
256
257div#filter {
258    border-style: inset;
259    margin-top: 0.5em;
260    padding: 0.5em;
261}
262
263
264
265    */
Note: See TracBrowser for help on using the repository browser.