r301: Adding base template structure to the 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: "Trebuchet MS", 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 #content
49 {
50 background-color: rgb(255, 255, 255);
51 padding: 5px;
52 margin: 20px 20px 5px 20px;
53 border: 2px solid rgb(153, 153, 153);
54 }
55
56 /*=====================================================================*\
57 || ###################################################################
58 || # $HeadURL$
59 || # $Id$
60 || ###################################################################
61 \*=====================================================================*/