bla
[hutstaender.git] / barium.css
blobafe3e7d3a403a79b763021cfbc7df006a58a4708
1 body {
2 background: url(pub/site/bg.png) #000000 repeat-x;
3 padding: 0;
4 margin: 0;
6 div.main {
7 width: 94%;
8 background: url(pub/site/head2.png) #000000 repeat-x left top;
9 padding: 120px 0px 0px 0px;
10 margin: 0 30px 40px 15px;
11 border-right: 1px solid #121;
12 border-bottom: 1px solid #121;
13 -moz-border-radius-bottomleft:13px;
14 -moz-border-radius-bottomright:13px;
15 border-top: none;
16 font: small sans-serif;
17 color: #eeeeee;
19 .p {
20 padding: 10px 0 30px 20px;
21 margin: 0 0 0 20px;
22 border-bottom: 1px dashed #079113;
23 border-bottom: 1px dashed #074113;
25 p {
26 white-space: pre-line;
28 hr {
29 border: 1px dashed #000000;
30 border-top: 1px dashed #079113;
31 border-top: 1px dashed #074113;
33 div.padMenu {
34 padding: 0 10px 0 30px;
37 div.padContent {
38 width: 90%;
39 padding: 0 35px 0 17px;
41 div.content {
42 padding: 10px 0 33px 0;
43 min-height: 60px;
44 -moz-border-radius-bottomleft:20px;
45 -moz-border-radius-bottomright:20px;
48 h1.title {
49 margin: 10px;
50 color: #676;
52 div.content {
53 padding: 10px 35px 33px 17px;
54 min-height: 60px;
55 background: url(pub/site/foot5.png) repeat-x left bottom;
56 -moz-border-radius-bottomleft:13px;
57 -moz-border-radius-bottomright:13px;
59 div.c0 { padding: 10px 0px 10px 10px; }
60 div.c0b { padding: 10px 0px 10px 10px; font-weight:bold; }
61 div.c1 { padding: 0px 0px 25px 60px; }
62 div.c2 { padding: 0 0 10px 50px; }
64 a {
65 color: #07c113;/*78821/27587/19705/7882*/
67 a:visited {
68 color: #079113;
70 a.inactive {
71 /*color: #506150;*/
72 color: #714050;
74 a:hover {
75 color: #17f123;
77 a.menuCurrent {
78 color: #00ff00;
80 a:active {
81 color: #000000;
82 background-color: #009911;
85 h3 a { color: #44aa44 !important;}
87 img {
88 border: none;
90 input, textarea {
91 border:1px solid #079113;
92 font: small sans-serif;
93 background:#000000;
94 color:#ccddcc;
96 .dark, .dark:visited {
97 color:#333333;
99 .liquidimage {
100 background-color:#00cc22;
102 .code {
103 background-color:#222222;
104 padding: 10px;
107 table.normaltable {
108 width: 50%;
109 min-width: 400px;
110 border-collapse: collapse;
111 border-color: #222922;
114 table.normaltable td {
115 border-collapse: collapse;
116 border-color: #222922;
117 padding: 3px;
119 div.foo {
120 background: url(pub/site/bg2.png) #000000 no-repeat;
121 min-height: 80;
122 min-width: 500px;