snipt/snipt/media/cache/snipt.css

5038 lines
156 KiB
CSS

/*!
* Bootstrap @VERSION
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: @DATE
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: baseline;
*vertical-align: middle;
}
button, input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #555555;
background-color: #ffffff;
}
.container {
width: 940px;
margin-left: auto;
margin-right: auto;
*zoom: 1;
}
.container:before, .container:after {
display: table;
content: "";
}
.container:after {
clear: both;
}
.fluid-container {
position: relative;
min-width: 940px;
padding-left: 20px;
padding-right: 20px;
*zoom: 1;
}
.fluid-container:before, .fluid-container:after {
display: table;
content: "";
}
.fluid-container:after {
clear: both;
}
.fluid-sidebar {
width: 220px;
margin: 0 20px 18px;
}
.sidebar-left {
padding-left: 260px;
}
.sidebar-right {
padding-right: 260px;
}
.sidebar-left .fluid-sidebar {
float: left;
margin-left: -240px;
}
.sidebar-right .fluid-sidebar {
float: right;
margin-right: -240px;
}
.fluid-content {
float: left;
width: 100%;
}
a {
color: #0088cc;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before, .row:after {
display: table;
content: "";
}
.row:after {
clear: both;
}
[class*="span"] {
float: left;
margin-left: 20px;
}
.span1 {
width: 60px;
}
.span2 {
width: 140px;
}
.span3 {
width: 220px;
}
.span4 {
width: 300px;
}
.span5 {
width: 380px;
}
.span6 {
width: 460px;
}
.span7 {
width: 540px;
}
.span8 {
width: 620px;
}
.span9 {
width: 700px;
}
.span10 {
width: 780px;
}
.span11 {
width: 860px;
}
.span12 {
width: 940px;
}
.offset1 {
margin-left: 100px;
}
.offset2 {
margin-left: 180px;
}
.offset3 {
margin-left: 260px;
}
.offset4 {
margin-left: 340px;
}
.offset5 {
margin-left: 420px;
}
.offset6 {
margin-left: 500px;
}
.offset7 {
margin-left: 580px;
}
.offset8 {
margin-left: 660px;
}
.offset9 {
margin-left: 740px;
}
.offset10 {
margin-left: 820px;
}
.offset11 {
margin-left: 900px;
}
p {
margin: 0 0 9px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
}
p small {
font-size: 11px;
color: #999999;
}
.lead {
margin-bottom: 18px;
font-size: 20px;
font-weight: 200;
line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: bold;
color: #333333;
text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
color: #999999;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h1 small {
font-size: 18px;
}
h2 {
font-size: 24px;
line-height: 36px;
}
h2 small {
font-size: 18px;
}
h3 {
line-height: 27px;
font-size: 18px;
}
h3 small {
font-size: 14px;
}
h4, h5, h6 {
line-height: 18px;
}
h4 {
font-size: 14px;
}
h4 small {
font-size: 12px;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 11px;
color: #999999;
text-transform: uppercase;
}
ul, ol {
padding: 0;
margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li {
line-height: 18px;
}
ul.unstyled {
margin-left: 0;
list-style: none;
}
dl {
margin-bottom: 18px;
}
dt, dd {
line-height: 18px;
}
dt {
font-weight: bold;
}
dd {
margin-left: 9px;
}
hr {
margin: 18px 0;
border: 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #ffffff;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.muted {
color: #999999;
}
abbr {
font-size: 90%;
text-transform: uppercase;
border-bottom: 1px dotted #ddd;
cursor: help;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 18px;
border-left: 5px solid #eeeeee;
}
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 22.5px;
}
blockquote small {
display: block;
line-height: 18px;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
float: right;
padding-left: 0;
padding-right: 15px;
border-left: 0;
border-right: 5px solid #eeeeee;
}
blockquote.pull-right p, blockquote.pull-right small {
text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 18px;
line-height: 18px;
font-style: normal;
}
code, pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
code {
padding: 3px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 8.5px;
margin: 0 0 9px;
font-size: 12px;
line-height: 18px;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
white-space: pre;
white-space: pre-wrap;
word-break: break-all;
}
pre.prettyprint {
margin-bottom: 18px;
}
pre code {
padding: 0;
background-color: transparent;
}
small {
font-size: 100%;
}
cite {
font-style: normal;
}
form {
margin: 0 0 18px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 27px;
font-size: 19.5px;
line-height: 36px;
color: #333333;
border: 0;
border-bottom: 1px solid #eee;
-webkit-margin-collapse: separate;
}
label,
input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 18px;
}
label {
display: block;
margin-bottom: 5px;
color: #333333;
}
input,
textarea,
select,
.uneditable-input {
display: block;
width: 210px;
height: 18px;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #555555;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
input[type=image], input[type=checkbox], input[type=radio] {
width: auto;
height: auto;
padding: 0;
margin: 3px 0;
*margin-top: 0;
/* IE6-7 */
line-height: normal;
border: none;
cursor: pointer;
}
input[type=file] {
padding: initial;
line-height: initial;
border: initial;
background-color: #ffffff;
background-color: initial;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
width: auto;
height: auto;
}
select, input[type=file] {
height: 27px;
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
line-height: 27px;
}
select {
width: 220px;
vertical-align: middle;
background-color: #ffffff;
}
select[multiple], select[size] {
height: inherit;
}
input[type=image] {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
textarea {
height: auto;
}
.radio, .checkbox {
padding-left: 18px;
}
.radio input[type=radio], .checkbox input[type=checkbox] {
float: left;
margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
padding-top: 6px;
}
.radio.inline, .checkbox.inline {
display: inline-block;
margin-bottom: 0;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
margin-left: 10px;
}
input, textarea {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: 1px dotted #666;
}
.input-mini {
width: 60px;
}
.input-small {
width: 90px;
}
.input-medium {
width: 150px;
}
.input-large {
width: 210px;
}
.input-xlarge {
width: 270px;
}
.input-xxlarge {
width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
float: none;
margin-left: 0;
}
input.span1, textarea.span1, .uneditable-input.span1 {
width: 50px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
width: 130px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
width: 210px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
width: 290px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
width: 370px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
width: 450px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
width: 530px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
width: 610px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
width: 690px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
width: 770px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
width: 850px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
width: 930px;
}
select.span1 {
width: 70px;
}
select.span2 {
width: 150px;
}
select.span3 {
width: 230px;
}
select.span4 {
width: 310px;
}
select.span5 {
width: 390px;
}
select.span6 {
width: 470px;
}
select.span7 {
width: 550px;
}
select.span8 {
width: 630px;
}
select.span9 {
width: 710px;
}
select.span10 {
width: 790px;
}
select.span11 {
width: 870px;
}
select.span12 {
width: 950px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
background-color: #f5f5f5;
border-color: #ddd;
cursor: not-allowed;
}
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
color: #c09853;
}
.control-group.warning input, .control-group.warning textarea {
color: #c09853;
border-color: #c09853;
}
.control-group.warning input:focus, .control-group.warning textarea:focus {
border-color: #a47e3c;
-webkit-box-shadow: 0 0 6px #dbc59e;
-moz-box-shadow: 0 0 6px #dbc59e;
box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
color: #b94a48;
}
.control-group.error input, .control-group.error textarea {
color: #b94a48;
border-color: #b94a48;
}
.control-group.error input:focus, .control-group.error textarea:focus {
border-color: #953b39;
-webkit-box-shadow: 0 0 6px #d59392;
-moz-box-shadow: 0 0 6px #d59392;
box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
color: #468847;
}
.control-group.success input, .control-group.success textarea {
color: #468847;
border-color: #468847;
}
.control-group.success input:focus, .control-group.success textarea:focus {
border-color: #356635;
-webkit-box-shadow: 0 0 6px #7aba7b;
-moz-box-shadow: 0 0 6px #7aba7b;
box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
color: #b94a48;
border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
padding: 17px 20px 18px;
margin-top: 18px;
margin-bottom: 18px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
}
.uneditable-input {
display: block;
background-color: #ffffff;
border-color: #eee;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor: not-allowed;
}
:-moz-placeholder {
color: #999999;
}
::-webkit-input-placeholder {
color: #999999;
}
.help-block {
margin-top: 5px;
margin-bottom: 0;
color: #999999;
}
.help-inline {
*position: relative;
/* IE6-7 */
*top: -5px;
/* IE6-7 */
display: inline;
padding-left: 5px;
}
.input-prepend, .input-append {
margin-bottom: 5px;
*zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
display: table;
content: "";
}
.input-prepend:after, .input-append:after {
clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-prepend .uneditable-input, .input-append .uneditable-input {
border-left-color: #ccc;
}
.input-prepend .add-on, .input-append .add-on {
float: left;
display: block;
width: auto;
min-width: 16px;
height: 18px;
margin-right: -1px;
padding: 4px 4px 4px 5px;
font-weight: normal;
line-height: 18px;
color: #999999;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
background-color: #f5f5f5;
border: 1px solid #ccc;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
background-color: #a9dba9;
border-color: #46a546;
}
.input-prepend .add-on {
*margin-top: 1px;
/* IE6-7 */
}
.input-append input, .input-append .uneditable-input {
float: left;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
border-right-color: #ccc;
}
.input-append .add-on {
margin-right: 0;
margin-left: -1px;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.search-query {
padding-left: 14px;
padding-right: 14px;
margin-bottom: 0;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
display: inline-block;
margin-bottom: 0;
}
.form-search label, .form-inline label {
display: inline-block;
}
.control-group {
margin-bottom: 9px;
}
.form-horizontal .control-group {
margin-bottom: 18px;
}
.form-horizontal .control-group > label {
float: left;
width: 140px;
padding-top: 5px;
text-align: right;
}
.form-horizontal .controls {
margin-left: 160px;
}
.form-horizontal .form-actions {
padding-left: 160px;
}
table {
max-width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 100%;
margin-bottom: 18px;
}
.table th, .table td {
padding: 8px;
line-height: 18px;
text-align: left;
border-top: 1px solid #ddd;
}
.table th {
font-weight: bold;
vertical-align: bottom;
}
.table td {
vertical-align: top;
}
.table thead:first-child tr th, .table thead:first-child tr td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #ddd;
}
.table-condensed th, .table-condensed td {
padding: 4px 5px;
}
.table-bordered {
border: 1px solid #ddd;
border-collapse: separate;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
-webkit-border-radius: 0 0 0 4px;
-moz-border-radius: 0 0 0 4px;
border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
background-color: #f9f9f9;
}
table .span1 {
float: none;
width: 44px;
margin-left: 0;
}
table .span2 {
float: none;
width: 124px;
margin-left: 0;
}
table .span3 {
float: none;
width: 204px;
margin-left: 0;
}
table .span4 {
float: none;
width: 284px;
margin-left: 0;
}
table .span5 {
float: none;
width: 364px;
margin-left: 0;
}
table .span6 {
float: none;
width: 444px;
margin-left: 0;
}
table .span7 {
float: none;
width: 524px;
margin-left: 0;
}
table .span8 {
float: none;
width: 604px;
margin-left: 0;
}
table .span9 {
float: none;
width: 684px;
margin-left: 0;
}
table .span10 {
float: none;
width: 764px;
margin-left: 0;
}
table .span11 {
float: none;
width: 844px;
margin-left: 0;
}
table .span12 {
float: none;
width: 924px;
margin-left: 0;
}
table .header {
cursor: pointer;
}
table .header:after {
content: "";
float: right;
margin-top: 7px;
border-width: 0 4px 4px;
border-style: solid;
border-color: #000000 transparent;
visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
background-color: #f7f7f9;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
visibility: visible;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
table .headerSortUp:after {
border-bottom: none;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
visibility: visible;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
i {
background-image: url(docs/assets/img/glyphicons-halflings-sprite.png);
background-position: 0 0;
background-repeat: no-repeat;
display: inline-block;
vertical-align: text-top;
width: 14px;
height: 14px;
}
.glass {
background-position: 0 0;
}
.music {
background-position: -24px 0;
}
.search {
background-position: -48px 0;
}
.envelope {
background-position: -72px 0;
}
.heart {
background-position: -96px 0;
}
.star {
background-position: -120px 0;
}
.star-empty {
background-position: -144px 0;
}
.user {
background-position: -168px 0;
}
.film {
background-position: -192px 0;
}
.th-large {
background-position: -216px 0;
}
.th {
background-position: -240px 0;
}
.th-list {
background-position: -264px 0;
}
.ok {
background-position: -288px 0;
}
.remove {
background-position: -312px 0;
}
.zoom-in {
background-position: -336px 0;
}
.zoom-out {
background-position: -360px 0;
}
.off {
background-position: -384px 0;
}
.signal {
background-position: -408px 0;
}
.cog {
background-position: -432px 0;
}
.trash {
background-position: -456px 0;
}
.home {
background-position: 0 -24px;
}
.file {
background-position: -24px -24px;
}
.time {
background-position: -48px -24px;
}
.road {
background-position: -72px -24px;
}
.download-alt {
background-position: -96px -24px;
}
.download {
background-position: -120px -24px;
}
.upload {
background-position: -144px -24px;
}
.inbox {
background-position: -168px -24px;
}
.play-circle {
background-position: -192px -24px;
}
.repeat {
background-position: -216px -24px;
}
.refresh {
background-position: -240px -24px;
}
.calendar {
background-position: -264px -24px;
}
.lock {
background-position: -288px -24px;
}
.flag {
background-position: -312px -24px;
}
.headphones {
background-position: -336px -24px;
}
.volume-off {
background-position: -360px -24px;
}
.volume-down {
background-position: -384px -24px;
}
.volume-up {
background-position: -408px -24px;
}
.qrcode {
background-position: -432px -24px;
}
.barcode {
background-position: -456px -24px;
}
.tag {
background-position: 0 -48px;
}
.tags {
background-position: -24px -48px;
}
.book {
background-position: -48px -48px;
}
.bookmark {
background-position: -72px -48px;
}
.print {
background-position: -96px -48px;
}
.camera {
background-position: -120px -48px;
}
.font {
background-position: -144px -48px;
}
.bold {
background-position: -168px -48px;
}
.italic {
background-position: -192px -48px;
}
.text-height {
background-position: -216px -48px;
}
.text-width {
background-position: -240px -48px;
}
.align-left {
background-position: -264px -48px;
}
.align-center {
background-position: -288px -48px;
}
.align-right {
background-position: -312px -48px;
}
.align-justify {
background-position: -336px -48px;
}
.list {
background-position: -360px -48px;
}
.indent-left {
background-position: -384px -48px;
}
.indent-right {
background-position: -408px -48px;
}
.facetime-video {
background-position: -432px -48px;
}
.picture {
background-position: -456px -48px;
}
.pencil {
background-position: 0 -72px;
}
.map-marker {
background-position: -24px -72px;
}
.adjust {
background-position: -48px -72px;
}
.tint {
background-position: -72px -72px;
}
.edit {
background-position: -96px -72px;
}
.share {
background-position: -120px -72px;
}
.check {
background-position: -144px -72px;
}
.move {
background-position: -168px -72px;
}
.step-backward {
background-position: -192px -72px;
}
.fast-backward {
background-position: -216px -72px;
}
.backward {
background-position: -240px -72px;
}
.play {
background-position: -264px -72px;
}
.pause {
background-position: -288px -72px;
}
.stop {
background-position: -312px -72px;
}
.forward {
background-position: -336px -72px;
}
.fast-forward {
background-position: -360px -72px;
}
.step-forward {
background-position: -384px -72px;
}
.eject {
background-position: -408px -72px;
}
.chevron-left {
background-position: -432px -72px;
}
.chevron-right {
background-position: -456px -72px;
}
.arrow-left {
background-position: -240px -96px;
}
.arrow-right {
background-position: -264px -96px;
}
.arrow-up {
background-position: -288px -96px;
}
.arrow-down {
background-position: -312px -96px;
}
.share-alt {
background-position: -336px -96px;
}
.resize-full {
background-position: -360px -96px;
}
.resize-small {
background-position: -384px -96px;
}
.plus {
background-position: -408px -96px;
}
.minus {
background-position: -432px -96px;
}
.asterisk {
background-position: -456px -96px;
}
.dropdown {
position: relative;
}
.caret {
display: inline-block;
width: 0;
height: 0;
text-indent: -99999px;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000000;
filter: alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
content: "\2193";
}
.dropdown .caret {
margin-top: 8px;
margin-left: 2px;
*margin-top: 7px;
}
.dropdown:hover .caret, .open.dropdown .caret {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
max-width: 220px;
_width: 160px;
padding: 4px 0;
margin: 0;
list-style: none;
background-color: #ffffff;
border-color: #ccc;
border-color: rgba(0, 0, 0, 0.2);
border-style: solid;
border-width: 1px;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
zoom: 1;
*border-right-width: 2px;
*border-bottom-width: 2px;
}
.dropdown-menu.bottom-up {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
.dropdown-menu .divider {
height: 1px;
margin: 5px 1px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
display: block;
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
color: #555555;
white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
color: #ffffff;
text-decoration: none;
background-color: #0088cc;
}
.dropdown.open .dropdown-toggle {
color: #ffffff;
background: #ccc;
background: rgba(0, 0, 0, 0.3);
}
.dropdown.open .dropdown-menu {
display: block;
}
.typeahead {
margin-top: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.fade {
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-ms-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
opacity: 0;
}
.fade.in {
opacity: 1;
}
.collapse {
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-ms-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
position: relative;
overflow: hidden;
height: 0;
}
.collapse.in {
height: auto;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
filter: alpha(opacity=20);
-moz-opacity: 0.2;
opacity: 0.2;
}
.close:hover {
color: #000000;
text-decoration: none;
filter: alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
cursor: pointer;
}
.nav {
margin-left: 0;
margin-bottom: 18px;
list-style: none;
}
.nav > li > a {
display: block;
}
.nav > li > a:hover {
text-decoration: none;
background-color: #eeeeee;
}
.nav.list {
padding-left: 14px;
padding-right: 14px;
margin-bottom: 0;
}
.nav.list > li > a, .nav.list .nav-header {
display: block;
padding: 3px 15px;
margin-left: -15px;
margin-right: -15px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav.list .nav-header {
font-size: 11px;
font-weight: bold;
line-height: 18px;
color: #999999;
text-transform: uppercase;
}
.nav.list > li + .nav-header {
margin-top: 9px;
}
.nav.list .active > a {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
background-color: #0088cc;
}
.tabs, .pills {
*zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
display: table;
content: "";
}
.tabs:after, .pills:after {
clear: both;
}
.tabs > li, .pills > li {
float: left;
}
.tabs > li > a, .pills > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
}
.tabs {
border-bottom: 1px solid #ddd;
}
.tabs > li {
margin-bottom: -1px;
}
.tabs > li > a {
padding-top: 9px;
padding-bottom: 9px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.tabs > .active > a, .tabs > .active > a:hover {
color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.pills > li > a {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pills .active > a, .pills .active > a:hover {
color: #ffffff;
background-color: #0088cc;
}
.nav.stacked > li {
float: none;
}
.nav.stacked > li > a {
margin-right: 0;
}
.tabs.stacked {
border-bottom: 0;
}
.tabs.stacked > li > a {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tabs.stacked > li:first-child > a {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.tabs.stacked > li:last-child > a {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.tabs.stacked > li > a:hover {
border-color: #ddd;
z-index: 2;
}
.pills.stacked > li > a {
margin-bottom: 3px;
}
.pills.stacked > li:last-child > a {
margin-bottom: 1px;
}
.pills .dropdown-menu, .tabs .dropdown-menu {
margin-top: 1px;
border-width: 1px;
}
.pills .dropdown-menu {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tabs .dropdown-toggle .caret, .pills .dropdown-toggle .caret {
border-top-color: #0088cc;
margin-top: 6px;
}
.tabs .dropdown-toggle:hover .caret, .pills .dropdown-toggle:hover .caret {
border-top-color: #005580;
}
.tabs .active .dropdown-toggle .caret, .pills .active .dropdown-toggle .caret {
border-top-color: #333333;
}
.nav > .dropdown.active > a:hover {
color: #000000;
cursor: pointer;
}
.tabs .open .dropdown-toggle, .pills .open .dropdown-toggle, .nav > .open.active > a:hover {
color: #ffffff;
background-color: #999999;
border-color: #999999;
}
.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
border-top-color: #ffffff;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.tabs.stacked .open > a:hover {
border-color: #999999;
}
.tabbable {
*zoom: 1;
}
.tabbable:before, .tabbable:after {
display: table;
content: "";
}
.tabbable:after {
clear: both;
}
.tabs-below .tabs, .tabs-right .tabs, .tabs-left .tabs {
border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
display: none;
}
.tab-content > .active, .pill-content > .active {
display: block;
}
.tabs-below .tabs {
border-top: 1px solid #ddd;
}
.tabs-below .tabs > li {
margin-top: -1px;
margin-bottom: 0;
}
.tabs-below .tabs > li > a {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.tabs-below .tabs > li > a:hover {
border-bottom-color: transparent;
border-top-color: #ddd;
}
.tabs-below .tabs .active > a, .tabs-below .tabs .active > a:hover {
border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .tabs > li, .tabs-right .tabs > li {
float: none;
}
.tabs-left .tabs > li > a, .tabs-right .tabs > li > a {
min-width: 74px;
margin-right: 0;
margin-bottom: 3px;
}
.tabs-left .tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd;
}
.tabs-left .tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.tabs-left .tabs > li > a:hover {
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .tabs .active > a, .tabs-left .tabs .active > a:hover {
border-color: #ddd transparent #ddd #ddd;
}
.tabs-right .tabs {
float: right;
margin-left: 19px;
border-left: 1px solid #ddd;
}
.tabs-right .tabs > li > a {
margin-left: -1px;
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.tabs-right .tabs > li > a:hover {
border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .tabs .active > a, .tabs-right .tabs .active > a:hover {
border-color: #ddd #ddd #ddd transparent;
}
.navbar {
overflow: visible;
}
.navbar-inner {
background-color: #222222;
background-color: #222222;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .brand:hover {
color: #ffffff;
text-decoration: none;
}
.navbar .brand {
float: left;
display: block;
padding: 8px 20px 12px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
line-height: 1;
color: #ffffff;
}
.navbar p {
margin: 0;
line-height: 40px;
}
.navbar p a:hover {
color: #ffffff;
background-color: transparent;
}
.navbar .btn, .navbar .btn-group {
margin-top: 5px;
}
.navbar .btn-group .btn {
margin-top: 0;
}
.navbar-form {
margin-bottom: 0;
}
.navbar-form input, .navbar-form select {
display: inline-block;
margin-bottom: 0;
}
.navbar-search {
position: relative;
float: left;
margin-top: 6px;
margin-bottom: 0;
}
.navbar-search .search-query {
padding: 4px 9px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
color: #ffffff;
color: rgba(255, 255, 255, 0.75);
background: #444;
background: rgba(255, 255, 255, 0.3);
border: 1px solid #111;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.navbar-search .search-query :-moz-placeholder {
color: #eeeeee;
}
.navbar-search .search-query::-webkit-input-placeholder {
color: #eeeeee;
}
.navbar-search .search-query:hover {
color: #ffffff;
background-color: #999999;
background-color: rgba(255, 255, 255, 0.5);
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
padding: 5px 10px;
color: #333333;
text-shadow: 0 1px 0 #ffffff;
background-color: #ffffff;
border: 0;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
outline: 0;
}
.navbar-static {
margin-bottom: 18px;
}
.navbar-static .navbar-inner {
padding-left: 20px;
padding-right: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.navbar-fixed {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
float: right;
}
.navbar .nav > li {
display: block;
float: left;
}
.navbar .nav > li > a {
float: none;
padding: 10px 10px 11px;
line-height: 19px;
color: #999999;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav > li > a:hover {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
.navbar .nav .active > a {
color: #ffffff;
text-decoration: none;
background-color: #222222;
background-color: rgba(0, 0, 0, 0.5);
}
.navbar .vertical-divider {
height: 40px;
width: 1px;
margin: 0 5px;
overflow: hidden;
background-color: #222222;
border-right: 1px solid #444;
}
.navbar .nav.pull-right {
margin-left: 10px;
margin-right: 0;
}
.navbar .dropdown-menu {
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.navbar .dropdown-menu:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 9px;
}
.navbar .dropdown-menu:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 10px;
}
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
border-top-color: #ffffff;
}
.navbar .nav .active .caret {
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu {
right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before {
left: auto;
right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after {
left: auto;
right: 13px;
}
.breadcrumb {
padding: 7px 14px;
margin: 0 0 18px;
background-color: #f5f5f5;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
background-image: linear-gradient(top, #ffffff, #f5f5f5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
display: inline;
text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
padding: 0 5px;
color: #999999;
}
.breadcrumb .active a {
color: #333333;
}
.pagination {
height: 36px;
margin: 18px 0;
}
.pagination ul {
display: inline-block;
*display: inline;
/* IE7 inline-block hack */
*zoom: 1;
margin-left: 0;
margin-bottom: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
display: inline;
}
.pagination a {
float: left;
padding: 0 14px;
line-height: 34px;
text-decoration: none;
border: 1px solid #ddd;
border-left-width: 0;
}
.pagination a:hover, .pagination .active a {
background-color: #f5f5f5;
}
.pagination .active a {
color: #999999;
}
.pagination .disabled a, .pagination .disabled a:hover {
color: #999999;
background-color: transparent;
cursor: default;
}
.pagination li:first-child a {
border-left-width: 1px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.pagination-centered {
text-align: center;
}
.pagination-right {
text-align: right;
}
.pager {
margin-left: 0;
margin-bottom: 18px;
list-style: none;
text-align: center;
*zoom: 1;
}
.pager:before, .pager:after {
display: table;
content: "";
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager a {
display: inline-block;
padding: 6px 15px;
background-color: #f5f5f5;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.pager .next a {
float: right;
}
.pager .previous a {
float: left;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.modal {
position: fixed;
top: 50%;
left: 50%;
z-index: 1050;
max-height: 500px;
overflow: auto;
width: 560px;
margin: -250px 0 0 -280px;
background-color: #ffffff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
/* IE6-7 */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.modal.fade {
-webkit-transition: opacity .3s linear, top .3s ease-out;
-moz-transition: opacity .3s linear, top .3s ease-out;
-ms-transition: opacity .3s linear, top .3s ease-out;
-o-transition: opacity .3s linear, top .3s ease-out;
transition: opacity .3s linear, top .3s ease-out;
top: -25%;
}
.modal.fade.in {
top: 50%;
}
.modal-header {
padding: 5px 15px;
border-bottom: 1px solid #eee;
}
.modal-header .close {
margin-top: 7px;
}
.modal-body {
padding: 15px;
}
.modal-footer {
padding: 14px 15px 15px;
margin-bottom: 0;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
*zoom: 1;
}
.modal-footer:before, .modal-footer:after {
display: table;
content: "";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn {
float: right;
margin-left: 5px;
}
.tooltip {
position: absolute;
z-index: 1020;
display: block;
visibility: visible;
padding: 5px;
font-size: 11px;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.tooltip.top {
margin-top: -2px;
}
.tooltip.right {
margin-left: 2px;
}
.tooltip.bottom {
margin-top: 2px;
}
.tooltip.left {
margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
padding: 5px;
}
.popover.top {
margin-top: -5px;
}
.popover.right {
margin-left: 5px;
}
.popover.bottom {
margin-top: 5px;
}
.popover.left {
margin-left: -5px;
}
.popover.top .arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #000000;
}
.popover.right .arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #000000;
}
.popover.bottom .arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #000000;
}
.popover.left .arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #000000;
}
.popover .arrow {
position: absolute;
width: 0;
height: 0;
}
.popover .inner {
padding: 3px;
width: 280px;
overflow: hidden;
background: #000000;
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
padding: 9px 15px;
line-height: 1;
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.popover .content {
padding: 14px;
background-color: #ffffff;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
margin-bottom: 0;
}
.btn.danger,
.btn.danger:hover,
.btn.success,
.btn.success:hover,
.btn.info,
.btn.info:hover {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
color: #ffffff;
}
.btn.danger {
background-color: #c43c35;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success {
background-color: #57a957;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info {
background-color: #339bb9;
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
border-color: #339bb9 #339bb9 #22697d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
display: inline-block;
padding: 5px 10px 6px;
font-size: 13px;
line-height: normal;
color: #333333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
background-color: #e6e6e6;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
.btn:hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
}
.btn:focus {
outline: 1px dotted #666;
}
.btn.primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0064cd;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
background-image: none;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn[disabled] {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn.large {
padding: 9px 14px 9px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn.small {
padding: 7px 9px 7px;
font-size: 11px;
}
:root .btn {
border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.btn-group {
position: relative;
*zoom: 1;
}
.btn-group:before, .btn-group:after {
display: table;
content: "";
}
.btn-group:after {
clear: both;
}
.btn-group + .btn-group {
margin-left: 5px;
}
.btn-toolbar .btn-group {
display: inline-block;
}
.btn-group .btn {
position: relative;
float: left;
margin-left: -1px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-group .btn:first-child {
margin-left: 0;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
margin-left: 0;
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
z-index: 2;
}
.btn-group .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .dropdown-menu {
display: block;
margin-top: 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-group.open .dropdown-menu.large {
top: 40px;
}
.btn-group.open .dropdown-toggle {
background-image: none;
-webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
margin-top: 6px;
margin-left: 0;
}
.primary .caret,
.danger .caret,
.info .caret,
.success .caret {
border-top-color: #ffffff;
filter: alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #f3edd2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.alert, .alert-heading {
color: #c09853;
}
.alert .close {
position: relative;
right: -21px;
line-height: 18px;
}
.alert-success {
background-color: #dff0d8;
border-color: #cfe8c4;
}
.alert-success, .alert-success .alert-heading {
color: #468847;
}
.alert-danger, .alert-error {
background-color: #f2dede;
border-color: #e9c7c7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
color: #b94a48;
}
.alert-info {
background-color: #d9edf7;
border-color: #bfe1f2;
}
.alert-info, .alert-info .alert-heading {
color: #3a87ad;
}
.alert-block {
padding-top: 14px;
padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
margin-bottom: 0;
}
.alert-block p + p {
margin-top: 5px;
}
.thumbnails {
margin-left: -20px;
list-style: none;
*zoom: 1;
}
.thumbnails:before, .thumbnails:after {
display: table;
content: "";
}
.thumbnails:after {
clear: both;
}
.thumbnails > li {
float: left;
margin: 0 0 18px 20px;
}
.thumbnail {
display: block;
padding: 4px;
line-height: 1;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
border-color: #0088cc;
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
display: block;
max-width: 100%;
}
.thumbnail .caption {
padding: 9px;
}
.label {
padding: 1px 3px 2px;
font-size: 9.75px;
font-weight: bold;
color: #ffffff;
text-transform: uppercase;
background-color: #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.label.important {
background-color: #c43c35;
}
.label.warning {
background-color: #f89406;
}
.label.success {
background-color: #46a546;
}
.label.notice {
background-color: #62cffc;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
.progress, .progress .bar {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.progress {
height: 18px;
margin-bottom: 18px;
background-color: #f9f9f9;
background-image: -khtml-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .bar {
width: 0%;
height: 18px;
color: #fff;
font-size: 12px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0480be;
background-image: -khtml-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -ms-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #149bdf), color-stop(100%, #0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(top, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-ms-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress.striped .bar {
background-color: #62c462;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress.danger .bar {
background-color: #c43c35;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress.danger.striped .bar {
background-color: #ee5f5b;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.success .bar {
background-color: #57a957;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress.success.striped .bar {
background-color: #62c462;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.info .bar {
background-color: #339bb9;
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress.info.striped .bar {
background-color: #5bc0de;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
margin-bottom: 18px;
}
.accordion-group {
background-color: #f5f5f5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.accordion-heading {
padding: 8px 15px;
border-bottom: 0;
}
.accordion-body {
margin-bottom: 2px;
}
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
}
.carousel {
position: relative;
line-height: 1;
}
.carousel-inner {
overflow: hidden;
width: 100%;
position: relative;
}
.carousel .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left;
-ms-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel .active, .carousel .next, .carousel .prev {
display: block;
}
.carousel .active {
left: 0;
}
.carousel .next, .carousel .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel .next {
left: 100%;
}
.carousel .prev {
left: -100%;
}
.carousel .next.left, .carousel .prev.right {
left: 0;
}
.carousel .active.left {
left: -100%;
}
.carousel .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 40%;
left: 15px;
width: 40px;
height: 40px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #fff;
text-align: center;
background: #222222;
border: 3px solid #fff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.carousel-control.right {
left: auto;
right: 15px;
}
.carousel-control:hover {
color: #ffffff;
text-decoration: none;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
.carousel-caption {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 10px 15px 5px;
background: #333333;
background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4, .carousel-caption p {
color: #ffffff;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none;
}
.show {
display: block;
}
.invisible {
visibility: hidden;
}
.hidden {
display: none;
visibility: hidden;
}
@media (max-width: 480px) {
.navbar .nav {
position: absolute;
top: 0;
left: 0;
width: 180px;
padding-top: 40px;
list-style: none;
}
.navbar .nav, .navbar .nav > li:last-child a {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
.navbar .nav > li {
float: none;
display: none;
}
.navbar .nav > li > a {
float: none;
background-color: #222;
}
.navbar .nav > .active {
display: block;
position: absolute;
top: 0;
left: 0;
}
.navbar .nav > .active > a {
background-color: transparent;
}
.navbar .nav > .active > a:hover {
background-color: #333;
}
.navbar .nav > .active > a:after {
display: inline-block;
width: 0;
height: 0;
margin-top: 8px;
margin-left: 6px;
text-indent: -99999px;
vertical-align: top;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #ffffff;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
content: "↓";
}
.navbar .nav:hover > li {
display: block;
}
.navbar .nav:hover > li > a:hover {
background-color: #333;
}
.form-horizontal .control-group > label {
float: none;
width: auto;
padding-top: 0;
text-align: left;
}
.form-horizontal .controls {
margin-left: 0;
}
.form-horizontal .control-list {
padding-top: 0;
}
.form-horizontal .form-actions {
padding-left: 0;
}
.modal {
position: absolute;
top: 20px;
left: 20px;
right: 20px;
width: auto;
margin: 0;
}
.modal.fade.in {
top: auto;
}
.modal-header .close {
padding: 10px;
}
}
@media (max-width: 768px) {
.navbar-fixed {
position: absolute;
}
.navbar-fixed .nav {
float: none;
}
.container {
width: auto;
padding: 0 20px;
}
.row {
margin-left: 0;
}
.row > [class*="span"] {
float: none;
display: block;
width: auto;
margin: 0;
}
}
@media (min-width: 768px) and (max-width: 940px) {
.container {
width: 748px;
}
.span1 {
width: 44px;
}
.span2 {
width: 108px;
}
.span3 {
width: 172px;
}
.span4 {
width: 236px;
}
.span5 {
width: 300px;
}
.span6 {
width: 364px;
}
.span7 {
width: 428px;
}
.span8 {
width: 492px;
}
.span9 {
width: 556px;
}
.span10 {
width: 620px;
}
.span11 {
width: 684px;
}
.span12 {
width: 748px;
}
.offset1 {
margin-left: 64px;
}
.offset2 {
margin-left: 128px;
}
.offset3 {
margin-left: 192px;
}
.offset4 {
margin-left: 256px;
}
.offset5 {
margin-left: 320px;
}
.offset6 {
margin-left: 384px;
}
.offset7 {
margin-left: 448px;
}
.offset8 {
margin-left: 512px;
}
.offset9 {
margin-left: 576px;
}
.offset10 {
margin-left: 640px;
}
.offset11 {
margin-left: 704px;
}
.offset12 {
margin-left: 768px;
}
}
/*
@media (min-width: 1210px) {
// Reset grid variables
@gridColumns: 12;
@gridColumnWidth: 70px;
@gridGutterWidth: 30px;
@siteWidth: 1170px;
// Bring grid mixins to recalculate widths
.columns(@columnSpan: 1) {
width: (@gridColumnWidth * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1));
}
.offset(@columnOffset: 1) {
margin-left: (@gridColumnWidth * @columnOffset) + (@gridGutterWidth * (@columnOffset - 1)) + @gridGutterWidth;
}
.container {
width: @siteWidth;
}
.row {
margin-left: @gridGutterWidth * -1;
}
[class*="span"] {
margin-left: @gridGutterWidth;
}
// Default columns
.span1 { .columns(1); }
.span2 { .columns(2); }
.span3 { .columns(3); }
.span4 { .columns(4); }
.span5 { .columns(5); }
.span6 { .columns(6); }
.span7 { .columns(7); }
.span8 { .columns(8); }
.span9 { .columns(9); }
.span10 { .columns(10); }
.span11 { .columns(11); }
.span12 { .columns(12); }
// Offset column options
.offset1 { .offset(1); }
.offset2 { .offset(2); }
.offset3 { .offset(3); }
.offset4 { .offset(4); }
.offset5 { .offset(5); }
.offset6 { .offset(6); }
.offset7 { .offset(7); }
.offset8 { .offset(8); }
.offset9 { .offset(9); }
.offset10 { .offset(10); }
.offset11 { .offset(11); }
.offset12 { .offset(12); }
}
*//* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html, body {
background: #f5f2f3 url('https://snipt.s3.amazonaws.com/images/bg.gif') top left repeat;
}
body {
color: #666;
font: normal 14px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
text-rendering: optimizeLegibility;
}
body li {
line-height: normal;
}
header.main {
background: #12343d url('https://snipt.s3.amazonaws.com/images/header-bg.gif') top left repeat-x;
border-bottom: 1px solid #DDDDDD;
height: 66px;
position: relative;
z-index: 50;
}
header.main div.inner {
border-left: 1px solid rgba(229, 229, 229, 0.25);
height: 65px;
margin: 0 auto;
position: relative;
width: 939px;
}
header.main div.inner div.shadey {
background: transparent url('https://snipt.s3.amazonaws.com/images/header-inner-bg.png') top left no-repeat;
height: 65px;
left: -157px;
position: absolute;
top: 0;
width: 432px;
z-index: 49;
}
header.main div.inner h1 {
float: left;
position: relative;
z-index: 50;
}
header.main div.inner h1 a {
background: transparent url('https://snipt.s3.amazonaws.com/images/logo.png') top left no-repeat;
display: block;
float: left;
height: 35px;
margin: 16px 0 0 16px;
text-indent: -1000em;
width: 87px;
}
header.main div.inner form.search {
float: left;
padding: 17px 0 0 20px;
position: relative;
z-index: 50;
}
header.main div.inner form.search div.infield {
position: relative;
}
header.main div.inner form.search div.infield label {
color: #72979C;
cursor: text;
float: none;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
left: 30px;
position: absolute;
top: 8px;
width: auto;
}
header.main div.inner form.search div.infield input {
background: #17484f url('https://snipt.s3.amazonaws.com/images/search-icon.png') top left no-repeat;
background: rgba(43, 82, 93, 0.5) url('https://snipt.s3.amazonaws.com/images/search-icon.png') 8px center no-repeat;
border: 1px solid #3A5E67;
color: #FFF;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
height: auto;
margin: 0;
padding: 7px;
padding-left: 28px;
width: 175px;
-webkit-background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-background-clip: padding-box;
-moz-border-radius: 3px;
border-radius: 3px;
background-clip: padding-box;
-webkit-box-shadow: inset 0 1px 0px #1d4249;
-moz-box-shadow: inset 0 1px 0px #1d4249;
box-shadow: inset 0 1px 0px #1d4249;
}
header.main div.inner form.search div.infield input:focus {
border-color: #62D5E1;
}
header.main div.inner nav.public {
float: left;
}
header.main div.inner nav.public ul {
margin: 0;
padding: 17px 0 0 20px;
}
header.main div.inner nav.public ul li {
display: block;
float: left;
}
header.main div.inner nav.public ul li a {
border-bottom: 2px solid transparent;
color: #FFF;
display: block;
float: left;
font: 500 14px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
padding: 7px;
padding-bottom: 4px;
margin-right: 20px;
text-decoration: none;
-webkit-transition: border .08s linear;
-moz-transition: border .08s linear;
-o-transition: border .08s linear;
transition: border .08s linear;
}
header.main div.inner nav.public ul li a:hover {
border-bottom: 2px solid #3A5E67;
}
header.main div.inner nav.public ul li a.active {
border-bottom: 2px solid #85D2DD;
}
header.main div.inner aside.nav {
border-left: 1px solid rgba(229, 229, 229, 0.25);
float: right;
height: 65px;
margin: 0;
width: 189px;
}
header.sub {
background: #e4e4e4;
background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dbdbdb));
background: -moz-linear-gradient(center top, #ececec 0%, #dbdbdb 100%);
background: -moz-gradient(center top, #ececec 0%, #dbdbdb 100%);
}
header.sub div.inner {
border-left: 1px solid #d0d0d0;
margin: 0 auto;
position: relative;
width: 939px;
z-index: 49;
}
header.sub div.inner ul.bcrumb {
border-right: 1px solid #d0d0d0;
float: left;
margin: 0;
padding-left: 16px;
width: 733px;
}
header.sub div.inner ul.bcrumb li {
display: inline-block;
max-width: 490px;
line-height: normal;
overflow: hidden;
padding: 4px 0 7px 0;
text-overflow: ellipsis;
white-space: nowrap;
}
header.sub div.inner ul.bcrumb li a {
color: #999999;
font: bold 12px Consolas, Menlo, "Courier New", monospace;
text-decoration: none;
text-shadow: 0 1px 0 #FFF;
}
header.sub div.inner ul.bcrumb li a:hover {
text-decoration: underline;
}
header.sub div.inner ul.bcrumb li.prompt {
color: #999999;
font: bold 12px Consolas, Menlo, "Courier New", monospace;
margin-right: 3px;
text-shadow: 0 1px 0 #FFF;
}
header.sub div.inner div.shortcuts {
color: #999999;
float: right;
font: bold 12px Consolas, Menlo, "Courier New", monospace;
padding-top: 6px;
text-shadow: 0 1px 0 #FFF;
}
section.main {
height: 100%;
margin: 0 auto;
position: relative;
width: 940px;
}
section.main div.ruler {
background: #DDDDDD;
height: 100%;
position: fixed;
top: 0;
width: 1px;
z-index: 48;
}
section.main div.left-y {
margin-left: 0;
}
section.main div.right-y {
margin-left: 750px;
}
section.main div.inner {
float: left;
margin-left: 1px;
width: 749px;
}
section.main aside.main {
float: right;
padding-top: 30px;
width: 190px;
}
section.main aside.main section.ad {
margin-bottom: 28px;
}
section.main aside.main section.ad div.asset {
background: #FFF;
border: 1px solid #DDDDDD;
margin: 0 15px 6px;
padding: 15px 14px;
width: 130px;
-webkit-background-clip: padding-box;
-webkit-border-radius: 4px;
-moz-background-clip: padding-box;
-moz-border-radius: 4px;
border-radius: 4px;
background-clip: padding-box;
}
section.main aside.main section.ad div.asset a {
color: #939393;
display: block;
font: normal 11px/12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
text-decoration: none;
}
section.main aside.main section.ad div.asset a img {
display: block;
margin-bottom: 10px;
}
section.main aside.main section.ad div.asset a:hover {
color: #666;
text-decoration: none;
}
section.main aside.main section.ad div.meta {
color: #939393;
font: normal 11px/12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
margin: 0 15px;
text-align: center;
text-transform: uppercase;
}
section.main aside.main section.ad div.meta a {
color: #CCC;
text-decoration: none;
}
section.main aside.main section.ad div.meta a:hover {
text-decoration: underline;
}
section.main aside.main section.tags {
margin: 0 15px 45px 15px;
}
section.main aside.main section.tags h1 {
background: transparent url('https://snipt.s3.amazonaws.com/images/tags-icon.png') 0 0 no-repeat;
color: #3BAAF3;
font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
padding-bottom: 5px;
padding-left: 22px;
}
section.main aside.main section.tags ul {
margin: 0 0 15px 0;
}
section.main aside.main section.tags ul li {
list-style-type: none;
margin: 6px 0 6px 22px;
}
section.main aside.main section.tags a {
border-bottom: 1px solid #5AB6F4;
color: #5AB6F4;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
text-decoration: none;
}
section.main aside.main section.tags a:hover {
border-bottom: 1px solid #2B6E9B;
color: #2B6E9B;
}
section.main aside.main section.tags a.view-all {
font-weight: bold;
margin: 0 0 0 22px;
}
section.main aside.main section.tags a.active {
border-bottom: 1px solid #2B6E9B;
color: #2B6E9B;
}
section.main aside.main nav.footer {
margin: 45px 15px 32px;
}
section.main aside.main nav.footer ul {
margin: 0;
}
section.main aside.main nav.footer ul li {
background: transparent url('https://snipt.s3.amazonaws.com/images/api-icon.png') center left no-repeat;
margin: 6px 0 6px 0;
padding-left: 22px;
}
section.main aside.main nav.footer ul li a {
border-bottom: 1px solid #999;
color: #999;
font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
text-decoration: none;
}
section.main aside.main nav.footer ul li a:hover {
border-bottom: 1px solid #333;
color: #333;
}
section.main aside.main nav.footer ul li.twitter {
background: transparent url('https://snipt.s3.amazonaws.com/images/twitter-icon.png') 4px center no-repeat;
}
section.main aside.main nav.footer ul li.pro {
background: transparent url('https://snipt.s3.amazonaws.com/images/upgrade-icon.png') 2px center no-repeat;
}
section.main aside.main nav.footer ul li.groups {
background: transparent url('https://snipt.s3.amazonaws.com/images/groups-icon.png') 2px center no-repeat;
}
article.snipt {
margin: 30px 0;
position: relative;
}
article.snipt div.number {
color: #CCC;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
left: -115px;
position: absolute;
text-align: right;
top: 4px;
width: 100px;
}
article.snipt div.container {
background: #FFF;
border: 1px solid #DDD;
border-left: 0;
float: left;
position: relative;
width: 618px;
}
article.snipt div.container div.ruler {
background: #DDD;
height: 1px;
left: -3000px;
position: absolute;
top: auto;
width: 3000px;
}
article.snipt div.container div.top-x {
top: -1px;
}
article.snipt div.container div.bottom-x {
bottom: -1px;
}
article.snipt div.container header {
border-bottom: 1px solid #F1F1EE;
-webkit-box-shadow: inset 0 -1px 0 #ffffff;
-moz-box-shadow: inset 0 -1px 0 #ffffff;
box-shadow: inset 0 -1px 0 #ffffff;
background: #fffdf9;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffaf2));
background: -moz-linear-gradient(center top, #ffffff 0%, #fffaf2 100%);
background: -moz-gradient(center top, #ffffff 0%, #fffaf2 100%);
}
article.snipt div.container header h1 {
clear: left;
font: bold 16px/20px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
margin: 8px 15px 10px 15px;
}
article.snipt div.container header h1 a {
color: #666;
display: block;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
white-space: nowrap;
-webkit-transition: color .08s linear;
-moz-transition: color .08s linear;
-o-transition: color .08s linear;
transition: color .08s linear;
}
article.snipt div.container header h1 a:hover {
color: #3BAAF3;
}
article.snipt div.container header h2 {
border: 1px solid #E9E9E9;
border-top: 0;
color: #73BBC5;
display: inline-block;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
margin-left: 15px;
padding: 3px 8px 2px 8px;
}
article.snipt div.container section.code {
background-color: #FFF;
height: 200px;
overflow: hidden;
position: relative;
z-index: 51;
}
article.snipt div.container section.code div.highlight pre {
background: transparent;
border: none;
font: normal 12px/16px Consolas, Menlo, "Courier New", monospace;
font-weight: normal !important;
overflow-x: auto;
margin: 0 15px;
min-height: 173px;
padding: 13px 0;
}
article.snipt div.container section.code a.expand {
background: #ffffff url('https://snipt.s3.amazonaws.com/images/expand.png') 15px 18px no-repeat;
border-top: 1px solid #F1F1EE;
bottom: 0;
color: #999999;
display: block;
font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
padding: 15px 40px 15px 40px;
position: absolute;
text-decoration: none;
text-transform: uppercase;
width: 100%;
-webkit-box-shadow: 0 -25px 25px #ffffff;
-moz-box-shadow: 0 -25px 25px #ffffff;
box-shadow: 0 -25px 25px #ffffff;
}
article.snipt div.container section.code a.expand span.collapse {
display: none;
}
article.snipt div.container section.code a.expand span.lines {
font: normal 10px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
margin-left: 5px;
vertical-align: 1px;
}
article.snipt div.container section.code a.expand:hover {
color: #3BAAF3;
font-weight: bold;
}
article.snipt div.container section.code a.expand:focus {
outline: none;
}
article.snipt div.container section.code div.raw {
display: none;
}
article.snipt div.container section.emacs a.expand, article.snipt div.container section.default a.expand {
-webkit-box-shadow: 0 -25px 25px #f8f8f8;
-moz-box-shadow: 0 -25px 25px #f8f8f8;
box-shadow: 0 -25px 25px #f8f8f8;
}
article.snipt div.container section.friendly a.expand {
-webkit-box-shadow: 0 -25px 25px #f0f0f0;
-moz-box-shadow: 0 -25px 25px #f0f0f0;
box-shadow: 0 -25px 25px #f0f0f0;
}
article.snipt div.container section.fruity a.expand {
-webkit-box-shadow: 0 -25px 25px #111111;
-moz-box-shadow: 0 -25px 25px #111111;
box-shadow: 0 -25px 25px #111111;
}
article.snipt div.container section.manni a.expand {
-webkit-box-shadow: 0 -25px 25px #f0f3f3;
-moz-box-shadow: 0 -25px 25px #f0f3f3;
box-shadow: 0 -25px 25px #f0f3f3;
}
article.snipt div.container section.monokai a.expand {
-webkit-box-shadow: 0 -25px 25px #272822;
-moz-box-shadow: 0 -25px 25px #272822;
box-shadow: 0 -25px 25px #272822;
}
article.snipt div.container section.native a.expand {
-webkit-box-shadow: 0 -25px 25px #202020;
-moz-box-shadow: 0 -25px 25px #202020;
box-shadow: 0 -25px 25px #202020;
}
article.snipt div.container section.perldoc a.expand {
-webkit-box-shadow: 0 -25px 25px #eeeedd;
-moz-box-shadow: 0 -25px 25px #eeeedd;
box-shadow: 0 -25px 25px #eeeedd;
}
article.snipt div.container section.tango a.expand {
-webkit-box-shadow: 0 -25px 25px #f8f8f8;
-moz-box-shadow: 0 -25px 25px #f8f8f8;
box-shadow: 0 -25px 25px #f8f8f8;
}
article.snipt div.container:after {
bottom: 8px;
content: "";
height: 20px;
position: absolute;
right: 3px;
width: 50%;
z-index: 48;
-webkit-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
-moz-box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
box-shadow: 0 6px 12px rgba(184, 184, 184, 0.6);
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
transform: rotate(3deg);
}
article.snipt aside {
float: right;
margin: 23px 30px 0 0;
width: 100px;
}
article.snipt aside ul.options {
margin: 0;
}
article.snipt aside ul.options li {
list-style-type: none;
margin: 2px 0;
}
article.snipt aside ul.options li a {
background: rgba(128, 128, 128, 0.15) url('https://snipt.s3.amazonaws.com/images/edit-icon.png') 14px center no-repeat;
color: #000;
display: block;
font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
opacity: .5;
padding: 7px 10px 7px 35px;
position: relative;
text-decoration: none;
}
article.snipt aside ul.options li a:hover, article.snipt aside ul.options li a.hover {
background-color: rgba(128, 128, 128, 0.18);
opacity: 1;
text-decoration: none;
}
article.snipt aside ul.options li a.edit:after {
background: #f5f2f3 url('https://snipt.s3.amazonaws.com/images/bg.gif') top left repeat;
content: "";
height: 20px;
position: absolute;
right: 5px;
top: -3px;
width: 3px;
-webkit-transform: rotate(-45deg);
}
article.snipt aside ul.options li a.embed {
background-image: url('https://snipt.s3.amazonaws.com/images/embed-icon.png');
}
article.snipt aside ul.options li a.copy {
background-image: url('https://snipt.s3.amazonaws.com/images/copy-icon.png');
}
article.snipt aside ul.options li a.copy span.done {
display: none;
}
article.snipt aside section.tags {
padding-top: 15px;
}
article.snipt aside section.tags h2 {
background: transparent url('https://snipt.s3.amazonaws.com/images/snipt-tags-icon.png') 15px center no-repeat;
color: #999999;
font: bold 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
padding: 7px 0 7px 35px;
}
article.snipt aside section.tags ul {
margin: 0;
}
article.snipt aside section.tags ul li {
list-style-type: none;
margin: 5px 10px 5px 35px;
}
article.snipt aside section.tags ul li a {
border-bottom: 1px solid #999;
color: #999;
display: inline-block;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
max-width: 72px;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
white-space: nowrap;
}
article.snipt aside section.tags ul li a:hover {
border-color: #000;
color: #000;
}
article.snipt aside section.tags ul.expanded li {
display: block;
}
article.snipt footer {
clear: both;
padding-bottom: 20px;
}
article.snipt footer ul.attrs {
margin: 15px 0 0 15px;
}
article.snipt footer ul.attrs li {
background: transparent url('https://snipt.s3.amazonaws.com/images/calendar-icon.png') top left no-repeat;
color: #999;
display: inline;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
margin-right: 15px;
padding: 1px 0 0 24px;
}
article.snipt footer ul.attrs li a {
color: #999;
font: normal 12px 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
text-decoration: none;
}
article.snipt footer ul.attrs li a:hover {
text-decoration: underline;
}
article.snipt footer ul.attrs li.author {
background: transparent url('https://snipt.s3.amazonaws.com/images/author-icon.png') 0 1px no-repeat;
}
article.snipt footer ul.attrs li.comments {
background: transparent url('https://snipt.s3.amazonaws.com/images/comments-icon.png') 0 2px no-repeat;
}
article.snipt div.expanded section.code {
height: auto;
}
article.snipt div.expanded section.code div.highlight pre {
padding-bottom: 60px;
}
article.snipt div.expanded section.code a.expand {
background-image: url('https://snipt.s3.amazonaws.com/images/collapse.png');
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
article.snipt div.expanded section.code a.expand span.expand {
display: none;
}
article.snipt div.expanded section.code a.expand span.collapse {
display: inline;
}
article.snipt div.expanded section.code a.expand span.lines {
display: none;
}
article.snipt.selected div.container {
-webkit-box-shadow: 0 0 20px #85D2DD;
-moz-box-shadow: 0 0 20px #85D2DD;
box-shadow: 0 0 20px #85D2DD;
}
article.snipt.selected div.container:after {
display: none;
}
article.private-snipt div.container header {
background: #fffdf9 url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat;
background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fffaf2));
background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -moz-linear-gradient(center top, #ffffff 0%, #fffaf2 100%);
background: url('https://snipt.s3.amazonaws.com/images/private-icon.png') top right no-repeat, -moz-gradient(center top, #ffffff 0%, #fffaf2 100%);
}
article.private-snipt div.container header h1 a {
padding-right: 25px;
}
div.pagination {
margin: 0 15px 35px 15px;
text-align: center;
}
div.pagination ul {
background: #FFF;
}
div.pagination ul li a {
color: #3BAAF3;
}
body.detail div.right-y {
display: none;
}
body.detail section.main div.inner {
width: 100%;
}
body.detail section.main div.inner section.snipts div#disqus_thread {
margin-bottom: 0;
margin-left: 15px;
width: 825px;
}
body.detail section.main div.inner section.snipts div#disqus_thread #dsq-content {
margin-top: -38px;
}
body.detail section.main div.inner section.snipts div#disqus_thread #dsq-content #dsq-global-toolbar {
margin-bottom: 18px;
margin-top: 0;
}
body.detail section.main div.inner section.snipts div#disqus_thread #dsq-content #dsq-sort-by {
display: none;
}
body.detail section.main div.inner section.snipts div#disqus_thread #dsq-content .dsq-comment-text {
color: #666;
}
body.detail section.main div.inner section.snipts div#disqus_thread #dsq-content h3 {
display: none;
}
body.detail section.main div.inner section.snipts div#disqus_thread #dsq-content .dsq-textarea-wrapper {
overflow: hidden;
}
body.detail section.main div.inner section.snipts div#disqus_thread #dsq-footer {
display: none;
}
body.detail section.main div.inner section.snipts article.snipt {
margin-bottom: 0;
}
body.detail section.main div.inner section.snipts article.snipt div.container {
width: 839px;
}
body.detail section.main div.inner section.snipts article.snipt div.container header h1 a {
white-space: normal;
}
body.detail section.main div.inner section.snipts article.snipt div.container section.code {
height: auto;
}
body.detail section.main div.inner section.snipts article.snipt div.container:after {
bottom: 11px;
height: 23px;
}
body.detail section.main div.inner section.snipts article.snipt aside {
margin-right: 0;
}
.group:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hidden {
display: none;
}
.autumn { background-color: #FFF; color: #000; }
.autumn .hll { background-color: #ffffcc }
.autumn .c { color: #aaaaaa; font-style: italic } /* Comment */
.autumn .err { color: #F00000; background-color: #F0A0A0 } /* Error */
.autumn .k { color: #0000aa } /* Keyword */
.autumn .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
.autumn .cp { color: #4c8317 } /* Comment.Preproc */
.autumn .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
.autumn .cs { color: #0000aa; font-style: italic } /* Comment.Special */
.autumn .gd { color: #aa0000 } /* Generic.Deleted */
.autumn .ge { font-style: italic } /* Generic.Emph */
.autumn .gr { color: #aa0000 } /* Generic.Error */
.autumn .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.autumn .gi { color: #00aa00 } /* Generic.Inserted */
.autumn .go { color: #888888 } /* Generic.Output */
.autumn .gp { color: #555555 } /* Generic.Prompt */
.autumn .gs { font-weight: bold } /* Generic.Strong */
.autumn .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.autumn .gt { color: #aa0000 } /* Generic.Traceback */
.autumn .kc { color: #0000aa } /* Keyword.Constant */
.autumn .kd { color: #0000aa } /* Keyword.Declaration */
.autumn .kn { color: #0000aa } /* Keyword.Namespace */
.autumn .kp { color: #0000aa } /* Keyword.Pseudo */
.autumn .kr { color: #0000aa } /* Keyword.Reserved */
.autumn .kt { color: #00aaaa } /* Keyword.Type */
.autumn .m { color: #009999 } /* Literal.Number */
.autumn .s { color: #aa5500 } /* Literal.String */
.autumn .na { color: #1e90ff } /* Name.Attribute */
.autumn .nb { color: #00aaaa } /* Name.Builtin */
.autumn .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
.autumn .no { color: #aa0000 } /* Name.Constant */
.autumn .nd { color: #888888 } /* Name.Decorator */
.autumn .ni { color: #800000; font-weight: bold } /* Name.Entity */
.autumn .nf { color: #00aa00 } /* Name.Function */
.autumn .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
.autumn .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
.autumn .nv { color: #aa0000 } /* Name.Variable */
.autumn .ow { color: #0000aa } /* Operator.Word */
.autumn .w { color: #bbbbbb } /* Text.Whitespace */
.autumn .mf { color: #009999 } /* Literal.Number.Float */
.autumn .mh { color: #009999 } /* Literal.Number.Hex */
.autumn .mi { color: #009999 } /* Literal.Number.Integer */
.autumn .mo { color: #009999 } /* Literal.Number.Oct */
.autumn .sb { color: #aa5500 } /* Literal.String.Backtick */
.autumn .sc { color: #aa5500 } /* Literal.String.Char */
.autumn .sd { color: #aa5500 } /* Literal.String.Doc */
.autumn .s2 { color: #aa5500 } /* Literal.String.Double */
.autumn .se { color: #aa5500 } /* Literal.String.Escape */
.autumn .sh { color: #aa5500 } /* Literal.String.Heredoc */
.autumn .si { color: #aa5500 } /* Literal.String.Interpol */
.autumn .sx { color: #aa5500 } /* Literal.String.Other */
.autumn .sr { color: #009999 } /* Literal.String.Regex */
.autumn .s1 { color: #aa5500 } /* Literal.String.Single */
.autumn .ss { color: #0000aa } /* Literal.String.Symbol */
.autumn .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
.autumn .vc { color: #aa0000 } /* Name.Variable.Class */
.autumn .vg { color: #aa0000 } /* Name.Variable.Global */
.autumn .vi { color: #aa0000 } /* Name.Variable.Instance */
.autumn .il { color: #009999 } /* Literal.Number.Integer.Long */
.borland { background-color: #FFF; color: #000; }
.borland .hll { background-color: #ffffcc }
.borland .c { color: #008800; font-style: italic } /* Comment */
.borland .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.borland .k { color: #000080; font-weight: bold } /* Keyword */
.borland .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.borland .cp { color: #008080 } /* Comment.Preproc */
.borland .c1 { color: #008800; font-style: italic } /* Comment.Single */
.borland .cs { color: #008800; font-weight: bold } /* Comment.Special */
.borland .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.borland .ge { font-style: italic } /* Generic.Emph */
.borland .gr { color: #aa0000 } /* Generic.Error */
.borland .gh { color: #999999 } /* Generic.Heading */
.borland .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.borland .go { color: #888888 } /* Generic.Output */
.borland .gp { color: #555555 } /* Generic.Prompt */
.borland .gs { font-weight: bold } /* Generic.Strong */
.borland .gu { color: #aaaaaa } /* Generic.Subheading */
.borland .gt { color: #aa0000 } /* Generic.Traceback */
.borland .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
.borland .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
.borland .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
.borland .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
.borland .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
.borland .kt { color: #000080; font-weight: bold } /* Keyword.Type */
.borland .m { color: #0000FF } /* Literal.Number */
.borland .s { color: #0000FF } /* Literal.String */
.borland .na { color: #FF0000 } /* Name.Attribute */
.borland .nt { color: #000080; font-weight: bold } /* Name.Tag */
.borland .ow { font-weight: bold } /* Operator.Word */
.borland .w { color: #bbbbbb } /* Text.Whitespace */
.borland .mf { color: #0000FF } /* Literal.Number.Float */
.borland .mh { color: #0000FF } /* Literal.Number.Hex */
.borland .mi { color: #0000FF } /* Literal.Number.Integer */
.borland .mo { color: #0000FF } /* Literal.Number.Oct */
.borland .sb { color: #0000FF } /* Literal.String.Backtick */
.borland .sc { color: #800080 } /* Literal.String.Char */
.borland .sd { color: #0000FF } /* Literal.String.Doc */
.borland .s2 { color: #0000FF } /* Literal.String.Double */
.borland .se { color: #0000FF } /* Literal.String.Escape */
.borland .sh { color: #0000FF } /* Literal.String.Heredoc */
.borland .si { color: #0000FF } /* Literal.String.Interpol */
.borland .sx { color: #0000FF } /* Literal.String.Other */
.borland .sr { color: #0000FF } /* Literal.String.Regex */
.borland .s1 { color: #0000FF } /* Literal.String.Single */
.borland .ss { color: #0000FF } /* Literal.String.Symbol */
.borland .il { color: #0000FF } /* Literal.Number.Integer.Long */
.bw { background-color: #FFFFFF; color: #000; }
.bw .hll { background-color: #ffffcc }
.bw .c { font-style: italic } /* Comment */
.bw .err { border: 1px solid #FF0000 } /* Error */
.bw .k { font-weight: bold } /* Keyword */
.bw .cm { font-style: italic } /* Comment.Multiline */
.bw .c1 { font-style: italic } /* Comment.Single */
.bw .cs { font-style: italic } /* Comment.Special */
.bw .ge { font-style: italic } /* Generic.Emph */
.bw .gh { font-weight: bold } /* Generic.Heading */
.bw .gp { font-weight: bold } /* Generic.Prompt */
.bw .gs { font-weight: bold } /* Generic.Strong */
.bw .gu { font-weight: bold } /* Generic.Subheading */
.bw .kc { font-weight: bold } /* Keyword.Constant */
.bw .kd { font-weight: bold } /* Keyword.Declaration */
.bw .kn { font-weight: bold } /* Keyword.Namespace */
.bw .kr { font-weight: bold } /* Keyword.Reserved */
.bw .s { font-style: italic } /* Literal.String */
.bw .nc { font-weight: bold } /* Name.Class */
.bw .ni { font-weight: bold } /* Name.Entity */
.bw .ne { font-weight: bold } /* Name.Exception */
.bw .nn { font-weight: bold } /* Name.Namespace */
.bw .nt { font-weight: bold } /* Name.Tag */
.bw .ow { font-weight: bold } /* Operator.Word */
.bw .sb { font-style: italic } /* Literal.String.Backtick */
.bw .sc { font-style: italic } /* Literal.String.Char */
.bw .sd { font-style: italic } /* Literal.String.Doc */
.bw .s2 { font-style: italic } /* Literal.String.Double */
.bw .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
.bw .sh { font-style: italic } /* Literal.String.Heredoc */
.bw .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
.bw .sx { font-style: italic } /* Literal.String.Other */
.bw .sr { font-style: italic } /* Literal.String.Regex */
.bw .s1 { font-style: italic } /* Literal.String.Single */
.bw .ss { font-style: italic } /* Literal.String.Symbol */
.colorful { background-color: #FFF; color: #000; }
.colorful .hll { background-color: #ffffcc }
.colorful .c { color: #808080 } /* Comment */
.colorful .err { color: #F00000; background-color: #F0A0A0 } /* Error */
.colorful .k { color: #008000; font-weight: bold } /* Keyword */
.colorful .o { color: #303030 } /* Operator */
.colorful .cm { color: #808080 } /* Comment.Multiline */
.colorful .cp { color: #507090 } /* Comment.Preproc */
.colorful .c1 { color: #808080 } /* Comment.Single */
.colorful .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
.colorful .gd { color: #A00000 } /* Generic.Deleted */
.colorful .ge { font-style: italic } /* Generic.Emph */
.colorful .gr { color: #FF0000 } /* Generic.Error */
.colorful .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.colorful .gi { color: #00A000 } /* Generic.Inserted */
.colorful .go { color: #808080 } /* Generic.Output */
.colorful .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.colorful .gs { font-weight: bold } /* Generic.Strong */
.colorful .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.colorful .gt { color: #0040D0 } /* Generic.Traceback */
.colorful .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.colorful .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.colorful .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.colorful .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */
.colorful .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.colorful .kt { color: #303090; font-weight: bold } /* Keyword.Type */
.colorful .m { color: #6000E0; font-weight: bold } /* Literal.Number */
.colorful .s { background-color: #fff0f0 } /* Literal.String */
.colorful .na { color: #0000C0 } /* Name.Attribute */
.colorful .nb { color: #007020 } /* Name.Builtin */
.colorful .nc { color: #B00060; font-weight: bold } /* Name.Class */
.colorful .no { color: #003060; font-weight: bold } /* Name.Constant */
.colorful .nd { color: #505050; font-weight: bold } /* Name.Decorator */
.colorful .ni { color: #800000; font-weight: bold } /* Name.Entity */
.colorful .ne { color: #F00000; font-weight: bold } /* Name.Exception */
.colorful .nf { color: #0060B0; font-weight: bold } /* Name.Function */
.colorful .nl { color: #907000; font-weight: bold } /* Name.Label */
.colorful .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.colorful .nt { color: #007000 } /* Name.Tag */
.colorful .nv { color: #906030 } /* Name.Variable */
.colorful .ow { color: #000000; font-weight: bold } /* Operator.Word */
.colorful .w { color: #bbbbbb } /* Text.Whitespace */
.colorful .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
.colorful .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
.colorful .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */
.colorful .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
.colorful .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
.colorful .sc { color: #0040D0 } /* Literal.String.Char */
.colorful .sd { color: #D04020 } /* Literal.String.Doc */
.colorful .s2 { background-color: #fff0f0 } /* Literal.String.Double */
.colorful .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
.colorful .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
.colorful .si { background-color: #e0e0e0 } /* Literal.String.Interpol */
.colorful .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */
.colorful .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
.colorful .s1 { background-color: #fff0f0 } /* Literal.String.Single */
.colorful .ss { color: #A06000 } /* Literal.String.Symbol */
.colorful .bp { color: #007020 } /* Name.Builtin.Pseudo */
.colorful .vc { color: #306090 } /* Name.Variable.Class */
.colorful .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */
.colorful .vi { color: #3030B0 } /* Name.Variable.Instance */
.colorful .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */
.default { background-color: #F8F8F8; color: #000; }
.default .hll { background-color: #ffffcc }
.default .c { color: #408080; font-style: italic } /* Comment */
.default .err { border: 1px solid #FF0000 } /* Error */
.default .k { color: #008000; font-weight: bold } /* Keyword */
.default .o { color: #666666 } /* Operator */
.default .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.default .cp { color: #BC7A00 } /* Comment.Preproc */
.default .c1 { color: #408080; font-style: italic } /* Comment.Single */
.default .cs { color: #408080; font-style: italic } /* Comment.Special */
.default .gd { color: #A00000 } /* Generic.Deleted */
.default .ge { font-style: italic } /* Generic.Emph */
.default .gr { color: #FF0000 } /* Generic.Error */
.default .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.default .gi { color: #00A000 } /* Generic.Inserted */
.default .go { color: #808080 } /* Generic.Output */
.default .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.default .gs { font-weight: bold } /* Generic.Strong */
.default .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.default .gt { color: #0040D0 } /* Generic.Traceback */
.default .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.default .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.default .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.default .kp { color: #008000 } /* Keyword.Pseudo */
.default .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.default .kt { color: #B00040 } /* Keyword.Type */
.default .m { color: #666666 } /* Literal.Number */
.default .s { color: #BA2121 } /* Literal.String */
.default .na { color: #7D9029 } /* Name.Attribute */
.default .nb { color: #008000 } /* Name.Builtin */
.default .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.default .no { color: #880000 } /* Name.Constant */
.default .nd { color: #AA22FF } /* Name.Decorator */
.default .ni { color: #999999; font-weight: bold } /* Name.Entity */
.default .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.default .nf { color: #0000FF } /* Name.Function */
.default .nl { color: #A0A000 } /* Name.Label */
.default .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.default .nt { color: #008000; font-weight: bold } /* Name.Tag */
.default .nv { color: #19177C } /* Name.Variable */
.default .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.default .w { color: #bbbbbb } /* Text.Whitespace */
.default .mf { color: #666666 } /* Literal.Number.Float */
.default .mh { color: #666666 } /* Literal.Number.Hex */
.default .mi { color: #666666 } /* Literal.Number.Integer */
.default .mo { color: #666666 } /* Literal.Number.Oct */
.default .sb { color: #BA2121 } /* Literal.String.Backtick */
.default .sc { color: #BA2121 } /* Literal.String.Char */
.default .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.default .s2 { color: #BA2121 } /* Literal.String.Double */
.default .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.default .sh { color: #BA2121 } /* Literal.String.Heredoc */
.default .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.default .sx { color: #008000 } /* Literal.String.Other */
.default .sr { color: #BB6688 } /* Literal.String.Regex */
.default .s1 { color: #BA2121 } /* Literal.String.Single */
.default .ss { color: #19177C } /* Literal.String.Symbol */
.default .bp { color: #008000 } /* Name.Builtin.Pseudo */
.default .vc { color: #19177C } /* Name.Variable.Class */
.default .vg { color: #19177C } /* Name.Variable.Global */
.default .vi { color: #19177C } /* Name.Variable.Instance */
.default .il { color: #666666 } /* Literal.Number.Integer.Long */
.emacs { background-color: #F8F8F8; color: #000; }
.emacs .hll { background-color: #ffffcc }
.emacs .c { color: #008800; font-style: italic } /* Comment */
.emacs .err { border: 1px solid #FF0000 } /* Error */
.emacs .k { color: #AA22FF; font-weight: bold } /* Keyword */
.emacs .o { color: #666666 } /* Operator */
.emacs .cm { color: #008800; font-style: italic } /* Comment.Multiline */
.emacs .cp { color: #008800 } /* Comment.Preproc */
.emacs .c1 { color: #008800; font-style: italic } /* Comment.Single */
.emacs .cs { color: #008800; font-weight: bold } /* Comment.Special */
.emacs .gd { color: #A00000 } /* Generic.Deleted */
.emacs .ge { font-style: italic } /* Generic.Emph */
.emacs .gr { color: #FF0000 } /* Generic.Error */
.emacs .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.emacs .gi { color: #00A000 } /* Generic.Inserted */
.emacs .go { color: #808080 } /* Generic.Output */
.emacs .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.emacs .gs { font-weight: bold } /* Generic.Strong */
.emacs .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.emacs .gt { color: #0040D0 } /* Generic.Traceback */
.emacs .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
.emacs .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
.emacs .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
.emacs .kp { color: #AA22FF } /* Keyword.Pseudo */
.emacs .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
.emacs .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
.emacs .m { color: #666666 } /* Literal.Number */
.emacs .s { color: #BB4444 } /* Literal.String */
.emacs .na { color: #BB4444 } /* Name.Attribute */
.emacs .nb { color: #AA22FF } /* Name.Builtin */
.emacs .nc { color: #0000FF } /* Name.Class */
.emacs .no { color: #880000 } /* Name.Constant */
.emacs .nd { color: #AA22FF } /* Name.Decorator */
.emacs .ni { color: #999999; font-weight: bold } /* Name.Entity */
.emacs .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.emacs .nf { color: #00A000 } /* Name.Function */
.emacs .nl { color: #A0A000 } /* Name.Label */
.emacs .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.emacs .nt { color: #008000; font-weight: bold } /* Name.Tag */
.emacs .nv { color: #B8860B } /* Name.Variable */
.emacs .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.emacs .w { color: #bbbbbb } /* Text.Whitespace */
.emacs .mf { color: #666666 } /* Literal.Number.Float */
.emacs .mh { color: #666666 } /* Literal.Number.Hex */
.emacs .mi { color: #666666 } /* Literal.Number.Integer */
.emacs .mo { color: #666666 } /* Literal.Number.Oct */
.emacs .sb { color: #BB4444 } /* Literal.String.Backtick */
.emacs .sc { color: #BB4444 } /* Literal.String.Char */
.emacs .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
.emacs .s2 { color: #BB4444 } /* Literal.String.Double */
.emacs .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.emacs .sh { color: #BB4444 } /* Literal.String.Heredoc */
.emacs .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.emacs .sx { color: #008000 } /* Literal.String.Other */
.emacs .sr { color: #BB6688 } /* Literal.String.Regex */
.emacs .s1 { color: #BB4444 } /* Literal.String.Single */
.emacs .ss { color: #B8860B } /* Literal.String.Symbol */
.emacs .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
.emacs .vc { color: #B8860B } /* Name.Variable.Class */
.emacs .vg { color: #B8860B } /* Name.Variable.Global */
.emacs .vi { color: #B8860B } /* Name.Variable.Instance */
.emacs .il { color: #666666 } /* Literal.Number.Integer.Long */
.friendly { background-color: #F0F0F0; color: #000; }
.friendly .hll { background-color: #ffffcc }
.friendly .c { color: #60a0b0; font-style: italic } /* Comment */
.friendly .err { border: 1px solid #FF0000 } /* Error */
.friendly .k { color: #007020; font-weight: bold } /* Keyword */
.friendly .o { color: #666666 } /* Operator */
.friendly .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.friendly .cp { color: #007020 } /* Comment.Preproc */
.friendly .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.friendly .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.friendly .gd { color: #A00000 } /* Generic.Deleted */
.friendly .ge { font-style: italic } /* Generic.Emph */
.friendly .gr { color: #FF0000 } /* Generic.Error */
.friendly .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.friendly .gi { color: #00A000 } /* Generic.Inserted */
.friendly .go { color: #808080 } /* Generic.Output */
.friendly .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.friendly .gs { font-weight: bold } /* Generic.Strong */
.friendly .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.friendly .gt { color: #0040D0 } /* Generic.Traceback */
.friendly .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.friendly .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.friendly .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.friendly .kp { color: #007020 } /* Keyword.Pseudo */
.friendly .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.friendly .kt { color: #902000 } /* Keyword.Type */
.friendly .m { color: #40a070 } /* Literal.Number */
.friendly .s { color: #4070a0 } /* Literal.String */
.friendly .na { color: #4070a0 } /* Name.Attribute */
.friendly .nb { color: #007020 } /* Name.Builtin */
.friendly .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.friendly .no { color: #60add5 } /* Name.Constant */
.friendly .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.friendly .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.friendly .ne { color: #007020 } /* Name.Exception */
.friendly .nf { color: #06287e } /* Name.Function */
.friendly .nl { color: #002070; font-weight: bold } /* Name.Label */
.friendly .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.friendly .nt { color: #062873; font-weight: bold } /* Name.Tag */
.friendly .nv { color: #bb60d5 } /* Name.Variable */
.friendly .ow { color: #007020; font-weight: bold } /* Operator.Word */
.friendly .w { color: #bbbbbb } /* Text.Whitespace */
.friendly .mf { color: #40a070 } /* Literal.Number.Float */
.friendly .mh { color: #40a070 } /* Literal.Number.Hex */
.friendly .mi { color: #40a070 } /* Literal.Number.Integer */
.friendly .mo { color: #40a070 } /* Literal.Number.Oct */
.friendly .sb { color: #4070a0 } /* Literal.String.Backtick */
.friendly .sc { color: #4070a0 } /* Literal.String.Char */
.friendly .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.friendly .s2 { color: #4070a0 } /* Literal.String.Double */
.friendly .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.friendly .sh { color: #4070a0 } /* Literal.String.Heredoc */
.friendly .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.friendly .sx { color: #c65d09 } /* Literal.String.Other */
.friendly .sr { color: #235388 } /* Literal.String.Regex */
.friendly .s1 { color: #4070a0 } /* Literal.String.Single */
.friendly .ss { color: #517918 } /* Literal.String.Symbol */
.friendly .bp { color: #007020 } /* Name.Builtin.Pseudo */
.friendly .vc { color: #bb60d5 } /* Name.Variable.Class */
.friendly .vg { color: #bb60d5 } /* Name.Variable.Global */
.friendly .vi { color: #bb60d5 } /* Name.Variable.Instance */
.friendly .il { color: #40a070 } /* Literal.Number.Integer.Long */
.fruity { background-color: #111111; color: #FFF; }
.fruity .hll { background-color: #333333 }
.fruity .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
.fruity .err { color: #ffffff } /* Error */
.fruity .g { color: #ffffff } /* Generic */
.fruity .k { color: #fb660a; font-weight: bold } /* Keyword */
.fruity .l { color: #ffffff } /* Literal */
.fruity .n { color: #ffffff } /* Name */
.fruity .o { color: #ffffff } /* Operator */
.fruity .x { color: #ffffff } /* Other */
.fruity .p { color: #ffffff } /* Punctuation */
.fruity .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
.fruity .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
.fruity .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
.fruity .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
.fruity .gd { color: #ffffff } /* Generic.Deleted */
.fruity .ge { color: #ffffff } /* Generic.Emph */
.fruity .gr { color: #ffffff } /* Generic.Error */
.fruity .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
.fruity .gi { color: #ffffff } /* Generic.Inserted */
.fruity .go { color: #444444; background-color: #222222 } /* Generic.Output */
.fruity .gp { color: #ffffff } /* Generic.Prompt */
.fruity .gs { color: #ffffff } /* Generic.Strong */
.fruity .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
.fruity .gt { color: #ffffff } /* Generic.Traceback */
.fruity .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
.fruity .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
.fruity .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
.fruity .kp { color: #fb660a } /* Keyword.Pseudo */
.fruity .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
.fruity .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */
.fruity .ld { color: #ffffff } /* Literal.Date */
.fruity .m { color: #0086f7; font-weight: bold } /* Literal.Number */
.fruity .s { color: #0086d2 } /* Literal.String */
.fruity .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
.fruity .nb { color: #ffffff } /* Name.Builtin */
.fruity .nc { color: #ffffff } /* Name.Class */
.fruity .no { color: #0086d2 } /* Name.Constant */
.fruity .nd { color: #ffffff } /* Name.Decorator */
.fruity .ni { color: #ffffff } /* Name.Entity */
.fruity .ne { color: #ffffff } /* Name.Exception */
.fruity .nf { color: #ff0086; font-weight: bold } /* Name.Function */
.fruity .nl { color: #ffffff } /* Name.Label */
.fruity .nn { color: #ffffff } /* Name.Namespace */
.fruity .nx { color: #ffffff } /* Name.Other */
.fruity .py { color: #ffffff } /* Name.Property */
.fruity .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
.fruity .nv { color: #fb660a } /* Name.Variable */
.fruity .ow { color: #ffffff } /* Operator.Word */
.fruity .w { color: #888888 } /* Text.Whitespace */
.fruity .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
.fruity .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
.fruity .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
.fruity .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
.fruity .sb { color: #0086d2 } /* Literal.String.Backtick */
.fruity .sc { color: #0086d2 } /* Literal.String.Char */
.fruity .sd { color: #0086d2 } /* Literal.String.Doc */
.fruity .s2 { color: #0086d2 } /* Literal.String.Double */
.fruity .se { color: #0086d2 } /* Literal.String.Escape */
.fruity .sh { color: #0086d2 } /* Literal.String.Heredoc */
.fruity .si { color: #0086d2 } /* Literal.String.Interpol */
.fruity .sx { color: #0086d2 } /* Literal.String.Other */
.fruity .sr { color: #0086d2 } /* Literal.String.Regex */
.fruity .s1 { color: #0086d2 } /* Literal.String.Single */
.fruity .ss { color: #0086d2 } /* Literal.String.Symbol */
.fruity .bp { color: #ffffff } /* Name.Builtin.Pseudo */
.fruity .vc { color: #fb660a } /* Name.Variable.Class */
.fruity .vg { color: #fb660a } /* Name.Variable.Global */
.fruity .vi { color: #fb660a } /* Name.Variable.Instance */
.fruity .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
.manni { background-color: #F0F3F3; color: #000; }
.manni .hll { background-color: #ffffcc }
.manni .c { color: #0099FF; font-style: italic } /* Comment */
.manni .err { color: #AA0000; background-color: #FFAAAA } /* Error */
.manni .k { color: #006699; font-weight: bold } /* Keyword */
.manni .o { color: #555555 } /* Operator */
.manni .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
.manni .cp { color: #009999 } /* Comment.Preproc */
.manni .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
.manni .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
.manni .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
.manni .ge { font-style: italic } /* Generic.Emph */
.manni .gr { color: #FF0000 } /* Generic.Error */
.manni .gh { color: #003300; font-weight: bold } /* Generic.Heading */
.manni .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
.manni .go { color: #AAAAAA } /* Generic.Output */
.manni .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
.manni .gs { font-weight: bold } /* Generic.Strong */
.manni .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
.manni .gt { color: #99CC66 } /* Generic.Traceback */
.manni .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
.manni .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
.manni .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
.manni .kp { color: #006699 } /* Keyword.Pseudo */
.manni .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
.manni .kt { color: #007788; font-weight: bold } /* Keyword.Type */
.manni .m { color: #FF6600 } /* Literal.Number */
.manni .s { color: #CC3300 } /* Literal.String */
.manni .na { color: #330099 } /* Name.Attribute */
.manni .nb { color: #336666 } /* Name.Builtin */
.manni .nc { color: #00AA88; font-weight: bold } /* Name.Class */
.manni .no { color: #336600 } /* Name.Constant */
.manni .nd { color: #9999FF } /* Name.Decorator */
.manni .ni { color: #999999; font-weight: bold } /* Name.Entity */
.manni .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
.manni .nf { color: #CC00FF } /* Name.Function */
.manni .nl { color: #9999FF } /* Name.Label */
.manni .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
.manni .nt { color: #330099; font-weight: bold } /* Name.Tag */
.manni .nv { color: #003333 } /* Name.Variable */
.manni .ow { color: #000000; font-weight: bold } /* Operator.Word */
.manni .w { color: #bbbbbb } /* Text.Whitespace */
.manni .mf { color: #FF6600 } /* Literal.Number.Float */
.manni .mh { color: #FF6600 } /* Literal.Number.Hex */
.manni .mi { color: #FF6600 } /* Literal.Number.Integer */
.manni .mo { color: #FF6600 } /* Literal.Number.Oct */
.manni .sb { color: #CC3300 } /* Literal.String.Backtick */
.manni .sc { color: #CC3300 } /* Literal.String.Char */
.manni .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
.manni .s2 { color: #CC3300 } /* Literal.String.Double */
.manni .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
.manni .sh { color: #CC3300 } /* Literal.String.Heredoc */
.manni .si { color: #AA0000 } /* Literal.String.Interpol */
.manni .sx { color: #CC3300 } /* Literal.String.Other */
.manni .sr { color: #33AAAA } /* Literal.String.Regex */
.manni .s1 { color: #CC3300 } /* Literal.String.Single */
.manni .ss { color: #FFCC33 } /* Literal.String.Symbol */
.manni .bp { color: #336666 } /* Name.Builtin.Pseudo */
.manni .vc { color: #003333 } /* Name.Variable.Class */
.manni .vg { color: #003333 } /* Name.Variable.Global */
.manni .vi { color: #003333 } /* Name.Variable.Instance */
.manni .il { color: #FF6600 } /* Literal.Number.Integer.Long */
.monokai { background-color: #272822; color: #F8F8F2; }
.monokai .hll { background-color: #49483e }
.monokai .c { color: #75715e } /* Comment */
.monokai .err { color: #960050; background-color: #1e0010 } /* Error */
.monokai .k { color: #66d9ef } /* Keyword */
.monokai .l { color: #ae81ff } /* Literal */
.monokai .n { color: #f8f8f2 } /* Name */
.monokai .o { color: #f92672 } /* Operator */
.monokai .p { color: #f8f8f2 } /* Punctuation */
.monokai .cm { color: #75715e } /* Comment.Multiline */
.monokai .cp { color: #75715e } /* Comment.Preproc */
.monokai .c1 { color: #75715e } /* Comment.Single */
.monokai .cs { color: #75715e } /* Comment.Special */
.monokai .ge { font-style: italic } /* Generic.Emph */
.monokai .gs { font-weight: bold } /* Generic.Strong */
.monokai .kc { color: #66d9ef } /* Keyword.Constant */
.monokai .kd { color: #66d9ef } /* Keyword.Declaration */
.monokai .kn { color: #f92672 } /* Keyword.Namespace */
.monokai .kp { color: #66d9ef } /* Keyword.Pseudo */
.monokai .kr { color: #66d9ef } /* Keyword.Reserved */
.monokai .kt { color: #66d9ef } /* Keyword.Type */
.monokai .ld { color: #e6db74 } /* Literal.Date */
.monokai .m { color: #ae81ff } /* Literal.Number */
.monokai .s { color: #e6db74 } /* Literal.String */
.monokai .na { color: #a6e22e } /* Name.Attribute */
.monokai .nb { color: #f8f8f2 } /* Name.Builtin */
.monokai .nc { color: #a6e22e } /* Name.Class */
.monokai .no { color: #66d9ef } /* Name.Constant */
.monokai .nd { color: #a6e22e } /* Name.Decorator */
.monokai .ni { color: #f8f8f2 } /* Name.Entity */
.monokai .ne { color: #a6e22e } /* Name.Exception */
.monokai .nf { color: #a6e22e } /* Name.Function */
.monokai .nl { color: #f8f8f2 } /* Name.Label */
.monokai .nn { color: #f8f8f2 } /* Name.Namespace */
.monokai .nx { color: #a6e22e } /* Name.Other */
.monokai .py { color: #f8f8f2 } /* Name.Property */
.monokai .nt { color: #f92672 } /* Name.Tag */
.monokai .nv { color: #f8f8f2 } /* Name.Variable */
.monokai .ow { color: #f92672 } /* Operator.Word */
.monokai .w { color: #f8f8f2 } /* Text.Whitespace */
.monokai .mf { color: #ae81ff } /* Literal.Number.Float */
.monokai .mh { color: #ae81ff } /* Literal.Number.Hex */
.monokai .mi { color: #ae81ff } /* Literal.Number.Integer */
.monokai .mo { color: #ae81ff } /* Literal.Number.Oct */
.monokai .sb { color: #e6db74 } /* Literal.String.Backtick */
.monokai .sc { color: #e6db74 } /* Literal.String.Char */
.monokai .sd { color: #e6db74 } /* Literal.String.Doc */
.monokai .s2 { color: #e6db74 } /* Literal.String.Double */
.monokai .se { color: #ae81ff } /* Literal.String.Escape */
.monokai .sh { color: #e6db74 } /* Literal.String.Heredoc */
.monokai .si { color: #e6db74 } /* Literal.String.Interpol */
.monokai .sx { color: #e6db74 } /* Literal.String.Other */
.monokai .sr { color: #e6db74 } /* Literal.String.Regex */
.monokai .s1 { color: #e6db74 } /* Literal.String.Single */
.monokai .ss { color: #e6db74 } /* Literal.String.Symbol */
.monokai .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.monokai .vc { color: #f8f8f2 } /* Name.Variable.Class */
.monokai .vg { color: #f8f8f2 } /* Name.Variable.Global */
.monokai .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.monokai .il { color: #ae81ff } /* Literal.Number.Integer.Long */
.murphy { background-color: #FFF; color: #000; }
.murphy .hll { background-color: #ffffcc }
.murphy .c { color: #606060; font-style: italic } /* Comment */
.murphy .err { color: #F00000; background-color: #F0A0A0 } /* Error */
.murphy .k { color: #208090; font-weight: bold } /* Keyword */
.murphy .o { color: #303030 } /* Operator */
.murphy .cm { color: #606060; font-style: italic } /* Comment.Multiline */
.murphy .cp { color: #507090 } /* Comment.Preproc */
.murphy .c1 { color: #606060; font-style: italic } /* Comment.Single */
.murphy .cs { color: #c00000; font-weight: bold; font-style: italic } /* Comment.Special */
.murphy .gd { color: #A00000 } /* Generic.Deleted */
.murphy .ge { font-style: italic } /* Generic.Emph */
.murphy .gr { color: #FF0000 } /* Generic.Error */
.murphy .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.murphy .gi { color: #00A000 } /* Generic.Inserted */
.murphy .go { color: #808080 } /* Generic.Output */
.murphy .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.murphy .gs { font-weight: bold } /* Generic.Strong */
.murphy .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.murphy .gt { color: #0040D0 } /* Generic.Traceback */
.murphy .kc { color: #208090; font-weight: bold } /* Keyword.Constant */
.murphy .kd { color: #208090; font-weight: bold } /* Keyword.Declaration */
.murphy .kn { color: #208090; font-weight: bold } /* Keyword.Namespace */
.murphy .kp { color: #0080f0; font-weight: bold } /* Keyword.Pseudo */
.murphy .kr { color: #208090; font-weight: bold } /* Keyword.Reserved */
.murphy .kt { color: #6060f0; font-weight: bold } /* Keyword.Type */
.murphy .m { color: #6000E0; font-weight: bold } /* Literal.Number */
.murphy .s { background-color: #e0e0ff } /* Literal.String */
.murphy .na { color: #000070 } /* Name.Attribute */
.murphy .nb { color: #007020 } /* Name.Builtin */
.murphy .nc { color: #e090e0; font-weight: bold } /* Name.Class */
.murphy .no { color: #50e0d0; font-weight: bold } /* Name.Constant */
.murphy .nd { color: #505050; font-weight: bold } /* Name.Decorator */
.murphy .ni { color: #800000 } /* Name.Entity */
.murphy .ne { color: #F00000; font-weight: bold } /* Name.Exception */
.murphy .nf { color: #50e0d0; font-weight: bold } /* Name.Function */
.murphy .nl { color: #907000; font-weight: bold } /* Name.Label */
.murphy .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.murphy .nt { color: #007000 } /* Name.Tag */
.murphy .nv { color: #003060 } /* Name.Variable */
.murphy .ow { color: #000000; font-weight: bold } /* Operator.Word */
.murphy .w { color: #bbbbbb } /* Text.Whitespace */
.murphy .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
.murphy .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
.murphy .mi { color: #6060f0; font-weight: bold } /* Literal.Number.Integer */
.murphy .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
.murphy .sb { background-color: #e0e0ff } /* Literal.String.Backtick */
.murphy .sc { color: #8080F0 } /* Literal.String.Char */
.murphy .sd { color: #D04020 } /* Literal.String.Doc */
.murphy .s2 { background-color: #e0e0ff } /* Literal.String.Double */
.murphy .se { color: #606060; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */
.murphy .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */
.murphy .si { background-color: #e0e0e0 } /* Literal.String.Interpol */
.murphy .sx { color: #f08080; background-color: #e0e0ff } /* Literal.String.Other */
.murphy .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */
.murphy .s1 { background-color: #e0e0ff } /* Literal.String.Single */
.murphy .ss { color: #f0c080 } /* Literal.String.Symbol */
.murphy .bp { color: #007020 } /* Name.Builtin.Pseudo */
.murphy .vc { color: #c0c0f0 } /* Name.Variable.Class */
.murphy .vg { color: #f08040 } /* Name.Variable.Global */
.murphy .vi { color: #a0a0f0 } /* Name.Variable.Instance */
.murphy .il { color: #6060f0; font-weight: bold } /* Literal.Number.Integer.Long */
.native { background-color: #202020; color: #D0D0D0 }
.native .hll { background-color: #404040 }
.native .c { color: #999999; font-style: italic } /* Comment */
.native .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.native .g { color: #d0d0d0 } /* Generic */
.native .k { color: #6ab825; font-weight: bold } /* Keyword */
.native .l { color: #d0d0d0 } /* Literal */
.native .n { color: #d0d0d0 } /* Name */
.native .o { color: #d0d0d0 } /* Operator */
.native .x { color: #d0d0d0 } /* Other */
.native .p { color: #d0d0d0 } /* Punctuation */
.native .cm { color: #999999; font-style: italic } /* Comment.Multiline */
.native .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
.native .c1 { color: #999999; font-style: italic } /* Comment.Single */
.native .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
.native .gd { color: #d22323 } /* Generic.Deleted */
.native .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
.native .gr { color: #d22323 } /* Generic.Error */
.native .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
.native .gi { color: #589819 } /* Generic.Inserted */
.native .go { color: #cccccc } /* Generic.Output */
.native .gp { color: #aaaaaa } /* Generic.Prompt */
.native .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
.native .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
.native .gt { color: #d22323 } /* Generic.Traceback */
.native .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
.native .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
.native .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
.native .kp { color: #6ab825 } /* Keyword.Pseudo */
.native .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
.native .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
.native .ld { color: #d0d0d0 } /* Literal.Date */
.native .m { color: #3677a9 } /* Literal.Number */
.native .s { color: #ed9d13 } /* Literal.String */
.native .na { color: #bbbbbb } /* Name.Attribute */
.native .nb { color: #24909d } /* Name.Builtin */
.native .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
.native .no { color: #40ffff } /* Name.Constant */
.native .nd { color: #ffa500 } /* Name.Decorator */
.native .ni { color: #d0d0d0 } /* Name.Entity */
.native .ne { color: #bbbbbb } /* Name.Exception */
.native .nf { color: #447fcf } /* Name.Function */
.native .nl { color: #d0d0d0 } /* Name.Label */
.native .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
.native .nx { color: #d0d0d0 } /* Name.Other */
.native .py { color: #d0d0d0 } /* Name.Property */
.native .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
.native .nv { color: #40ffff } /* Name.Variable */
.native .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
.native .w { color: #666666 } /* Text.Whitespace */
.native .mf { color: #3677a9 } /* Literal.Number.Float */
.native .mh { color: #3677a9 } /* Literal.Number.Hex */
.native .mi { color: #3677a9 } /* Literal.Number.Integer */
.native .mo { color: #3677a9 } /* Literal.Number.Oct */
.native .sb { color: #ed9d13 } /* Literal.String.Backtick */
.native .sc { color: #ed9d13 } /* Literal.String.Char */
.native .sd { color: #ed9d13 } /* Literal.String.Doc */
.native .s2 { color: #ed9d13 } /* Literal.String.Double */
.native .se { color: #ed9d13 } /* Literal.String.Escape */
.native .sh { color: #ed9d13 } /* Literal.String.Heredoc */
.native .si { color: #ed9d13 } /* Literal.String.Interpol */
.native .sx { color: #ffa500 } /* Literal.String.Other */
.native .sr { color: #ed9d13 } /* Literal.String.Regex */
.native .s1 { color: #ed9d13 } /* Literal.String.Single */
.native .ss { color: #ed9d13 } /* Literal.String.Symbol */
.native .bp { color: #24909d } /* Name.Builtin.Pseudo */
.native .vc { color: #40ffff } /* Name.Variable.Class */
.native .vg { color: #40ffff } /* Name.Variable.Global */
.native .vi { color: #40ffff } /* Name.Variable.Instance */
.native .il { color: #3677a9 } /* Literal.Number.Integer.Long */
.pastie { background-color: #FFF; color: #000 }
.pastie .hll { background-color: #ffffcc }
.pastie .c { color: #888888 } /* Comment */
.pastie .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.pastie .k { color: #008800; font-weight: bold } /* Keyword */
.pastie .cm { color: #888888 } /* Comment.Multiline */
.pastie .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.pastie .c1 { color: #888888 } /* Comment.Single */
.pastie .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.pastie .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.pastie .ge { font-style: italic } /* Generic.Emph */
.pastie .gr { color: #aa0000 } /* Generic.Error */
.pastie .gh { color: #303030 } /* Generic.Heading */
.pastie .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.pastie .go { color: #888888 } /* Generic.Output */
.pastie .gp { color: #555555 } /* Generic.Prompt */
.pastie .gs { font-weight: bold } /* Generic.Strong */
.pastie .gu { color: #606060 } /* Generic.Subheading */
.pastie .gt { color: #aa0000 } /* Generic.Traceback */
.pastie .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.pastie .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.pastie .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.pastie .kp { color: #008800 } /* Keyword.Pseudo */
.pastie .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.pastie .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.pastie .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.pastie .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.pastie .na { color: #336699 } /* Name.Attribute */
.pastie .nb { color: #003388 } /* Name.Builtin */
.pastie .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.pastie .no { color: #003366; font-weight: bold } /* Name.Constant */
.pastie .nd { color: #555555 } /* Name.Decorator */
.pastie .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.pastie .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.pastie .nl { color: #336699; font-style: italic } /* Name.Label */
.pastie .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.pastie .py { color: #336699; font-weight: bold } /* Name.Property */
.pastie .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.pastie .nv { color: #336699 } /* Name.Variable */
.pastie .ow { color: #008800 } /* Operator.Word */
.pastie .w { color: #bbbbbb } /* Text.Whitespace */
.pastie .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.pastie .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.pastie .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.pastie .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.pastie .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.pastie .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.pastie .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.pastie .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.pastie .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.pastie .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.pastie .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.pastie .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.pastie .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.pastie .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.pastie .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.pastie .bp { color: #003388 } /* Name.Builtin.Pseudo */
.pastie .vc { color: #336699 } /* Name.Variable.Class */
.pastie .vg { color: #dd7700 } /* Name.Variable.Global */
.pastie .vi { color: #3333bb } /* Name.Variable.Instance */
.pastie .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
.perldoc { background-color: #EEEEDD; color: #000; }
.perldoc .hll { background-color: #ffffcc }
.perldoc .c { color: #228B22 } /* Comment */
.perldoc .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.perldoc .k { color: #8B008B; font-weight: bold } /* Keyword */
.perldoc .cm { color: #228B22 } /* Comment.Multiline */
.perldoc .cp { color: #1e889b } /* Comment.Preproc */
.perldoc .c1 { color: #228B22 } /* Comment.Single */
.perldoc .cs { color: #8B008B; font-weight: bold } /* Comment.Special */
.perldoc .gd { color: #aa0000 } /* Generic.Deleted */
.perldoc .ge { font-style: italic } /* Generic.Emph */
.perldoc .gr { color: #aa0000 } /* Generic.Error */
.perldoc .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.perldoc .gi { color: #00aa00 } /* Generic.Inserted */
.perldoc .go { color: #888888 } /* Generic.Output */
.perldoc .gp { color: #555555 } /* Generic.Prompt */
.perldoc .gs { font-weight: bold } /* Generic.Strong */
.perldoc .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.perldoc .gt { color: #aa0000 } /* Generic.Traceback */
.perldoc .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */
.perldoc .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */
.perldoc .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */
.perldoc .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */
.perldoc .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */
.perldoc .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */
.perldoc .m { color: #B452CD } /* Literal.Number */
.perldoc .s { color: #CD5555 } /* Literal.String */
.perldoc .na { color: #658b00 } /* Name.Attribute */
.perldoc .nb { color: #658b00 } /* Name.Builtin */
.perldoc .nc { color: #008b45; font-weight: bold } /* Name.Class */
.perldoc .no { color: #00688B } /* Name.Constant */
.perldoc .nd { color: #707a7c } /* Name.Decorator */
.perldoc .ne { color: #008b45; font-weight: bold } /* Name.Exception */
.perldoc .nf { color: #008b45 } /* Name.Function */
.perldoc .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */
.perldoc .nt { color: #8B008B; font-weight: bold } /* Name.Tag */
.perldoc .nv { color: #00688B } /* Name.Variable */
.perldoc .ow { color: #8B008B } /* Operator.Word */
.perldoc .w { color: #bbbbbb } /* Text.Whitespace */
.perldoc .mf { color: #B452CD } /* Literal.Number.Float */
.perldoc .mh { color: #B452CD } /* Literal.Number.Hex */
.perldoc .mi { color: #B452CD } /* Literal.Number.Integer */
.perldoc .mo { color: #B452CD } /* Literal.Number.Oct */
.perldoc .sb { color: #CD5555 } /* Literal.String.Backtick */
.perldoc .sc { color: #CD5555 } /* Literal.String.Char */
.perldoc .sd { color: #CD5555 } /* Literal.String.Doc */
.perldoc .s2 { color: #CD5555 } /* Literal.String.Double */
.perldoc .se { color: #CD5555 } /* Literal.String.Escape */
.perldoc .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */
.perldoc .si { color: #CD5555 } /* Literal.String.Interpol */
.perldoc .sx { color: #cb6c20 } /* Literal.String.Other */
.perldoc .sr { color: #1c7e71 } /* Literal.String.Regex */
.perldoc .s1 { color: #CD5555 } /* Literal.String.Single */
.perldoc .ss { color: #CD5555 } /* Literal.String.Symbol */
.perldoc .bp { color: #658b00 } /* Name.Builtin.Pseudo */
.perldoc .vc { color: #00688B } /* Name.Variable.Class */
.perldoc .vg { color: #00688B } /* Name.Variable.Global */
.perldoc .vi { color: #00688B } /* Name.Variable.Instance */
.perldoc .il { color: #B452CD } /* Literal.Number.Integer.Long */
.tango { background-color: #F8F8F8; color: #000; }
.tango .hll { background-color: #ffffcc }
.tango .c { color: #8f5902; font-style: italic } /* Comment */
.tango .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
.tango .g { color: #000000 } /* Generic */
.tango .k { color: #204a87; font-weight: bold } /* Keyword */
.tango .l { color: #000000 } /* Literal */
.tango .n { color: #000000 } /* Name */
.tango .o { color: #ce5c00; font-weight: bold } /* Operator */
.tango .x { color: #000000 } /* Other */
.tango .p { color: #000000; font-weight: bold } /* Punctuation */
.tango .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
.tango .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
.tango .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
.tango .cs { color: #8f5902; font-style: italic } /* Comment.Special */
.tango .gd { color: #a40000 } /* Generic.Deleted */
.tango .ge { color: #000000; font-style: italic } /* Generic.Emph */
.tango .gr { color: #ef2929 } /* Generic.Error */
.tango .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.tango .gi { color: #00A000 } /* Generic.Inserted */
.tango .go { color: #000000; font-style: italic } /* Generic.Output */
.tango .gp { color: #8f5902 } /* Generic.Prompt */
.tango .gs { color: #000000; font-weight: bold } /* Generic.Strong */
.tango .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.tango .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
.tango .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
.tango .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
.tango .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
.tango .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
.tango .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
.tango .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
.tango .ld { color: #000000 } /* Literal.Date */
.tango .m { color: #0000cf; font-weight: bold } /* Literal.Number */
.tango .s { color: #4e9a06 } /* Literal.String */
.tango .na { color: #c4a000 } /* Name.Attribute */
.tango .nb { color: #204a87 } /* Name.Builtin */
.tango .nc { color: #000000 } /* Name.Class */
.tango .no { color: #000000 } /* Name.Constant */
.tango .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
.tango .ni { color: #ce5c00 } /* Name.Entity */
.tango .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
.tango .nf { color: #000000 } /* Name.Function */
.tango .nl { color: #f57900 } /* Name.Label */
.tango .nn { color: #000000 } /* Name.Namespace */
.tango .nx { color: #000000 } /* Name.Other */
.tango .py { color: #000000 } /* Name.Property */
.tango .nt { color: #204a87; font-weight: bold } /* Name.Tag */
.tango .nv { color: #000000 } /* Name.Variable */
.tango .ow { color: #204a87; font-weight: bold } /* Operator.Word */
.tango .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
.tango .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
.tango .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
.tango .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
.tango .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
.tango .sb { color: #4e9a06 } /* Literal.String.Backtick */
.tango .sc { color: #4e9a06 } /* Literal.String.Char */
.tango .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
.tango .s2 { color: #4e9a06 } /* Literal.String.Double */
.tango .se { color: #4e9a06 } /* Literal.String.Escape */
.tango .sh { color: #4e9a06 } /* Literal.String.Heredoc */
.tango .si { color: #4e9a06 } /* Literal.String.Interpol */
.tango .sx { color: #4e9a06 } /* Literal.String.Other */
.tango .sr { color: #4e9a06 } /* Literal.String.Regex */
.tango .s1 { color: #4e9a06 } /* Literal.String.Single */
.tango .ss { color: #4e9a06 } /* Literal.String.Symbol */
.tango .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
.tango .vc { color: #000000 } /* Name.Variable.Class */
.tango .vg { color: #000000 } /* Name.Variable.Global */
.tango .vi { color: #000000 } /* Name.Variable.Instance */
.tango .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
.trac { background-color: #FFF; color: #000; }
.trac .hll { background-color: #ffffcc }
.trac .c { color: #999988; font-style: italic } /* Comment */
.trac .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.trac .k { font-weight: bold } /* Keyword */
.trac .o { font-weight: bold } /* Operator */
.trac .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.trac .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.trac .c1 { color: #999988; font-style: italic } /* Comment.Single */
.trac .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.trac .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.trac .ge { font-style: italic } /* Generic.Emph */
.trac .gr { color: #aa0000 } /* Generic.Error */
.trac .gh { color: #999999 } /* Generic.Heading */
.trac .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.trac .go { color: #888888 } /* Generic.Output */
.trac .gp { color: #555555 } /* Generic.Prompt */
.trac .gs { font-weight: bold } /* Generic.Strong */
.trac .gu { color: #aaaaaa } /* Generic.Subheading */
.trac .gt { color: #aa0000 } /* Generic.Traceback */
.trac .kc { font-weight: bold } /* Keyword.Constant */
.trac .kd { font-weight: bold } /* Keyword.Declaration */
.trac .kn { font-weight: bold } /* Keyword.Namespace */
.trac .kp { font-weight: bold } /* Keyword.Pseudo */
.trac .kr { font-weight: bold } /* Keyword.Reserved */
.trac .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.trac .m { color: #009999 } /* Literal.Number */
.trac .s { color: #bb8844 } /* Literal.String */
.trac .na { color: #008080 } /* Name.Attribute */
.trac .nb { color: #999999 } /* Name.Builtin */
.trac .nc { color: #445588; font-weight: bold } /* Name.Class */
.trac .no { color: #008080 } /* Name.Constant */
.trac .ni { color: #800080 } /* Name.Entity */
.trac .ne { color: #990000; font-weight: bold } /* Name.Exception */
.trac .nf { color: #990000; font-weight: bold } /* Name.Function */
.trac .nn { color: #555555 } /* Name.Namespace */
.trac .nt { color: #000080 } /* Name.Tag */
.trac .nv { color: #008080 } /* Name.Variable */
.trac .ow { font-weight: bold } /* Operator.Word */
.trac .w { color: #bbbbbb } /* Text.Whitespace */
.trac .mf { color: #009999 } /* Literal.Number.Float */
.trac .mh { color: #009999 } /* Literal.Number.Hex */
.trac .mi { color: #009999 } /* Literal.Number.Integer */
.trac .mo { color: #009999 } /* Literal.Number.Oct */
.trac .sb { color: #bb8844 } /* Literal.String.Backtick */
.trac .sc { color: #bb8844 } /* Literal.String.Char */
.trac .sd { color: #bb8844 } /* Literal.String.Doc */
.trac .s2 { color: #bb8844 } /* Literal.String.Double */
.trac .se { color: #bb8844 } /* Literal.String.Escape */
.trac .sh { color: #bb8844 } /* Literal.String.Heredoc */
.trac .si { color: #bb8844 } /* Literal.String.Interpol */
.trac .sx { color: #bb8844 } /* Literal.String.Other */
.trac .sr { color: #808000 } /* Literal.String.Regex */
.trac .s1 { color: #bb8844 } /* Literal.String.Single */
.trac .ss { color: #bb8844 } /* Literal.String.Symbol */
.trac .bp { color: #999999 } /* Name.Builtin.Pseudo */
.trac .vc { color: #008080 } /* Name.Variable.Class */
.trac .vg { color: #008080 } /* Name.Variable.Global */
.trac .vi { color: #008080 } /* Name.Variable.Instance */
.trac .il { color: #009999 } /* Literal.Number.Integer.Long */
.vs { background-color: #FFF; color: #000; }
.vs .hll { background-color: #ffffcc }
.vs .c { color: #008000 } /* Comment */
.vs .err { border: 1px solid #FF0000 } /* Error */
.vs .k { color: #0000ff } /* Keyword */
.vs .cm { color: #008000 } /* Comment.Multiline */
.vs .cp { color: #0000ff } /* Comment.Preproc */
.vs .c1 { color: #008000 } /* Comment.Single */
.vs .cs { color: #008000 } /* Comment.Special */
.vs .ge { font-style: italic } /* Generic.Emph */
.vs .gh { font-weight: bold } /* Generic.Heading */
.vs .gp { font-weight: bold } /* Generic.Prompt */
.vs .gs { font-weight: bold } /* Generic.Strong */
.vs .gu { font-weight: bold } /* Generic.Subheading */
.vs .kc { color: #0000ff } /* Keyword.Constant */
.vs .kd { color: #0000ff } /* Keyword.Declaration */
.vs .kn { color: #0000ff } /* Keyword.Namespace */
.vs .kp { color: #0000ff } /* Keyword.Pseudo */
.vs .kr { color: #0000ff } /* Keyword.Reserved */
.vs .kt { color: #2b91af } /* Keyword.Type */
.vs .s { color: #a31515 } /* Literal.String */
.vs .nc { color: #2b91af } /* Name.Class */
.vs .ow { color: #0000ff } /* Operator.Word */
.vs .sb { color: #a31515 } /* Literal.String.Backtick */
.vs .sc { color: #a31515 } /* Literal.String.Char */
.vs .sd { color: #a31515 } /* Literal.String.Doc */
.vs .s2 { color: #a31515 } /* Literal.String.Double */
.vs .se { color: #a31515 } /* Literal.String.Escape */
.vs .sh { color: #a31515 } /* Literal.String.Heredoc */
.vs .si { color: #a31515 } /* Literal.String.Interpol */
.vs .sx { color: #a31515 } /* Literal.String.Other */
.vs .sr { color: #a31515 } /* Literal.String.Regex */
.vs .s1 { color: #a31515 } /* Literal.String.Single */
.vs .ss { color: #a31515 } /* Literal.String.Symbol */