File: main.css

package info (click to toggle)
wtforms 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 964 kB
  • ctags: 1,360
  • sloc: python: 5,163; makefile: 73
file content (86 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body {
    font: 12px/1.4em 'Verdana', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Trebuchet MS';
}

h1, h2, h3 { 
    font-weight: normal; 
}

h2 { font-size: 1.8em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

a {
    color: #880000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

pre {
    margin-left: 20px;
    border-left: 1px solid #dddddd;
    padding: 0 10px 5px 10px;
}

ul {
    padding-left: 25px;
}

ul ul {
    padding-left: 20px;
}

#body {
    margin: auto;
    max-width: 850px;
}

#header {
    border-bottom: 1px solid #efefef;
    position: relative;
}

#footer {
    border-top: 1px solid #efefef;
    text-align: center;
    color: #888;
    font-size: 10px;
}

#logo {
    margin: 0;
    padding: 0;
}

#menu {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
}

#menu li {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0 10px;
}

#menu li a {
    display: block;
}

#content {
    padding: 0 20px 5px 20px;
}