mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 04:55:53 +10:00
140 lines
2.2 KiB
Stylus
140 lines
2.2 KiB
Stylus
.entry-content
|
|
.gist
|
|
background #eee
|
|
border 1px solid color-border
|
|
margin-top 15px
|
|
padding 7px 15px
|
|
border-radius 2px
|
|
text-shadow 0 0 1px #fff
|
|
line-height 1.6
|
|
overflow auto
|
|
.gist-file
|
|
border none
|
|
font-family inherit
|
|
margin 0
|
|
.gist-data
|
|
background none
|
|
border-bottom none
|
|
pre
|
|
padding 0 !important
|
|
font-family font-mono
|
|
|
|
.gist-meta
|
|
background none
|
|
color color-meta
|
|
margin-top 5px
|
|
padding 0
|
|
text-shadow 0 0 1px #fff
|
|
a
|
|
color color-link
|
|
&:visited
|
|
color color-link
|
|
|
|
figure.highlight
|
|
background #eee
|
|
border 1px solid color-border
|
|
margin-top 15px
|
|
padding 7px 15px
|
|
border-radius 2px
|
|
text-shadow 0 0 1px #fff
|
|
line-height 1.6
|
|
overflow auto
|
|
position relative
|
|
figcaption
|
|
color color-meta
|
|
font-size 0.9em
|
|
margin-bottom 5px
|
|
text-shadow 0 0 1px #fff
|
|
a
|
|
position absolute
|
|
right 15px
|
|
|
|
pre
|
|
border none
|
|
padding 0
|
|
margin 0
|
|
|
|
table
|
|
margin-top 0
|
|
border-spacing 0
|
|
|
|
.gutter
|
|
color color-meta
|
|
padding-right 15px
|
|
border-right 1px solid color-border
|
|
text-align right
|
|
|
|
.code
|
|
padding-left 15px
|
|
border-left 1px solid #fff
|
|
|
|
pre
|
|
// Theme: Solarized - Light
|
|
// More theme here: http://softwaremaniacs.org/media/soft/highlight/test.html
|
|
.comment
|
|
.template_comment
|
|
.diff .header
|
|
.doctype
|
|
.pi
|
|
.lisp .string
|
|
.javadoc
|
|
color #93a1a1
|
|
font-style italic
|
|
|
|
.keyword
|
|
.winutils
|
|
.method
|
|
.addition
|
|
.css .tag
|
|
.request
|
|
.status
|
|
.nginx .title
|
|
color #859900
|
|
|
|
.number
|
|
.command
|
|
.string
|
|
.tag .value
|
|
.phpdoc
|
|
.tex .formula
|
|
.regexp
|
|
.hexcolor
|
|
color #2aa198
|
|
|
|
.title
|
|
.localvars
|
|
.chunk
|
|
.decorator
|
|
.built_in
|
|
.identifier
|
|
.vhdl
|
|
.literal
|
|
.id
|
|
color #268bd2
|
|
|
|
.attribute
|
|
.variable
|
|
.lisp .body
|
|
.smalltalk .number
|
|
.constant
|
|
.class .title
|
|
.parent
|
|
.haskell .type
|
|
color #b58900
|
|
|
|
.preprocessor
|
|
.preprocessor .keyword
|
|
.shebang
|
|
.symbol
|
|
.symbol .string
|
|
.diff .change
|
|
.special
|
|
.attr_selector
|
|
.important
|
|
.subst
|
|
.cdata
|
|
.clojure .title
|
|
color #cb4b16
|
|
|
|
.deletion
|
|
color #dc322f |