r325: - All custom field data in showreport.php is now handled by construct_custom_fi...
[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 .error
22 {
23 color: rgb(255, 0, 0);
24 }
25
26 #header
27 {
28 background-color: rgb(51, 51, 51);
29 color: rgb(255, 255, 255);
30 padding: 5px;
31 padding-left: 10px;
32 }
33
34 #header #title, #header #title a
35 {
36 color: inherit;
37 text-decoration: none;
38 font-family: Helvetica, Arial, Tahoma, sans-serif;
39 font-size: 35px;
40 text-shadow: 2px 2px 3px gray;
41 font-weight: 300;
42 }
43
44 #header #title a:hover
45 {
46 text-decoration: underline;
47 }
48
49 #header #time
50 {
51 vertical-align: super;
52 }
53
54 #tabbar
55 {
56 margin: 10px 20px 0px 20px;
57 padding: 4px 16px 5px 0px;
58 }
59
60 #tabbar .tab, .tabfocus
61 {
62 background-color: rgb(204, 204, 204);
63 padding: 4px 15px 4px 15px;
64 color: rgb(0, 0, 0);
65 text-decoration: none;
66 margin: 0px 7px 0px 0px;
67 }
68
69 #tabbar .tab:hover
70 {
71 background-color: rgb(255, 255, 255);
72 text-decoration: underline;
73 }
74
75 #tabbar .tabfocus
76 {
77 background-color: rgb(255, 255, 255);
78 border-bottom: none;
79 padding-bottom: 5px;
80 font-weight: bold;
81 }
82
83 #content
84 {
85 background-color: rgb(255, 255, 255);
86 padding: 10px;
87 margin: 0px 20px 5px 20px;
88 }
89
90 .smallcontent
91 {
92 margin-top: 35px;
93
94 }
95
96 .listinghead
97 {
98 background-color: rgb(51, 51, 51);
99 color: rgb(255, 255, 255);
100 font-weight: bold;
101 }
102
103 .tborder
104 {
105 background-color: rgb(71, 71, 71);
106 }
107
108 .tlabel
109 {
110 font-weight: bold;
111 background-color: rgb(51, 51, 51);
112 color: rgb(255, 255, 255);
113 width: 15%;
114 padding-left: 4px;
115 }
116
117 .tdata
118 {
119 width: 35%;
120 background-color: rgb(255, 255, 255);
121 }
122
123 .tfoot
124 {
125 background-color: rgb(122, 122, 122);
126 text-align: center;
127 font-weight: bold;
128 }
129
130 #copyright
131 {
132 text-align: center;
133 font-size: 10px;
134 }
135
136 /*=====================================================================*\
137 || ###################################################################
138 || # $HeadURL$
139 || # $Id$
140 || ###################################################################
141 \*=====================================================================*/