r306: Adding copyright notice.
[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 #header
22 {
23 background-color: rgb(51, 51, 51);
24 color: rgb(255, 255, 255);
25 padding: 5px;
26 padding-left: 10px;
27 }
28
29 #header #title, #header #title a
30 {
31 color: inherit;
32 text-decoration: none;
33 font-family: Helvetica, Arial, Tahoma, sans-serif;
34 font-size: 35px;
35 text-shadow: 2px 2px 3px gray;
36 font-weight: 300;
37 }
38
39 #header #title a:hover
40 {
41 text-decoration: underline;
42 }
43
44 #header #time
45 {
46 vertical-align: super;
47 }
48
49 #tabbar
50 {
51 margin: 10px 20px 0px 20px;
52 padding: 4px 16px 5px 0px;
53 }
54
55 #tabbar .tab, .tabfocus
56 {
57 background-color: rgb(204, 204, 204);
58 padding: 4px 15px 4px 15px;
59 color: rgb(0, 0, 0);
60 text-decoration: none;
61 margin: 0px 7px 0px 0px;
62 }
63
64 #tabbar .tab:hover
65 {
66 background-color: rgb(255, 255, 255);
67 text-decoration: underline;
68 }
69
70 #tabbar .tabfocus
71 {
72 background-color: rgb(255, 255, 255);
73 border-bottom: none;
74 padding-bottom: 5px;
75 font-weight: bold;
76 }
77
78 #content
79 {
80 background-color: rgb(255, 255, 255);
81 padding: 10px;
82 margin: 0px 20px 5px 20px;
83 }
84
85 #copyright
86 {
87 text-align: center;
88 font-size: 10px;
89 }
90
91 /*=====================================================================*\
92 || ###################################################################
93 || # $HeadURL$
94 || # $Id$
95 || ###################################################################
96 \*=====================================================================*/