Ignore:
Timestamp:
Jul 11, 2011, 9:11:23 PM (13 years ago)
Author:
flop25
Message:

adding a round border
changed the way to recognize album : clear border
thumbnails caption = false compatible
bar removed
pwg stuff witdh restricted to 2width except for stuff_thumbnail
thumbnails generation based on file first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r11699 r11709  
    4747    display: inline-block !important;
    4848}
    49 .stuffs_thumbnails {
    50         width:400px;
    51 }
    5249.stuffs_thumbnails #thumbnails {
    5350        margin:0;
     51}
     52.stuffs_thumbnails .bloc {
     53        margin-left:auto;
     54        margin-right:auto;
     55        padding:0;
     56       
     57}
     58.bloc_stuff {
     59        z-index:999;
    5460}
    5561#thePicturePage .stuffs_thumbnails {
     
    6268    width: 150px;
    6369                z-index:999;
     70}
     71.content_block, .bloc_stuff, #subcontent .middle_block {
     72    margin: 3px !important;
    6473}
    6574.content_block {
     
    98107        display:none
    99108}
     109#subcontent .stuffs_block #comments ul.thumbnailCategories, #comments ul {
     110        padding:20px;
     111}
    100112/****************
    101113 color backgroung etc
     
    111123    text-decoration: none;
    112124}
    113 .bloc .title, .nav_bulle {
     125.masonry-brick, .bloc .title, .nav_bulle {
    114126        color: #FFFFFF;
    115127        background-image: url("img/btn.png");
     
    133145    color: #E6554F;
    134146}
    135 .album .title {
    136         color:#F8CDCB;
     147.album {
     148        background-color:#595959;
    137149}
    138150
    139151.content_block .additional_info {
    140152        color:inherit;
     153        background: none;
     154        border:none;
    141155}
     156.content_block, .bloc_stuff {
     157        border: 1px solid #424242;
     158}
     159#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
     160        border:none;
     161}
Note: See TracChangeset for help on using the changeset viewer.