~dylanmccall/ubiquity-slideshow-ubuntu/maverick-ubuntu-design

« back to all changes in this revision

Viewing changes to slideshows/xubuntu/slides/link/general.css

  • Committer: Dylan McCall
  • Date: 2010-09-13 03:57:39 UTC
  • Revision ID: dylanmccall@gmail.com-20100913035739-jbo2wvnvxmqzxyww
Replaced scripaculous / Crossfade with jQuery and Cycle plugin.
Automatic slide switching now pauses after reaching the end, but manual controls continue to function.
Important note: This needed a change to the CSS for all slideshows, setting 100% width and height for #slideshow > div

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        font-style:italic;
19
19
}
20
20
 
21
 
#container
 
21
#slideshow
22
22
{
23
23
        position:absolute;
24
24
        
35
35
        
36
36
        /*cursor:default;*/
37
37
}
 
38
#slideshow > div {
 
39
        position:absolute;
 
40
        width:100%;
 
41
        height:100%;
 
42
}
38
43
 
39
 
#debug-controls
40
 
{
 
44
#debug-controls {
41
45
        display:none;
42
46
        position:absolute;
43
 
        top: 440px;
 
47
        top:440px;
44
48
        width:700px;
45
49
        text-align:center;
46
50
}
47
 
 
48
 
#debug-controls input
49
 
{
 
51
#debug-controls input {
50
52
        width:40px;
51
53
}
52
54
 
53
 
#debug-controls input#current-slide
54
 
{
55
 
        width:600px;
56
 
}
57
 
 
58
55
/*
59
56
Title block is positioned at the top of a slide.
60
57
*/
85
82
        width:auto;
86
83
        height:auto;
87
84
        
88
 
        bottom:-420px;
 
85
        bottom:0px;
89
86
        right:10px;
90
87
        
91
88
        z-index:11;