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