Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / templates / box.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # Bugdar
4 || # Copyright (c)2004-2009 Blue Static
5 || #
6 || # This program is free software; you can redistribute it and/or modify
7 || # it under the terms of the GNU General Public License as published by
8 || # the Free Software Foundation; version 2 of the License.
9 || #
10 || # This program is distributed in the hope that it will be useful, but
11 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 || # more details.
14 || #
15 || # You should have received a copy of the GNU General Public License along
16 || # with this program; if not, write to the Free Software Foundation, Inc.,
17 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18 || ###################################################################
19 \*=====================================================================*/
20
21 .box
22 {
23 background-color: rgb(71, 71, 71);
24 padding: 1px;
25 text-align: left;
26 }
27
28 .box-head
29 {
30 font-weight: bold;
31 background-color: rgb(51, 51, 51);
32 color: rgb(255, 255, 255);
33 padding: 4px;
34 margin-bottom: 1px;
35 }
36
37 .box-head a
38 {
39 color: rgb(255, 255, 255);
40 text-decoration: none;
41 }
42
43 .box-head a:hover
44 {
45 text-decoration: underline;
46 }
47
48 .box-mid
49 {
50 background-color: rgb(255, 255, 255);
51 padding: 2px;
52 }
53
54 .box-foot
55 {
56 background-color: rgb(191, 204, 207);
57 margin-top: 1px;
58 padding: 2px;
59 }
60
61 /* ################################################################### */
62
63 .box-modmarg-none
64 {
65 margin: 0px;
66 }
67
68 .box-margmod-top
69 {
70 margin: 0px;
71 margin-top: 1px;
72 }
73
74 .box-margmod-bottom
75 {
76 margin: 0px;
77 margin-bottom: 1px;
78 }
79
80 .box-center
81 {
82 text-align: center;
83 }
84
85 .box-overpad
86 {
87 padding: 8px;
88 }
89
90 /*=====================================================================*\
91 || ###################################################################
92 || # $HeadURL$
93 || # $Id$
94 || ###################################################################
95 \*=====================================================================*/