gmarche-rs/static/style1.css

65 lines
790 B
CSS
Raw Normal View History

2020-11-02 18:12:50 +01:00
@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");
}
2020-10-26 23:43:18 +01:00
html, body {
2020-10-27 11:15:46 +01:00
width: 100%;
2020-10-26 23:43:18 +01:00
margin: 0;
padding: 0;
2020-11-02 18:12:50 +01:00
font-family: "LinBiolinum";
font-size: 110%;
}
h1, h2, h3, h4 {
font-family: "Karma";
2020-10-26 23:43:18 +01:00
}
2020-10-27 11:15:46 +01:00
#banner {
width: 100%;
}
#stand {
2020-10-26 23:43:18 +01:00
width: 200px;
2020-11-02 11:48:44 +01:00
float: left;
2020-10-26 23:43:18 +01:00
}
2020-10-27 11:15:46 +01:00
2020-11-02 11:41:55 +01:00
#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;
}
2020-11-02 18:12:50 +01:00
#ads {
width: 100%;
}
2020-10-27 11:15:46 +01:00
.center {
padding: 4px;
}
@media screen and (min-width: 801px) {
.center {
width: 800px;
margin: auto;
}
}
2020-11-02 18:12:50 +01:00
table {
border-collapse: collapse;
}
2020-11-02 20:24:39 +01:00
td, th {
2020-11-02 18:12:50 +01:00
padding: 2px;
border: 1px solid #666;
}