Adding second theater filter

This commit is contained in:
2016-06-01 22:22:46 +02:00
parent 4a6a372fab
commit 509df45ed9
6 changed files with 53 additions and 5 deletions

View File

@@ -19,4 +19,28 @@
margin-right:0;
margin-left:0.5em;
}
/* Nav */
nav {
position: fixed;
left:1em;
margin-top: 1em;
a {
display: block;
cursor: pointer;
color: #08288B;
padding:0 0.3em 0.3em 0;
margin-bottom: 0.3em;
&.hidden {
color:#666;
}
&.hidden:hover {
color: #08288B;
}
}
}
}

View File

@@ -25,6 +25,12 @@
display:none;
}
/* Nav */
nav {
display:none;
}
/* Main */
main {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long