-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
171 lines (170 loc) · 4.05 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
body {
font-family: "Special Elite", monospace;
background-color: rgb(32, 32, 32);
color: rgb(239, 239, 239);
padding: 10px;
}
h1 {
text-align:center;
font-family:Monoton,sans-serif;
font-weight:normal;
font-size:3.5em;
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
-webkit-animation: neon 1.5s ease-in-out infinite alternate;
-moz-animation: neon 1.5s ease-in-out infinite alternate;
animation: neon 1.5s ease-in-out infinite alternate;
}
h2 {
font-family: Bangers,cursive;
font-weight: normal;
font-size: 2.2em;
text-align: center;
color: rgb(204,0,0);
text-shadow: 2px 2px 5px rgb(153,0,0);
}
h3 {
font-family: Bangers,cursive;
font-weight: normal;
font-size: 1.5em;
text-align: center;
color: white;
text-shadow: 1px 1px 3px black;
}
abbr {
text-decoration: none !important;
border: none !important;
}
a:link {
text-decoration: none;
color: royalblue;
}
a:visited {
text-decoration: none;
color: rgb(176,176,176);
}
a:hover {
text-decoration: underline;
color: gold;
}
nav a:link {
text-decoration: none;
color: rgb(200,200,200);
}
nav a:visited {
text-decoration: none;
color: rgb(200,200,200);
}
nav a:hover {
color: gold;
}
a[class="closebtn"]:hover {
color: rgb(200,200,200);
}
a[class="fa"] {
color:white;
font-size:3em;
}
a[class="fa"]:hover {
text-decoration:none;
color:gold;
}
.container {
margin: 0 auto;
max-width: 960px;
}
.col-md-4 {
text-align:center;
}
.thumbnail {
margin:0 auto;
border:2px solid black;
border-radius:0;
}
.list
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
.list li
{
padding-left: 18px;
background-image: url(https://janschreiber.github.io/img/bullet.gif);
background-repeat: no-repeat;
background-position: 0 1px;
}
/* The hamburger icon */
#navicon {
color: rgb(239, 239, 239);
font-size: 18px;
width: 26px;
height: 26px;
padding-top: 4px;
padding-right: 6px;
z-index: 1; /* Stay on top */
position: fixed;
top: 0;
right: 0;
cursor: pointer;
}
/* The navigation menu */
#navbar {
height: 0;
width: 0;
position: fixed; /* Stay in place */
z-index: 2; /* Stay on top */
top: 0;
left: 0;
font-family: Bangers,cursive;
font-size: 80%;
background-color: black;
overflow: hidden; /* Disable scroll bar */
padding-left: 5px;
padding-top: 5px;
transition: height 0.2s; /* 0.2 second transition effect to slide in the sidenav */
}
/* Position and style the close button (top right corner) */
#navbar .closebtn {
position: absolute;
top: -1px;
right: 5px;
font-size: 18px;
font-family: sans-serif;
margin-left: 50px;
}
/* neon glow for the main heading */
/* neon glow for webkit */
@-webkit-keyframes neon {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px rgb(0,51,255), 0 0 70px rgb(0,51,255), 0 0 80px rgb(0,51,255), 0 0 100px rgb(0,51,255), 0 0 150px rgb(0,51,255);
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px rgb(0,51,255), 0 0 35px rgb(0,51,255), 0 0 40px rgb(0,51,255), 0 0 50px rgb(0,51,255), 0 0 75px rgb(0,51,255);
}
}
/* neon glow for Mozilla */
@-moz-keyframes neon {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px rgb(0,51,255), 0 0 70px rgb(0,51,255), 0 0 80px rgb(0,51,255), 0 0 100px rgb(0,51,255), 0 0 150px rgb(0,51,255);
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px rgb(0,51,255), 0 0 35px rgb(0,51,255), 0 0 40px rgb(0,51,255), 0 0 50px rgb(0,51,255), 0 0 75px rgb(0,51,255);
}
}
/* neon glow for modern browsers */
@keyframes neon {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px rgb(135,206,250), 0 0 40px rgb(0,51,255), 0 0 70px rgb(0,51,255), 0 0 80px rgb(0,51,255), 0 0 100px rgb(0,51,255), 0 0 150px rgb(0,51,255);
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px rgb(135,206,250), 0 0 20px rgb(0,51,255), 0 0 35px rgb(0,51,255), 0 0 40px rgb(0,51,255), 0 0 50px rgb(0,51,255), 0 0 75px rgb(0,51,255);
}
}
@media screen and (max-device-width:500px) {
h1 {
font-size:2.2em;
}
}