cb5063c209e7276d738cd765d378c4dc6ec1b966
[infodrom.org/service.infodrom.org] / src / infodrom.css
1 /*
2  * General settings
3  */
4 body {
5   font-family: Verdana, Helvetica, Arial, sans-serif;
6   font-size: 13px;
7   line-height: 18px;
8   background-color: #f7f7f7;
9   color: #000000;
10 }
11
12 /*
13  * No underline for links
14  */
15 a:link {
16   text-decoration: none;
17   cursor: pointer;
18 }
19 a:visited {
20   text-decoration: none;
21   cursor: pointer;
22 }
23
24 /*
25  * General layout
26  */
27 .font {
28   font-size: 13px;
29 }
30 .smallfont {
31   font-size: 11px;
32   line-height: 14px;
33 }
34 .height {
35   line-height: 15px;
36 }
37 .none {
38   display: none;
39 }
40 .border {
41   border: 1px solid #9b9b9b;
42 }
43 h3.bar {
44   padding-left: 5px;
45   padding-bottom: 2px;
46   font-size: 14px;
47   background: #98c5e5;
48 }
49 img.border {
50   border: 2px solid #e5e5e5;
51 }
52 div.webgraph {
53   margin-left: 20px;
54   margin-bottom: 15px;
55 }
56 table.webgraph td {
57   border: 1px solid #CCC;
58   font-size: small;
59   text-align: center;
60 }
61 table.webgraph td:hover {
62   background: #DDD;
63 }
64 td.leftcol {
65   padding-left: 2px;
66 }
67 td.rightcol {
68   padding-right: 2px;
69 }
70 tr.head {
71   background: #98c5e5;
72 }
73 tr.t0 {
74   background: #ffffff;
75 }
76 tr.t1 {
77   background: #d9e2ea;
78 }
79 tr.t2 {
80   background: #ffff00;
81 }
82 td.in {
83   color: #2f9a00;
84 }
85 td.out {
86   color: #ff0000;
87 }
88 .left {
89   text-align: left;
90 }
91 .right {
92   text-align: right;
93 }
94
95 pre {
96   border: 1pt solid #cfcfcf;
97   background-color: #F3F5F7;
98   padding: 2px;
99   padding-left: 2px;
100   font-family: courier, monospace;
101   white-space: pre;
102   /* begin css 3 or browser specific rules - do not remove!
103    * see: http://forums.techguy.org/archive/index.php/t-249849.html
104    */
105   white-space: pre-wrap;
106   word-wrap: break-word;
107   white-space: -moz-pre-wrap;
108   white-space: -pre-wrap;
109   white-space: -o-pre-wrap;
110   /* end css 3 or browser specific rules */
111 }
112
113 p.img img {
114   display: block;
115   margin-left: auto;
116   margin-right: auto;
117   border: 1px solid #cfcfcf;
118 }
119
120 /*
121  * Menu
122  */
123 p.menurule {
124   height: 3px;
125   width: 100%;
126   background-color: #999999;
127   padding: 0;
128   margin-top: 7px;
129   margin-bottom: 7px;
130 }
131
132 /*
133  * Formulare
134  */
135 input, select, textarea {
136   border: 1px solid #aaaaaa;
137   font-size: inherit;
138 }
139 input.button {
140   width: auto;
141   display: inline;
142   border: 1px solid #aaaaaa;
143 }
144 input.button:hover {
145   border: 1px solid #9b9b9b;
146   background-color: #bfbfbf;
147 }
148
149 /*
150  * Calendar
151  */
152 table#fc {
153   z-index: 100;
154 }
155
156 /*
157  * Footer
158  */
159 div.footer {
160   clear: both;
161   border-top: 1px solid #707070;
162 }
163 div.footerleft {
164   float: left;
165   font-size: xx-small;
166 }
167 div.footerright {
168   float: right;
169   font-size: xx-small;
170 }
171
172 /*
173  * Local variables:
174  * mode: indented-text
175  * mode: auto-fill
176  * End:
177 */