source: web/old/style.css @ 30beeab

debianmacno-cupsweb
Last change on this file since 30beeab was 30beeab, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"

  • Property mode set to 100644
File size: 1.9 KB
Line 
1html {
2    margin: 0;
3    height: 100%;
4}
5body {
6    font-size: 87.5%;
7    line-height: 1.5em;
8    font-family: Tahoma, Sans, sans-serif;
9    height: 100%;
10    margin: 0;
11}
12#header h1 {
13    margin-top: 0;
14    padding-top: 2em;
15    margin-bottom: 0.3em;
16}
17#header h1 .web {
18    color: #0BF;
19}
20#header .subtitle {
21    margin-bottom: 1em;
22    margin-top: 0;
23    margin-left: 9em;
24}
25ul#mainmenu {
26    margin: 0 0 2em 0;
27    padding: 0;
28}
29ul#mainmenu li {
30    list-style-type: none;
31    display: inline;
32    margin: 0 0.6em;
33    padding: 0 0.3em;
34}
35ul#mainmenu li.first {
36    margin-left: 0;
37}
38ul#mainmenu li .active {
39    color: #000;
40    font-weight: bold;
41    text-decoration: none;
42}
43.wrapper {
44    min-height: 100%;
45    margin: 0 auto -3em;
46    padding: 0 3em;
47    max-width: 50em;
48}
49.push {
50    height: 3em;
51}
52#footer {
53    height: 3em;
54    text-align: right;
55    padding: 0 3em;
56}
57#flash {
58    font-size:120%;
59    font-weight:bolder;
60    margin:0pt auto 0.5em;
61    width:680px;
62}
63#flash div {
64    padding:5px 15px 15px 55px;
65}
66#flash .ok {
67    background:#EEEEFF url(../images/ok.png) no-repeat scroll left center;
68    border:1px solid #CCCCEE;
69}
70#flash .warning {
71    background:#FF9999 url(../images/error.png) no-repeat scroll left center;
72    border:1px solid #FF3333;
73}
74#flash .alert {
75    background:#FFFF99 url(../images/info.png) no-repeat scroll left center;
76    border:1px solid #FFFF00;
77}
78.notice {
79    background:#EEEEFF url(../images/info.png) no-repeat scroll left center;
80    border:1px solid #CCCCEE;
81    margin:0.5em auto;
82    padding:15px 10px 15px 55px;
83    width:680px;
84}
85.fielderror {
86    color:red;
87    font-weight:bold;
88}
89div.clearingdiv {
90    clear: both;
91}
92
93/* Content CSS */
94#volume {
95    color: #009;
96    font-family: Helvetica;
97    font-weight: bold;
98    font-size: 1.1em;
99}
100.labelcol {
101    padding-right: 2em;
102}
103#volume_form_volume_container {
104    width: 18em;
105}
106.has_js .uislider input {
107    display:none;
108}
Note: See TracBrowser for help on using the repository browser.