Progress once more

This commit is contained in:
tcaxle
2020-04-15 20:35:45 +01:00
parent 1323c8e06e
commit 5f07ab1bf9
5 changed files with 261 additions and 116 deletions

View File

@@ -15,7 +15,7 @@
height: 15px;
border-bottom: 2px solid #40545c;
top: 0;
width: 600px;
width: 6000px;
}
.fancy span:before {
right: 100%;
@@ -41,7 +41,7 @@
height: 11px;
border-bottom: 2px solid #40545c;
top: 0;
width: 600px;
width: 6000px;
}
.fancy-small span:before {
right: 100%;
@@ -67,7 +67,7 @@
height: 38px;
border-bottom: 4px solid #40545c;
top: 0;
width: 600px;
width: 6000px;
}
.fancy-big span:before {
right: 100%;
@@ -78,6 +78,17 @@
margin-left: 7px;
}
/* Vertial Line */
.vl {
background: linear-gradient(to right,
transparent 0%,
transparent calc(50% - 0.5px),
#40545c calc(50% - 0.5px),
#40545c calc(50% + 0.5px),
transparent calc(50% + 0.5px),
transparent 100%);
}
/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
@@ -261,8 +272,8 @@ hr{border:0;border-top:1px solid #eee;margin:20px 0}
.custom-orange,.custom-hover-orange:hover{color:#000!important;background-color:#e8a951!important}
.custom-text-grey,.custom-hover-text-grey:hover{color:#40545c!important}
.custom-text-orange,.custom-hover-text-orange:hover{color:#e8a951!important}
.custom-border-grey,.w3-hover-border-amber:hover{border-color:#40545c!important}
.custom-border-orange,.w3-hover-border-amber:hover{border-color:#e8a951!important}
.custom-border-grey,.w3-hover-border-grey:hover{border-color:#40545c!important}
.custom-border-orange,.w3-hover-border-orange:hover{border-color:#e8a951!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}