~ubuntu-branches/ubuntu/wily/python-imaging/wily

« back to all changes in this revision

Viewing changes to Docs/effbot.css

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-31 20:49:20 UTC
  • mfrom: (27.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130131204920-b5zshy6vgfvdionl
Tags: 1.1.7+1.7.8-1ubuntu1
Rewrite build dependencies to allow cross builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* effbot.css */
2
 
 
3
 
BODY {
4
 
    font: 100% Georgia, Times, serif;
5
 
    color: black;
6
 
    margin: 0px 20px 0px 20px;
7
 
}
8
 
 
9
 
#effbot-body {
10
 
    background: white;
11
 
    padding: 10px 40px 10px 40px;
12
 
    max-width: 50em;
13
 
}
14
 
 
15
 
#effbot-menu {
16
 
    display: none;
17
 
}
18
 
 
19
 
.adsense {
20
 
    background: #f8fff8;
21
 
    border: 1px solid #084; 
22
 
    padding: 10px 4px 4px 4px;
23
 
}
24
 
 
25
 
.sidebar {
26
 
    border: 1px solid #000; 
27
 
    float: right; clear: right;
28
 
    width: 200px;
29
 
    background: white;
30
 
    padding: 10px;
31
 
    margin: 0px -25px 10px 0px;
32
 
}
33
 
 
34
 
/* visual style */
35
 
 
36
 
P {
37
 
    line-height: 1.3em;
38
 
}
39
 
 
40
 
CODE, PRE {
41
 
    font: 100% "Courier New", Courier, Monaco, monospace;
42
 
    color: #042; margin-left: 20px; 
43
 
}
44
 
 
45
 
H1, H2, H3 {
46
 
    font-family: Georgia, Times, serif;
47
 
    color: #084; margin-top: 30px;
48
 
}
49
 
 
50
 
H1, H2, { border-top: 1px solid #084; }
51
 
 
52
 
H4, H5, H6 {
53
 
    font-family: Georgia, Times, serif;
54
 
    color: #084; margin-top: 15px;
55
 
}
56
 
 
57
 
A:link, A:hover { color: #084; }
58
 
A:visited { color: #404040; }
59
 
 
60
 
UL LI { list-style-type: square; }
61
 
 
62
 
.title { margin-bottom: 2px; color: #084; }
63
 
.info { font-size: 80%; color: #084; margin-top: 0px; }
64
 
 
65
 
.bluebox { color: #084; margin-top: 10px; }
66
 
 
67
 
.highlight { background: #cfc; }
68
 
.mark { color: #084; }
69
 
.small { font-size: 80%; }
70
 
.display { background: #eee; padding: 20px; }
71
 
 
72
 
.note { 
73
 
    background: #efe;
74
 
    border-top: 1px solid #084;
75
 
    border-bottom: 1px solid #084;
76
 
    padding: 2px 20px;
77
 
}
78
 
 
79
 
.example {
80
 
    border-top: medium solid #084;
81
 
    border-bottom: medium solid #084;
82
 
    padding: 5px;
83
 
}
84
 
 
85
 
.figure {
86
 
    border-top: medium solid #084;
87
 
    border-bottom: medium solid #084;
88
 
    padding: 5px;
89
 
}
90
 
 
91
 
.fixme {
92
 
    background: #eee;
93
 
    border: 1px solid #084;
94
 
    padding: 2x 20px;
95
 
}
96
 
 
97
 
.simpletable {
98
 
    border: 1px solid #084;
99
 
    border-collapse: collapse;
100
 
}
101
 
 
102
 
.simpletable TH {
103
 
    text-align: left;
104
 
    background: #cfc;
105
 
    border: 1px solid #084;
106
 
    margin: 0px;
107
 
    padding: 1px 5px;
108
 
}
109
 
 
110
 
.simpletable TD {
111
 
    border: 1px solid #084;
112
 
    margin: 0px;
113
 
    padding: 5px;
114
 
}
115
 
 
116
 
/* xmldiff markup */
117
 
.new { text-decoration: underline; color: red; background: #fff0f0; }
118
 
.old { text-decoration: line-through; color: blue; background: #f0f0ff; }