shylie.info/resources/style.css

81 lines
1.1 KiB
CSS
Raw Normal View History

2024-01-13 07:41:21 +00:00
@font-face {
font-family: 'proggy-tiny';
src: url('ProggyTiny.ttf');
}
2024-01-13 17:52:14 +00:00
@font-face {
font-family: 'blockkie';
src: url('BlockKie.ttf');
}
2024-01-13 07:41:21 +00:00
* {
font-weight: 400;
}
html {
display: flex;
justify-content: center;
margin: auto;
2024-01-13 17:52:14 +00:00
margin-top: 100px;
font-family: 'blockkie';
2024-01-13 07:41:21 +00:00
font-size: 32px;
background: #400;
color: #FB8;
2024-01-13 17:52:14 +00:00
text-shadow: 2px 2px #300;
2024-01-13 07:41:21 +00:00
}
body {
text-align: center;
background: #840;
padding: 5px 25px 5px 25px;
2024-01-13 17:52:14 +00:00
box-shadow: 4px 4px 0px 1px #300;
2024-01-13 07:41:21 +00:00
width: 65%;
}
h1,.block {
padding: 0.125em;
background: #600;
2024-01-13 17:52:14 +00:00
box-shadow: 4px 4px 0px 1px #300;
2024-01-13 07:41:21 +00:00
color: #FB0;
text-shadow: 2px 2px #000;
}
2024-01-13 17:52:14 +00:00
.block {
font-family: 'proggy-tiny'
}
2024-01-13 07:41:21 +00:00
h1 {
2024-01-13 17:52:14 +00:00
text-shadow: 3.5px 3.5px #300;
2024-01-13 07:41:21 +00:00
}
2024-01-13 17:52:14 +00:00
a {
background: #FB0;
color: #600;
padding: 0.125em;
text-decoration: none;
text-shadow: 0.5px 0.5px #000;
2024-01-13 17:52:14 +00:00
box-shadow: 4px 4px 0px 1px #300;
font-family: 'proggy-tiny';
top: -5px;
left: -2px;
margin-left: 2px;
2024-01-13 21:31:11 +00:00
margin-right: 6px;
2024-01-13 17:52:14 +00:00
position: relative;
}
.block a {
top: initial;
position: initial;
margin-left: initial;
line-height: 1.3em;
2024-01-13 17:52:14 +00:00
}
2024-01-13 21:31:11 +00:00
h1 a {
top: -10px;
margin-left: initial;
}
2024-01-13 17:52:14 +00:00
a:hover {
background: #FF8;
color: #900;
}