Sharkey/src/web/docs/style.styl
syuilo 55e266fbbe 🎨
2017-12-15 04:43:48 +09:00

78 lines
907 B
Stylus

@import "../style"
body
margin 0
color #34495e
main
padding 32px
width 100%
max-width 700px
footer
padding:32px 0 0 0
margin 32px 0 0 0
border-top solid 1px #eee
.copyright
margin 16px 0 0 0
color #aaa
section
margin 32px 0
h1
margin 0 0 24px 0
padding 16px 0
font-size 1.5em
border-bottom solid 2px #eee
h2
margin 0 0 24px 0
padding 0 0 16px 0
font-size 1.4em
border-bottom solid 1px #eee
h3
margin 0
padding 0
font-size 1.25em
h4
margin 0
p
margin 1em 0
line-height 1.6em
table
width 100%
border-spacing 0
border-collapse collapse
thead
font-weight bold
border-bottom solid 2px #eee
tr
th
position sticky
top 0
z-index 1
text-align left
box-shadow 0 1px 0 0 #eee
background #fff
tbody
tr
border-bottom dashed 1px #eee
&:nth-child(odd)
background #fbfbfb
th, td
padding 8px 16px
.i18n:not(.ja)
display none