gergelypolonkai-web-jekyll/css/style.sass

472 lines
8.2 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
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
pre
font-family: monospace
code
font-family: monospace
background-color: #ddd
.highlight
2015-04-26 08:41:46 +00:00
background-color: #fdf6e3
color: #586e75
2014-06-26 16:48:13 +00:00
padding: 10px
2015-04-26 08:41:46 +00:00
/* Line Numbers */
/* Make line numbers unselectable: excludes line numbers from */
/* copy-paste user ops */
.lineno
color: #93a1a1
-webkit-user-select: none
-moz-user-select: none
-o-user-select: none
.lineno::-moz-selection /* Mozilla specific */
background-color: transparent
.lineno::selection /* Other major browsers */
background-color: transparent
2014-06-26 16:48:13 +00:00
.code-title
text-indent: 0 !important
font-size: 120%
font-weight: bold
.code-description
border: 1px solid #333
background-color: #d9d9d9
padding: 3px
text-indent: 0 !important
margin: .5em 0 0 0 !important
font-size: 75%
color: #444
pre
font-family: monospace
background-color: #002b36
padding: 5px
height: 300px
overflow: auto
color: #586e75
*
font-family: monospace
background-color: #002b36
color: #586e75
code
/* Comment */
.c
2015-04-26 08:41:46 +00:00
color: #93a1a1
font-style: italic
/* Error */
.err
2015-04-26 08:41:46 +00:00
color: #586e75
/* Generic */
.g
color: #586e75
/* Keyword */
2014-06-26 16:48:13 +00:00
.k
2015-04-26 08:41:46 +00:00
color: #859900
font-weight: bold
2015-04-26 08:41:46 +00:00
/* Literal */
.l
color: #586e75
/* Name */
.n
color: #586e75
/* Operator */
.o
2015-04-26 08:41:46 +00:00
color: #859900
font-weight: bold
2015-04-26 08:41:46 +00:00
/* Other */
.x
color: #cb4b16
/* Punctuation */
.p
color: #586e75
/* Comment.Multiline */
.cm
2015-04-26 08:41:46 +00:00
color: #93a1a1
font-style: italic
/* Comment.Preproc */
.cp
2015-04-26 08:41:46 +00:00
color: #859900
font-weight: bold
/* Comment.Single */
.c1
2015-04-26 08:41:46 +00:00
color: #93a1a1
font-style: italic
/* Comment.Special */
.cs
2015-04-26 08:41:46 +00:00
color: #859900
font-weight: bold
font-style: italic
/* Generic.Deleted */
.gd
2015-04-26 08:41:46 +00:00
color: #2aa198
background-color: #ffdddd
/* Generic.Deleted.Specific */
.x
color: #000000
background-color: #ffaaaa
/* Generic.Emph */
.ge
2015-04-26 08:41:46 +00:00
color: #586e75
font-style: italic
/* Generic.Error */
.gr
2015-04-26 08:41:46 +00:00
color: #dc322f
/* Generic.Heading */
.gh
2015-04-26 08:41:46 +00:00
color: #cb4b16
/* Generic.Inserted */
.gi
2015-04-26 08:41:46 +00:00
color: #859900
/* Generic.Output */
.go
2015-04-26 08:41:46 +00:00
color: #586e75
/* Generic.Prompt */
.gp
2015-04-26 08:41:46 +00:00
color: #586e75
/* Generic.Strong */
.gs
2015-04-26 08:41:46 +00:00
color: #586e75
font-weight: bold
/* Generic.Subheading */
.gu
2015-04-26 08:41:46 +00:00
color: #cb4b16
/* Generic.Traceback */
.gt
2015-04-26 08:41:46 +00:00
color: #586e75
/* Keyword.Constant */
.kc
2015-04-26 08:41:46 +00:00
color: #cb4b16
font-weight: bold
/* Keyword.Declaration */
.kd
2015-04-26 08:41:46 +00:00
color: #268bd2
font-weight: bold
2015-04-26 08:41:46 +00:00
/* Keyword.Namespace */
.kn
color: #859900
/* Keyword.Pseudo */
.kp
2015-04-26 08:41:46 +00:00
color: #859900
font-weight: bold
/* Keyword.Reserved */
.kr
2015-04-26 08:41:46 +00:00
color: #268bd2
font-weight: bold
/* Keyword.Type */
.kt
2015-04-26 08:41:46 +00:00
color: #dc322f
font-weight: bold
2015-04-26 08:41:46 +00:00
/* Literal.Date */
.ld
color: #586e75
/* Literal.Number */
.m
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.String */
.s
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Name.Attribute */
.na
2015-04-26 08:41:46 +00:00
color: #586e75
/* Name.Builtin */
.nb
2015-04-26 08:41:46 +00:00
color: #b58900
/* Name.Class */
.nc
2015-04-26 08:41:46 +00:00
color: #268bd2
font-weight: bold
/* Name.Constant */
.no
2015-04-26 08:41:46 +00:00
color: #cb4b16
/* Name.Decorator */
.nd
color: #268bd2
/* Name.Entity */
.ni
2015-04-26 08:41:46 +00:00
color: #cb4b16
/* Name.Exception */
.ne
2015-04-26 08:41:46 +00:00
color: #cb4b16
font-weight: bold
/* Name.Function */
.nf
2015-04-26 08:41:46 +00:00
color: #268bd2
font-weight: bold
2015-04-26 08:41:46 +00:00
/* Name.Label */
.nl
color: #586e75
/* Name.Namespace */
.nn
2015-04-26 08:41:46 +00:00
color: #586e75
/* Name.Other */
.nx
color: #586e75
/* Name.Property */
.py
color: #586e75
/* Name.Tag */
.nt
2015-04-26 08:41:46 +00:00
color: #268bd2
/* Name.Variable */
.nv
2015-04-26 08:41:46 +00:00
color: #268bd2
/* Operator.Word */
.ow
2015-04-26 08:41:46 +00:00
color: #859900
/* Text.Whitespace */
.w
2015-04-26 08:41:46 +00:00
color: #586e75
/* Literal.Number.Float */
.mf
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.Number.Hex */
.mh
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.Number.Integer */
.mi
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.Number.Oct */
.mo
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.String.Backtick */
.sb
2015-04-26 08:41:46 +00:00
color: #93a1a1
/* Literal.String.Char */
.sc
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.String.Doc */
.sd
2015-04-26 08:41:46 +00:00
color: #586e75
/* Literal.String.Double */
.s2
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.String.Escape */
.se
2015-04-26 08:41:46 +00:00
color: #cb4b16
/* Literal.String.Heredoc */
.sh
2015-04-26 08:41:46 +00:00
color: #586e75
/* Literal.String.Interpol */
.si
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.String.Other */
.sx
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.String.Regex */
.sr
2015-04-26 08:41:46 +00:00
color: #dc322f
/* Literal.String.Single */
.s1
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Literal.String.Symbol */
.ss
2015-04-26 08:41:46 +00:00
color: #2aa198
/* Name.Builtin.Pseudo */
.bp
2015-04-26 08:41:46 +00:00
color: #268bd2
/* Name.Variable.Class */
.vc
2015-04-26 08:41:46 +00:00
color: #268bd2
/* Name.Variable.Global */
.vg
2015-04-26 08:41:46 +00:00
color: #268bd2
/* Name.Variable.Instance */
.vi
2015-04-26 08:41:46 +00:00
color: #268bd2
/* Literal.Number.Integer.Long */
.il
2015-04-26 08:41:46 +00:00
color: #2aa198
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