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