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