mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
90 lines
1.9 KiB
CSS
90 lines
1.9 KiB
CSS
body { background-color: #f7f7f7
|
|
; color: #222
|
|
; font-family: 'Helvetica Neue', Verdana, sans-serif
|
|
}
|
|
|
|
h1 { text-align: center
|
|
; font-size: 2em
|
|
; font-weight: normal
|
|
; margin: 0.8em 0 0.4em
|
|
; padding: 0
|
|
}
|
|
|
|
h2 { text-align: center
|
|
; font-size: 1.7em
|
|
; line-height: 1.1em
|
|
; font-weight: normal
|
|
; margin: 0.2em 0 1em
|
|
; padding: 0
|
|
}
|
|
|
|
a { color: #0E539C }
|
|
|
|
a.img { border: none }
|
|
|
|
.navbar { display: inline-block
|
|
; width: 33%
|
|
; font-size: 1.5em
|
|
; line-height: 1.8em
|
|
; margin: 0
|
|
; padding: 0
|
|
}
|
|
|
|
.navbar a { text-shadow: none }
|
|
|
|
#breadcrumbs a { color: #222 }
|
|
#title { text-align: center }
|
|
#archive { text-align: right }
|
|
|
|
#forkme { position: absolute
|
|
; top: 0
|
|
; right: 0
|
|
; border: none
|
|
}
|
|
|
|
ul.nav { text-align: center
|
|
; max-width: 400px
|
|
; margin: 0 auto
|
|
; padding: 1em
|
|
; border: solid 1px #ccc
|
|
; background-color: #fff
|
|
; -moz-border-radius: 20px
|
|
; -webkit-border-radius: 20px
|
|
; border-radius: 20px
|
|
; behavior: url(js/border-radius.htc)
|
|
; behavior: url(../js/border-radius.htc)
|
|
}
|
|
|
|
ul.nav li { display: block
|
|
; font-size: 1.6em
|
|
; line-height: 1.8em
|
|
; margin: 0
|
|
; padding: 0
|
|
}
|
|
|
|
ul.nav li a { padding: 5px
|
|
; text-decoration: none
|
|
; border-bottom: solid 1px #fff
|
|
; text-shadow: #ccc 2px 2px 3px
|
|
}
|
|
ul.nav li a:visited { color: #227 }
|
|
|
|
ul.nav li a:hover,
|
|
ul.nav li a:active { text-shadow: #cca 2px 2px 3px
|
|
; border-bottom: solid 1px #aaa
|
|
}
|
|
|
|
ul.nav li a:active { text-shadow: none }
|
|
|
|
footer { text-align: center
|
|
; font-size: 1.2em
|
|
; margin: 1em
|
|
}
|
|
|
|
footer a { border-bottom: none }
|
|
|
|
#promote-js { margin-top: 3em
|
|
; text-align: center
|
|
}
|
|
|
|
#promote-js img { border: none }
|