This commit is contained in:
Kiritan Flux 2017-01-23 12:35:40 +01:00
parent 1f47486523
commit 2104affd6f
62 changed files with 3476 additions and 511 deletions

View file

@ -1,3 +1,7 @@
.no-header
{
margin-top:-20px;
}
#video-roster {
margin:0;
@ -9,6 +13,9 @@
height:180px;
text-align:center;
padding:20px;
right: 0;
left: 0;
margin-bottom:20px;
}
.videobox:hover
@ -117,10 +124,25 @@
}
.filter-button-group{
margin: 10px 0;
margin: 10px 10px;
}
.filter-button-group button{
color: #000;
color: #fff;
margin-bottom: 4px;
background-color: #000;
border-radius: 5px;
border-color: #000;
border-width: 1px;
}
.filter-button-group button:hover, .filter-button-group button:first-child
{
background-color: #5a4b68;
border-color: #5a4b68;
}
.spacer
{
margin-top:20px;
}