source: extensions/flop_style/mainpage_categories/spotlight.css @ 10484

Last change on this file since 10484 was 10484, checked in by flop25, 13 years ago

spotlight added

File size: 505 bytes
Line 
1#items a {
2        text-decoration:none;
3        color:#fffccc;
4}
5#items {
6        width:786px;
7        margin:10px auto;
8        overflow: hidden;
9}
10#items .item {
11        display:block;
12        border:2px solid #666;
13        float:left;
14        position:relative;
15}
16#items .item .caption {
17        position:absolute;
18        top:80px;
19        left:2px;
20        padding:3px;
21        font-size:10px;
22        display:none;
23        background:#000;
24        width: 97%;
25}
26.clear {
27        clear:both;
28}
29.effect {
30        /* CSS3 shadow */
31    box-shadow: 0 0 10px #444;
32        -moz-box-shadow: 0 0 10px #444;
33        -webkit-box-shadow: 0 0 10px #444;
34}
Note: See TracBrowser for help on using the repository browser.