Format
This commit is contained in:
parent
0d05304b60
commit
c5e71dfbfb
|
@ -1,7 +1,7 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
|
||||
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
|
||||
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
|
||||
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
color: #545454;
|
||||
|
@ -13,7 +13,12 @@ body {
|
|||
padding: 2em 2em 2em;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
color: #494949;
|
||||
font-weight: 600;
|
||||
line-height: 1.3;
|
||||
|
@ -44,14 +49,15 @@ h4 {
|
|||
|
||||
a {
|
||||
color: #0083e8;
|
||||
text-decoration:none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
b,
|
||||
strong {
|
||||
font-weight: 600;
|
||||
background: linear-gradient(transparent 75%, #a7d6ff 70%);
|
||||
}
|
||||
|
@ -76,7 +82,7 @@ blockquote {
|
|||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
|
||||
}
|
||||
|
||||
blockquote:before{
|
||||
blockquote:before {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
|
@ -102,30 +108,31 @@ blockquote cite {
|
|||
}
|
||||
|
||||
ul {
|
||||
padding: 0 0.5em;
|
||||
position: relative;
|
||||
padding: 0 0.5em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ul li {
|
||||
line-height: 1.5;
|
||||
padding: 0.2em 0 0.5em 1.5em;
|
||||
border-bottom: 2px solid white;
|
||||
list-style-type: none!important;
|
||||
line-height: 1.5;
|
||||
padding: 0.2em 0 0.5em 1.5em;
|
||||
border-bottom: 2px solid white;
|
||||
list-style-type: none!important;
|
||||
}
|
||||
|
||||
ul li:before {
|
||||
font-family: FontAwesome;
|
||||
content: "\f00c";
|
||||
position: absolute;
|
||||
left : 0.5em;
|
||||
color: #9dd4ff;
|
||||
font-family: FontAwesome;
|
||||
content: "\f00c";
|
||||
position: absolute;
|
||||
left: 0.5em;
|
||||
color: #9dd4ff;
|
||||
}
|
||||
|
||||
ul li:last-of-type{
|
||||
border-bottom: none;
|
||||
ul li:last-of-type {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
pre,
|
||||
code {
|
||||
background: #f5f5f5;
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
}
|
||||
|
@ -149,8 +156,8 @@ pre.sourceCode {
|
|||
}
|
||||
|
||||
footer {
|
||||
font-size: 14px;
|
||||
color: #8f9296;
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
font-size: 14px;
|
||||
color: #8f9296;
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue