aboutsummaryrefslogtreecommitdiff
path: root/assets/css/src/lustige-styles.scss
diff options
context:
space:
mode:
authorMaZderMind2014-10-20 21:20:08 +0200
committerMaZderMind2014-10-20 21:20:08 +0200
commit96a9b89ad2ea1237895db5177602ac2725f37b55 (patch)
tree73f351a4f9c814c3bffc8623b83af87655db82c8 /assets/css/src/lustige-styles.scss
parentaaa3a9095ff940543065ef8e9534e48480c4568a (diff)
irc in a tab
Diffstat (limited to '')
-rw-r--r--assets/css/src/lustige-styles.scss34
1 files changed, 29 insertions, 5 deletions
diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss
index 4e32401..0a12245 100644
--- a/assets/css/src/lustige-styles.scss
+++ b/assets/css/src/lustige-styles.scss
@@ -168,6 +168,10 @@ h1 + .news-item {
}
}
+.player-wrap {
+ background-color: $gray-dark;
+}
+
.tab-content {
background-color: $gray-dark;
@@ -175,7 +179,7 @@ h1 + .news-item {
margin: auto;
}
- .switcher {
+ #switcher {
padding: $padding-large-horizontal;
h3 {
@@ -335,12 +339,32 @@ a.inverted {
.room {
- &.lq .tab-content {
- padding-top: 32px;
+ &.lq .player-wrap {
+ padding: 32px 0;
+ }
+
+ &.audio .player-wrap {
+ padding: 64px 32px;
}
- &.audio .tab-content {
- padding-top: 32px;
+ .click-to-irc {
+ background-image: url(../img/irc-soft.png);
+ height: 376px;
+ line-height: 376px;
+ border: 2px solid $gray-dark;
+
+ text-align: center;
+ cursor: pointer;
+
+ span { font-size: 60px; }
+ iframe { display: none; }
+
+ &.active {
+ background-image: none;
+ span { display: none; }
+ iframe { display: block; }
+ }
+
}
}