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

« back to all changes in this revision

Viewing changes to libs/index.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
 
* Original version created for the Ubuntu documentation team
3
 
by Jeff Schering on Sept 2, 2005
4
 
* Hacked on by Matthew East for the Ubuntu documentation team.
5
 
        
6
 
Original application is for the FAQ Guide, and features
7
 
 the Ubuntu colour scheme
8
 
 
9
 
This file is in the Public Domain.
10
 
        
11
 
 */
12
 
 
13
 
html {
14
 
        background-color: white;
15
 
        color: black;
16
 
        font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
17
 
        font-size: 0.9em;
18
 
        line-height: 1.5em;
19
 
}
20
 
 
21
 
body {
22
 
        margin: 0;
23
 
        padding: 0;
24
 
}
25
 
 
26
 
.article {
27
 
        margin-left: 3em;
28
 
        margin-right: 15em;
29
 
}
30
 
 
31
 
.navfooter {
32
 
        padding-top: 1em;
33
 
}
34
 
 
35
 
.titlepage {
36
 
        margin-bottom: 2em;
37
 
}
38
 
 
39
 
#header {
40
 
    margin: 0;
41
 
    padding: 0;
42
 
}
43
 
 
44
 
#mastwrap {
45
 
        margin:0;
46
 
        background: url('ubuntu/common/img/u-header.png') bottom left repeat-x #DBBA75;
47
 
}
48
 
 
49
 
#masthead
50
 
{
51
 
        position:relative;
52
 
        background: url('ubuntu/common/img/headerlogo.png') bottom left no-repeat transparent;
53
 
        border-style: solid;
54
 
        border-width: 0;
55
 
        color: #000;
56
 
        height: 90px;
57
 
}
58
 
 
59
 
hr {
60
 
        background-color: #6d4c07; /* ubuntu dark brown */
61
 
}
62
 
 
63
 
ul {
64
 
        margin-left: 5px;
65
 
}
66
 
 
67
 
:link { 
68
 
        color: #6d4c07; /* dark brown */
69
 
}
70
 
 
71
 
:visited { 
72
 
        color: #6d4c07; /* dark brown */
73
 
}
74
 
 
75
 
h2
76
 
{
77
 
        color: #6d4c07; /* ubuntu dark brown */
78
 
        font-size: 1.8em;
79
 
        font-weight: normal; 
80
 
}
81
 
 
82
 
#sisternav {
83
 
        position:absolute;
84
 
        bottom:0px;
85
 
        right:0px;
86
 
}
87
 
 
88
 
#sisternav ul {
89
 
        display:inline;
90
 
        margin:0;
91
 
        padding:10px 10px 0 1px;
92
 
        list-style:none;
93
 
}
94
 
                  
95
 
#sisternav li {
96
 
        display:inline;
97
 
        float:left;
98
 
        background:url(ubuntu/common/img/tab_off_ns1.png) no-repeat left top;
99
 
        margin:0;
100
 
        padding:0 0 0 5px;
101
 
}
102
 
 
103
 
#sisternav a {
104
 
        float:left;
105
 
        font-size:0.8em;
106
 
        display:block;
107
 
        background:url(ubuntu/common/img/tab_off_ns2.png) no-repeat right top;
108
 
        padding:8px 15px 3px 8px;
109
 
        text-decoration:none;
110
 
        font-weight: bold;
111
 
}
112
 
 
113
 
/* Commented Backslash Hack hides rule from IE5-Mac \*/
114
 
#sisternav a {float:none;}
115
 
/* End IE5-Mac hack */
116
 
 
117
 
#sisternav li:hover, #sisternav li:hover a {
118
 
        background-position:0% -163px;
119
 
}
120
 
 
121
 
#sisternav li:hover a {
122
 
        background-position:100% -163px;
123
 
}
124
 
 
125
 
#sisternav #current {
126
 
        background:url(ubuntu/common/img/tab_on_ns1.png) no-repeat left top;                
127
 
}
128
 
 
129
 
#sisternav #current a {
130
 
        background:url(ubuntu/common/img/tab_on_ns2.png) no-repeat right top;
131
 
        padding-bottom:4px;
132
 
}
133
 
 
134
 
#sisternav a , #sisternav #current a { color: #444; }
135
 
#sisternav #current a:hover, #sisternav li a:hover { color: black;}