gergelypolonkai-web-jekyll/css/style.sass

472 lines
8.2 KiB
Sass

---
---
$main-font: sans-serif
$page-background: #333333
$content-background: #ffffff
$content-text: #544240
$header-background: #4d4d4d
$header-text: #ffffff
$menu-background: #f18137
$menu-text: #ffffff
$footer-text: #7f7f7f
$well-background: #ccc
$link-color: #018cb0
$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
.popover
max-width: 100%
.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
article.post
div.meta
font-size: 80%
color: $light-color
margin-top: .8em
margin-bottom: .5em
body
background-color: $page-background
margin: 50px 0 0 0
.well, .jumbotron
background-color: $well-background
color: $content-text
small
color: $content-background
.jumbotron
margin-top: 20px
#about-well-image
img
padding-right: 1em
pre
font-family: monospace
code
font-family: monospace
background-color: #ddd
.highlight
background-color: #fdf6e3
color: #586e75
padding: 10px
/* 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
.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
color: #93a1a1
font-style: italic
/* Error */
.err
color: #586e75
/* Generic */
.g
color: #586e75
/* Keyword */
.k
color: #859900
font-weight: bold
/* Literal */
.l
color: #586e75
/* Name */
.n
color: #586e75
/* Operator */
.o
color: #859900
font-weight: bold
/* Other */
.x
color: #cb4b16
/* Punctuation */
.p
color: #586e75
/* Comment.Multiline */
.cm
color: #93a1a1
font-style: italic
/* Comment.Preproc */
.cp
color: #859900
font-weight: bold
/* Comment.Single */
.c1
color: #93a1a1
font-style: italic
/* Comment.Special */
.cs
color: #859900
font-weight: bold
font-style: italic
/* Generic.Deleted */
.gd
color: #2aa198
background-color: #ffdddd
/* Generic.Deleted.Specific */
.x
color: #000000
background-color: #ffaaaa
/* Generic.Emph */
.ge
color: #586e75
font-style: italic
/* Generic.Error */
.gr
color: #dc322f
/* Generic.Heading */
.gh
color: #cb4b16
/* Generic.Inserted */
.gi
color: #859900
/* Generic.Output */
.go
color: #586e75
/* Generic.Prompt */
.gp
color: #586e75
/* Generic.Strong */
.gs
color: #586e75
font-weight: bold
/* Generic.Subheading */
.gu
color: #cb4b16
/* Generic.Traceback */
.gt
color: #586e75
/* Keyword.Constant */
.kc
color: #cb4b16
font-weight: bold
/* Keyword.Declaration */
.kd
color: #268bd2
font-weight: bold
/* Keyword.Namespace */
.kn
color: #859900
/* Keyword.Pseudo */
.kp
color: #859900
font-weight: bold
/* Keyword.Reserved */
.kr
color: #268bd2
font-weight: bold
/* Keyword.Type */
.kt
color: #dc322f
font-weight: bold
/* Literal.Date */
.ld
color: #586e75
/* Literal.Number */
.m
color: #2aa198
/* Literal.String */
.s
color: #2aa198
/* Name.Attribute */
.na
color: #586e75
/* Name.Builtin */
.nb
color: #b58900
/* Name.Class */
.nc
color: #268bd2
font-weight: bold
/* Name.Constant */
.no
color: #cb4b16
/* Name.Decorator */
.nd
color: #268bd2
/* Name.Entity */
.ni
color: #cb4b16
/* Name.Exception */
.ne
color: #cb4b16
font-weight: bold
/* Name.Function */
.nf
color: #268bd2
font-weight: bold
/* Name.Label */
.nl
color: #586e75
/* Name.Namespace */
.nn
color: #586e75
/* Name.Other */
.nx
color: #586e75
/* Name.Property */
.py
color: #586e75
/* Name.Tag */
.nt
color: #268bd2
/* Name.Variable */
.nv
color: #268bd2
/* Operator.Word */
.ow
color: #859900
/* Text.Whitespace */
.w
color: #586e75
/* Literal.Number.Float */
.mf
color: #2aa198
/* Literal.Number.Hex */
.mh
color: #2aa198
/* Literal.Number.Integer */
.mi
color: #2aa198
/* Literal.Number.Oct */
.mo
color: #2aa198
/* Literal.String.Backtick */
.sb
color: #93a1a1
/* Literal.String.Char */
.sc
color: #2aa198
/* Literal.String.Doc */
.sd
color: #586e75
/* Literal.String.Double */
.s2
color: #2aa198
/* Literal.String.Escape */
.se
color: #cb4b16
/* Literal.String.Heredoc */
.sh
color: #586e75
/* Literal.String.Interpol */
.si
color: #2aa198
/* Literal.String.Other */
.sx
color: #2aa198
/* Literal.String.Regex */
.sr
color: #dc322f
/* Literal.String.Single */
.s1
color: #2aa198
/* Literal.String.Symbol */
.ss
color: #2aa198
/* Name.Builtin.Pseudo */
.bp
color: #268bd2
/* Name.Variable.Class */
.vc
color: #268bd2
/* Name.Variable.Global */
.vg
color: #268bd2
/* Name.Variable.Instance */
.vi
color: #268bd2
/* Literal.Number.Integer.Long */
.il
color: #2aa198
#keywords-button
font-size: 50%
color: #7f7f7f
font-weight: normal
text-decoration: none
#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