Changeset 1136 for trunk/template-common


Ignore:
Timestamp:
Apr 9, 2006, 12:53:14 PM (18 years ago)
Author:
chrisaga
Message:
  • Improve thumbnailCategories display : This new display looks quite good with both themes.

Handle long category description with automatic scrollbars.
Got rid of the hr.separation which mess the display sometimes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template-common/default-layout.css

    r1088 r1136  
    1717}
    1818
    19 /* Set some sizes according to your maximum thumbnail width adn height */
    20 #content UL.thumbnails SPAN, #content UL.thumbnails SPAN.wrap2 A {
     19/* Set some sizes according to your maximum thumbnail width and height */
     20#content UL.thumbnails SPAN,
     21#content UL.thumbnails SPAN.wrap2 A,
     22#content DIV.thumbnailCategory DIV.illustration {
    2123  width: 140px;                 /* max thumbnail width + 2px */
    2224}
    23 #content UL.thumbnails SPAN.wrap2 {
     25#content UL.thumbnails SPAN.wrap2,
     26#content DIV.thumbnailCategory DIV.description {
    2427  height: 140px;                /* max thumbnail height + 2px */
    2528}
    26 #content DIV.comment BLOCKQUOTE {
     29#content DIV.comment BLOCKQUOTE/*,
     30#content DIV.thumbnailCategory DIV.description*/ {
    2731  margin-left: 150px;           /*maximum thumbnail width + ~10px */
     32}
     33
     34/* Category thumbnails on main page */
     35#content UL.thumbnailCategories LI {
     36  width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
    2837}
    2938
Note: See TracChangeset for help on using the changeset viewer.