Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / css / main.css
1 /* This program is free software. It comes without any warranty, to
2 * the extent permitted by applicable law. You can redistribute it
3 * and/or modify it under the terms of the Do What The Fuck You Want
4 * To Public License, Version 2, as published by Sam Hocevar. See
5 * http://sam.zoy.org/wtfpl/COPYING for more details. */
6
7 body {
8 color : #6dae42;
9 font-size: 8pt;
10 font-family: Tahoma,sans-serif;
11 text-decoration: none;
12 margin : 0;
13 background-color: black;
14 background-position: top center;
15 background-repeat: no-repeat;
16 scrollbar-shadow-color: #6dae42;
17 scrollbar-highlight-color: #6dae42;
18 scrollbar-3dlight-color: #6dae42;
19 scrollbar-base-color: black;
20 scrollbar-darkshadow-color: #6dae42;
21 scrollbar-track-color: black;
22 scrollbar-arrow-color: black;}
23 }
24
25 textarea.small {
26 width : 90%;
27 height : 42px;
28 border-color: #6dae42;
29 background-color: transparent;
30 overflow: hidden;
31 font-color: white;
32 color: white;
33 }
34
35 #banner {
36 position: relative;
37 }
38
39 a {
40 color: white;
41 font-size: 8pt;
42 font-family: Tahoma,sans-serif;
43 text-decoration: none;
44 }
45
46 a:hover {
47 color: red;
48 font-size: 8pt;
49 font-family: Tahoma,sans-serif;
50 text-decoration: none;
51 }
52
53 a.mail {
54 color: red;
55 font-size: 8pt;
56 font-weight: bold;
57 text-align: center;
58 font-family: Tahoma,sans-serif;
59 text-decoration: none;
60 }
61
62 a.mail:hover {
63 color: white;
64 font-size: 8pt;
65 font-family: Tahoma,sans-serif;
66 text-decoration: none;
67 font-weight: bold;
68 text-align: center;
69 }
70
71 td {
72 font-size: 8pt;
73 font-family: Tahoma,sans-serif;
74 wordwrap: break-word;
75 }
76
77 .bordered {
78 border: solid 1pt #6dae42;
79 }
80
81 .bordered2 {
82 border-left: solid 1pt #6dae42;
83 border-right: solid 1pt #6dae42;
84 border-bottom: solid 1pt #6dae42;
85 }
86
87
88 input {
89 color: white;
90 font-size: 8pt;
91 font-family: Tahoma,sans-serif;
92 background-color: transparent;
93 vertical-align: middle;
94 border: solid 1px #6dae42; height: 18px
95 }
96
97 input.small {
98 color: white;
99 font-size: 8pt;
100 font-family: Tahoma,sans-serif;
101 background-color: transparent;
102 width: 50px;
103 vertical-align: middle;
104 border: solid 1px #6dae42; height: 18px
105 }
106
107 select {
108 color: white;
109 font-size: 8pt;
110 font-family: Tahoma,sans-serif;
111 background-color: black;
112 vertical-align: middle;
113 border: solid 1px #6dae42; height: 18px
114 }
115
116 .header {
117 background-color: #333333;
118 border-bottom: solid 1px #6dae42;
119 height: 100%;
120 width: 100%;
121 vertical-align: top;
122 align: left;
123 padding: 0pt; width: 100%;
124 }
125
126 .important {
127 font-weight: bold;
128 text-align: center;
129
130 }
131
132 .most_important {
133 font-weight: bold;
134 font-color: red;
135 color: red;
136 }
137
138 .active_users .active_user_img {
139 width: 50px;
140 float: left;
141 }
142
143 .active_users .active_user_name {
144 text-align: center;
145 }
146
147 textarea {
148 width : 666px;
149 height: 123px;
150 background-color: transparent;
151 border-color: #6dae42;
152 color: white;
153 }
This page took 0.292265 seconds and 4 git commands to generate.