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