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