gmarche-rs/static/style1.css

92 lines
1.1 KiB
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 {
2020-11-06 15:23:17 +01:00
margin-bottom: 1em;
2020-11-02 11:41:55 +01:00
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%;
}
#ads tr:hover, #ads tr:focus {
background-color: rgba(255,128,0,0.2);
}
#ads input[type=radio] {
width: 100%;
margin: 0;
}
.ad-detail-no {
display: none;
}
#ads a, #ads a:visited {
text-decoration: none;
color: black;
}
2020-12-08 19:53:30 +01:00
fieldset {
border: 1px dashed #ff8000;
2020-12-08 19:53:30 +01:00
}
2020-10-27 11:15:46 +01:00
.center {
padding: 4px;
}
2020-12-08 18:16:05 +01:00
.page {
background-color: rgba(255,255,255,0.95);
}
2020-10-27 11:15:46 +01:00
@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;
}