Pirate Rogue, Pirate Crew and GitHub Updater

This commit is contained in:
Jan
2019-06-15 16:55:09 +02:00
committed by JanRei
commit 6fb8ec3762
339 changed files with 106604 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
/*-----------------------------------------------------------------------------------*/
/* Divider
/*-----------------------------------------------------------------------------------*/
hr {
@media screen and (min-width: 550px) {
display:block;
border:0px;
height:56px;
margin: 10px 0;
color: $color-hr;
background-image: url("./img/trenner-04-50.png");
@if $color-hr == $color-main {
background-image: url("./img/trenner-01-50.png");
}
background-position: center center;
background-repeat: no-repeat;
}
.menu_separator & {
background-image: url("./img/trenner-01-30.png");
@if $color-hr == $color-main {
background-image: url("./img/trenner-04-30.png");
}
height: 40px;
}
.site-content & {
clear: both;
}
.devider_hideimage & {
background-image: none;
border: 1px;
height: 1px;
background: $color-hr;
}
}
#overlay-nav .menu_separator hr {
display: none;
}