source: extensions/stripped-slide/theme.css @ 14919

Last change on this file since 14919 was 12974, checked in by Zaphod, 12 years ago

version 1.1.0

File size: 577 bytes
Line 
1#slide #the_page {
2        max-width:none;
3        width:auto;
4        margin:0 10px;
5}
6
7#slide #content {
8        display: block;
9        width:100%;
10        max-width:none;
11        background:none;
12        border:none;
13        padding:5px 0;
14}
15
16#slide #footer {
17        padding: 0;
18        height:16px;
19}
20
21#slide .imgSlideZone {
22        overflow-x:scroll;
23        width:100%;
24        white-space:nowrap;
25        height:auto;
26}
27
28#slide img {
29        vertical-align:middle;
30}
31
32#slide  .slide_img_frame {
33        border:1px solid #fff;
34}
35
36#slide .imgSlideZoneWhite .slide_img_frame {
37        border:1px solid #000;
38}
39
40#slide .imgSlideImg {
41        margin: 0 5px 5px 0;
42}
Note: See TracBrowser for help on using the repository browser.