source: trunk/templates/dns.css@ 33

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

/trunk

checkpoint, fleshing out axfr import

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