source: trunk/templates/dns.css@ 2

Last change on this file since 2 was 2, checked in by Kris Deugau, 15 years ago

/trunk

Import work to date

File size: 2.0 KB
Line 
1#debug {
2 background-color: #990066;
3}
4
5/* General settings */
6body {
7 font-family: Verdana, Helvetica, sans-serif;
8 font-size: 12px;
9 margin-left: 0px;
10 margin-right: 0px;
11/* background-color: #deadDD;*/
12/* background-color: #FFFF00;*/
13}
14hr {
15 background-color: #666;
16 height: 1px;
17 border: 0;
18}
19
20table.login {
21 text-align: center;
22 border: thin solid #000000;
23 background-color: #CCCCFF;
24}
25table.list {
26 background-color: #F0F0F0;
27}
28table.wholepage {
29 width: 100%;
30}
31tr.row0 {
32 background-color: #FFFFFF;
33}
34tr.row1 {
35 background-color: #DDDDDD;
36}
37tr.tableheader {
38 background-color: #CCCCCC;
39 padding: 3px;
40}
41tr.darkrowheader {
42 background-color: #CCCCCC;
43 padding: 3px;
44}
45tr.datalinelight {
46 background-color: #F0F0F0;
47}
48td.tblsubmit {
49 text-align: center;
50}
51td.inputlabel {
52 text-align: right;
53 padding: 3px;
54}
55td.data {
56 padding: 3px;
57}
58td.title {
59 text-align: center;
60}
61td.menu {
62 width: 200px;
63 white-space: nowrap;
64 border: thin solid #000000;
65 background-color: #ffccee;
66 vertical-align: top;
67}
68td.defaults {
69 background-color: #DDDDDD;
70}
71.meat {
72 align: center;
73 width: 100%;
74}
75input {
76 font-size: 10px;
77}
78
79/* general classes */
80.errmsg {
81 font-weight: bold;
82 font-family: Verdana, Arial, Helvetica, sans-serif;
83 font-size:100%;
84 color: red;
85 background-color: #404040;
86 text-align: center;
87 border: thin solid #FFFFFF;
88 padding: 5px;
89 width: 70%;
90}
91.right {
92 right: 3px;
93}
94
95/* Specific common divs */
96#header {
97 border-bottom: thin solid #000000;
98 clear: both;
99 float: left;
100 width: 100%;
101}
102#footer {
103 border-top: thin solid #000000;
104 clear: both;
105}
106#contact {
107 font-size: 10px;
108 position: absolute;
109 right: 10px;
110 text-align: right;
111}
112
113#main {
114 position: relative;
115 float: right;
116 width: 100%;
117}
118#login {
119 margin-top: 50px;
120 margin-bottom: 50px;
121 padding: 3px;
122 border: thin solid #000000;
123}
124#tableholder {
125 padding: 2px;
126 background: #FFFFFF;
127 width: 70%;
128}
129#menu {
130 border-right: thin solid #000000;
131 margin-right: 5px;
132 padding: 3px;
133}
Note: See TracBrowser for help on using the repository browser.