mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 16:55:39 -04:00
87 lines
1.4 KiB
CSS
87 lines
1.4 KiB
CSS
@font-face {
|
|
font-family:'MMRock9';
|
|
src:url('fonts/MMRock9.eot');
|
|
src:url('fonts/MMRock9.eot?#iefix') format('embedded-opentype'),
|
|
url('fonts/MMRock9.woff') format('woff'),
|
|
url('fonts/MMRock9.ttf') format('truetype'),
|
|
url('fonts/MMRock9.svg#MMRock9') format('svg');
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
@font-face {
|
|
font-family:'MMRock9';
|
|
src: url('fonts/MMRock9.svg') format('svg');
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
}
|
|
}
|
|
|
|
body {
|
|
font-family: 'MMRock9', monospace;
|
|
background-color: #EFEFEF;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
}
|
|
|
|
p, h1, h2 {
|
|
margin: 2%;
|
|
}
|
|
|
|
p {
|
|
font-size: 1em;
|
|
transform: scale(0.8, 1);
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
/* unvisited link */
|
|
a:link {
|
|
color: #66ff00;
|
|
}
|
|
|
|
/* visited link */
|
|
a:visited {
|
|
color: #1a940d;
|
|
}
|
|
|
|
/* mouse over link */
|
|
a:hover {
|
|
color: #66ff00;
|
|
}
|
|
|
|
/* selected link */
|
|
a:active {
|
|
color: #1a940d;
|
|
}
|
|
|
|
.navbar ul {
|
|
font-size: 1rem;
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
background-color: #1a940d;
|
|
font-family: 'MMRock9', monospace;
|
|
}
|
|
|
|
.navstd {
|
|
float: left;
|
|
}
|
|
|
|
.navstd a {
|
|
display: block;
|
|
color: white;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navstd a:hover {
|
|
background-color: #22cc4d;
|
|
} |