2022-11-18 21:42:43 +01:00

97 lines
1.4 KiB
CSS

html, body {
padding: 0;
margin: 0;
}
body {
background-color: #fff;
font-family: Arial, Helvetica, Verdana;
font-size: 14px;
line-height: 22px;
color: #666;
position: relative;
-webkit-text-size-adjust: none;
}
body * {
text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.25;
font-weight: bold;
margin: 20px 0 10px 0;
}
h1, h2, h3 {
font-size: 18px;
}
h4, h5, h6 {
font-size: 16px;
}
p {
margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover {
color: inherit;
text-decoration: underline;
}
nav:not(.mm-menu) {
display: none;
}
.header {
position: relative;
display: block;
padding: 10px;
line-height: 24px;
font-size: 16px;
font-weight: bold;
color: #fff;
background: #4bb5ef;
}
.header a {
position: absolute;
top: 50%;
left: 10px;
transform: translate( 0, -50% );
text-decoration: none;
}
.header span {
display: block;
text-align: center;
}
.header input {
display: block;
box-sizing: border-box;
height: 30px;
width: calc(100% - 30px);
padding: 0 10px;
margin: 0 0 0 30px;
border: none;
border-radius: 3px;
font-size: inherit;
}
.header button {
position: absolute;
top: 50%;
right: 20px;
display: block;
box-sizing: border-box;
padding: 0;
margin: 0;
transform: translate( 0, -50% );
border: none;
background: none;
color: #999;
cursor: pointer;
}
#page {
padding-bottom: 100px;
}
.content {
box-sizing: border-box;
padding: 30vh 50px;
text-align: center;
}