r499: Removed unused .t* classes
[bugdar.git] / templates / global.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: rgb(255, 255, 255);
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 .form
116 {
117 display: inline;
118 }
119
120 #copyright
121 {
122 text-align: center;
123 font-size: 10px;
124 }
125
126 #submitrow
127 {
128 background-color: rgb(51, 51, 51);
129 padding: 2px;
130 border: 1px solid rgb(0, 0, 0);
131 text-align: center;
132 }
133
134 /*=====================================================================*\
135 || ###################################################################
136 || # $HeadURL$
137 || # $Id$
138 || ###################################################################
139 \*=====================================================================*/