mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added halfwayskipbar
This commit is contained in:
@@ -487,7 +487,7 @@ input[type="radio"] {
|
||||
box-shadow:0 0 10px .5px #000;
|
||||
}
|
||||
|
||||
#eBar,#sBar {
|
||||
#eBar,#sBar, #pBar {
|
||||
font-family:'Open Sans',sans-serif;
|
||||
font-weight:300;
|
||||
color:#fff;
|
||||
@@ -509,6 +509,10 @@ input[type="radio"] {
|
||||
background-color:#5bcf2b;
|
||||
}
|
||||
|
||||
#pBar {
|
||||
background-color:rgb(28, 143, 194);
|
||||
}
|
||||
|
||||
.opacityFull {
|
||||
opacity:1!important;
|
||||
}
|
||||
@@ -787,7 +791,9 @@ input[type="radio"] {
|
||||
}
|
||||
|
||||
.nochanvcent {
|
||||
top:50%;
|
||||
position: absolute;
|
||||
top:10%;
|
||||
/*top:50%;*/
|
||||
-webkit-transform:translateY(0%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user