Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 846.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9body {
10color : black;
11font-size: 8pt;
12font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
13text-decoration: none;
14margin : 0;
15background-color: white;
16background-position: top center;
17background-repeat: no-repeat;
18scrollbar-shadow-color: black;
19scrollbar-highlight-color: black;
20scrollbar-3dlight-color: black;
21scrollbar-base-color: white;
22scrollbar-darkshadow-color: black;
23scrollbar-track-color: white;
24scrollbar-arrow-color: white;}
25}
26
27textarea.small {
28width : 90%;
29height : 42px;
30border-color: black;
31background-color: transparent;
32overflow: hidden;
33font-color: white;
34color: white;
35}
36
37
38a {
39color: white;
40font-size: 8pt;
41font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
42text-decoration: none;
43}
44
45a:hover {
46color: red;
47font-size: 8pt;
48font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
49text-decoration: none;
50}
51
52a.mail {
53color: red;
54font-size: 8pt;
55font-weight: bold;
56text-align: center;
57font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
58text-decoration: none;
59}
60
61a.mail:hover {
62color: black;
63font-size: 8pt;
64font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
65text-decoration: none;
66font-weight: bold;
67text-align: center;
68}
69
70td {
71font-size: 8pt;
72font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
73wordwrap: break-word;
74}
75
76.bordered {
77border: solid 1pt black;
78}
79
80.bordered2 {
81border-left: solid 1pt black;
82border-right: solid 1pt black;
83border-bottom: solid 1pt black;
84}
85
86
87input {
88color: black;
89font-size: 8pt;
90font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
91background-color: transparent;
92vertical-align: middle;
93border: solid 1px black; height: 18px
94}
95
96input.small {
97color: black;
98font-size: 8pt;
99font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
100background-color: transparent;
101width: 50px;
102vertical-align: middle;
103border: solid 1px black; height: 18px
104}
105
106select {
107color: black;
108font-size: 8pt;
109font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
110background-color: white;
111vertical-align: middle;
112border: solid 1px black; height: 18px
113}
114
115.header {
116background-color: #333333;
117border-bottom: solid 1px black;
118height: 100%;
119width: 100%;
120vertical-align: top;
121align: left;
122padding: 0pt; width: 100%;
123}
124
125.important {
126font-weight: bold;
127text-align: center;
128
129}
130
131.most_important {
132font-weight: bold;
133font-color: red;
134color: 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
146textarea {
147width : 666px;
148height: 123px;
149background-color: transparent;
150border-color: black;
151color: black;
152}
This page took 0.200941 seconds and 4 git commands to generate.