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