Changeset 14949


Ignore:
Timestamp:
May 13, 2012, 8:06:36 PM (12 years ago)
Author:
flop25
Message:

adding a shadow for thumbnails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r13894 r14949  
    225225    border-radius: 5px 5px 5px 5px;
    226226}
     227.thumbnails .bloc a, .thumbnails .bloc_big a {
     228  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
     229  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
     230  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.75);
     231}
    227232#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
    228233  background: transparent
Note: See TracChangeset for help on using the changeset viewer.