~jonas-drange/ubuntu-start-page/1252899-mobile-friendly

« back to all changes in this revision

Viewing changes to src/Mako-0.1.9/doc/docs.css

  • Committer: Matthew Nuzum
  • Date: 2008-04-18 01:58:53 UTC
  • Revision ID: matthew.nuzum@canonical.com-20080418015853-2b8rf979z2c2exxl
adding files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#topanchor {position:absolute;left:0px;top:0px;width:0px;height:0px;}
 
2
#pagecontrol {float:right;}
 
3
 
 
4
body { 
 
5
    font-family: Tahoma, Geneva, sans-serif;
 
6
    font-size:.90em;
 
7
    line-height:1.4em;
 
8
}
 
9
 
 
10
a { text-decoration: none; color:#2929ff;}
 
11
a:visited  { color: #2929ff;}
 
12
a:hover { color: #600060;}
 
13
 
 
14
h1 {
 
15
    font-size:1.6em;
 
16
    font-weight:bold;
 
17
}
 
18
 
 
19
h2 {
 
20
    font-size:1.1em;
 
21
    font-weight:bold;
 
22
    margin:10px 0px 10px 0px;
 
23
}
 
24
 
 
25
.topnav h3 {
 
26
    font-weight:normal;
 
27
    margin:0px 0px 0px 0px;
 
28
}
 
29
 
 
30
.prevnext {
 
31
    float:right;
 
32
}
 
33
.section {
 
34
    
 
35
}
 
36
.subsection {
 
37
    margin:0px 0px 0px 20px;
 
38
}
 
39
 
 
40
.topnav li {
 
41
    font-size:.9em;
 
42
    list-style-type:none;
 
43
}
 
44
 
 
45
.topnav ul {
 
46
    padding:0px 0px 0px 20px;
 
47
    margin:0px 0px 0px 0px;
 
48
}
 
49
 
 
50
.topnav .toolbar{
 
51
    margin:0px 0px 0px 0px;
 
52
    padding:0px 0px 0px 0px;
 
53
}
 
54
.topnav {
 
55
    background-color: #eee;
 
56
    border: 1px solid #ccc;
 
57
    padding:10px 10px 0px 10px;
 
58
    margin:0px 0px 10px 0px;
 
59
}
 
60
 
 
61
.smalllink {
 
62
    font-size:.80em;
 
63
}
 
64
code {
 
65
    font-size:1.2em;
 
66
}
 
67
.code {
 
68
    font-family:monospace;
 
69
}
 
70
p {
 
71
    /*margin:5px 20px 5px 10px;*/
 
72
}
 
73
 
 
74
li {
 
75
    margin:1px 0px 1px 0px;
 
76
}
 
77
td {
 
78
    font-size:small;
 
79
}
 
80
 
 
81
.section pre { 
 
82
    margin: 1.5em; 
 
83
    padding: .7em; 
 
84
    font-size: 1em; 
 
85
    line-height:1em;
 
86
    background-color: #eee;
 
87
    border: 1px solid #ccc;
 
88
    width:640px;
 
89
    overflow:auto;
 
90
}
 
91