Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1230.tpl
1 <!--
2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
7 -->
8
9 body {
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
18
19
20 textarea {
21 width : 100%;
22 height : 123px;
23 border-color: #6dae42;
24 background-color: transparent;
25 overflow: hidden;
26 font-color: white;
27 color: white;
28 }
29
30
31 textarea.small {
32 width : 90%;
33 height : 42px;
34 border-color: #6dae42;
35 background-color: transparent;
36 overflow: hidden;
37 font-color: white;
38 color: white;
39 }
40
41
42
43 a {
44 color: white;
45 font-size: 9pt;
46 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
47 text-decoration: none;
48 }
49
50
51 a:hover {
52 color: red;
53 font-size: 9pt;
54 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
55 text-decoration: none;
56 }
57
58
59 .bordered {
60 border: solid 0pt #6dae42;
61 }
62
63
64 .bordered2 {
65 border-left: solid 0pt #6dae42;
66 border-right: solid 0pt #6dae42;
67 border-bottom: solid 0pt #6dae42;
68 }
69
70
71
72 input {
73 color: white;
74 font-size: 8pt;
75 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
76 background-color: transparent;
77 vertical-align: middle;
78 border: solid 0px #6dae42; height: 18px
79 }
80
81
82 select {
83 color: white;
84 font-size: 8pt;
85 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
86 background-color: black;
87 vertical-align: middle;
88 border: solid 0px #6dae42; height: 18px
89 }
90
91
92 .header {
93 background-color: #333333;
94 border-bottom: solid 0px #6dae42;
95 height: 100%;
96 width: 100%;
97 vertical-align: top;
98 align: left;
99 padding: 0pt; width: 100%;
100 }
101
102 .important {
103 font-weight: bold;
104 text-align: center;
105
106 }
107
108
109 .most_important {
110 font-weight: bold;
111 font-color: red;
112 color: red;
113 }
114
115
116 .active_users .active_user_img {
117 width: 50px;
118 float: left;
119 }
120
121
122 .active_users .active_user_name {
123 text-align: center;
124 }
125
This page took 0.295301 seconds and 4 git commands to generate.