r326: Finished showreport.php styling
[bugdar.git] / templates / style.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # BugStrike [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
11
12 body
13 {
14 margin: 0px;
15 padding: 0px;
16 font-family: Verdana, Tahoma, Geneva, "Lucida Grande", Arial, sans-serif;
17 font-size: 11px;
18 background-color: rgb(102, 102, 102);
19 }
20
21 a
22 {
23 color: rgb(0, 0, 0);
24 text-decoration: underline;
25 }
26
27 a:hover, .tlabel a:hover
28 {
29 color: /*rgb(0, 51, 64)*/ rgb(64, 102, 112);
30 }
31
32 .error
33 {
34 color: rgb(255, 0, 0);
35 }
36
37 #header
38 {
39 background-color: rgb(51, 51, 51);
40 color: rgb(255, 255, 255);
41 padding: 5px;
42 padding-left: 10px;
43 }
44
45 #header #title, #header #title a
46 {
47 color: inherit;
48 text-decoration: none;
49 font-family: Helvetica, Arial, Tahoma, sans-serif;
50 font-size: 35px;
51 text-shadow: 2px 2px 3px gray;
52 font-weight: 300;
53 }
54
55 #header #title a:hover
56 {
57 text-decoration: underline;
58 }
59
60 #header #time
61 {
62 vertical-align: super;
63 }
64
65 #tabbar
66 {
67 margin: 10px 20px 0px 20px;
68 padding: 4px 16px 5px 0px;
69 }
70
71 #tabbar .tab, .tabfocus
72 {
73 background-color: rgb(204, 204, 204);
74 padding: 4px 15px 4px 15px;
75 color: rgb(0, 0, 0);
76 text-decoration: none;
77 margin: 0px 7px 0px 0px;
78 }
79
80 #tabbar .tab:hover
81 {
82 background-color: rgb(191, 204, 207);
83 text-decoration: underline;
84 }
85
86 #tabbar .tabfocus
87 {
88 background-color: rgb(255, 255, 255);
89 border-bottom: none;
90 padding-bottom: 5px;
91 font-weight: bold;
92 color: rgb(0, 51, 64);
93 }
94
95 #content
96 {
97 background-color: rgb(255, 255, 255);
98 padding: 10px;
99 margin: 0px 20px 5px 20px;
100 }
101
102 .smallcontent
103 {
104 margin-top: 35px;
105
106 }
107
108 .listinghead
109 {
110 background-color: rgb(51, 51, 51);
111 color: rgb(255, 255, 255);
112 font-weight: bold;
113 }
114
115 .tborder
116 {
117 background-color: rgb(71, 71, 71);
118 }
119
120 .tlabel
121 {
122 font-weight: bold;
123 background-color: rgb(51, 51, 51);
124 color: rgb(255, 255, 255);
125 width: 15%;
126 padding-left: 4px;
127 }
128
129 .tlabel a
130 {
131 color: rgb(255, 255, 255);
132 }
133
134 .tdata
135 {
136 width: 35%;
137 background-color: rgb(255, 255, 255);
138 }
139
140 .tfoot
141 {
142 background-color: rgb(122, 122, 122);
143 text-align: center;
144 font-weight: bold;
145 }
146
147 .thead
148 {
149 font-weight: bold;
150 background-color: rgb(51, 51, 51);
151 color: rgb(255, 255, 255);
152 padding-left: 4px;
153 }
154
155 .thead a
156 {
157 color: rgb(255, 255, 255);
158 text-decoration: none;
159 }
160
161 .thead a:hover
162 {
163 text-decoration: underline;
164 }
165
166 .tmiddle
167 {
168 background-color: rgb(255, 255, 255);
169 }
170
171 .form
172 {
173 display: inline;
174 }
175
176 #copyright
177 {
178 text-align: center;
179 font-size: 10px;
180 }
181
182 /*=====================================================================*\
183 || ###################################################################
184 || # $HeadURL$
185 || # $Id$
186 || ###################################################################
187 \*=====================================================================*/