Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 2043.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 : #cccccc;
11 font-size : 10pt;
12 font-family: "Arial CE", Arial, sans;
13 text-decoration : none;
14 margin : 0;
15 background-color: #aaaaaa;
16 background-repeat: no-repeat;
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 textarea.small {
31 width : 90%;
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: red;
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 display: hidden;
108 width: 50px;
109 float: left;
110 }
111
112 .active_users .active_user_name {
113 text-align: center;
114 }
This page took 0.383585 seconds and 4 git commands to generate.