~ubuntu-branches/ubuntu/maverick/kubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to libs/kubuntu-default.css

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-08-18 10:49:14 UTC
  • Revision ID: james.westby@ubuntu.com-20080818104914-83r2er2hsmdp2o0l
Tags: 8.10-2
* Restructured kubuntu documentation package
  - Refer to the NEWS text located in the root directory of the package
* Removed the Firefox start page files
* debian/rules: updated to remove firefox files
* debian/control: removed perl deps due to removal of firefox files, bumped
  version to 3.8.0, updated kdelibs-data dep to kdelibs5-data

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
    Special Kubuntu Tweaks for Html
 
3
 
 
4
    This program is free software; you can redistribute it and/or modify
 
5
    it under the terms of the GNU General Public License as published by
 
6
    the Free Software Foundation; either version 2 of the License, or
 
7
    (at your option) any later version.
 
8
 
 
9
    This program is distributed in the hope that it will be useful,
 
10
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
    GNU General Public License for more details.
 
13
 
 
14
    You should have received a copy of the GNU General Public License
 
15
    along with this program; if not, write to the Free Software
 
16
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
17
*/
 
18
 
 
19
/* Because of a slight spelling difference in our stylesheets and the kde stylesheets, we need this to make the bottom banner work properly */
 
20
 
 
21
.BannerBottomLeft {
 
22
  position: absolute; left: 0;
 
23
}
 
24
 
 
25
.BannerBottomRight {
 
26
  position: absolute; right: 0;
 
27
}
 
28
 
 
29
/* Improve cliccability of index links */
 
30
 
 
31
.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary, .section {
 
32
  padding-top: 0;
 
33
  padding-bottom: 0;
 
34
}
 
35
 
 
36
#sisternav {
 
37
        position:absolute;
 
38
        bottom:0px;
 
39
        right:0px;
 
40
        line-height: 1.5em;
 
41
}
 
42
 
 
43
#sisternav ul {
 
44
        display:inline;
 
45
        margin:0;
 
46
        padding:10px 10px 0 1px;
 
47
        list-style:none;
 
48
}
 
49
                  
 
50
#sisternav li {
 
51
        display:inline;
 
52
        float:left;
 
53
        background:url(img/tab_off_ns1.png) no-repeat left top;
 
54
        margin:0;
 
55
        padding:0 0 0 5px;
 
56
}
 
57
 
 
58
#sisternav a {
 
59
        float:left;
 
60
        font-size:0.8em;
 
61
        display:block;
 
62
        background:url(img/tab_off_ns2.png) no-repeat right top;
 
63
        padding:8px 15px 3px 8px;
 
64
        text-decoration:none;
 
65
        font-weight: bold;
 
66
}
 
67
 
 
68
/* Commented Backslash Hack hides rule from IE5-Mac \*/
 
69
#sisternav a {float:none;}
 
70
/* End IE5-Mac hack */
 
71
 
 
72
#sisternav li:hover, #sisternav li:hover a {
 
73
        background-position:0% -163px;
 
74
}
 
75
 
 
76
#sisternav li:hover a {
 
77
        background-position:100% -163px;
 
78
}
 
79
 
 
80
#sisternav #current {
 
81
        background:url(img/tab_on_ns1.png) no-repeat left top;                
 
82
}
 
83
 
 
84
#sisternav #current a {
 
85
        background:url(img/tab_on_ns2.png) no-repeat right top;
 
86
        padding-bottom:4px;
 
87
}
 
88
 
 
89
#sisternav a , #sisternav #current a { color: #444; }
 
90
#sisternav #current a:hover, #sisternav li a:hover { color: black;}