File: default.css

package info (click to toggle)
nevow 0.9.31-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,804 kB
  • ctags: 4,921
  • sloc: python: 19,639; ansic: 136; sh: 53; xml: 42; makefile: 25; sql: 5
file content (100 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download | duplicates (8)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body
{
    margin: 0;
    padding: 1em 1em;
    color: #330033;
    font-size: 10pt;
}

a
{ 
  color: inherit;
}

a:visited
{ 
  color: #996699;
}

#header
{ 
    border-bottom: 1px solid #cccc99;
}

#header h1
{
    padding: 0;
    margin: 0;
    color: #cccc66;
}

#footer
{
    padding: 0.1em 0.5em;
    margin-top: 1em;
    clear: both;
    border-top: 1px solid #cccc99;
    font-size: 77%;
    color: #666699;
}

#content-container
{
    margin: 2em 0.5em;
}

#nav
{
    position: relative;
    float: left;
    width: 10em;
}

#menu, #pastings
{
    list-style: url(/images/pasting.gif);
    padding: 0 0 0 18px;
    margin-top: 0;
}

#content
{
    margin-left: 10em;
}

div.pastingText
{
  padding: 0.5em;
  background-color: #fafafa;
  color: #333;
  border: 1px solid #ccc;
  overflow: auto;
}

div.pastingText pre
{ 
  margin: 0;
}

.revision-history
{ 
  font-size: 86%;
}

.view-menu
{
  list-style: none;
  margin: 1em 0;
  padding: 0;
}

.view-menu li
{
  display: inline;
  margin-right: 1em;
}

.view-menu li a
{ 
  color: inherit;
}