Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 846.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 : black;
11 font-size: 8pt;
12 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
13 text-decoration: none;
14 margin : 0;
15 background-color: white;
16 background-position: top center;
17 background-repeat: no-repeat;
18 scrollbar-shadow-color: black;
19 scrollbar-highlight-color: black;
20 scrollbar-3dlight-color: black;
21 scrollbar-base-color: white;
22 scrollbar-darkshadow-color: black;
23 scrollbar-track-color: white;
24 scrollbar-arrow-color: white;}
25 }
26
27 textarea.small {
28 width : 90%;
29 height : 42px;
30 border-color: black;
31 background-color: transparent;
32 overflow: hidden;
33 font-color: white;
34 color: white;
35 }
36
37
38 a {
39 color: white;
40 font-size: 8pt;
41 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
42 text-decoration: none;
43 }
44
45 a:hover {
46 color: red;
47 font-size: 8pt;
48 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
49 text-decoration: none;
50 }
51
52 a.mail {
53 color: red;
54 font-size: 8pt;
55 font-weight: bold;
56 text-align: center;
57 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
58 text-decoration: none;
59 }
60
61 a.mail:hover {
62 color: black;
63 font-size: 8pt;
64 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
65 text-decoration: none;
66 font-weight: bold;
67 text-align: center;
68 }
69
70 td {
71 font-size: 8pt;
72 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
73 wordwrap: break-word;
74 }
75
76 .bordered {
77 border: solid 1pt black;
78 }
79
80 .bordered2 {
81 border-left: solid 1pt black;
82 border-right: solid 1pt black;
83 border-bottom: solid 1pt black;
84 }
85
86
87 input {
88 color: black;
89 font-size: 8pt;
90 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
91 background-color: transparent;
92 vertical-align: middle;
93 border: solid 1px black; height: 18px
94 }
95
96 input.small {
97 color: black;
98 font-size: 8pt;
99 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
100 background-color: transparent;
101 width: 50px;
102 vertical-align: middle;
103 border: solid 1px black; height: 18px
104 }
105
106 select {
107 color: black;
108 font-size: 8pt;
109 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
110 background-color: white;
111 vertical-align: middle;
112 border: solid 1px black; height: 18px
113 }
114
115 .header {
116 background-color: #333333;
117 border-bottom: solid 1px black;
118 height: 100%;
119 width: 100%;
120 vertical-align: top;
121 align: left;
122 padding: 0pt; width: 100%;
123 }
124
125 .important {
126 font-weight: bold;
127 text-align: center;
128
129 }
130
131 .most_important {
132 font-weight: bold;
133 font-color: red;
134 color: red;
135 }
136
137 .active_users .active_user_img {
138 width: 50px;
139 float: left;
140 }
141
142 .active_users .active_user_name {
143 text-align: center;
144 }
145
146 textarea {
147 width : 666px;
148 height: 123px;
149 background-color: transparent;
150 border-color: black;
151 color: black;
152 }
This page took 0.285508 seconds and 4 git commands to generate.