-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
114 lines (92 loc) · 1.48 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
103
104
105
106
107
108
109
110
111
112
113
114
body {
background: black;
color: lime;
font-family: Menlo, 'Cascadia Code', Consolas, Courier, monospace;
line-height: 1.15;
margin: 100px 20% 5% 20%;
border: 10px red;
font-size: 15px;
}
ul {
list-style-type: '- ';
}
li {
margin-top: 0.5em;
}
.holder{
width:60%;
}
/* Mobile devices get slightly smaller margins, so that we actually have room
* for text.
*/
@media only screen and (max-width: 600px) {
body {
margin: 50px 5% 5% 5%;
}
.holder{
width:45%;
}
}
@media only screen and (max-width: 749px) {
.holder{
width:35%;
}
}
.secondary {
color: #00b300;
}
input[type="text"] {
background-color: inherit;
color: inherit;
border: none;
outline: none;
font: inherit;
caret-shape: block;
width:100%;
}
h1, .block {
margin: 40px 0px;
}
p {
margin: 0.5em 0;
}
a, a:visited {
color: #84d7ba;
text-decoration: none;
}
a:hover {
color: #d784a1;
}
dt::before {
content: ">";
padding-right: 0.5em;
}
.small {
font-style: normal;
font-weight: normal;
font-size: 50%;
}
.meow{
margin:0px 0px!important;
}
.banners{
margin:40px 0px;
}
img{
image-rendering: pixelated;
width:85%;
align-content: center;
margin:auto;
display:inline-block;
filter: grayscale(20%);
}
img:hover{
/*filter: grayscale(0%);*/
}
.imgholder{
text-align: center;
}
.guysholder > h1{
margin-top:5px;
margin-bottom: 145px;
}