forked from PyPSA/PyPSA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
82 lines (61 loc) · 948 Bytes
/
theme.css
File metadata and controls
82 lines (61 loc) · 948 Bytes
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
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
body {
font-family: "Noto Serif", serif; /* wikitribune */
font-size: 1.1rem;
line-height: 1.8rem;
}
#outer_box
{
width:760px;
margin-left: auto;
margin-right: auto;
}
#header {
margin-top: 2em;
font-size:120%;
}
#headshot
{
padding:3px;
float: right;
position: relative;
margin: 0 0 20px 40px;
}
h1
{
font-size:150%;
}
h2
{
font-size:120%;
}
h3
{
font-size:110%;
}
#submenu {
padding: 0;
margin: 0 0 0 0;
height: 2em; /* Setting a height makes it act like a block */
font-size:130%;
}
#submenu li {
display: inline;
padding: 0 15px 0 0;
margin: 0;
}
#subsubmenu {
padding: 0;
margin: 0 0 0 0;
height: 3.5em; /* Setting a height makes it act like a block */
}
#subsubmenu li {
display: inline;
padding: 0 10px 0 0;
margin: 0;
}
.current {
font-weight: bold;
}
.figure { padding: 1em; }
.figure p { text-align: center; }