Ignore:
Timestamp:
Mar 22, 2011, 3:30:57 PM (13 years ago)
Author:
flop25
Message:

polaroid for thumbnails
polaroid comp. for opera and webkit browsers
medium centered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/flop_style/mainpage_categories/medium_cat.css

    r9720 r9821  
    11/*catégories*/
    2 
    3 
    4 #content ul.thumbnailCategories li {
    5         width:160px;
    6         height:205px;
     2#content .thumbnailCategories {
     3        padding-left:auto;
     4        padding-right:auto;
     5        padding: 5px;
     6        list-style: none outside none;
     7        text-align: center;
     8}
     9#content .thumbnailCategories li {
     10        width: auto;
     11        float: none;
     12        display:inline;
     13        text-align:center;
     14        margin-left:10px;
    715        margin: 5px;
    816        padding: 5px;
    917}
     18
    1019
    1120#content div.thumbnailCategory {
     
    1322        width:100%;
    1423        height:100%;
    15         margin: 0;
     24        margin: 0 auto;
    1625        padding: 0;
    1726        vertical-align:middle;
     
    6473}
    6574
    66 .content div.thumbnailCategory {
    67 /*background-image:none;*/
     75#content div.thumbnailCategory div.illustration img {
     76    height: 96px;
    6877}
Note: See TracChangeset for help on using the changeset viewer.