Changeset 9825


Ignore:
Timestamp:
Mar 22, 2011, 4:56:28 PM (13 years ago)
Author:
flop25
Message:

adding jPolaroid
medium_cat.css improved

Location:
extensions/flop_style
Files:
9 added
1 deleted
2 edited

Legend:

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

    r9821 r9825  
    33        padding-left:auto;
    44        padding-right:auto;
    5         padding: 5px;
    65        list-style: none outside none;
    76        text-align: center;
     7        background-image:none;
    88}
    99#content .thumbnailCategories li {
     
    1515        margin: 5px;
    1616        padding: 5px;
     17        background-image:none;
    1718}
    18 
    19 
    20 #content div.thumbnailCategory {
    21         text-align:center;
    22         width:100%;
    23         height:100%;
    24         margin: 0 auto;
    25         padding: 0;
    26         vertical-align:middle;
     19#content .thumbnailCategories li:hover {
     20        background-image:none;
    2721}
    28 
    29 #content div.thumbnailCategory div.illustration  {
     22#content div.thumbnailCategory div.illustration {
    3023        width:auto;
    3124        height:auto;
    32 /*height:135px;*/
     25        /*height:135px;*/
    3326        text-align:center;
    3427        overflow: inherit;
     
    3629        margin: 0;
    3730        padding: 0;
     31        background-image:none;
    3832}
    3933#content div.thumbnailCategory div.description {
     
    4236        text-align:center;
    4337        overflow:inherit;
    44     float:none;
    45     overflow: auto;
    46 
     38        float:none;
     39        overflow: auto;
     40        background-image:none;
     41}
     42.description img {
     43        float:right;
     44}
     45#content div.thumbnailCategory div.description p {
     46        text-align: center;
    4747}
    4848/* --------------Hack-------------*/
    4949#content div.thumbnailCategory {
    50         display: table-cell;
    51         text-align: center;
     50        display: inline-block;
     51        margin: 5px auto;
     52        padding:5px;
    5253        vertical-align: middle;
    5354        width:160px;
    5455        height:205px;
     56        text-align: center;
     57        background-image:none;
    5558}
    5659#content div.thumbnailCategory * {
     
    5861}
    5962/*\*//*/
    60 .wraptocenter {
     63#content div.thumbnailCategory {
    6164    display: block;
    6265}
    63 .wraptocenter span {
     66#content div.thumbnailCategory span {
    6467    display: inline-block;
    6568    height: 100%;
     
    7073
    7174#content div.thumbnailCategory div.description h3 {
    72 text-align:center;
     75        text-align:center;
    7376}
    74 
    7577#content div.thumbnailCategory div.illustration img {
    76     height: 96px;
     78        height: 96px;
    7779}
  • extensions/flop_style/mainpage_categories/picpile_cat.css

    r9812 r9825  
    2727}
    2828.picRotated {
    29         background: url("img/album_front_bg.png") no-repeat scroll 0 0 transparent;
     29        background: url("picpile_cat/album_front_bg.png") no-repeat scroll 0 0 transparent;
    3030        height: 138px;
    3131        left: -4px;
     
    6969}
    7070.highlight {
    71         background: url("img/pic_highlight.png") no-repeat scroll left top transparent;
     71        background: url("picpile_cat/pic_highlight.png") no-repeat scroll left top transparent;
    7272        display: block;
    7373        height: 100px;
Note: See TracChangeset for help on using the changeset viewer.