source: extensions/flop_style/mainpage_categories/mosaic.css @ 9831

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

adding mosaic

File size: 1.3 KB
Line 
1/* from http://buildinternet.com/project/mosaic thx ! */
2
3#mosaic-content {
4        margin: 10px auto;
5        padding: 10px;
6        text-align: center;
7}
8.mosaic-block {
9        position:relative;
10        overflow:hidden;
11        width:400px;
12        height:250px;
13        margin:10px;
14        background:#111 url(progress.gif) no-repeat center center;
15        border:1px solid #fff;
16        -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
17        text-align:left;
18        display:inline-block;
19}
20.mosaic-backdrop {
21        display:none;
22        position:absolute;
23        top:0;
24        height:100%;
25        width:100%;
26        background:#111;
27}
28.mosaic-overlay {
29        display:none;
30        z-index:5;
31        position:absolute;
32        width:100%;
33        height:100%;
34        background:#111;
35        bottom:-50px;
36        height:100px;
37        opacity:0.8;
38        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
39        filter:alpha(opacity=80);
40}
41.mosaic-block .clearfix {
42        display: block;
43        height: 0;
44        clear: both;
45        visibility: hidden;
46}
47.mosaic-block .details {
48        margin:15px 20px;
49}
50.mosaic-block h4 {
51        font:300 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
52        line-height:160%;
53        letter-spacing:0.15em;
54        color:#fff;
55        text-shadow:1px 1px 0 rgb(0,0,0);
56}
57.mosaic-block p {
58        font:300 12px 'Lucida Grande', Tahoma, Verdana, sans-serif;
59        color:#aaa;
60        text-shadow:1px 1px 0 rgb(0,0,0);
61}
62.mosaic-block a {
63        text-decoration:none;
64}
65.mosaic-backdrop img {
66        width:400px;
67        height:250px;
68}
Note: See TracBrowser for help on using the repository browser.