mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Reduce less files (space) tab size 4 -> 2
This commit is contained in:
parent
288e6464bd
commit
8d9827b78a
2 changed files with 220 additions and 220 deletions
|
|
@ -9,8 +9,8 @@
|
|||
@monospace: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
|
||||
body {
|
||||
background-color: #fafafa;
|
||||
font-family: @serif;
|
||||
background-color: #fafafa;
|
||||
font-family: @serif;
|
||||
}
|
||||
|
||||
h1,
|
||||
|
|
@ -19,7 +19,7 @@ h3,
|
|||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: @sans-serif;
|
||||
font-family: @sans-serif;
|
||||
}
|
||||
|
||||
code,
|
||||
|
|
@ -30,83 +30,83 @@ samp {
|
|||
}
|
||||
|
||||
a {
|
||||
.transition(color 0.2s ease-in-out);
|
||||
color: #2e2e2e;
|
||||
&:hover {
|
||||
color: orange;
|
||||
}
|
||||
&.nodec {
|
||||
text-decoration: none;
|
||||
}
|
||||
.transition(color 0.2s ease-in-out);
|
||||
color: #2e2e2e;
|
||||
&:hover {
|
||||
color: orange;
|
||||
}
|
||||
&.nodec {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #efefef;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 5px solid #333;
|
||||
margin-bottom: 30px;
|
||||
padding: 30px 0;
|
||||
.header-image {
|
||||
margin-right: 30px;
|
||||
width: 200px;
|
||||
}
|
||||
.header-name {
|
||||
font-size: 82px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.header-text {
|
||||
color: #000;
|
||||
font-size: 22px;
|
||||
margin-bottom: 51px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.header-menu {
|
||||
font-size: 18px;
|
||||
margin-bottom: 0;
|
||||
li {
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
background-color: #efefef;
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-top: 5px solid #333;
|
||||
margin-bottom: 30px;
|
||||
padding: 30px 0;
|
||||
.header-image {
|
||||
margin-right: 30px;
|
||||
width: 200px;
|
||||
}
|
||||
.header-name {
|
||||
font-size: 82px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.header-text {
|
||||
color: #000;
|
||||
font-size: 22px;
|
||||
margin-bottom: 51px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.header-menu {
|
||||
font-size: 18px;
|
||||
margin-bottom: 0;
|
||||
li {
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: #efefef;
|
||||
color: grey;
|
||||
border-top: 1px solid #ddd;
|
||||
font-size: 12px;
|
||||
margin-top: 30px;
|
||||
padding: 30px 0;
|
||||
background-color: #efefef;
|
||||
color: grey;
|
||||
border-top: 1px solid #ddd;
|
||||
font-size: 12px;
|
||||
margin-top: 30px;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.post {
|
||||
font-size: 16px;
|
||||
&.mini-post {
|
||||
padding: 30px 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 18px;
|
||||
line-height: 1.42857143; // Bootstrap rule
|
||||
margin-bottom: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.post-date {
|
||||
font-family: @sans-serif;
|
||||
font-size: 18px;
|
||||
}
|
||||
font-size: 16px;
|
||||
&.mini-post {
|
||||
padding: 30px 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
&.full-post {
|
||||
* img {
|
||||
max-width: 940px;
|
||||
}
|
||||
.post-title {
|
||||
font-size: 18px;
|
||||
line-height: 1.42857143; // Bootstrap rule
|
||||
margin-bottom: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
.post-date {
|
||||
font-family: @sans-serif;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
&.full-post {
|
||||
* img {
|
||||
max-width: 940px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .highlight {
|
||||
|
|
@ -119,6 +119,6 @@ a {
|
|||
// }
|
||||
|
||||
.separator {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue