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

« back to all changes in this revision

Viewing changes to kubuntu/firefox-startpage/kubuntu.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
 
** Plone style sheet for CSS2-capable browsers.
3
 
**
4
 
** Copyright Alexander Limi - http://www.plonesolutions.com
5
 
**
6
 
** Additional Plone 2 work:
7
 
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
8
 
** Michael Zeltner - http://niij.org
9
 
** Geir B�kholt - http://www.plonesolutions.com
10
 
**
11
 
** All you guys rock :)
12
 
**
13
 
** Style sheet documentation can be found at http://plone.org/documentation
14
 
**
15
 
** You should preferrably use ploneCustom.css to add your own CSS classes and to
16
 
** customize your portal, as these are the base fundaments of Plone, and will
17
 
** change and be refined in newer versions. Keeping your changes in
18
 
** ploneCustom.css will make it easier to upgrade.
19
 
**
20
 
** Feel free to use whole or parts of this for your own designs, but give credit
21
 
** where credit is due.
22
 
**
23
 
*/
24
 
 
25
 
/*  (do not remove this :) */
26
 
/*  (not this either :) */
27
 
 
28
 
/* The basic elements: */
29
 
 
30
 
html {
31
 
        background-color: white;
32
 
        color: #000;
33
 
/*      font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; */
34
 
        font-family: "Sans Serif", "Bitstream Vera Sans", "DejaVu Sans", FreeSans;
35
 
        font-size: 100.1%;
36
 
}
37
 
 
38
 
body {
39
 
        margin: 0;
40
 
        padding: 0;
41
 
}
42
 
 
43
 
#mastwrap {
44
 
    background: url(images/header.png) bottom left repeat-x #000;
45
 
}
46
 
 
47
 
#masthead {
48
 
        position:relative;
49
 
        background: url('images/headerlogo.png') bottom left no-repeat transparent;
50
 
        border: 0px solid white;
51
 
        height: 90px;
52
 
        color: #000;
53
 
}
54
 
 
55
 
div.logo {
56
 
        width: 250px;
57
 
        height: 65px;
58
 
        top: 0px;
59
 
        padding: 15px 0px 0px 20px;
60
 
        border: none;
61
 
}
62
 
 
63
 
div.logo a {
64
 
        width: 250px;
65
 
        height: 65px;
66
 
        display: block;
67
 
}
68
 
 
69
 
#content {
70
 
        margin-top: 2em;
71
 
        margin-left: 3em;
72
 
        margin-right: 15em;
73
 
}
74
 
 
75
 
.inlinemediaobject {
76
 
        display: block;
77
 
        text-align: center;
78
 
}
79
 
 
80
 
div.toc {
81
 
  padding-left: 1em;
82
 
  padding-right: 1em;
83
 
}
84
 
 
85
 
div.toc dt { 
86
 
  margin-top: 2px; 
87
 
}
88
 
 
89
 
div.toc dt :visited { 
90
 
        color: black; /* Ubuntu visited link color */
91
 
}
92
 
 
93
 
ul {
94
 
        margin-right: 25%;
95
 
}
96
 
 
97
 
div.qandaset dt :visited { 
98
 
        color: black; /* Ubuntu visited link color */
99
 
}
100
 
 
101
 
:link { 
102
 
        color: #0031af; /* blue */
103
 
}
104
 
 
105
 
:visited { 
106
 
        color: #0031af; /* blue */
107
 
}
108
 
 
109
 
dl { 
110
 
  margin-top: 0em; 
111
 
  margin-bottom: 0.5em; 
112
 
}
113
 
 
114
 
dt { 
115
 
  margin-top: 1em; 
116
 
}
117
 
 
118
 
div.qandaset {
119
 
        margin-left: 1em;
120
 
}
121
 
 
122
 
.guimenu, .guimenuitem, .guisubmenu {
123
 
        font-style: italic;
124
 
        color: #0031af; /* blue */
125
 
}
126
 
 
127
 
.guilabel, .guibutton { 
128
 
}
129
 
 
130
 
.question { 
131
 
  font-weight: bold; 
132
 
}
133
 
 
134
 
/* accelerator keys in menus */
135
 
.accel { 
136
 
  text-decoration: underline;
137
 
}
138
 
 
139
 
h1, h2, h3, h4, h5, h6
140
 
{
141
 
        font-weight: normal; 
142
 
        color: #0031af; /* blue */
143
 
        line-height: 1.2em;
144
 
 
145
 
}       
146
 
 
147
 
h1
148
 
{
149
 
        font-size: 1.6em; border-bottom: 2px solid #0031af;
150
 
}
151
 
 
152
 
h2 {font-size: 1.4em;}
153
 
h3 {font-size: 1.3em;}
154
 
h4 {font-size: 1.2em;}
155
 
h5, h6 {font-size: 1em;}
156
 
 
157
 
 
158
 
 
159
 
strong
160
 
{
161
 
        margin: 1.5em 0 0 0;
162
 
        font-weight: normal; 
163
 
        color: #0031af; /* blue */
164
 
        font-size: 1.3em;
165
 
}
166