r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / templates / global.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # Bugdar [#]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 text-align: left;
36 }
37
38 #header
39 {
40 background-color: rgb(51, 51, 51);
41 color: rgb(255, 255, 255);
42 padding: 5px;
43 padding-left: 10px;
44 }
45
46 #header #title, #header #title a
47 {
48 color: rgb(255, 255, 255);
49 text-decoration: none;
50 font-family: Helvetica, Arial, Tahoma, sans-serif;
51 font-size: 35px;
52 text-shadow: 2px 2px 3px gray;
53 font-weight: 300;
54 }
55
56 #header #title a:hover
57 {
58 text-decoration: underline;
59 }
60
61 #header #time
62 {
63 vertical-align: super;
64 }
65
66 #tabbar
67 {
68 margin: 10px 20px 0px 20px;
69 padding: 4px 16px 5px 0px;
70 }
71
72 #tabbar .tab, .tabfocus
73 {
74 background-color: rgb(204, 204, 204);
75 padding: 4px 15px 4px 15px;
76 color: rgb(0, 0, 0);
77 text-decoration: none;
78 margin: 0px 7px 0px 0px;
79 }
80
81 #tabbar .tab:hover
82 {
83 background-color: rgb(191, 204, 207);
84 text-decoration: underline;
85 }
86
87 #tabbar .tabfocus
88 {
89 background-color: rgb(255, 255, 255);
90 border-bottom: none;
91 padding-bottom: 5px;
92 font-weight: bold;
93 color: rgb(0, 51, 64);
94 }
95
96 #content
97 {
98 background-color: rgb(255, 255, 255);
99 padding: 10px;
100 margin: 0px 20px 5px 20px;
101 }
102
103 .smallcontent
104 {
105 margin-top: 35px;
106
107 }
108
109 .listinghead
110 {
111 background-color: rgb(51, 51, 51);
112 color: rgb(255, 255, 255);
113 font-weight: bold;
114 }
115
116 .form
117 {
118 display: inline;
119 }
120
121 #copyright
122 {
123 text-align: center;
124 font-size: 10px;
125 }
126
127 #submitrow
128 {
129 background-color: rgb(187, 44, 0);
130 padding: 2px;
131 border: 1px solid rgb(0, 0, 0);
132 text-align: center;
133 }
134
135 /*=====================================================================*\
136 || ###################################################################
137 || # $HeadURL$
138 || # $Id$
139 || ###################################################################
140 \*=====================================================================*/