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