mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
43 lines
984 B
CSS
43 lines
984 B
CSS
#stats a { text-decoration: none }
|
|
|
|
#info { text-align: center
|
|
; margin: 1em auto
|
|
; padding: 1em
|
|
; border: solid 1px #ccc
|
|
; width: 90%
|
|
; max-width: 950px
|
|
; 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)
|
|
}
|
|
|
|
h4 { margin: 0.5em 0 0.7em }
|
|
|
|
#info > div { text-align: center
|
|
; font-size: 1.3em
|
|
; width: 31%
|
|
; max-width: 400px
|
|
; float: left
|
|
; display: inline
|
|
; padding: 0.5em 0.2em
|
|
; border-left: dashed 1px #aaa
|
|
}
|
|
|
|
#info > div:first-child { border-left: none }
|
|
|
|
#info ul { list-style-type: none
|
|
; text-align: center
|
|
; padding: 0
|
|
; margin: 0
|
|
}
|
|
|
|
#info li { padding: 0.2em 0
|
|
; margin: 0
|
|
}
|
|
|
|
#info > br.clear { clear: both }
|
|
|
|
#contributors-box a { line-height: 1.8em }
|