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

« back to all changes in this revision

Viewing changes to 13.04/12.04/css/libre.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
 *  LIbreOffice CSS
 
3
 *   author: Anthony Dillon
 
4
 */
 
5
 
 
6
#libreoffice-calc-window{
 
7
        left:431px;
 
8
        top:88px;
 
9
        display:none;
 
10
}
 
11
 
 
12
#libreoffice-calc-window .content{
 
13
        background:url(../img/librecalc.jpg) no-repeat;
 
14
        width:805px;
 
15
        height:569px;
 
16
        margin-top:5px;
 
17
}
 
18
 
 
19
#libreoffice-calc-window  .control .close{
 
20
        background:url(../img/error/close-button.png) no-repeat;
 
21
}
 
22
 
 
23
#libreoffice-calc-window .control .close:hover {
 
24
    background-position: 0 -19px;
 
25
}
 
26
 
 
27
#libreoffice-writer-window{
 
28
        left:431px;
 
29
        top:88px;
 
30
        display:none;
 
31
}
 
32
 
 
33
#libreoffice-writer-window .content{
 
34
        background:url(../img/librewriter.jpg) no-repeat;
 
35
        width:806px;
 
36
        height:552px;
 
37
        margin-top:5px;
 
38
}
 
39
 
 
40
#libreoffice-writer-window  .control .close{
 
41
        background:url(../img/error/close-button.png) no-repeat;
 
42
}
 
43
 
 
44
#libreoffice-writer-window .control .close:hover {
 
45
    background-position: 0 -19px;
 
46
}
 
47
 
 
48
#libreoffice-writer-window .content span, 
 
49
#libreoffice-calc-window .content span, 
 
50
#libreoffice-impress-window .content span{
 
51
        color: #B3B4A6;
 
52
    font-size: 15px;
 
53
    margin-right: 13px;
 
54
    position: relative;
 
55
    top: 5px;
 
56
    left:10px;
 
57
}
 
58
 
 
59
#libreoffice-impress-window{
 
60
        left:431px;
 
61
        top:88px;
 
62
        display:none;
 
63
}
 
64
 
 
65
#libreoffice-impress-window .content{
 
66
        background:url(../img/libreimpress.jpg) no-repeat;
 
67
        width:802px;
 
68
        height:551px;
 
69
        margin-top:5px;
 
70
}
 
71
 
 
72
#libreoffice-impress-window  .control .close{
 
73
        background:url(../img/error/close-button.png) no-repeat;
 
74
}
 
75
 
 
76
#libreoffice-impress-window .control .close:hover {
 
77
    background-position: 0 -19px;
 
78
}
 
 
b'\\ No newline at end of file'