Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 665.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
19textarea {
20width : 100%;
21height : 123px;
22border-color: #6dae42;
23background-color: transparent;
24overflow: hidden;
25font-color: white;
26color: white;
27}
28
29textarea.small {
30width : 90%;
31height : 42px;
32border-color: #6dae42;
33background-color: transparent;
34overflow: hidden;
35font-color: white;
36color: white;
37}
38
39
40a {
41color: white;
42font-size: 9pt;
43font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
44text-decoration: none;
45}
46
47a:hover {
48color: red;
49font-size: 9pt;
50font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
51text-decoration: none;
52}
53
54.bordered {
55border: solid 1pt #6dae42;
56}
57
58.bordered2 {
59border-left: solid 1pt #6dae42;
60border-right: solid 1pt #6dae42;
61border-bottom: solid 1pt #6dae42;
62}
63
64
65input {
66color: white;
67font-size: 8pt;
68font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
69background-color: transparent;
70vertical-align: middle;
71border: solid 1px #6dae42; height: 18px
72}
73
74select {
75color: white;
76font-size: 8pt;
77font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
78background-color: black;
79vertical-align: middle;
80border: solid 1px #6dae42; height: 18px
81}
82
83.header {
84background-color: #333333;
85border-bottom: solid 1px #6dae42;
86height: 100%;
87width: 100%;
88vertical-align: top;
89align: left;
90padding: 0pt; width: 100%;
91}
92
93.important {
94font-weight: bold;
95text-align: center;
96
97}
98
99.most_important {
100font-weight: bold;
101font-color: red;
102color: red;
103}
104
105.active_users .active_user_img {
106 width: 50px;
107 float: left;
108}
109
110.active_users .active_user_name {
111 text-align: center;
112}
113
This page took 0.201884 seconds and 4 git commands to generate.