This is less

main
Raymond Wanyoike 2014-05-31 17:12:25 +03:00
parent 9bbfa7398d
commit a5deb71fd0
1 changed files with 10 additions and 3 deletions

View File

@ -4,9 +4,13 @@
@import "lesshat.less"; @import "lesshat.less";
@serif: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
@sans-serif: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
@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 { body {
background-color: #fafafa; background-color: #fafafa;
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif; font-family: @serif;
} }
h1, h1,
@ -15,14 +19,14 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: @sans-serif;
} }
code, code,
kbd, kbd,
pre, pre,
samp { samp {
font-family: 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; font-family: @monospace;
} }
a { a {
@ -93,6 +97,9 @@ a {
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 0; margin-top: 0;
} }
.post-date {
font-family: @sans-serif;
}
} }
&.full-post { &.full-post {
* img { * img {