aboutsummaryrefslogblamecommitdiffstats
path: root/src/stylesheets/application.sass
blob: 8541f2071b8cfd7b285f00a6fd554fcf76b8294e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                  
                               










                                              


                               

                                           
                 

















                                            

       







                                                         





                  

      
                                


                
                  



                    
$background: black
$text-color: rgb(254, 254, 234)
$box-background: rgb(105, 30, 30)
$box-border: lightgray

@mixin content-pane
  width: 724px
  height: 1024px
  margin: auto

@import "compass/typography/links/link-colors"
@import "compass/typography/links/hover-link"
@import "compass/typography/lists/bullets"

body
  background-color: $background
  color: $text-color
  font-family: Helvetica, Arial, Sans-serif
  font-size: 12pt

h2
  margin: 0
  border-bottom: 1px solid
  font-size: 110%

ul
  margin: 0

li
  +no-bullet

a
  +link-colors(#cc0, #c00, #c0c, #ccc, #cc0)
  +hover-link

strong
  color: white

#splash
  +content-pane

#content
  +content-pane
  background-image: url('/images/content_background.jpg')
  #body
    position: relative
    top: 160px
    left: 25px
    width: 674px
    height: 840px
    overflow: auto
    padding: 2px


#facts
  border: 1px dotted $text-color
  padding: 3px
  font-size: 80%
  float: right
  margin-left: 3px

.intro
  font-size: 105%
  font-weight: bolder