[guadec-web] Add schedule styling



commit d49577a234e0724ee7fb141e70dbf318c38887e9
Author: Benjamin Berg <bberg redhat com>
Date:   Thu Jun 21 11:09:22 2018 +0200

    Add schedule styling

 src/sass/screen.sass | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)
---
diff --git a/src/sass/screen.sass b/src/sass/screen.sass
index 9eba74c..cf3c816 100644
--- a/src/sass/screen.sass
+++ b/src/sass/screen.sass
@@ -286,3 +286,73 @@ img
     right: 10px
     z-index: 10
     @include animation-zoomin
+
+
+
+// Schedule styling
+
+.schedule
+    font-family: 'Source Sans Pro', sans-serif
+    border-collapse: collapse
+    overflow: auto
+
+    td
+        border: none
+        vertical-align: middle
+        text-align: center
+
+
+    th
+        text-align:left
+        padding: 1ex 2em 1ex 2em
+
+
+    tr.rooms th:not(:first-child)
+        text-align: center
+        border: 1px solid #b6b6b6
+        background-color: #EAECEE
+
+
+    thead tr td
+        width: 45%
+        font-weight: bold
+
+    tbody tr td
+        width: 45%
+        border: 2px solid #fff
+        text-align: center
+        padding: 1ex 2em 1ex 2em
+        overflow: hidden
+
+    tbody tr td span
+        // 80px for header bar (linking), on the span inside
+        // and 1ex for the padding of the cell
+        padding-top: calc(80px + 1ex)
+        margin-top: calc(-80px - 1ex)
+
+    tr > td:first-child
+        width: 10%
+        border: none
+        font-weight: bold
+
+.abstract
+    margin-top: calc(30px - 80px)
+    padding-top: 80px
+    border-bottom: 1px black solid
+    margin-bottom: 20px
+
+    h4
+        font-size: 1.5em
+
+
+    .details
+        font-style: italic
+        font-weight: bold
+        color: gray
+
+
+.talk
+    background-color: #efefef
+
+.break
+    background-color: #dadada


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]