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