~ubuntu-core-doc/ubuntu-docs/maverick

« back to all changes in this revision

Viewing changes to generic/default.css

  • Committer: Matthew East
  • Date: 2008-04-03 21:36:44 UTC
  • Revision ID: mdke@ubuntu.com-20080403213644-f1raxxlwe4ng37s6
Smashing up the directory to create new structure discussed on mailing list.
Nothing works.

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, table {
14
 
        background-color: white;
15
 
        color: black;
16
 
        font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
17
 
        font-size: 1em;
18
 
        line-height: 1.25em;
19
 
}
20
 
 
21
 
.informaltable table td { 
22
 
        background-color:  #f0eee6; /* light salmon */
23
 
  padding: 5px;
24
 
}
25
 
 
26
 
.sect1 {
27
 
        margin-left: 20px;
28
 
}
29
 
 
30
 
.sect2 {
31
 
        margin-left: 30px;
32
 
}
33
 
 
34
 
ul {
35
 
        margin-left: 5px;
36
 
}
37
 
 
38
 
.orderedlist {
39
 
        margin-left: 10px;
40
 
}
41
 
 
42
 
.titlepage {
43
 
  padding-right: 1em;
44
 
}
45
 
 
46
 
div.toc dt { 
47
 
  margin-top: 2px; 
48
 
}
49
 
 
50
 
div.toc {
51
 
  padding-left: 1em;
52
 
  padding-right: 1em;
53
 
}
54
 
 
55
 
div.toc dt :visited { 
56
 
        color: black; /* Ubuntu visited link color */
57
 
}
58
 
 
59
 
div.qandaset dt :visited { 
60
 
        color: black; /* Ubuntu visited link color */
61
 
}
62
 
 
63
 
:link { 
64
 
        color: #6d4c07; /* dark brown */
65
 
}
66
 
 
67
 
:visited { 
68
 
        color: #6d4c07; /* dark brown */
69
 
}
70
 
 
71
 
dl { 
72
 
  margin-top: 0em; 
73
 
  margin-bottom: 0.5em; 
74
 
}
75
 
 
76
 
dt { 
77
 
  margin-top: 1em; 
78
 
}
79
 
 
80
 
div.qandaset {
81
 
        margin-left: 1em;
82
 
}
83
 
 
84
 
.guimenu, .guimenuitem, .guisubmenu {
85
 
        font-style: italic;
86
 
        color: #6d4c07; /* dark brown */
87
 
}
88
 
 
89
 
.guilabel, .guibutton { 
90
 
}
91
 
 
92
 
.question { 
93
 
  font-weight: bold; 
94
 
}
95
 
 
96
 
/* accelerator keys in menus */
97
 
.accel { 
98
 
  text-decoration: underline;
99
 
}
100
 
 
101
 
h1
102
 
{
103
 
        margin: 1.5em 0 0 0;
104
 
        font-weight: bold;
105
 
        font-size: 2em; 
106
 
        color: #6d4c07; /* ubuntu dark brown */
107
 
        line-height: 1.2em;
108
 
 
109
 
}       
110
 
 
111
 
 
112
 
h2, h3, h4, h5, h6
113
 
{
114
 
        font-weight: normal; 
115
 
        color: #6d4c07; /* ubuntu dark brown */
116
 
        line-height: 1.2em;
117
 
}       
118
 
 
119
 
h2
120
 
{
121
 
        font-size: 1.8em;
122
 
        border-bottom: 2px solid #6d4c07;
123
 
}
124
 
 
125
 
h3 {
126
 
        font-size: 1.5em;
127
 
}
128
 
 
129
 
h4 {
130
 
        font-size: 1.2em;
131
 
}
132
 
 
133
 
h5, h6 {font-size: 1em;}
134
 
 
135
 
.screen, .programlisting { 
136
 
        background-color:  #f0eee6; /* light salmon */
137
 
        border: 1pt solid #C1B496; /* dark tan */
138
 
  padding: 5px; 
139
 
140
 
 
141
 
 
142
 
.revhistory { font-size: 0.9em; }
143