2014-06-26 16:48:13 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
$main-font: sans-serif
|
2015-04-22 21:43:20 +00:00
|
|
|
$page-background: #333333
|
2015-04-24 23:07:09 +00:00
|
|
|
$content-background: #ffffff
|
2015-04-22 21:43:20 +00:00
|
|
|
$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
|
2015-04-22 21:43:20 +00:00
|
|
|
$link-color: #018cb0
|
2015-04-24 23:07:09 +00:00
|
|
|
$light-color: #666
|
2015-04-22 21:43:20 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
2015-04-22 21:43:20 +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
|
|
|
|
background-color: #b5b5b5
|
|
|
|
padding: 10px
|
|
|
|
|
|
|
|
.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
|
2015-04-22 15:51:28 +00:00
|
|
|
/* Comment */
|
|
|
|
.c
|
|
|
|
color: #999988
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
/* Error */
|
|
|
|
.err
|
|
|
|
color: #a61717
|
|
|
|
background-color: #e3d2d2
|
|
|
|
|
|
|
|
/* Keyword */
|
2014-06-26 16:48:13 +00:00
|
|
|
.k
|
2015-04-22 15:51:28 +00:00
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Operator */
|
|
|
|
.o
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Comment.Multiline */
|
|
|
|
.cm
|
|
|
|
color: #999988
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
/* Comment.Preproc */
|
|
|
|
.cp
|
|
|
|
color: #999999
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Comment.Single */
|
|
|
|
.c1
|
|
|
|
color: #999988
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
/* Comment.Special */
|
|
|
|
.cs
|
|
|
|
color: #999999
|
|
|
|
font-weight: bold
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
/* Generic.Deleted */
|
|
|
|
.gd
|
|
|
|
color: #000000
|
|
|
|
background-color: #ffdddd
|
|
|
|
|
|
|
|
/* Generic.Deleted.Specific */
|
|
|
|
.x
|
|
|
|
color: #000000
|
|
|
|
background-color: #ffaaaa
|
|
|
|
|
|
|
|
/* Generic.Emph */
|
|
|
|
.ge
|
|
|
|
font-style: italic
|
|
|
|
|
|
|
|
/* Generic.Error */
|
|
|
|
.gr
|
|
|
|
color: #aa0000
|
|
|
|
|
|
|
|
/* Generic.Heading */
|
|
|
|
.gh
|
|
|
|
color: #999999
|
|
|
|
|
|
|
|
/* Generic.Inserted */
|
|
|
|
.gi
|
|
|
|
color: #000000
|
|
|
|
background-color: #ddffdd
|
|
|
|
|
|
|
|
/* Generic.Inserted.Specific */
|
|
|
|
.x
|
|
|
|
color: #000000
|
|
|
|
background-color: #aaffaa
|
|
|
|
|
|
|
|
/* Generic.Output */
|
|
|
|
.go
|
|
|
|
color: #888888
|
|
|
|
|
|
|
|
/* Generic.Prompt */
|
|
|
|
.gp
|
|
|
|
color: #555555
|
|
|
|
|
|
|
|
/* Generic.Strong */
|
|
|
|
.gs
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Generic.Subheading */
|
|
|
|
.gu
|
|
|
|
color: #aaaaaa
|
|
|
|
|
|
|
|
/* Generic.Traceback */
|
|
|
|
.gt
|
|
|
|
color: #aa0000
|
|
|
|
|
|
|
|
/* Keyword.Constant */
|
|
|
|
.kc
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Keyword.Declaration */
|
|
|
|
.kd
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Keyword.Pseudo */
|
|
|
|
.kp
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Keyword.Reserved */
|
|
|
|
.kr
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Keyword.Type */
|
|
|
|
.kt
|
|
|
|
color: #445588
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Literal.Number */
|
|
|
|
.m
|
|
|
|
color: #009999
|
|
|
|
|
|
|
|
/* Literal.String */
|
|
|
|
.s
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Name.Attribute */
|
|
|
|
.na
|
|
|
|
color: #008080
|
|
|
|
|
|
|
|
/* Name.Builtin */
|
|
|
|
.nb
|
|
|
|
color: #0086B3
|
|
|
|
|
|
|
|
/* Name.Class */
|
|
|
|
.nc
|
|
|
|
color: #445588
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Name.Constant */
|
|
|
|
.no
|
|
|
|
color: #008080
|
|
|
|
|
|
|
|
/* Name.Entity */
|
|
|
|
.ni
|
|
|
|
color: #800080
|
|
|
|
|
|
|
|
/* Name.Exception */
|
|
|
|
.ne
|
|
|
|
color: #990000
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Name.Function */
|
|
|
|
.nf
|
|
|
|
color: #990000
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Name.Namespace */
|
|
|
|
.nn
|
|
|
|
color: #555555
|
|
|
|
|
|
|
|
/* Name.Tag */
|
|
|
|
.nt
|
|
|
|
color: #000080
|
|
|
|
|
|
|
|
/* Name.Variable */
|
|
|
|
.nv
|
|
|
|
color: #008080
|
|
|
|
|
|
|
|
/* Operator.Word */
|
|
|
|
.ow
|
|
|
|
font-weight: bold
|
|
|
|
|
|
|
|
/* Text.Whitespace */
|
|
|
|
.w
|
|
|
|
color: #bbbbbb
|
|
|
|
|
|
|
|
/* Literal.Number.Float */
|
|
|
|
.mf
|
|
|
|
color: #009999
|
|
|
|
|
|
|
|
/* Literal.Number.Hex */
|
|
|
|
.mh
|
|
|
|
color: #009999
|
|
|
|
|
|
|
|
/* Literal.Number.Integer */
|
|
|
|
.mi
|
|
|
|
color: #009999
|
|
|
|
|
|
|
|
/* Literal.Number.Oct */
|
|
|
|
.mo
|
|
|
|
color: #009999
|
|
|
|
|
|
|
|
/* Literal.String.Backtick */
|
|
|
|
.sb
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Char */
|
|
|
|
.sc
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Doc */
|
|
|
|
.sd
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Double */
|
|
|
|
.s2
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Escape */
|
|
|
|
.se
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Heredoc */
|
|
|
|
.sh
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Interpol */
|
|
|
|
.si
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Other */
|
|
|
|
.sx
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Regex */
|
|
|
|
.sr
|
|
|
|
color: #009926
|
|
|
|
|
|
|
|
/* Literal.String.Single */
|
|
|
|
.s1
|
|
|
|
color: #d14
|
|
|
|
|
|
|
|
/* Literal.String.Symbol */
|
|
|
|
.ss
|
|
|
|
color: #990073
|
|
|
|
|
|
|
|
/* Name.Builtin.Pseudo */
|
|
|
|
.bp
|
|
|
|
color: #999999
|
|
|
|
|
|
|
|
/* Name.Variable.Class */
|
|
|
|
.vc
|
|
|
|
color: #008080
|
|
|
|
|
|
|
|
/* Name.Variable.Global */
|
|
|
|
.vg
|
|
|
|
color: #008080
|
|
|
|
|
|
|
|
/* Name.Variable.Instance */
|
|
|
|
.vi
|
|
|
|
color: #008080
|
|
|
|
|
|
|
|
/* Literal.Number.Integer.Long */
|
|
|
|
.il
|
|
|
|
color: #009999
|
|
|
|
|
|
|
|
/* Make line numbers unselectable: excludes line numbers from */
|
|
|
|
/* copy-paste user ops */
|
|
|
|
.lineno
|
|
|
|
-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
|
|
|
|
|
|
|
#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
|