~ubuntu-branches/ubuntu/trusty/kubuntu-docs/trusty

« back to all changes in this revision

Viewing changes to kubuntu/css/general.css

  • Committer: Package Import Robot
  • Author(s): Olivier van der Toorn, Olivier van der Toorn, Jonathan Riddell
  • Date: 2013-10-01 17:11:04 UTC
  • Revision ID: package-import@ubuntu.com-20131001171104-frmpwi43z7k1m9vq
Tags: 13.10ubuntu2
[ Olivier van der Toorn ]
* Added the phone/comercial support page, based on
  https://wiki.kubuntu.org/Kubuntu/KubuntuDocs/PhoneSupport
* Put tokhelp.py script into package

[ Jonathan Riddell ]
* Add update rule to debian/rules to call tokhelp.py
* Tidy directory structure and add icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#wrapper
 
2
{
 
3
        background: #F2F5FB;
 
4
        -moz-box-shadow: 0 0 2px #bbb;
 
5
        -webkit-box-shadow: 0 0 2px #bbb;
 
6
        -moz-border-radius: 0 0 4px 4px;
 
7
        -webkit-border-radius: 0 0 4px 4px;
 
8
        z-index: 2;
 
9
        position: relative;
 
10
}
 
11
 
 
12
#header #mothership
 
13
{
 
14
        background: #FFFFFF;
 
15
}
 
16
 
 
17
#header ul#mothership
 
18
{
 
19
        margin: 0;
 
20
        padding: 0;
 
21
        list-style-type: none;
 
22
        height: 20px;
 
23
}
 
24
 
 
25
#header ul#mothership li
 
26
{
 
27
        float: right;
 
28
        padding: 3px 0;
 
29
        margin: 0 16px 0 0;
 
30
        font-size: 10px;
 
31
        line-height: 14px;
 
32
}
 
33
 
 
34
#header ul#mothership a
 
35
{
 
36
        color: #333;
 
37
}
 
38
 
 
39
#header #orangeHeader
 
40
{
 
41
        height: 72px;
 
42
        background: #3F75CB url('../images/orangeheader-tile.png') repeat-x top left;
 
43
  -moz-border-radius: 0 0 4px 4px;
 
44
  -webkit-border-bottom-right-radius: 4px;
 
45
  -webkit-border-bottom-left-radius: 4px;
 
46
  border-radius: 0 0 4px 4px;
 
47
}
 
48
 
 
49
#header #orangeHeader h1
 
50
{
 
51
        margin: 0;
 
52
    width: 350px;
 
53
    float: left;
 
54
}
 
55
 
 
56
#header #orangeHeader a
 
57
{
 
58
        display: block;
 
59
        height: 72px;
 
60
        width: 198px;
 
61
        background: url('../images/kubuntu-docs.png') no-repeat center center;
 
62
        padding-left: 40px;
 
63
}
 
64
 
 
65
#header #orangeHeader span
 
66
{
 
67
        display: none;
 
68
}
 
69
/* search box in header */
 
70
 
 
71
#search-box {
 
72
    float: right;
 
73
    margin-top: 24px;
 
74
    margin-right: 20px;
 
75
}
 
76
#searchinput {
 
77
    float: left;
 
78
}
 
79
#fullsearch {
 
80
    display: none;
 
81
}
 
82
 
 
83
#search-box #titlesearch {
 
84
    float: left;
 
85
    background: url("../images/search_button_sprite.png") transparent;
 
86
    width: 24px;
 
87
    height: 24px;
 
88
    margin: 1px 0 0 8px;
 
89
    padding: 0;
 
90
    border: none;
 
91
    cursor: pointer;
 
92
    text-indent: 50px;
 
93
    float: left;
 
94
}
 
95
 
 
96
 
 
97
#pageTitle
 
98
{
 
99
        margin: 10px 0;
 
100
        color: #aea79f;
 
101
}
 
102
 
 
103
#main
 
104
{
 
105
        background: #F2F5FB;
 
106
}
 
107
#container
 
108
{
 
109
        margin: 0 0 0 20px;
 
110
        width: 944px;
 
111
        float: left;
 
112
}
 
113
 
 
114
#secondary
 
115
{
 
116
        margin: 40px 20px 0 0;
 
117
        width: 224px;
 
118
        float: right;
 
119
}
 
120
 
 
121
.post
 
122
{
 
123
        background: #fff;
 
124
        margin: 0 0 16px 0;
 
125
        -moz-border-radius: 4px;
 
126
        -webkit-border-radius: 4px;
 
127
        padding: 8px;
 
128
        -moz-box-shadow: 0px 1px 2px #CCC;
 
129
        -webkit-box-shadow: 0px 1px 2px #CCC;
 
130
        box-shadow: 0px 1px 2px #CCC;
 
131
}
 
132
 
 
133
.post .postHeader
 
134
{
 
135
        border-bottom: 1px dotted #aea79f;
 
136
        margin: 0 0 8px 0;
 
137
}
 
138
 
 
139
.post .postHeader h2
 
140
{
 
141
        width: 560px;
 
142
        float: left;
 
143
        margin-bottom: 4px;
 
144
}
 
145
 
 
146
.post .postHeader h3
 
147
{
 
148
        width: 560px;
 
149
        float: left;
 
150
        color: #aea79f;
 
151
        margin-bottom: 16px;
 
152
}
 
153
 
 
154
.post .postHeader h2.entry-title,
 
155
.post .postHeader h2.entry-title a
 
156
{
 
157
        color: #333333;
 
158
}
 
159
.post .postHeader img
 
160
{
 
161
        float: right;
 
162
        max-height: 56px;
 
163
        padding-top: 4px;
 
164
}
 
165
 
 
166
.post .entry-content
 
167
{
 
168
        border-bottom: 1px dotted #aea79f;
 
169
        padding-bottom: 8px;
 
170
}
 
171
 
 
172
.post .entry-content p
 
173
{
 
174
        clear: both;
 
175
}
 
176
 
 
177
.post .entry-content img
 
178
{
 
179
        float: left;
 
180
        margin: 0 8px 8px 0;
 
181
}
 
182
 
 
183
.post .entry-utility
 
184
{
 
185
        margin: 8px 0 0;
 
186
        text-align: right;
 
187
}
 
188
 
 
189
.post .entry-utility .cat-links a
 
190
{
 
191
        color: #888;
 
192
}
 
193
 
 
194
.xoxo
 
195
{
 
196
        margin: 0;
 
197
        padding: 0;
 
198
        list-style-type: none;
 
199
}
 
200
 
 
201
.widgetcontainer
 
202
{
 
203
        background: #fff;
 
204
        margin: 0 0 16px 0;
 
205
        -moz-border-radius: 4px;
 
206
        -webkit-border-radius: 4px;
 
207
        padding: 0 0 1em 0;
 
208
        -moz-box-shadow: 0px 2px 2px #CCC;
 
209
        -webkit-box-shadow: 0px 2px 3px #CCC;
 
210
        box-shadow: 0px 2px 3px #CCC;
 
211
}
 
212
 
 
213
.widgetcontainer .widgettitle
 
214
{
 
215
        padding: 10px 8px;
 
216
        background: url("../images/sidebox_stripes.png");
 
217
        -moz-border-top-left-radius: 4px;
 
218
        -webkit-border-top-left-radius: 4px;
 
219
        -moz-border-top-right-radius: 4px;
 
220
        -webkit-border-top-right-radius: 4px;
 
221
        border-top-left-radius: 4px;
 
222
        border-top-right-radius: 4px;
 
223
        font-size: 18px;
 
224
}
 
225
 
 
226
.widgetcontainer p
 
227
{
 
228
        margin: 0 8px 1em 8px;
 
229
}
 
230
 
 
231
.widgetcontainer p:last-child
 
232
{
 
233
        margin: 0 8px;
 
234
}
 
235
 
 
236
.widgetcontainer a
 
237
{
 
238
        color: #333;
 
239
}
 
240
 
 
241
.widgetcontainer p a
 
242
{
 
243
        text-decoration: underline;
 
244
}
 
245
 
 
246
.widgetcontainer ul
 
247
{
 
248
        margin: 0 8px;
 
249
        padding: 0;
 
250
        list-style-type: none;
 
251
}
 
252
 
 
253
.widgetcontainer ul li
 
254
{
 
255
        padding: 6px 0;
 
256
        border-bottom: 1px dotted #aea79f;
 
257
}
 
258
 
 
259
.widgetcontainer ul li:last-child
 
260
{
 
261
        border: 0;
 
262
}
 
263
 
 
264
#footer
 
265
{
 
266
        background: #F2F5FB;
 
267
        z-index: 1;
 
268
        position: relative;
 
269
        color: #aea79f;
 
270
        padding: 56px 16px 16px 16px;
 
271
}
 
272
 
 
273
#footer p
 
274
{
 
275
        margin: 0;
 
276
        font-size: 10px;
 
277
        line-height: 14px;
 
278
}