~ubuntu-branches/ubuntu/wily/xubuntu-docs/wily-proposed

« back to all changes in this revision

Viewing changes to desktop-guide/libs/ubuntu-book.css

  • Committer: Package Import Robot
  • Author(s): Matthew East, Matthew East, Jeremy Bicha
  • Date: 2012-09-19 20:38:04 UTC
  • Revision ID: package-import@ubuntu.com-20120919203804-1t50gcb1xi8xbyzo
Tags: 12.10.1
[ Matthew East ]
* Complete rewrite of desktop-guide by Pasi Lallinaho
* Change to folder structure of desktop-guide to allow translations

[ Jeremy Bicha ]
* debian/control:
  - Bump Standards-Version to 3.9.3 and debhelper to 8
  - Don't build-depend on ubuntu-docs
* debian/preinst: Dropped, not needed after 12.04 LTS

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
 
/* @import url(screen.css); */
14
 
 
15
 
body {
16
 
        background: #d3caaa url(img/bg-page.png) repeat-x top;
17
 
        margin: 20px;
18
 
        font-size: 90%;
19
 
        font-family:"Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
20
 
        color:#000;
21
 
}
22
 
 
23
 
 
24
 
#round {
25
 
        background: #fff url(img/bg-content.png) repeat-y top;
26
 
        width: 876px;
27
 
        margin: auto;
28
 
        margin-bottom: 50px;
29
 
        position: relative;
30
 
}
31
 
 
32
 
#round .sb-inner {
33
 
        background-color: #fff;
34
 
}
35
 
 
36
 
#page {
37
 
        clear: both;
38
 
        margin: 0;
39
 
        padding: 10px 30px;
40
 
}
41
 
 
42
 
#content {
43
 
        padding: 12px;
44
 
}
45
 
 
46
 
img.ubuntulogo {
47
 
        margin: 20px;
48
 
}
49
 
 
50
 
img.rounded {
51
 
    padding: 0;
52
 
    margin: 0;
53
 
}
54
 
 
55
 
#topcap {
56
 
        position: absolute;
57
 
        top: 0;
58
 
        left: 0;
59
 
}
60
 
 
61
 
#bottomcap {
62
 
        position: absolute;
63
 
        bottom: 0;
64
 
        left: 0;
65
 
}
66
 
 
67
 
#header {
68
 
        padding-top: 12px;
69
 
}
70
 
 
71
 
#header h1 {
72
 
        display: inline;
73
 
}
74
 
 
75
 
#header h1 span {
76
 
        display: none;
77
 
}
78
 
 
79
 
#logo-floater {
80
 
        width: 225px;
81
 
        float: left;
82
 
        padding: 10px;
83
 
}
84
 
 
85
 
#logo-floater h1 {
86
 
        border: none;
87
 
}
88
 
 
89
 
#sitename a {
90
 
        position: relative;
91
 
        top: 35px;
92
 
        float: right;
93
 
        font-size: 1.5em;
94
 
        padding-right: 20px;
95
 
        text-decoration: none;
96
 
        color: black;
97
 
}
98
 
 
99
 
#sitename span {
100
 
        padding-left: 5px;
101
 
}
102
 
 
103
 
#cse-search-box {
104
 
        position: absolute;
105
 
        right: 3px;
106
 
        top: 3px;
107
 
        /* float: right; */
108
 
        margin: 5px 10px;
109
 
        padding: 0;
110
 
        white-space: nowrap;
111
 
        font-size: 13px;
112
 
}
113
 
 
114
 
#cse-search-box form div {
115
 
    display: inline;
116
 
}
117
 
 
118
 
.breadcrumbs {
119
 
        padding-bottom: 15px;
120
 
}
121
 
 
122
 
ul {
123
 
        margin-left: 5px;
124
 
}
125
 
 
126
 
.orderedlist {
127
 
        margin-left: 10px;
128
 
}
129
 
 
130
 
.titlepage {
131
 
  padding-right: 1em;
132
 
}
133
 
 
134
 
div.toc dt { 
135
 
  margin-top: 2px; 
136
 
}
137
 
 
138
 
div.toc {
139
 
  padding-left: 1em;
140
 
  padding-right: 1em;
141
 
}
142
 
 
143
 
/* Links */
144
 
 
145
 
a {
146
 
        color: #D90D19;
147
 
}
148
 
 
149
 
a:hover {
150
 
        color: #800000;
151
 
}
152
 
 
153
 
/* Headings */
154
 
 
155
 
h1, h2, h3, h4, h5, h6
156
 
{
157
 
        margin: 0;
158
 
        padding: 2px 0;
159
 
        font-weight: normal; 
160
 
        color: #5A3320;
161
 
        line-height: 1.2em;
162
 
}       
163
 
 
164
 
h1, h2
165
 
{
166
 
        border-bottom: 2px solid #6d4c07; /* ubuntu dark brown */
167
 
        font-size: 1.6em;
168
 
}
169
 
 
170
 
h3 {font-size: 1.3em;}
171
 
h4 {font-size: 1.1em;}
172
 
h4, h5, h6 {font-size: 1em;}
173
 
 
174
 
a img{
175
 
  border: none;
176
 
}
177
 
 
178
 
dl { 
179
 
  margin-top: 0em; 
180
 
  margin-bottom: 0.5em; 
181
 
}
182
 
 
183
 
dt { 
184
 
  margin-top: 1em; 
185
 
}
186
 
 
187
 
div.qandaset {
188
 
        margin-left: 1em;
189
 
}
190
 
 
191
 
.guimenu, .guimenuitem, .guisubmenu {
192
 
        font-style: italic;
193
 
        color: #6d4c07; /* dark brown */
194
 
}
195
 
 
196
 
.guilabel, .guibutton { 
197
 
}
198
 
 
199
 
.question { 
200
 
  font-weight: bold; 
201
 
}
202
 
 
203
 
/* accelerator keys in menus */
204
 
.accel { 
205
 
  text-decoration: underline;
206
 
}
207
 
 
208
 
.screen, .programlisting { 
209
 
        background-color:  #f0eee6; /* light salmon */
210
 
        border: 1pt solid #C1B496; /* dark tan */
211
 
        padding: 5px; 
212
 
213
 
 
214
 
#footer {
215
 
        margin: 0;
216
 
        font-size: 90%;
217
 
        color: #444;
218
 
}
219
 
 
220
 
.revhistory { font-size: 0.9em; }
221
 
 
222
 
#ubuntulinks {
223
 
        text-align: center;
224
 
}
225