gmarche-rs/static/style1.css

65 lines
790 B
CSS

@font-face {
font-family: "Karma";
src: url("/static/Karma-Bold.otf");
font-weight: bold;
}
@font-face {
font-family: "LinBiolinum";
src: url("/static/LinBiolinum_R.otf");
}
html, body {
width: 100%;
margin: 0;
padding: 0;
font-family: "LinBiolinum";
font-size: 110%;
}
h1, h2, h3, h4 {
font-family: "Karma";
}
#banner {
width: 100%;
}
#stand {
width: 200px;
float: left;
}
#errors {
padding: 4px;
border: 2px dashed rgba(128, 0, 0, 0.2);
border-radius: 3px;
font-weight: bold;
background-color: rgba(255,0,0,0.2);
color: #800000;
}
#ads {
width: 100%;
}
.center {
padding: 4px;
}
@media screen and (min-width: 801px) {
.center {
width: 800px;
margin: auto;
}
}
table {
border-collapse: collapse;
}
td, th {
padding: 2px;
border: 1px solid #666;
}