mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Improved SASS.
This commit is contained in:
parent
3d881da12e
commit
0c8a0b3e90
@ -53,6 +53,7 @@ header h1, #pagetitle
|
|||||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1)
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1)
|
||||||
-webkit-font-smoothing: antialiased
|
-webkit-font-smoothing: antialiased
|
||||||
|
|
||||||
|
// Site name
|
||||||
header h1
|
header h1
|
||||||
letter-spacing: -1px
|
letter-spacing: -1px
|
||||||
margin: 0 0 0 -40px
|
margin: 0 0 0 -40px
|
||||||
@ -61,6 +62,7 @@ header h1
|
|||||||
content: "./ "
|
content: "./ "
|
||||||
font-size: 24px
|
font-size: 24px
|
||||||
|
|
||||||
|
// Site description
|
||||||
header h2
|
header h2
|
||||||
font:
|
font:
|
||||||
size: 18px
|
size: 18px
|
||||||
@ -79,18 +81,6 @@ header h2
|
|||||||
width: 100%
|
width: 100%
|
||||||
-webkit-font-smoothing: antialiased
|
-webkit-font-smoothing: antialiased
|
||||||
|
|
||||||
section img
|
|
||||||
max-width: 100%
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6
|
|
||||||
font:
|
|
||||||
weight: normal
|
|
||||||
family: $font
|
|
||||||
color: #678b22
|
|
||||||
letter-spacing: -0.03em
|
|
||||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1)
|
|
||||||
|
|
||||||
#main_content
|
|
||||||
h1
|
h1
|
||||||
font-size: 28px
|
font-size: 28px
|
||||||
|
|
||||||
@ -114,6 +104,30 @@ h1, h2, h3, h4, h5, h6
|
|||||||
color: #999
|
color: #999
|
||||||
margin: 0 0 5px 0
|
margin: 0 0 5px 0
|
||||||
|
|
||||||
|
table
|
||||||
|
margin: 0 0 20px 0
|
||||||
|
// width: 100%;
|
||||||
|
|
||||||
|
th
|
||||||
|
text-align: left
|
||||||
|
border-bottom: 1px dashed #678b22
|
||||||
|
padding: 5px 10px
|
||||||
|
|
||||||
|
td
|
||||||
|
padding: 5px 10px
|
||||||
|
|
||||||
|
|
||||||
|
section img
|
||||||
|
max-width: 100%
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6
|
||||||
|
font:
|
||||||
|
weight: normal
|
||||||
|
family: $font
|
||||||
|
color: #678b22
|
||||||
|
letter-spacing: -0.03em
|
||||||
|
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(181, 232, 83, 0.1), 0 0 10px rgba(181, 232, 83, 0.1)
|
||||||
|
|
||||||
dt
|
dt
|
||||||
font:
|
font:
|
||||||
style: italic
|
style: italic
|
||||||
@ -167,19 +181,6 @@ pre > code
|
|||||||
white-space: pre
|
white-space: pre
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
#main_content
|
|
||||||
table
|
|
||||||
margin: 0 0 20px 0
|
|
||||||
// width: 100%;
|
|
||||||
|
|
||||||
th
|
|
||||||
text-align: left
|
|
||||||
border-bottom: 1px dashed #678b22
|
|
||||||
padding: 5px 10px
|
|
||||||
|
|
||||||
td
|
|
||||||
padding: 5px 10px
|
|
||||||
|
|
||||||
hr
|
hr
|
||||||
height: 0
|
height: 0
|
||||||
border: 0
|
border: 0
|
||||||
@ -227,6 +228,8 @@ a
|
|||||||
color: #41a0d3
|
color: #41a0d3
|
||||||
text-shadow: 0 0 5px rgba(104, 182, 255, 0.5)
|
text-shadow: 0 0 5px rgba(104, 182, 255, 0.5)
|
||||||
|
|
||||||
|
&:visited
|
||||||
|
color: #949
|
||||||
|
|
||||||
// Clearfix
|
// Clearfix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user