108 lines
1.4 KiB
Stylus
108 lines
1.4 KiB
Stylus
|
p, ul, ol, h3, dl, blockquote, label
|
||
|
line-height 1.7em
|
||
|
float left
|
||
|
width 100%
|
||
|
|
||
|
p, ul, ol, pre, h2, dl, blockquote, label
|
||
|
text-align left
|
||
|
margin-top 0.4em
|
||
|
margin-bottom 0.4em
|
||
|
float left
|
||
|
|
||
|
p
|
||
|
max-width 728px
|
||
|
clear both
|
||
|
|
||
|
dl
|
||
|
max-width 728px
|
||
|
|
||
|
dt
|
||
|
font-weight bold
|
||
|
font-size 1.4em
|
||
|
line-height 2.5em
|
||
|
|
||
|
dd
|
||
|
margin-left 1em
|
||
|
margin-bottom 1em
|
||
|
|
||
|
table
|
||
|
float left
|
||
|
width 100%
|
||
|
|
||
|
iframe
|
||
|
float left
|
||
|
display block
|
||
|
margin 0 auto
|
||
|
|
||
|
pre
|
||
|
border 1px solid rgb(128, 128, 128)
|
||
|
padding 1em
|
||
|
width calc(100% - 2em)
|
||
|
box-shadow 1px 1px 16px rgba(0, 0, 0, 0.6)
|
||
|
color rgb(224, 224, 224)
|
||
|
background-color rgb(32, 32, 32)
|
||
|
border none
|
||
|
border-radius 3px
|
||
|
|
||
|
pre, code
|
||
|
font-family 'Ubuntu Mono', Consolas, monospace
|
||
|
|
||
|
ul
|
||
|
list-style-type square
|
||
|
|
||
|
ol
|
||
|
list-style-type decimal
|
||
|
|
||
|
ul, ol
|
||
|
list-style-position outside
|
||
|
padding 0
|
||
|
margin-left 1.7em
|
||
|
width calc(100% - 1.7em)
|
||
|
|
||
|
strong
|
||
|
font-weight bold
|
||
|
|
||
|
em
|
||
|
font-style italic
|
||
|
|
||
|
hr
|
||
|
clear both
|
||
|
height 4px
|
||
|
border-bottom 1px dotted #ccc
|
||
|
border-left none
|
||
|
border-right none
|
||
|
border-top none
|
||
|
|
||
|
img
|
||
|
margin 0.5em auto
|
||
|
max-width 100%
|
||
|
height auto
|
||
|
|
||
|
i.fa
|
||
|
margin-right 0.5em
|
||
|
|
||
|
table
|
||
|
float left
|
||
|
width 100%
|
||
|
|
||
|
th
|
||
|
font-size 120%
|
||
|
padding 5px 0
|
||
|
text-align left
|
||
|
|
||
|
tr
|
||
|
border-bottom-width 1px
|
||
|
border-bottom-style solid
|
||
|
border-bottom-color rgba(0, 0, 0, 0.05)
|
||
|
&:last-child
|
||
|
border none
|
||
|
|
||
|
td
|
||
|
padding 0.5em
|
||
|
text-align left
|
||
|
vertical-align top
|
||
|
|
||
|
tbody
|
||
|
tr
|
||
|
&:hover
|
||
|
background-color rgba(0, 0, 0, 0.03)
|