-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
102 lines (90 loc) · 1.52 KB
/
style.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
td.navigation_bar {
border-right-style: dashed;
border-right-color: brown;
border-right-width: 2px;
vertical-align: top;
}
td.navigation_bar ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 150px;
background-color: #f1f1f1;
}
td.navigation_bar ul li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
td.navigation_bar ul li a:hover {
background-color: #555;
color: white;
}
div {
margin: 0 auto;
font-family: Roboto;
position: relative;
}
div.title {
width: 35%;
text-align: center;
border-bottom: 1px solid green;
}
div.intro {
width: 40%;
padding-left: 2vw;
border-left: green groove;
background-color: #d3ffed;
font-style: italic;
font-size: 20px;
}
div.main {
width: 60%;
font-size: 20px;
}
div.definition {
width: 40%;
padding-left: 2vw;
border-left: brown groove;
background-color: blanchedalmond;
font-style: italic;
font-size: 20px;
}
img.equation {
vertical-align: middle;
}
img.single_image {
display: block;
margin-left: auto;
margin-right: auto;
width: 70%;
}
div.hub {
padding: 70px 0;
border: 3px solid green;
text-align: center;
position: absolute;
top: 40%;
left: 10%;
width: 80%;
}
div.hub ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 80%;
background-color: #f1f1f1;
margin: 0 auto;
font-size: xx-large;
}
div.hub ul li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
div.hub ul li a:hover {
background-color: #555;
color: white;
}