source: gutenbach-web/old/sample.css @ 27ee337

debianmacno-cupsweb
Last change on this file since 27ee337 was 27ee337, checked in by Kyle Brogle <broglek@…>, 14 years ago

Actually moved files into 'old' directory

  • Property mode set to 100644
File size: 5.0 KB
Line 
1html {
2        background: #555555 url('../images/pagebg.png') top left repeat-x;
3        text-align: center;
4        margin: 0;
5        padding: 0;
6}
7
8body {
9        text-align: left;
10        width: 960px;
11        margin: 0 auto;
12        padding: 0;
13        font-size: 12px;
14        font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
15}
16
17a {
18        color: #286571;
19}
20
21#header {
22        height: 132px;
23        margin: 10px 10px 0 10px;
24        background: url('../images/headerbg.png') top left no-repeat;
25}
26
27#header h1 {
28        padding: 0;
29        margin: 0;
30        padding-top: 30px;
31        padding-left: 180px;
32        color: #fff;
33        position: relative;
34        font-size: 36px;
35}
36
37#header h1 .subtitle {
38        font-size: 60%;
39        position: absolute;
40        left: 240px;
41        top: 70px;
42}
43
44ul#mainmenu {
45        margin: 0;
46        padding: 0 10px;
47        background: url('../images/menubg.png') top left no-repeat;
48        height: 38px;
49}
50
51ul#mainmenu li {
52        list-style-type: none;
53        margin: 0;
54        padding: 0;
55        position: relative;
56        display: inline;
57        float: left;
58}
59
60ul#mainmenu li a {
61        color: #fff;
62        float: left;
63        height: 31px;
64        display: block;
65        line-height: 30px;
66        vertical-align: middle;
67        padding: 0 10px;
68        font-size: 12px;
69        text-decoration: none;
70        background: url('../images/menu-item-border.png') left top no-repeat;
71}
72
73ul#mainmenu li a:hover, ul#mainmenu li a.active {
74        background: url('../images/menu-item-actibg.png') left top no-repeat;
75}
76
77ul#mainmenu li.first a {
78        background: none;
79}
80
81ul#mainmenu li.first a:hover, ul#mainmenu li.first a.active {
82        background: url('../images/menu-item-actibg-first.png') left top no-repeat;
83}
84
85ul#mainmenu li.loginlogout
86{
87    float: right;
88    right: 10px;
89}
90
91ul#mainmenu li.loginlogout a:hover
92{
93    background: url('../images/menu-item-border.png') left top no-repeat;
94}
95
96#content {
97        background: #fff url('../images/contentbg.png') left bottom no-repeat;
98        margin : 0 10px 10px 10px;
99        padding: 0 10px;
100}
101
102#content .currentpage {
103        margin-top: 0;
104}
105
106/* Login form*/
107
108#loginform
109{
110    text-align: center;
111}
112
113form.loginfields
114{
115    text-align: left;
116    width: 270px;
117    background: url('../images/loginbg.png') top left no-repeat;
118    padding: 0;
119    margin: 0 auto;
120    border: 0;
121}
122
123form.loginfields h2
124{
125    font-size: 16px;
126    float: left;
127    padding: 0;
128    margin: 5px;
129    margin-top: 0;
130    background: url('../images/loginheader-left.png') top left no-repeat;
131}
132
133* html form.loginfields h2
134{
135    margin-left: 3px;
136    width: 80px;
137    text-align: center;
138}
139
140form.loginfields h2 span
141{
142    background: url('../images/loginheader-right.png') right top no-repeat;
143    height: 30px;
144    line-height: 30px;
145    display: block;
146    font-size: 100%;
147    font-weight: normal;
148    color: #fff;
149    padding: 0 10px;
150}
151
152*+html form.loginfields h2 span
153{
154    padding: 0 20px;
155}
156
157form.loginfields label
158{
159    clear: left;
160    float: left;
161    margin-top: 5px;
162    margin-left: 10px;
163    width: 65px;
164    line-height: 31px;
165    vertical-align: middle;
166}
167
168form.loginfields input.text
169{
170    float: left;
171    margin-left: 10px;
172    margin-top: 5px;
173    width: 165px;
174    height: 21px;
175    padding: 5px;
176    border: 0;
177    background: url('../images/inputbg.png') top left no-repeat;
178    color: #fff;
179}
180
181form.loginfields input#submit
182{
183    background: url('../images/loginbottombg.png') bottom left no-repeat;
184    width: 270px;
185    height: 61px;
186    border: 0;
187    margin-top: 10px;
188    color: #fff;
189    padding: 10px 140px 20px 10px;
190}
191
192* html form.loginfields input#submit
193{
194    clear: both;
195    margin-left: -10px;
196}
197
198/* Sidebar */
199.sidebar {
200  border: 1px solid #cce;
201  background-color: #eee;
202  margin: 0.5em;
203  margin-left: 1.5em;
204  padding: 1em;
205  float: right;
206  width: 200px;
207  font-size: 88%;
208  background-color: #fffe1;
209  background-repeat:repeat-x;
210}
211
212.sidebar h2 {
213  margin-top: 0;
214  color: black;
215}
216
217.sidebar ul {
218  margin-left: 1.5em;
219  padding-left: 0;
220}
221
222
223
224#sb_top {
225  clear: right;
226}
227
228#sb_bottom {
229  clear: right;
230}
231
232#getting_started {
233  margin-left: 20px;
234}
235
236#getting_started_steps a {
237  text-decoration: none;
238}
239
240#getting_started_steps a:hover {
241  text-decoration: underline;
242}
243
244#getting_started_steps li {
245  margin-bottom: 0.5em;
246}
247
248/* Other and footer */
249#footer {
250        background: #fff;
251        padding: 10px;
252        color:#888888;
253        font-size:90%;
254}
255.flogo {
256        float:left;
257        margin-bottom:0px;
258        padding-left:20px;
259        padding-right:20px;
260        padding-top:0px;
261}
262.foottext p {
263        margin: 0; padding: 0;
264}
265.code {
266font-family:monospace;
267font-size:127%;
268}
269span.code {
270background:#EEEEEE none repeat scroll 0% 0%;
271font-weight:bold;
272}
273#flash {
274font-size:120%;
275font-weight:bolder;
276margin:0pt auto 0.5em;
277width:680px;
278}
279#flash div {
280padding:5px 15px 15px 55px;
281}
282#flash .ok {
283background:#EEEEFF url(../images/ok.png) no-repeat scroll left center;
284border:1px solid #CCCCEE;
285}
286#flash .warning {
287background:#FF9999 url(../images/error.png) no-repeat scroll left center;
288border:1px solid #FF3333;
289}
290#flash .alert {
291background:#FFFF99 url(../images/info.png) no-repeat scroll left center;
292border:1px solid #FFFF00;
293}
294.notice {
295background:#EEEEFF url(../images/info.png) no-repeat scroll left center;
296border:1px solid #CCCCEE;
297margin:0.5em auto;
298padding:15px 10px 15px 55px;
299width:680px;
300}
301.fielderror {
302color:red;
303font-weight:bold;
304}
305div.clearingdiv {
306clear:both;
307}
Note: See TracBrowser for help on using the repository browser.