update about dialog
[presencevnc] / www / clean.css
1 html {
2  background-color: #fff;
3 }
4 body {
5  color: #000;
6  font-family: Arial,Sans-Serif;
7  font-size: 1em;
8  background: #fff url("icon.png") no-repeat 10px 0;
9 }
10 .main {
11  background-color: #fff;
12  margin-left: 150px;
13 }
14 h1 {
15  margin-bottom: 0;
16  padding-left: 90px;
17 }
18 #head {
19  margin-top: 0.2em;
20  font-variant: small-caps;
21  font-size: 1.4em;
22  padding-left: 90px;
23  margin-bottom: 40px;
24 }
25 a{
26  color: #046;
27 }
28 a:visited {
29  color: #555;
30 }
31 a:hover {
32  text-decoration: underline;
33 }
34 em {
35  color: #c00;
36 }
37 img {
38  border: none;
39 }
40 fieldset {
41  padding: 5px;
42  border: 1px solid #AAA;
43 }
44 samp, .red {
45  color: #A00;
46 }
47 #footer {
48  border: 1px solid #AAA;
49  text-align: center;
50 }
51 dl dt {
52  font-weight: bold;
53  background-color: #EEE;
54 }
55 dl dd {
56 }
57 pre {
58  background-color: #EEE;
59  border: 1px solid #AAA;
60  padding: 5px;
61  margin-left: 20px;
62 }
63 .menu {
64  background-color: #EEE;
65  border: 1px solid #AAA;
66  padding: 5px;
67  width: 100px;
68  float: left;
69  list-style-type: none;
70  margin: 10px;
71 }
72 input, textarea {
73  margin: 3px;
74 }
75 label {
76  vertical-align: top;
77 }
78 .caption {
79  float: left;
80  width: 101px;
81  display: inline;
82  text-align: right;
83  margin-right: 1em;
84 }
85 table {
86  border-collapse: collapse;
87 }
88 th, td {
89  border: 1px solid black;
90 }
91 tr.e {
92  background: #eee;
93 }
94 thead tr {
95  background: #ccc;
96 }
97 var {
98  color: #A00;
99 }