提交 30a59a1e 编写于 作者: W wizardforcel

2.4

上级 0c45b668
<div class="widget tag"> <div class="widget tag">
<h3 class="title">赞助我</h3> <h3 class="title">赞助我</h3>
<div class="entry"> <div class="entry">
<img src='http://7u2hdm.com1.z0.glb.clouddn.com/qr_alipay.png' style='width:100%' /> <img src='http://7u2hdm.com1.z0.glb.clouddn.com/qr_alipay.png' style='width:100%;background:rgba(255,255,255,0.6)' />
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -5,10 +5,12 @@ ...@@ -5,10 +5,12 @@
body body
background color-background background color-background
background-size cover
background-attachment fixed
color color-font color color-font
font-family font-default font-family font-default
font-size 14px font-size 14px
text-shadow 0 0 1px transparent text-shadow 1px 1px 1px rgba(0,0,0,0.5)
@media screen and (max-width: 1260px) @media screen and (max-width: 1260px)
margin 0 30px margin 0 30px
@media screen and (max-width: 600px) @media screen and (max-width: 600px)
......
// Color // Color
color-background = url(images/body.jpg) color-background = url(images/body.jpg) no-repeat
color-font = #444 color-font = #fff
color-meta = #999 color-meta = #fff
color-meta-reverse = #fff color-meta-reverse = #fff
color-border = #ddd color-border = #ddd
color-link = rgb(100,66,124) color-link = #0cf
color-link-light = #e163e1
// Font // Font
font-default = "Helvetica Neue", "Helvetica", Arial, sans-serif font-default = "Helvetica Neue", "Helvetica", Arial, sans-serif
......
...@@ -2,8 +2,9 @@ icon-size = 32px ...@@ -2,8 +2,9 @@ icon-size = 32px
icon-gap = 25px icon-gap = 25px
article article
box-shadow 1px 2px 3px #ddd // box-shadow 1px 2px 3px #ddd
background #fff border-radius 17px
background rgba(0, 0, 0, 0.65)
&.page &.page
padding-left 20px padding-left 20px
.icon .icon
...@@ -152,8 +153,8 @@ article ...@@ -152,8 +153,8 @@ article
font-family font-mono font-family font-mono
code code
background #eee // background #eee
color #666 // color #666
padding 0 5px padding 0 5px
margin 0 2px margin 0 2px
font-size 0.9em font-size 0.9em
...@@ -161,7 +162,7 @@ article ...@@ -161,7 +162,7 @@ article
border-radius 3px border-radius 3px
pre pre
background #eee // background #eee
border 1px solid color-border border 1px solid color-border
margin-top 15px margin-top 15px
overflow auto overflow auto
...@@ -179,9 +180,15 @@ article ...@@ -179,9 +180,15 @@ article
ul, ol, dl ul, ol, dl
margin-top 0 margin-top 0
hr
border-top: 1px dashed
border-bottom: none
margin-top: 10px
margin-bottom: 10px
h1, h2 h1, h2
font-weight normal font-weight normal
border-bottom 1px solid color-border border-bottom 1px dashed color-border
padding-bottom 10px padding-bottom 10px
margin-top 20px margin-top 20px
...@@ -237,7 +244,7 @@ article ...@@ -237,7 +244,7 @@ article
footer footer
margin-top 15px margin-top 15px
padding-top 10px padding-top 10px
border-top 1px solid color-border border-top 1px dotted color-border
color color-meta color color-meta
font-size 0.9em font-size 0.9em
line-height 16px line-height 16px
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
a a
color color-meta-reverse color color-meta-reverse
&:hover &:hover
color color-link-light color color-link
text-decoration none text-decoration none
h1 h1
font-weight normal font-weight normal
font-size 2.5em font-size 2.5em
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
font-size 0.9em font-size 0.9em
line-height 1 line-height 1
margin-top 10px margin-top 10px
#main-nav #main-nav
font-family font-title font-family font-title
line-height 2.5em line-height 2.5em
...@@ -25,4 +25,4 @@ ...@@ -25,4 +25,4 @@
list-style none list-style none
li li
float left float left
margin-left 30px margin-left 30px
\ No newline at end of file
...@@ -5,14 +5,15 @@ ...@@ -5,14 +5,15 @@
float none float none
width 100% width 100%
.widget .widget
background #fff background rgba(0, 0, 0, 0.65)
box-shadow 1px 2px 3px #ddd border-radius 17px
// box-shadow 1px 2px 3px #ddd
margin-bottom 30px margin-bottom 30px
word-wrap break-word word-wrap break-word
.title .title
padding 15px 20px padding 15px 20px
font-size 1em font-size 1em
border-bottom 1px solid color-border border-bottom 1px dotted color-border
font-weight normal font-weight normal
.entry .entry
......
...@@ -33,12 +33,12 @@ ...@@ -33,12 +33,12 @@
color color-link color color-link
figure.highlight figure.highlight
background #eee // background #eee
border 1px solid color-border border 1px solid color-border
margin-top 15px margin-top 15px
padding 7px 15px padding 7px 15px
border-radius 2px border-radius 2px
text-shadow 0 0 1px #fff // text-shadow 0 0 1px #fff
line-height 1.6 line-height 1.6
overflow auto overflow auto
position relative position relative
...@@ -69,7 +69,7 @@ figure.highlight ...@@ -69,7 +69,7 @@ figure.highlight
.code .code
padding-left 15px padding-left 15px
border-left 1px solid #fff border-left 1px solid #fff
color #666 // color #666
.line .line
height: 20px height: 20px
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册