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