Last change
on this file since 211 was 2, checked in by Kris Deugau, 15 years ago |
/trunk
Import work to date
|
File size:
1.5 KB
|
Line | |
---|
1 | /* Global defaults and things */
|
---|
2 |
|
---|
3 | body {
|
---|
4 | font-family: Arial, Helvetica, sans-serif;
|
---|
5 | font-size: 10px;
|
---|
6 | margin-left: 0px;
|
---|
7 | margin-right: 0px;
|
---|
8 | /* background-color: #deadDD;*/
|
---|
9 | /* background-color: #FFFF00;*/
|
---|
10 | }
|
---|
11 |
|
---|
12 | tr {
|
---|
13 | vertical-align: top;
|
---|
14 | }
|
---|
15 |
|
---|
16 | tr.row0 {
|
---|
17 | background-color: #FFFFFF;
|
---|
18 | }
|
---|
19 | tr.row1 {
|
---|
20 | background-color: #DDDDDD;
|
---|
21 | }
|
---|
22 | tr.darkrowheader {
|
---|
23 | background-color: #CCCCCC;
|
---|
24 | }
|
---|
25 | tr.datalinelight {
|
---|
26 | background-color: #F0F0F0;
|
---|
27 | }
|
---|
28 |
|
---|
29 | td.tblsubmit {
|
---|
30 | text-align: center;
|
---|
31 | }
|
---|
32 | td.inputlabel {
|
---|
33 | text-align: right;
|
---|
34 | }
|
---|
35 | td.title {
|
---|
36 | text-align: center;
|
---|
37 | }
|
---|
38 | table.login {
|
---|
39 | text-align: center;
|
---|
40 | border: thin solid #000000;
|
---|
41 | background-color: #CCCCFF;
|
---|
42 | }
|
---|
43 | table.list {
|
---|
44 | background-color: #F0F0F0;
|
---|
45 | }
|
---|
46 |
|
---|
47 | /* Definitions for specific divs */
|
---|
48 | #main {
|
---|
49 | position: relative;
|
---|
50 | }
|
---|
51 | #login {
|
---|
52 | text-align: center;
|
---|
53 | border: thin solid #000000;
|
---|
54 | background-color: #CCCCFF;
|
---|
55 | max-width: 300px;
|
---|
56 | }
|
---|
57 | /*#menu {
|
---|
58 | border: thin solid #000000;
|
---|
59 | background-color: #CCCCFF;
|
---|
60 | position: relative;
|
---|
61 | left: 5px;
|
---|
62 | top: 5px;
|
---|
63 | }*/
|
---|
64 |
|
---|
65 | #domlist {
|
---|
66 | text-align: center;
|
---|
67 | border thin solid #000000;
|
---|
68 | position: relative;
|
---|
69 | margin: 5px;
|
---|
70 | }
|
---|
71 | #domlisttitle {
|
---|
72 | font-size: 16px;
|
---|
73 | background-color: #FFEEDD;
|
---|
74 | position: absolute;
|
---|
75 | left: 5px;
|
---|
76 | }
|
---|
77 | #foo1 {
|
---|
78 | position: absolute;
|
---|
79 | left: 100px;
|
---|
80 | }
|
---|
81 |
|
---|
82 | #footer {
|
---|
83 | border-top: thin solid #000000;
|
---|
84 | }
|
---|
85 | #contact {
|
---|
86 | font-size: 10px;
|
---|
87 | position: absolute;
|
---|
88 | right: 10px;
|
---|
89 | text-align: right;
|
---|
90 | }
|
---|
91 |
|
---|
92 | /* Generalized classes */
|
---|
93 | #tableholder {
|
---|
94 | background-color: #FFFFFF;
|
---|
95 | }
|
---|
96 | .center {
|
---|
97 | text-align: center;
|
---|
98 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
99 | /* font-size: 100%;*/
|
---|
100 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.