~ubuntu-branches/ubuntu/raring/xubuntu-docs/raring

« back to all changes in this revision

Viewing changes to startpage/xubuntu.css

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-08-30 20:34:47 UTC
  • Revision ID: package-import@ubuntu.com-20120830203447-tmmuap30m7cmuo4l
Tags: 12.10.0
Update the documentation look. lp: #1043957

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* by luzi */
2
 
 
3
 
body {
4
 
        background-color: #ececec;
5
 
        color: black;
6
 
        font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
7
 
        font-size: 1em;
8
 
        line-height: 1.15em;
9
 
/*      padding-left: 1em;  */
10
 
        margin: 0em; 
11
 
 
12
 
}
13
 
 
14
 
.xubuntu-header {
15
 
  margin:0em;
16
 
  background-color:#cdcdcd;
17
 
  width:100%;
18
 
 
19
 
}
20
 
.xubuntu-content {
21
 
/*   margin:0pt; */
22
 
  padding-left:1em;
23
 
 
24
 
 
25
 
}
26
 
 
27
 
 
28
 
:link { 
29
 
        color: #63657e; 
30
 
}
31
 
 
32
 
:visited { 
33
 
        color: #63657e; 
34
 
}
35
 
 
36
 
dl { 
37
 
        margin-top: 0em; 
38
 
        margin-bottom: 0.5em; 
39
 
}
40
 
 
41
 
dt { 
42
 
  margin-top: 1em; 
43
 
}
44
 
 
45
 
p {
46
 
        margin-bottom: 1em;
47
 
        text-align: left; 
48
 
}
49
 
 
50
 
 
51
 
h1, h2, h3, h4, h5, h6 { 
52
 
        color: #3a3a47; 
53
 
}
54
 
 
55
 
 
56