blob: b08e94142179d73af2e4b86e590038e0ea4bdf8a (
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
|
body, td, .normaltype {
font-family: verdana, sans-serif;
}
body {
background-color: #FDFBFC;
margin:20px 20px 20px 20px;
}
p {
margin-top:10px;
margin-bottom:10px;
}
a {font-weight:normal; text-decoration:underline;}
a:link {color:#0000FF;}
a:visited {color:#0000FF;}
a:active {color:#0000FF;}
a:hover {color:#700000;}
strong a {
font-weight: bold;
}
.toc {
background-color: #EEEEFB;
border: 1px solid;
/*padding:10px 8px 10px 15px;*/
padding: 10px 10px 10px 10px;
margin: 5px;
}
.trailbold {
font-weight:bold;
}
.light {
background-color: #EFEFEF;
}
.dark {
background-color: #D2D2D2;
}
.smalllogo {
float:left;
}
.headerbar {
padding-bottom: 60px;
}
.header {
font-weight: bold;
font-size: 1.6em;
}
.smallheader {
font-weight: bold;
font-size: 1.4em;
}
.toolbar {
text-align:right;
margin: 0px 10px 0px 10px
}
.copyright {
padding-top: 30px;
text-align:center;
font-size: 0.8em;
color: #5F5F5F;
}
.small {
font-size: 0.8em;
}
.sforgelogo {
text-align:right;
height: 40px;
}
.source {
border: 1px solid;
padding: 10px;
width: auto;
}
|