Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / css / main.css
1 body {
2 color : #6dae42;
3 font-size: 8pt;
4 font-family: Tahoma,sans-serif;
5 text-decoration: none;
6 margin : 0;
7 background-color: black;
8 background-position: top center;
9 background-repeat: no-repeat;
10 scrollbar-shadow-color: #6dae42;
11 scrollbar-highlight-color: #6dae42;
12 scrollbar-3dlight-color: #6dae42;
13 scrollbar-base-color: black;
14 scrollbar-darkshadow-color: #6dae42;
15 scrollbar-track-color: black;
16 scrollbar-arrow-color: black;}
17 }
18
19 textarea.small {
20 width : 90%;
21 height : 42px;
22 border-color: #6dae42;
23 background-color: transparent;
24 overflow: hidden;
25 font-color: white;
26 color: white;
27 }
28
29 #banner {
30 position: relative;
31 }
32
33 a {
34 color: white;
35 font-size: 8pt;
36 font-family: Tahoma,sans-serif;
37 text-decoration: none;
38 }
39
40 a:hover {
41 color: red;
42 font-size: 8pt;
43 font-family: Tahoma,sans-serif;
44 text-decoration: none;
45 }
46
47 a.mail {
48 color: red;
49 font-size: 8pt;
50 font-weight: bold;
51 text-align: center;
52 font-family: Tahoma,sans-serif;
53 text-decoration: none;
54 }
55
56 a.mail:hover {
57 color: white;
58 font-size: 8pt;
59 font-family: Tahoma,sans-serif;
60 text-decoration: none;
61 font-weight: bold;
62 text-align: center;
63 }
64
65 td {
66 font-size: 8pt;
67 font-family: Tahoma,sans-serif;
68 wordwrap: break-word;
69 }
70
71 .bordered {
72 border: solid 1pt #6dae42;
73 }
74
75 .bordered2 {
76 border-left: solid 1pt #6dae42;
77 border-right: solid 1pt #6dae42;
78 border-bottom: solid 1pt #6dae42;
79 }
80
81
82 input {
83 color: white;
84 font-size: 8pt;
85 font-family: Tahoma,sans-serif;
86 background-color: transparent;
87 vertical-align: middle;
88 border: solid 1px #6dae42; height: 18px
89 }
90
91 input.small {
92 color: white;
93 font-size: 8pt;
94 font-family: Tahoma,sans-serif;
95 background-color: transparent;
96 width: 50px;
97 vertical-align: middle;
98 border: solid 1px #6dae42; height: 18px
99 }
100
101 select {
102 color: white;
103 font-size: 8pt;
104 font-family: Tahoma,sans-serif;
105 background-color: black;
106 vertical-align: middle;
107 border: solid 1px #6dae42; height: 18px
108 }
109
110 .header {
111 background-color: #333333;
112 border-bottom: solid 1px #6dae42;
113 height: 100%;
114 width: 100%;
115 vertical-align: top;
116 align: left;
117 padding: 0pt; width: 100%;
118 }
119
120 .important {
121 font-weight: bold;
122 text-align: center;
123
124 }
125
126 .most_important {
127 font-weight: bold;
128 font-color: red;
129 color: red;
130 }
131
132 .active_users .active_user_img {
133 width: 50px;
134 float: left;
135 }
136
137 .active_users .active_user_name {
138 text-align: center;
139 }
140
141 textarea {
142 width : 666px;
143 height: 123px;
144 background-color: transparent;
145 border-color: #6dae42;
146 color: white;
147 }
This page took 0.317453 seconds and 4 git commands to generate.