Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1105.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: 10pt;
12 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; sans-serif;
13 text-decoration: none;
14 margin : 0;
15 background-color: black;
16 background-repeat: no-repeat;
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: 10pt;
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: 10pt;
50 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
51 text-decoration: none;
52 }
53
54 td {
55 font-size: 10pt;
56 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
57 }
58
59 .bordered {
60 border: solid 1pt #6dae42;
61 }
62
63 .bordered2 {
64 border-left: solid 1pt #6dae42;
65 border-right: solid 1pt #6dae42;
66 border-bottom: solid 1pt #6dae42;
67 }
68
69
70 input {
71 color: white;
72 font-size: 8pt;
73 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
74 background-color: transparent;
75 vertical-align: middle;
76 border: solid 1px #6dae42; height: 18px
77 }
78
79 select {
80 color: white;
81 font-size: 10pt;
82 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
83 background-color: black;
84 vertical-align: middle;
85 border: solid 1px #6dae42; height: 18px
86 }
87
88 .header {
89 background-color: #333333;
90 border-bottom: solid 1px #6dae42;
91 height: 100%;
92 width: 100%;
93 vertical-align: top;
94 align: left;
95 padding: 0pt; width: 100%;
96 }
97
98 .important {
99 font-weight: bold;
100 text-align: center;
101
102 }
103
104 .most_important {
105 font-weight: bold;
106 font-color: red;
107 color: red;
108 }
109
110 .active_users .active_user_img {
111 width: 50px;
112 float: left;
113 }
114
115 .active_users .active_user_name {
116 text-align: center;
117 }
118
This page took 0.297721 seconds and 4 git commands to generate.