-
Notifications
You must be signed in to change notification settings - Fork 0
/
exp.css
109 lines (85 loc) · 1.48 KB
/
exp.css
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
body {
font: 80% Verdana, sans-serif;
}
pre, tt {
font-size: 110%;
}
tt {
background: #ffffdd;
color: #000050;
}
pre {
color: black;
}
a {
border-bottom: 1px solid #bbbbbb;
}
a:hover {
border-bottom: 1px solid #bbbbbb;
}
h1 {
font-size: 150%;
border: none;
}
h2 {
font-size: 115%;
border: none;
}
h3 {
font-size: 100%;
border: none;
}
div.infoblock > div.blockcontent {
background: #ffffdd;
}
div.blockcontent {
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
padding-bottom: 7px;
}
p {
line-height: 1.5em;
margin-bottom: 1.2em;
}
#layout-menu {
padding-left: 15px;
line-height: 1.7em;
text-align: right;
padding-top: 0.5em;
}
b {
font-weight: normal;
}
p b {
font-style: italic;
}
div.menu-item {
padding-left: 0;
text-indent: 0;
padding-bottom: 2px;
}
#layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
color: black;
border-bottom: 1px gray solid;
}
#layout-menu a.current:link, #layout-menu a.current:visited {
border-bottom: none;
}
div#footer {
border-top: 1px solid #e0e0e0;
font-size: 80%;
padding-bottom: 0;
}
div#footer a {
color: #aaaaaa;
border-bottom: 1px solid #cccccc;
}
#fwtitle div#toptitle {
padding: 1.3em;
}
#layout-content {
padding-top: 1.3em;
padding-left: 30px;
padding-right: 30px;
}