-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
153 lines (153 loc) · 2.5 KB
/
style.css
File metadata and controls
153 lines (153 loc) · 2.5 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
* {
box-sizing: border-box;
font-family: Arial, serif;
}
html {
margin: 0;
width: 100%;
}
body {
font-size: 14px;
background-color: whitesmoke;
line-height: 22px;
color: black;
margin: 0;
width: 100%;
}
html, body, #wrapper, main, div.container, div.row, div.content, .midcolumn2{
height: 100%;
position: relative;
}
#wrapper {
min-height: 100%;
position: relative;
}
header > div.container {
border-bottom: 0px solid gray;
padding: 0px 5px 0px;
background-color: white;
overflow: auto;
}
header {
margin-bottom: 10px;
}
a.gear > img {
float: left;
position: relative;
top: -2px;
}
h1.title {
position: relative;
top: 8px;
}
#topbar > li {
float: left;
}
#topbar {
list-style: none;
}
.midcolumn, .midcolumn2, .midcolumn3 {
float: left;
}
.midcolumn, .midcolumn3 {
width: 25%;
}
.midcolumn2 {
width: 50%;
border: 1px solid lightgray;
padding: 0px 10px 0px;
background: white;
}
@media screen and (max-width: 600px) {
.midcolumn, .midcolumn2, .midcolumn3 {
width: 100%;
}
}
li.heading {
list-style: none;
font-size: 150%;
background: dodgerblue;
border: 1px solid gray;
padding: 10px 0px 10px;
margin-right: 26px;
margin-top: -12px;
text-align: center;
color: white;
}
.midcolumn2 > h1 {
font-size: 225%;
}
.midcolumn2 > .heading {
border-bottom: 1px solid lightgray;
text-align: center;
}
.ptext {
font-size: 12pt;
}
a {
color: black;
text-decoration: none;
display: block;
padding: 8px;
}
.navlink:hover {
background-color: lightgray;
}
.mainmenu li {
list-style-type: none;
}
.sidelink{
position: relative;
z-index: 2;
border: 1px solid lightgray;
width: 92.2%;
}
.sidelink:hover {
background-color: lightgray;
}
.ptext p {
font-size: 14pt;
line-height: 200%;
}
ol.list li {
margin: 15px 0;
font-size: 14pt;
}
.pic > img {
display: block;
margin-left: auto;
margin-right: auto;
}
a.git {
z-index: 2;
position: relative;
text-decoration: underline;
color: dodgerblue;
}
a.khan {
font-size: 115%;
margin-left: -7px;
text-decoration: underline;
position: relative;
z-index: 2;
color: dodgerblue;
}
span.under {
text-decoration: underline;
}
span.bold {
font-weight: bold;
}
span.formula {
font-size: 150%;
text-align: center;
}
div.formula {
text-align: center;
}
p.lower {
margin-bottom: 0;
}
ol.list2 li {
margin: 15px 0;
}