Opps, wrong license copied. Should be GNU GPL v2
[phproxy.git] / style.css
1 body
2 {
3     margin: 10px 0px 0px 0px;
4     padding: 0px;
5     font-size: 12px;
6 }
7
8 form, input
9 {
10     margin: 0px;
11     padding: 0px;
12 }
13
14
15 body, input
16 {
17     font-family: 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;
18 }
19
20 body
21 {
22     background-color: #FFFFCC;
23     color: #ffffff;
24 }
25
26 input
27 {
28     font-size: 10px;
29     font-weight: bold;
30     color: #000000;
31     
32 }
33
34 .title
35 {
36     margin-left: 3px;
37     font-size: 25px;
38     color: #ffffff;
39     border-bottom: 1px solid #ffffff;
40 }
41
42 .error
43 {
44     font-size: 12px;
45     background-color: #F8E6CB;
46     color: #000000;
47     border-bottom: 1px solid #97CCA8;
48 }
49
50 #container
51 {
52     -moz-border-radius: 20px;
53     border: 1px solid #CCCDD7;
54     width: 730px;
55     margin: auto;
56     background-color: #99CC66;
57 }
58
59 #menu
60
61     -moz-border-radius: 0 30px 0 0;
62     border-left: 1px solid #CCCDD7; 
63     border-bottom: 1px solid #CCCDD7;
64     float: right;
65     height: 20px;
66     background-color: #ffffff;
67     color: #336600;
68 }
69
70 .option
71 {
72     height: 25px;
73     border-bottom: 1px solid #ffffff;
74     background-color: #7FB24C;
75 }
76
77 .shade
78 {
79     background-color: #E1F3CF;
80 }
81
82 .head
83 {
84     background-color: #A2AACE;
85 }
86
87 a:link, a:visited 
88
89     color: #8A3545;
90     text-decoration: none;
91
92
93 a:hover, a:active 
94 {
95     color: #8A3545;
96     text-decoration: underline;
97     background-color: transparent;
98 }