Changeset 9811 for extensions/flop_mauve


Ignore:
Timestamp:
Mar 21, 2011, 3:12:44 PM (13 years ago)
Author:
flop25
Message:

thumb are centred
local_head.tpl for IE

Location:
extensions/flop_mauve/current
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/flop_mauve/current/theme.css

    r9716 r9811  
    1 /* $Id: theme.css 1938 2007-04-06 19:55:21Z rvelices $ */
    2 
    31
    42
     
    64
    75
    8 #content ul.thumbnailCategories li {
    9 width:160px;
    10 height:205px;
    11 margin: 5px;
    12 padding: 5px;
    13 }
    14 
    15 #content div.thumbnailCategory {
     6BODY#theCategoryPage .thumbnailCategories {
     7        padding-left:auto;
     8        padding-right:auto;
     9        padding: 5px;
     10        list-style: none outside none;
     11        text-align: center;
     12}
     13BODY#theCategoryPage .thumbnailCategories li {
     14        width: auto;
     15        float: none;
     16        display:inline;
     17        text-align:center;
     18        margin-left:10px;
     19}
     20BODY#theCategoryPage div.thumbnailCategory {
    1621        text-align:center;
    1722        width:100%;
    1823        height:100%;
    19         margin: 0;
     24        margin: 0 auto;
    2025        padding: 0;
    2126        vertical-align:middle;
    2227}
    2328
    24 #content div.thumbnailCategory div.illustration  {
     29BODY#theCategoryPage div.thumbnailCategory div.illustration  {
    2530width:auto;
    2631        height:auto;
     
    3237        padding: 0;
    3338}
    34 #content div.thumbnailCategory div.description {
     39BODY#theCategoryPage div.thumbnailCategory div.description {
    3540        width:auto;
    3641        height:auto;
     
    4146
    4247}
    43 #content div.thumbnailCategory div.description IMG {
     48BODY#theCategoryPage div.thumbnailCategory div.description IMG {
    4449        float:right;
    4550}
    4651/* --------------Hack-------------*/
    47 #content div.thumbnailCategory {
     52BODY#theCategoryPage div.thumbnailCategory {
    4853    display: table-cell;
    4954    text-align: center;
     
    5257height:205px;
    5358}
    54 #content div.thumbnailCategory * {
     59BODY#theCategoryPage div.thumbnailCategory * {
    5560    vertical-align: middle;
    5661}
     
    6671/**/
    6772/* --------------fin Hack-------------*/
    68 
    69 #content div.thumbnailCategory div.description h3 {
     73BODY#theCategoryPage div.thumbnailCategory div.illustration img {
     74    height: 96px;
     75}
     76BODY#theCategoryPage div.thumbnailCategory div.description h3 {
    7077text-align:center;
    7178}
  • extensions/flop_mauve/current/themeconf.inc.php

    r9716 r9811  
    1313  'icon_dir'      => 'themes/default/icon',
    1414  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
    15   'local_head' => '<!--[if IE]><style>
    16 #content div.thumbnailCategory span {
    17     display: inline-block;
    18     height: 100%;
    19 }
    20 </style><![endif]-->
    21 ');
     15  'local_head'          => 'local_head.tpl',
     16  );
    2217
    2318$conf['level_separator'] = ' &raquo; ';
Note: See TracChangeset for help on using the changeset viewer.