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