Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Imaging/Docs/effbot.css
blob: d137735c77c8c3a43070dd12ce7545db1f84e861 (plain)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/* effbot.css */

BODY {
    font: 100% Georgia, Times, serif;
    color: black;
    margin: 0px 20px 0px 20px;
}

#effbot-body {
    background: white;
    padding: 10px 40px 10px 40px;
    max-width: 50em;
}

#effbot-menu {
    display: none;
}

.adsense {
    background: #f8fff8;
    border: 1px solid #084; 
    padding: 10px 4px 4px 4px;
}

.sidebar {
    border: 1px solid #000; 
    float: right; clear: right;
    width: 200px;
    background: white;
    padding: 10px;
    margin: 0px -25px 10px 0px;
}

/* visual style */

P {
    line-height: 1.3em;
}

CODE, PRE {
    font: 100% "Courier New", Courier, Monaco, monospace;
    color: #042; margin-left: 20px; 
}

H1, H2, H3 {
    font-family: Georgia, Times, serif;
    color: #084; margin-top: 30px;
}

H1, H2, { border-top: 1px solid #084; }

H4, H5, H6 {
    font-family: Georgia, Times, serif;
    color: #084; margin-top: 15px;
}

A:link, A:hover { color: #084; }
A:visited { color: #404040; }

UL LI { list-style-type: square; }

.title { margin-bottom: 2px; color: #084; }
.info { font-size: 80%; color: #084; margin-top: 0px; }

.bluebox { color: #084; margin-top: 10px; }

.highlight { background: #cfc; }
.mark { color: #084; }
.small { font-size: 80%; }
.display { background: #eee; padding: 20px; }

.note { 
    background: #efe;
    border-top: 1px solid #084;
    border-bottom: 1px solid #084;
    padding: 2px 20px;
}

.example {
    border-top: medium solid #084;
    border-bottom: medium solid #084;
    padding: 5px;
}

.figure {
    border-top: medium solid #084;
    border-bottom: medium solid #084;
    padding: 5px;
}

.fixme {
    background: #eee;
    border: 1px solid #084;
    padding: 2x 20px;
}

.simpletable {
    border: 1px solid #084;
    border-collapse: collapse;
}

.simpletable TH {
    text-align: left;
    background: #cfc;
    border: 1px solid #084;
    margin: 0px;
    padding: 1px 5px;
}

.simpletable TD {
    border: 1px solid #084;
    margin: 0px;
    padding: 5px;
}

/* xmldiff markup */
.new { text-decoration: underline; color: red; background: #fff0f0; }
.old { text-decoration: line-through; color: blue; background: #f0f0ff; }