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