summaryrefslogtreecommitdiff
path: root/views/style.sass
diff options
context:
space:
mode:
Diffstat (limited to 'views/style.sass')
-rw-r--r--views/style.sass66
1 files changed, 47 insertions, 19 deletions
diff --git a/views/style.sass b/views/style.sass
index 1f9cc5b..8fd2402 100644
--- a/views/style.sass
+++ b/views/style.sass
@@ -1,34 +1,62 @@
+!fg = #333333
+!bg = #B9DCFF
+!hl = yellow
+
body
+ font-family: Verdana
background-color: white
- min-width: 50em
- max-width: 50em
+ color = !fg
- .header
+ .logo
background-color: white
+ font-size: xx-large
+ text-align: right
+ em
+ font-family: serif
+ font-style: italic
- .logo
- background-color: rgb(128,128,255)
-
- .desc
- display: inline
- color: white
- padding: 1px
+ 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
- .index
- background-color: rgb(128,128,255)
-
li
display: inline
- padding: 1em
- &hover: red
+ 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: white
- color: black
+ background-color = !bg
+ border-bottom:
+ color = !bg
+ a
+ text-decoration: none
+ color = !fg
+ &:hover
+ color = !hl
.content
- background-color: white
+ background-color = !bg
padding: 0.5em
+ border: 1px solid white
dt
padding-right: 0.5em
@@ -36,6 +64,6 @@ body
clear: left
.footer
- background-color: rgb(128,128,255)
+ background-color: white