hbbs.decentral1.se/hbbs/static/css/styles.css

123 lines
1.5 KiB
CSS
Raw Normal View History

2020-04-05 12:04:21 +02:00
/* GRID DEBUG MODE */
/* html * { */
/* border: 1px black solid; */
/* } */
2020-04-04 21:09:47 +02:00
@font-face {
font-family: "Compagnon Roman";
2020-04-05 11:18:51 +02:00
src: url("../fonts/Compagnon-Roman.woff") format("woff");
2020-04-04 21:09:47 +02:00
font-style: normal;
}
2020-04-05 12:43:15 +02:00
#main-row {
padding-top: 20px;
}
2020-04-05 12:04:21 +02:00
a {
color: white;
}
2020-04-10 11:57:48 +02:00
a:hover {
color: white;
}
2020-04-05 12:04:21 +02:00
html {
background: rgb(4, 0, 255);
2020-04-04 21:09:47 +02:00
}
body {
font-family: "Compagnon Roman", serif;
2020-04-05 12:04:21 +02:00
background: linear-gradient(
0deg,
2020-04-10 11:57:48 +02:00
rgba(0, 0, 255, 1) 75%,
rgba(255, 0, 255, 1) 100%
2020-04-05 12:04:21 +02:00
);
2020-04-10 11:57:48 +02:00
font-size: 1.2rem;
line-height: 1.1;
2020-04-05 12:04:21 +02:00
color: white;
2020-04-04 21:09:47 +02:00
}
2020-04-04 22:04:12 +02:00
@media (max-width: 768px) {
#hbbs-bubbles-top {
2020-04-04 22:04:12 +02:00
display: none !important;
}
}
2020-04-04 21:34:32 +02:00
ul {
padding-left: 0;
}
2020-04-05 12:04:21 +02:00
#navbar-list {
margin: 5px;
}
#collection-list li::before {
content: " ⃝ ";
color: magenta;
2020-04-04 21:34:32 +02:00
}
2020-04-05 12:13:40 +02:00
#glossary-list li::before {
content: " ⃝ ";
color: magenta;
}
2020-04-05 11:18:51 +02:00
ul {
margin: 0;
2020-04-04 21:34:32 +02:00
}
2020-04-05 12:04:21 +02:00
#content p {
margin: 5px;
}
2020-04-05 11:18:51 +02:00
.no-style-list {
list-style: none;
2020-04-04 21:09:47 +02:00
}
2020-04-05 12:04:21 +02:00
#programmes-list h1,
#programmes-list h2 {
2020-04-10 11:57:48 +02:00
font-size: 1.2rem;
2020-04-05 12:04:21 +02:00
}
#programmes-list h2 {
padding-left: 50px;
}
#films-list li::before {
content: " ⃝ ";
color: magenta;
}
#programmes-list li * {
margin-bottom: 0;
}
2020-04-05 12:13:40 +02:00
#glossary-list li:nth-child(n + 2) {
margin-top: 10px;
}
#programmes-list li:nth-child(n + 2) {
2020-04-05 12:04:21 +02:00
margin-top: 10px;
}
#hbbs-logo,
#hbbs-bubbles-top,
#hbbs-bubbles-bottom {
width: 100%;
}
#hbbs-bubbles-bottom {
margin-top: 10px;
}
.film-indent {
padding-left: 25px;
}
2020-04-05 12:36:37 +02:00
#programmes-explanation {
margin-bottom: 20px !important;
}
2020-04-05 13:33:51 +02:00
#participate-text p:nth-child(n + 2) {
margin-top: 20px !important;
}