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

Last change on this file since 4636 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 1.1 KB
RevLine 
[1900]1
2/* Set the width of the menubar for the galery */
3#menubar {
4  width: 18em;
5}
[2352]6.content {
[2243]7  margin-left: 20em;  /* = #menubar width + 2em */
[1900]8}
9/* Set minimum width of the page before getting a scrollbar */
10/* IE5 and IE6 don't get that */
11BODY {
[2243]12  min-width: 60em;  /* ~ 3* #menubar width */
[1900]13}
14BODY#thePopuphelpPage {
15  min-width: 0;
16}
17
18/* Set some sizes according to your maximum thumbnail width and height */
[2352]19.content UL.thumbnails SPAN,
20.content UL.thumbnails SPAN.wrap2 A,
21.content UL.thumbnails LABEL,
22.content DIV.thumbnailCategory DIV.illustration {
[2243]23  width: 140px;      /* max thumbnail width + 2px */
[1900]24}
[2352]25.content UL.thumbnails SPAN.wrap2,
26.content DIV.thumbnailCategory DIV.description {
[2243]27  height: 140px;    /* max thumbnail height + 2px */
[1900]28}
29
[2480]30
[1900]31/* Category thumbnails on main page */
[2352]32.content UL.thumbnailCategories LI {
[2243]33  width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
[1900]34}
35
36/* Set defaults for thumbnails legend */
[2352]37.content UL.thumbnails SPAN.thumbLegend {
[2243]38  display: block;  /* display: none; if you don't want legend */
39  height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
[1900]40}
[2242]41
Note: See TracBrowser for help on using the repository browser.