-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (52 loc) · 763 Bytes
/
Copy pathstyle.css
File metadata and controls
57 lines (52 loc) · 763 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
@media screen {
html {
background-color: #8A0808;
}
body {
padding:1%;
width:75%;
font-size: 75%;
font-family: 'Monda', sans-serif;
background-color: #0B0B3B;
text-align: center;
}
h1 {
font-family: 'Metal Mania', sans-serif;
text-align: center;
color: #FFBF00;
}
p {
color: #FFBF00;
}
ul {text-align: 'Monda', sans-serif;
list-style:none;
margin-left:0;
padding-left:0;
}
a:link {
color: #FFBF00;
}
a:visited {
color: #8A0808;
}
a:hover,
a:focus {
color: #3c8;
}
a:active {
color: #333;
}
}
@media screen and (min-width: 480px) {
body {font-size: 100%;
margin: 0 auto;
padding:1% 5%;}
}
@media screen and (min-width: 768px) {
body
li {
display:inline;
}
@media screen and (min-width: 992 px) {
body {font-size: 150%;}
}