Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1475.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 : #5dae42;
11font-size: 15pt;
12font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
13text-decoration: none;
14margin : 5;
15background-color: red;
16background-repeat: no-repeat;
17}
18
19textarea {
20width : 666px;
21height : 123px;
22border-color: #6dae42;
23background-color: transparent;
24overflow: hidden;
25font-color: blue;
26color: black;
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: 28pt;
43font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
44text-decoration: none;
45}
46
47a:hover {
48color: red;
49font-size: 8pt;
50font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
51text-decoration: none;
52}
53
54td {
55font-size: 8pt;
56font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
57wordwrap: break-word;
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 #5dae42;
68}
69
70
71input {
72color: white;
73font-size: 28pt;
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: 28pt;
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.173615 seconds and 4 git commands to generate.