~cyphermox/ubiquity-slideshow-ubuntu/budgie

« back to all changes in this revision

Viewing changes to slideshows/kubuntu/slides/link/rtl.css

  • Committer: Dylan McCall
  • Date: 2010-02-15 04:49:49 UTC
  • Revision ID: dylanmccall@gmail.com-20100215044949-o6b1xz2h580onobg
* Rearranged source package to closely mirror build output.
* Renamed ./slides to ./slideshows, reflecting new arrangement.
* Each slideshow now has a unique slideshow.conf file.
* Split link-core and link-default for slideshows. link-default
  is NOT symlinked to a central place, encouraging customization.
* Generated icons now go straight to the build directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.rtl body
 
2
{
 
3
        direction:rtl;
 
4
}
 
5
 
 
6
.rtl .title
 
7
{
 
8
        right:10px;
 
9
}
 
10
 
 
11
.rtl .icon
 
12
{
 
13
        left:10px;
 
14
        right:auto;
 
15
}
 
16
 
 
17
.rtl .main
 
18
{
 
19
        right:0px;
 
20
        padding-right:0px;
 
21
        padding-left:60px;
 
22
}
 
23
 
 
24
.rtl .content ul
 
25
{
 
26
        list-style-image:url("bullet-point.rtl.png");
 
27
}
 
28
 
 
29
/*
 
30
This rule applies to an img of class menu-arrow. It appears as a nice
 
31
looking arrow that can separate items in a menu much like how submenus
 
32
look in Ubuntu's GTK theme.
 
33
*/
 
34
.rtl .menu-item img.menu-arrow
 
35
{
 
36
        display:inline-block;
 
37
        content:url('menu-arrow.png');
 
38
        
 
39
        padding-left:2px;
 
40
        padding-right:5px;
 
41
}