Improved Xega theme
[vanilla-miry.git] / setup / style.css
blobe27d61ef862e57edca18fb9bc53fc52769a4ed61
1 body {
2 background: #fff;
3 margin: 0;
4 padding: 0;
5 text-align: center;
7 body, div, p, blockquote, h1, h2, input {
8 font-family: "Trebuchet MS", Arial, Verdana;
10 body, div, p, blockquote {
11 font-size: 13px;
12 line-height: 170%;
14 a, a:link, a:visited {
15 text-decoration: underline;
16 color: #f60;
18 a:hover {
19 text-decoration: underline;
20 color: #c30;
22 h1 {
23 background: #F1F3FF;
24 border-bottom: 1px solid #ACBEDF;
25 margin: 0;
26 padding: 0;
28 h1 span {
29 background: url(leaf.gif) no-repeat center left;
30 color: #ACBEDF;
31 display: block;
32 width: 500px;
33 margin-left: auto;
34 margin-right: auto;
35 font-size: 36px;
36 padding: 20px 0 20px 0;
37 text-align: left;
39 h1 span strong {
40 padding-left: 80px;
41 color: #758ebc;
43 .Container {
44 background: url(fade.jpg) top left repeat-x;
46 .Content {
47 margin-left: auto;
48 margin-right: auto;
49 text-align: left;
50 width: 500px;
51 padding: 20px 0 0 0;
53 h2 {
54 margin: 0;
55 padding: 0;
57 code {
58 background: #FEFECC;
59 margin: 10px 0 10px 0;
60 padding: 10px;
61 border-left: 4px solid #FCEEAA;
62 color: #960;
63 font-family: courier;
64 font-size: 12px;
65 display: block;
67 fieldset {
68 border: 0;
69 margin: 0;
70 padding: 0;
72 fieldset ul {
73 list-style: none;
74 margin: 0;
75 padding: 8px 8px 2px 8px;
76 background: #efefef;
78 fieldset label {
79 float: left;
80 margin: 0 0 6px 0;
81 width:30%;
83 fieldset label.CheckBox {
84 float: none;
86 fieldset label.CheckBox input {
87 width: auto !important;
89 fieldset ul li {
90 clear: left;
92 fieldset ul li input {
93 margin-bottom: 6px;
94 width: 50%;
96 .Button {
97 padding: 10px 0 20px 0;
99 .Button input {
100 font-size: 14px;
101 font-weight: bold;
102 border: 0;
103 margin: 0;
104 padding: 0;
105 background: none;
106 cursor: pointer;
107 color: #64AE18;
109 .Button a {
110 font-size: 14px;
111 font-weight: bold;
112 color: #64AE18;
114 .Warnings {
115 background: url(../themes/vanilla/styles/default/alert.gif) left top no-repeat #FFFECC;
116 padding: 8px;
117 margin: 10px 0 0 0;
118 border-top: 1px solid #FAEBB1;
119 border-bottom: 1px solid #FAEBB1;
120 color: #D57D00;
122 .Warnings,
123 .Warnings div {
124 color: #D57D00;
126 .Warnings strong {
127 color: #c00;
128 display: block;
129 padding: 0 0 4px 22px;
131 .Warnings div a,
132 .Warnings div a:link,
133 .Warnings div a:visited {
134 color: #B16800;
136 .Warnings div a:hover {
137 color: #c00;
139 .Warnings div code {
140 background: none;
141 margin: 10px 0 10px 0;
142 padding: 0;
143 border: 0;
144 color: #960;
145 font-family: courier;
146 font-size: 12px;
147 display: block;