~ubuntu-branches/ubuntu/hardy/xubuntu-docs/hardy-updates

« back to all changes in this revision

Viewing changes to desktopguide/xubuntu/libs/xubuntu-book.css

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-05-14 17:24:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060514172407-4rdhsmfkmk46bzg8
Tags: 6.05.1
* Update from docteam svn:
   - new about page (Luzi Thöny)
   - much more complete desktop guide (Luzi Thöny)
   - add POT file (Matthew East)

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
 
* Modified for Xubuntu by Luzi Thöny
6
 
        
7
 
Original application is for the FAQ Guide, and features
8
 
 the Ubuntu colour scheme
9
 
 
10
 
This file is in the Public Domain.
11
 
        
12
 
 */
13
 
 
14
 
html {
15
 
        background-color: #ececec;
16
 
        color: black;
17
 
        font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
18
 
        font-size: 1em;
19
 
        line-height: 1.15em;
20
 
}
21
 
 
22
 
body {
23
 
        margin-left: 3em;
24
 
        margin-right: 3em;
25
 
        margin-top: 0;
26
 
        padding: 0;
27
 
}
28
 
 
29
 
#header {
30
 
    margin: 0;
31
 
    padding: 0;
32
 
}
33
 
 
34
 
#mastwrap {
35
 
        margin-left: -3em;
36
 
        margin-right: -3em;
37
 
        background: url('img/u-header.png') bottom left repeat-x #cdcdcd;
38
 
}
39
 
 
40
 
#masthead
41
 
{
42
 
        position:relative;
43
 
        background: url('images/headerlogo.png') bottom left no-repeat transparent;
44
 
        border-style: solid;
45
 
        border-width: 0;
46
 
        color: #000;
47
 
        height: 90px;
48
 
}
49
 
 
50
 
ul {
51
 
        margin-left: 5px;
52
 
}
53
 
 
54
 
.orderedlist {
55
 
        margin-left: 10px;
56
 
}
57
 
 
58
 
.titlepage {
59
 
  padding-right: 1em;
60
 
}
61
 
 
62
 
div.toc dt { 
63
 
  margin-top: 2px; 
64
 
}
65
 
 
66
 
div.toc {
67
 
  padding-left: 1em;
68
 
  padding-right: 1em;
69
 
}
70
 
 
71
 
div.toc dt :visited { 
72
 
        color: black; /* Ubuntu visited link color */
73
 
}
74
 
 
75
 
div.qandaset dt :visited { 
76
 
        color: black; /* Ubuntu visited link color */
77
 
}
78
 
 
79
 
:link { 
80
 
        color: #63657e; 
81
 
}
82
 
 
83
 
:visited { 
84
 
        color: #63657e; 
85
 
}
86
 
 
87
 
dl { 
88
 
  margin-top: 0em; 
89
 
  margin-bottom: 0.5em; 
90
 
}
91
 
 
92
 
dt { 
93
 
  margin-top: 1em; 
94
 
}
95
 
 
96
 
div.qandaset {
97
 
        margin-left: 1em;
98
 
}
99
 
 
100
 
.guimenu, .guimenuitem, .guisubmenu {
101
 
        font-style: italic;
102
 
        color: #63657e;
103
 
}
104
 
 
105
 
.guilabel, .guibutton { 
106
 
}
107
 
 
108
 
.question { 
109
 
  font-weight: bold; 
110
 
}
111
 
 
112
 
/* accelerator keys in menus */
113
 
.accel { 
114
 
  text-decoration: underline;
115
 
}
116
 
 
117
 
h1
118
 
{
119
 
        margin: 1.5em 0 0 0;
120
 
        font-weight: bold;
121
 
        font-size: 2em; 
122
 
        color: #3a3a47; 
123
 
        line-height: 1.2em;
124
 
 
125
 
}       
126
 
 
127
 
 
128
 
h2, h3, h4, h5, h6
129
 
{
130
 
        font-weight: normal; 
131
 
        color: #3a3a47; 
132
 
        line-height: 1.2em;
133
 
}       
134
 
 
135
 
h2
136
 
{
137
 
        font-size: 1.8em;
138
 
        border-bottom: 2px solid #3a3a47;
139
 
}
140
 
 
141
 
h3 {
142
 
        font-size: 1.5em;
143
 
}
144
 
 
145
 
h4 {
146
 
        font-size: 1.2em;
147
 
}
148
 
 
149
 
h5, h6 {font-size: 1em;}
150
 
 
151
 
.screen, .programlisting { 
152
 
        background-color:  #e3e8e8; 
153
 
        border: 1pt solid #cdcdcd; 
154
 
  padding: 5px; 
155
 
156
 
 
157
 
 
158
 
.revhistory { font-size: 0.9em; }
159