Overdose
Announce
Code
head
CSS
/*
Template T-08 Overdose
By Jumble Fun
Site URL https://alicex.jp/kenz/
*/
* {
font-size:13px;
font-family:"Montserrat",Sans-Serif;
box-sizing:border-box;
margin:0;
padding:0;
}
body {
background:rosybrown;
scroll-behavior:smooth;
}
a {
color:#644;
text-decoration:none;
}
ul {
list-style-type:none;
}
header {
margin-bottom:50px;
}
header h1 {
position:relative;
width:190px;
height:190px;
margin:70px auto 40px;
}
header h1:before {
content:'';
border-radius:50%;
background-color:#dbb;
background-image:
url('../h1before.image.jpeg');
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
background-blend-mode:darken;
position:absolute;
top:5px;
left:5px;
width:180px;
height:180px;
display:block;
z-index:-1;
}
header h1:after {
content:'';
border-radius:50%;
border:solid 3px #644;
background-color:#866;
box-sizing:border-box;
position:absolute;
top:0;
left:0;
width:190px;
height:190px;
display:block;
z-index:-2;
}
header h1 i {
font-size:40px;
font-family:"Angkor",Sans-Serif;
font-weight:600;
color:#644;
text-shadow:2px 2px 0 antiquewhite;
display:block;
transform:translate(-20px,50px);
}
header ul {
display:flex;
justify-content:center;
}
header ul li {
margin:5px 6px;
}
header ul li button {
color:rosybrown;
background-color:#644;
box-shadow:3px 3px 0 0 #444;
padding:3px 5px;
}
nav {
background-color:oldlace;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
display:block;
overflow-y:scroll;
}
nav:not(:target) {
z-index:-1;
opacity:0;
transform:translate(50%,0);
transition:0.4s;
}
nav:target {
z-index:5;
opacity:1;
transform:translate(0,0);
transition:0.4s;
}
nav h2 {
font-size:20px;
font-weight:600;
color:#644;
background-color:rosybrown;
width:100%;
height:100px;
margin-bottom:20px;
padding:10px 20px;
}
nav h2 i {
color:oldlace;
margin-top:15px;
display:block;
}
a.back {
position:absolute;
top:20px;
right:10px;
width:26px;
height:26px;
line-height:26px;
text-align:center;
display:block;
}
a.back i {
font-size:28px;
color:oldlace;
}
nav h3 {
font-size:14px;
font-weight:600;
color:#644;
background-color:rosybrown;
box-shadow:3px 3px 0 0 gray;
margin:0 10px;
padding:5px 20px;
display:inline-block;
}
nav h3:first-letter {
font-size:18px;
color:firebrick;
}
nav div {
color:#644;
line-height:180%;
margin-bottom:20px;
padding:10px 20px;
white-space:pre-line;
}
main {
text-align:center;
margin-bottom:80px;
}
main h2 {
font-size:16px;
font-weight:600;
}
div.container {
line-height:180%;
margin-bottom:20px;
white-space:pre-line;
}
body
Overdose
Announce