r665: Renaming product from "BugStrike" to "Bugdar"
[bugdar.git] / templates / box.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 .box
13 {
14 background-color: rgb(71, 71, 71);
15 padding: 1px;
16 text-align: left;
17 }
18
19 .box-head
20 {
21 font-weight: bold;
22 background-color: rgb(51, 51, 51);
23 color: rgb(255, 255, 255);
24 padding: 4px;
25 margin-bottom: 1px;
26 }
27
28 .box-head a
29 {
30 color: rgb(255, 255, 255);
31 text-decoration: none;
32 }
33
34 .box-head a:hover
35 {
36 text-decoration: underline;
37 }
38
39 .box-mid
40 {
41 background-color: rgb(255, 255, 255);
42 padding: 2px;
43 }
44
45 .box-foot
46 {
47 background-color: rgb(191, 204, 207);
48 margin-top: 1px;
49 padding: 2px;
50 }
51
52 /* ################################################################### */
53
54 .box-modmarg-none
55 {
56 margin: 0px;
57 }
58
59 .box-margmod-top
60 {
61 margin: 0px;
62 margin-top: 1px;
63 }
64
65 .box-margmod-bottom
66 {
67 margin: 0px;
68 margin-bottom: 1px;
69 }
70
71 .box-center
72 {
73 text-align: center;
74 }
75
76 .box-overpad
77 {
78 padding: 8px;
79 }
80
81 /*=====================================================================*\
82 || ###################################################################
83 || # $HeadURL$
84 || # $Id$
85 || ###################################################################
86 \*=====================================================================*/