source: trunk/template-common/default-layout.css @ 1082

Last change on this file since 1082 was 960, checked in by chrisaga, 18 years ago

improve template : split theme from template itself

rest of the job : template (yoga), themes (clear dark), and php to handle them

File size: 835 bytes
Line 
1/* $Id$ */
2
3/* Set the width of the menubar for the galery */
4#menubar {
5  width: 18em;
6}
7#content {
8  margin-left: 20em;    /* = #menubar width + 2em */
9}
10
11/* Set the width of the menubar for the admin section */
12BODY#theAdminPage #menubar {
13  width: 12em;
14}
15BODY#theAdminPage #content {
16  margin-left: 14em;
17}
18
19/* Set some sizes according to your maximum thumbnail width adn height */
20#content UL.thumbnails SPAN, #content UL.thumbnails SPAN.wrap2 A {
21  width: 140px;                 /* max thumbnail width + 2px */
22}
23#content UL.thumbnails SPAN.wrap2 {
24  height: 140px;                /* max thumbnail height + 2px */
25}
26#content DIV.comment BLOCKQUOTE {
27  margin-left: 150px;           /*maximum thumbnail width + ~10px */
28}
29
30/* display/hide thumbnails legend */
31#content UL.thumbnails SPAN.thumbLegend {
32  display: block;               /* display: none; if you don't want legend */
33}
Note: See TracBrowser for help on using the repository browser.