subcon.town/style.css

76 lines
1 KiB
CSS

/*
@font-face {
font-family: Duck Hunt;
src: url("");
}
*/
html {
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
}
.hide {
display: none;
}
.background {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image: url("assets/background1.jpg");
background-position: center center;
background-size: cover;
background-attachment: fixed;
}
.container {
position:absolute;
box-sizing: border-box;
top:0;
left:0;
bottom:0;
right:0;
max-width: 600px;
padding: 0 20px;
margin:auto;
background-color: rgba(0, 0, 0, 0.4);
color: rgba(255, 255, 255, 1);
/*font-family: IBMVGA8, monospace;*/
font-size: 16px;
line-height: 16px;
}
header, main, footer {
position: relative;
padding:0;
width: 100%;
box-sizing: border-box;
}
header {
margin: 40px 0;
text-align: center;
}
header ul {
background: rgba(255, 255, 255, 0.4);
}
main {
}
footer {
height: 32px;
}