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