aboutsummaryrefslogtreecommitdiff
path: root/assets/css/src/lustige-styles.scss
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 12:12:20 +0200
committerMaZderMind2014-10-19 12:12:20 +0200
commitf652ae2be38e74796ed63ba72e23fcb632818118 (patch)
treefac87e88a3928b789c0d9b7f4a9a2ac5b6cbb77e /assets/css/src/lustige-styles.scss
parentc2f7758004a9016910168ad47c1a4300e107f2c2 (diff)
restructure room site to produce a unique room/player/formats page
Diffstat (limited to '')
-rw-r--r--assets/css/src/lustige-styles.scss18
1 files changed, 14 insertions, 4 deletions
diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss
index 8ca0ccf..18326ad 100644
--- a/assets/css/src/lustige-styles.scss
+++ b/assets/css/src/lustige-styles.scss
@@ -193,7 +193,7 @@ h1 + .news-item {
max-width: 100%;
}
- #download {
+ .switcher {
padding: $padding-large-horizontal;
h3 {
color: $gray-light;
@@ -310,13 +310,17 @@ a.inverted {
ul {
list-style-type: none;
+ margin: 0;
+ padding: 0;
}
li {
list-style-type: none;
width: 49%;
- margin-bottom: 1%;
- height: 3em;
+ margin: 0;
+ padding: 0;
+ margin-top: 1%;
+ height: 4em;
float: left;
a {
@@ -324,9 +328,15 @@ a.inverted {
display: block;
width: 100%;
height: 100%;
- line-height: 100%;
+ line-height: 2.4em;
font-size: 1.75em;
font-weight: bold;
+ text-align: center;
+
+ &:hover {
+ background-color: #1a1a1a;
+ text-decoration: none;
+ }
}