gergelypolonkai-web-jekyll/css/style.sass

124 lines
2.0 KiB
Sass
Raw Normal View History

2014-06-26 16:48:13 +00:00
---
---
$main-font: sans-serif
$page-background: #333333
2015-04-24 23:07:09 +00:00
$content-background: #ffffff
$content-text: #544240
2014-06-26 16:48:13 +00:00
$header-background: #4d4d4d
$header-text: #ffffff
$menu-background: #f18137
$menu-text: #ffffff
$footer-text: #7f7f7f
2015-04-24 23:07:09 +00:00
$well-background: #ccc
$link-color: #018cb0
2015-04-24 23:07:09 +00:00
$light-color: #666
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
color: $content-text
a
color: $link-color
#main-container
background-color: $content-background
2014-06-26 16:48:13 +00:00
2015-04-24 23:06:44 +00:00
.popover
max-width: 100%
2015-04-24 23:07:09 +00:00
.navbar-inverse
background-color: $menu-background
a.navbar-brand
color: $menu-text
.navbar-nav
li
a
color: $menu-text
font-weight: bold
li.open
background-color: $menu-background
a.dropdown-toggle
background-color: $menu-background
ul.dropdown-menu
background-color: $content-background
color: $content-text
li
background-color: $content-background
color: $content-text
a
background-color: $content-background
color: $content-text
font-weight: normal
2015-04-22 23:28:28 +00:00
article.post
div.meta
font-size: 80%
2015-04-24 23:07:09 +00:00
color: $light-color
2015-04-22 23:28:28 +00:00
margin-top: .8em
margin-bottom: .5em
.gist-data
max-height: 300px
overflow: auto
2014-06-26 16:48:13 +00:00
body
background-color: $page-background
2015-04-24 23:07:09 +00:00
margin: 50px 0 0 0
2014-06-26 16:48:13 +00:00
.well, .jumbotron
background-color: $well-background
color: $content-text
small
color: $content-background
2015-04-24 23:07:09 +00:00
.jumbotron
margin-top: 20px
2015-04-22 15:54:00 +00:00
#about-well-image
2014-06-26 16:48:13 +00:00
img
2015-04-22 15:54:00 +00:00
padding-right: 1em
2014-06-26 16:48:13 +00:00
#keywords-button
font-size: 50%
color: #7f7f7f
font-weight: normal
2015-04-24 23:06:44 +00:00
text-decoration: none
2014-06-26 16:48:13 +00:00
#keywords-button:hover
background-color: #4d4d4d
color: #ffffff
cursor: pointer
.keyword-first-letter
font-weight: bold
color: #f18137
.i
font-style: italic
.b
font-weight: bold
.post
margin-bottom: 2em
p.article-date
text-indent: 0
font-size: 80%
color: #7f7f7f
.paginator
margin: .5em 0
.plusone-container
margin-left: 1em
display: inline