~ya-bo-ng/ubuntu-online-tour/13.10

« back to all changes in this revision

Viewing changes to 13.04/css/workspaces.css

  • Committer: Anthony Dillon
  • Date: 2013-10-02 09:35:39 UTC
  • Revision ID: anthony.dillon@canonical.com-20131002093539-ewxr0tx9oi85ppoi
Inishal setup of the 13.10 version of the tour

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  Workspaces CSS
 
3
 * author: Anthony Dillon
 
4
 */
 
5
 
 
6
#workspaces{
 
7
        background:url(../img/workspaces/gradient.jpg) repeat-x scroll 0px 0px #707070;
 
8
        width:100%;
 
9
        height:100%;
 
10
        position:absolute;
 
11
        left:0px;
 
12
        top:0px;
 
13
        opacity:0;
 
14
}
 
15
 
 
16
#void{
 
17
        background:#000;
 
18
        width:100%;
 
19
        float:left;
 
20
        height:50%;
 
21
}
 
22
 
 
23
#workspace-container{
 
24
        width:650px;
 
25
        margin:auto auto;
 
26
        margin-top:150px;
 
27
}
 
28
#workspace-container .fadedOverlay{
 
29
        float:left;
 
30
        background:url(../img/workspaces/overlay.png);
 
31
        margin:0px;
 
32
}
 
33
 
 
34
#workspace-container .selected{
 
35
        background:none;
 
36
}
 
37
 
 
38
#workspace-container div{
 
39
        background:url(../img/background.jpg) no-repeat;
 
40
        background-size:300px 200px;
 
41
        margin-left:15px;
 
42
        margin-top:15px;
 
43
        width:300px;
 
44
        height:200px;
 
45
        float:left;
 
46
}
 
47
 
 
48
#workspace-container .reflection{
 
49
        margin-top:70px;
 
50
        background:url(../img/workspaces/reflection.png);
 
51
}
 
52
 
 
53
#workspace3{
 
54
        clear:both;
 
55
}
 
 
b'\\ No newline at end of file'