summaryrefslogtreecommitdiff
path: root/views/style.sass
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.sass')
-rw-r--r--views/style.sass82
1 files changed, 26 insertions, 56 deletions
diff --git a/views/style.sass b/views/style.sass
index 4a9ffad..59b6ee7 100644
--- a/views/style.sass
+++ b/views/style.sass
@@ -1,5 +1,5 @@
$fg: #333333
-$bg: #B9DCFF
+$bg: #E7E7E7
$hl: yellow
body
@@ -9,74 +9,44 @@ body
background-color: white
color: $fg
+ .page-header
+ h1
+ font-size: x-large
+
+ em
+ font-size: x-large
+
+ #nav
+ margin-bottom: 0px
+ border: none
+
+ #navbar
+ padding-left: 0px
+
h1
font-size: medium
dt
font-weight: bold
- iframe
- display: block
- overflow-y: hidden
-
- width: 100%
- height: 100%
- margin: 0
- padding: 0
- border: 0
-
- .logo
- margin: 0.5em
- background-color: white
- font-size: xx-large
- text-align: right
- em
- font-family: serif
- font-style: italic
+ em
+ font-family: serif
+ font-style: italic
+ font-size: large
- code
- font-family: monospace
- font-weight: bold
-
- .index
- margin: 0
- padding: 0
- background-color: white
-
- ul
- margin: 0
- padding: 0
- white-space: nowrap
- list-style-type: none
+ code
+ background-color: $bg
+ color: black
+ font-family: monospace
+ font-weight: bold
+ font-size: large
- li
- display: inline
- border: 1px solid white
- border-bottom: 2px solid white
- background-color: grey
- padding-left: 0.5em
- padding-right: 0.5em
- a
- text-decoration: none
- color: $bg
- &:hover
- color: $hl
-
- li.selected
- background-color: $bg
- border-bottom:
- color: $bg
- a
- text-decoration: none
- color: $fg
- &:hover
- color: $hl
.content
background-color: $bg
padding: 1.5em
padding-top: 2.5em
- border: 1px solid white
+ min-height: 300px
.footer
background-color: white