]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/box.css
1d05f9fc68f717b87775840fc34043cab974a68e
[Evergreen.git] / Evergreen / css / opac / box.css
1 .box {
2 /*      width: 200px; */
3         width: 100%;
4         margin: 3px;
5 }
6
7 .box_title {
8         text-align: center;
9         width: 98%;
10         /*background: #C99;*/
11         /*background: #445533;*/
12         background: #556644;
13         padding: 2px;
14         color: #EFF;
15 }
16
17 .box_caption {
18         text-align: center;
19         width: 98%;
20         background: #556644;
21         padding: 2px;
22         font-size: 95%;
23 }
24
25 .box_content {
26         border: 2px dashed #556644;
27         width: 98%;
28         background: #FFF;
29 }
30
31 .box_item {
32         font-size: 95%;
33         width: 98%;
34         padding-left: 2px;
35         padding-right: 2px;
36         background: #FFF;
37 }
38
39
40 .box_footer {
41         width: 98%;
42         text-align: center;
43 }