Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1230.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9body {
10color : #6dae42;
11font-size : 9pt;
12text-decoration : none;
13margin : 0;
14background-color: black;
15background-repeat: no-repeat;
16}
17
18
19
20textarea {
21width : 100%;
22height : 123px;
23border-color: #6dae42;
24background-color: transparent;
25overflow: hidden;
26font-color: white;
27color: white;
28}
29
30
31textarea.small {
32width : 90%;
33height : 42px;
34border-color: #6dae42;
35background-color: transparent;
36overflow: hidden;
37font-color: white;
38color: white;
39}
40
41
42
43a {
44color: white;
45font-size: 9pt;
46font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
47text-decoration: none;
48}
49
50
51a:hover {
52color: red;
53font-size: 9pt;
54font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
55text-decoration: none;
56}
57
58
59.bordered {
60border: solid 0pt #6dae42;
61}
62
63
64.bordered2 {
65border-left: solid 0pt #6dae42;
66border-right: solid 0pt #6dae42;
67border-bottom: solid 0pt #6dae42;
68}
69
70
71
72input {
73color: white;
74font-size: 8pt;
75font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
76background-color: transparent;
77vertical-align: middle;
78border: solid 0px #6dae42; height: 18px
79}
80
81
82select {
83color: white;
84font-size: 8pt;
85font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
86background-color: black;
87vertical-align: middle;
88border: solid 0px #6dae42; height: 18px
89}
90
91
92.header {
93background-color: #333333;
94border-bottom: solid 0px #6dae42;
95height: 100%;
96width: 100%;
97vertical-align: top;
98align: left;
99padding: 0pt; width: 100%;
100}
101
102.important {
103font-weight: bold;
104text-align: center;
105
106}
107
108
109.most_important {
110font-weight: bold;
111font-color: red;
112color: red;
113}
114
115
116.active_users .active_user_img {
117 width: 50px;
118 float: left;
119}
120
121
122.active_users .active_user_name {
123 text-align: center;
124}
125
This page took 0.180996 seconds and 4 git commands to generate.