File: index.css

package info (click to toggle)
nevow 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,280 kB
  • sloc: python: 21,511; ansic: 136; sh: 65; xml: 42; makefile: 31; sql: 5
file content (76 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (7)
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



body {
    margin: 1em 1em;
}
 
blockquote {
    background-color: #E5E5E5;
    text-align: center;
}
 
.source {
    padding: 0.25em 0.5em;
    border: 1px solid #CCC;
    background-color: #FFF9D9;
    margin-top: 2px;
}
 
li {
    margin-top: 20px;
}	
 
h1 {
   background-color: #E6F4FF;
   border-top: 2px solid #B2DDFF;
   border-bottom: 2px solid #B2DDFF;
   padding: 0 0.5em;
}
 
 
table {
    border-bottom: 1px solid #CCC;
}
 
table td {
    white-space: nowrap;
    padding: 0px 5px 0px 0px;
}





.py-src-comment
{
  color: #1111CC
}

.py-src-keyword
{
  color: #3333CC;
  font-weight: bold;
}

.py-src-parameter
{
  color: #000066;
  font-weight: bold;
}

.py-src-identifier
{
  color: #CC0000
}

.py-src-string
{
  
  color: #115511
}

.py-src-endmarker
{
  display: block; /* IE hack; prevents following line from being sucked into the py-listing box. */
}