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. 77
      relearn.2019.be/html/css/stylesheet.css

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

@ -1,18 +1,18 @@
@font-face {
font-family: 'AvaraBold';
src: url('Avara-Bold.otf');
font-family: "AvaraBold";
src: url("Avara-Bold.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AvaraBold';
src: url('Avara-BoldItalic.otf');
font-family: "AvaraBold";
src: url("Avara-BoldItalic.otf");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'AvaraBold';
src: url('Avara-Black.otf');
font-family: "AvaraBold";
src: url("Avara-Black.otf");
font-weight: bold;
font-style: normal;
}
@ -31,23 +31,23 @@ html,
scroll-behavior: smooth;
}
body{
body {
position: relative;
margin:0;
padding:0;
color:purple;
background-color:#ff4d4d33;
font-family: 'AvaraBold';
margin: 0;
padding: 0;
color: purple;
background-color: #ff4d4d33;
font-family: "AvaraBold";
overflow: hidden;
}
hr{
border:0;
border-bottom:1px dotted;
hr {
border: 0;
border-bottom: 1px dotted;
margin-top: 1em;
margin-bottom: 1em;
}
h1{
h1 {
line-height: 1.1em;
}
@ -100,31 +100,30 @@ sup {
/* --- slider --- */
div#sliders{
div#sliders {
position: fixed;
width: 500px;
top:60px;
top: 60px;
left: 61%;
bottom: 1em;
}
div#slider{
div#slider {
float: left;
margin:0.5em 1em 1em 0.5em;
margin: 0.5em 1em 1em 0.5em;
z-index: 1;
position: absolute;
top:0;
left:0;
width : 100%;
height : 400px;
top: 0;
left: 0;
width: 100%;
height: 400px;
background: transparent;
}
#slider2 {
position: absolute;
top:0;
left:0;
width : 100%;
height : 400px;
top: 0;
left: 0;
width: 100%;
height: 400px;
background: transparent;
}
@ -169,7 +168,7 @@ div#relearn-infos ul {
/* --- control points ---*/
#curve {
width: 55%;
padding : 1em 2em;
padding: 1em 2em;
height: 87vh;
overflow: auto;
padding-bottom: 4em;
@ -182,7 +181,7 @@ div#relearn-infos ul {
background-color: black;
}
#curve::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
background-color: lightgray;
border-radius: 5px;
}
@ -192,8 +191,7 @@ div#relearn-infos ul {
margin-top: 1em;
}
div.controlpoint{
div.controlpoint {
max-width: 800px;
margin: 1em 0;
margin-top: 2em;
@ -221,7 +219,7 @@ dl:not(.summary) dd:before {
}
dl:not(.summary) dd + dt:before {
content: '';
content: "";
display: block;
}
@ -276,12 +274,11 @@ div.controlpoint .programme ul {
padding-left: 0.5em;
}
/*--- ROTTERDAM ---*/
#rotterdam{
color:#0054ff;
#rotterdam {
color: #0054ff;
}
#rotterdam li{
#rotterdam li {
list-style: none;
text-indent: -23px;
margin-left: 2em;
@ -298,8 +295,7 @@ div.controlpoint .programme ul {
}
/*--- MOBILE ---*/
@media only screen
and (max-width : 1024px) {
@media only screen and (max-width: 1024px) {
:root {
font-size: 13px;
line-height: 1.4em;
@ -364,5 +360,4 @@ and (max-width : 1024px) {
top: 10px;
right: -40px;
}
}

Loading…
Cancel
Save