Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 328.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: 8pt;
12font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
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: grey;
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: 8pt;
43font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
44text-decoration: none;
45}
46
47a:hover {
48color: yellow;
49font-size: 8pt;
50font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
51text-decoration: none;
52}
53
54a.mail {
55color: red;
56font-size: 8pt;
57font-weight: bold;
58text-align: center;
59font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
60text-decoration: none;
61}
62
63a.mail:hover {
64color: white;
65font-size: 8pt;
66font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
67text-decoration: none;
68font-weight: bold;
69text-align: center;
70}
71
72td {
73font-size: 8pt;
74font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
75wordwrap: break-word;
76}
77
78.bordered {
79border: solid 1pt #6dae42;
80}
81
82.bordered2 {
83border-left: solid 1pt #6dae42;
84border-right: solid 1pt #6dae42;
85border-bottom: solid 1pt #6dae42;
86}
87
88
89input {
90color: white;
91font-size: 8pt;
92font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
93background-color: transparent;
94vertical-align: middle;
95border: solid 1px #6dae42; height: 18px
96}
97
98select {
99color: white;
100font-size: 8pt;
101font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
102background-color: black;
103vertical-align: middle;
104border: solid 1px #6dae42; height: 18px
105}
106
107.header {
108background-color: #333333;
109border-bottom: solid 1px #6dae42;
110height: 100%;
111width: 100%;
112vertical-align: top;
113align: left;
114padding: 0pt; width: 100%;
115}
116
117.important {
118font-weight: bold;
119text-align: center;
120
121}
122
123.most_important {
124font-weight: bold;
125font-color: red;
126color: red;
127}
128
129.active_users .active_user_img {
130 width: 50px;
131 float: left;
132}
133
134.active_users .active_user_name {
135 text-align: center;
136}
137
This page took 0.195667 seconds and 4 git commands to generate.