Browse Source

Run formatter

master
decentral1se 3 years ago
parent
commit
76844cd938
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 23
      relearn.2019.be/html/css/stylesheet.css

23
relearn.2019.be/html/css/stylesheet.css

@ -1,18 +1,18 @@
@font-face { @font-face {
font-family: 'AvaraBold'; font-family: "AvaraBold";
src: url('Avara-Bold.otf'); src: url("Avara-Bold.otf");
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'AvaraBold'; font-family: "AvaraBold";
src: url('Avara-BoldItalic.otf'); src: url("Avara-BoldItalic.otf");
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: 'AvaraBold'; font-family: "AvaraBold";
src: url('Avara-Black.otf'); src: url("Avara-Black.otf");
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }
@ -37,7 +37,7 @@ body{
padding: 0; padding: 0;
color: purple; color: purple;
background-color: #ff4d4d33; background-color: #ff4d4d33;
font-family: 'AvaraBold'; font-family: "AvaraBold";
overflow: hidden; overflow: hidden;
} }
hr { hr {
@ -100,7 +100,6 @@ sup {
/* --- slider --- */ /* --- slider --- */
div#sliders { div#sliders {
position: fixed; position: fixed;
width: 500px; width: 500px;
@ -192,7 +191,6 @@ div#relearn-infos ul {
margin-top: 1em; margin-top: 1em;
} }
div.controlpoint { div.controlpoint {
max-width: 800px; max-width: 800px;
margin: 1em 0; margin: 1em 0;
@ -221,7 +219,7 @@ dl:not(.summary) dd:before {
} }
dl:not(.summary) dd + dt:before { dl:not(.summary) dd + dt:before {
content: ''; content: "";
display: block; display: block;
} }
@ -276,7 +274,6 @@ div.controlpoint .programme ul {
padding-left: 0.5em; padding-left: 0.5em;
} }
/*--- ROTTERDAM ---*/ /*--- ROTTERDAM ---*/
#rotterdam { #rotterdam {
color: #0054ff; color: #0054ff;
@ -298,8 +295,7 @@ div.controlpoint .programme ul {
} }
/*--- MOBILE ---*/ /*--- MOBILE ---*/
@media only screen @media only screen and (max-width: 1024px) {
and (max-width : 1024px) {
:root { :root {
font-size: 13px; font-size: 13px;
line-height: 1.4em; line-height: 1.4em;
@ -364,5 +360,4 @@ and (max-width : 1024px) {
top: 10px; top: 10px;
right: -40px; right: -40px;
} }
} }

Loading…
Cancel
Save