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