-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
118 lines (97 loc) · 1.5 KB
/
style.css
File metadata and controls
118 lines (97 loc) · 1.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
body {
background-color: #202080;
color: #f0f8ff;
font-family: Verdana, Arial, sans-serif;
}
p {
margin-left: auto;
margin-right: auto;
width: 95%;
}
.page-image {
margin-left: 2.5%;
}
canvas {
margin-left: 2.5%;
}
table {
margin-left: 2.5%;
}
h2 {
margin-left: 1%;
}
.subheading {
margin-left: 2%;
}
header h2 {
margin-left: 0;
}
.code-container {
width: 95%;
margin-left: auto;
margin-right: auto;
}
.page-header {
margin-bottom: 4px;
}
.menu-header {
width: 90%;
margin: auto;
border: 3px inset #202080;
background-color: #4040ff;
margin-bottom: 2.5em;
}
.menu-footer {
width: 90%;
margin: auto;
border: 3px inset #202080;
background-color: #4040ff;
margin-top: 2.5em;
}
.menu-element {
width: 90%;
margin: auto;
border: 3px inset #202080;
background-color: #4040ff;
}
.menu-element h3 {
margin-left: 0.5em;
color: #e0e8ee;
display: inline-block;
}
.menu-element>div{
display: inline-block;
width:calc(100% - 140px);
vertical-align: top;
}
.category-icon {
border: 0px solid;
margin-top: 12px;
margin-bottom: 12px;
border-radius: 12.5%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
filter: blur(1.5px);
}
a:link {
color: #ffffe0;
text-decoration: none;
}
a:visited {
color: salmon;
text-decoration: none;
}
a:link:hover {
color: #ffffe0;
text-decoration: underline;
}
a:visited:hover {
color: salmon;
text-decoration: underline;
}
a:active {
color: white;
text-decoration: none;
}
noscript {
display: block;
}