mirror of
https://github.com/AlekseyLobanov/AlekseyLobanov.github.io.git
synced 2026-07-09 00:01:50 +03:00
First
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
body {
|
||||
font-family: 'Droid Serif', serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, .side-nav, .top-bar-section ul li > a, ul.off-canvas-list li {
|
||||
font-family: 'Droid Sans', sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
font-family: 'Droid Sans Mono', monospace;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 0.7em ;
|
||||
}
|
||||
@@ -0,0 +1,139 @@
|
||||
.tag-cloud {
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
margin-top: -0.25em;
|
||||
}
|
||||
|
||||
.tag-cloud a {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.tag-cloud li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.tag-cloud a.tag-1 {
|
||||
font-size: 1.0em;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.tag-cloud a.tag-2 {
|
||||
font-size: 0.9em;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.tag-cloud a.tag-3 {
|
||||
font-size: 0.8em;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.tag-cloud a.tag-4 {
|
||||
font-size: 0.7em;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.img-center {
|
||||
width: 100%;
|
||||
background: red;
|
||||
border: 1px solid green;
|
||||
}
|
||||
|
||||
.image-caption {
|
||||
padding-top: 0.5em;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.highlighttable {
|
||||
background: #272822;
|
||||
border: 1px solid #8f908a;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.linenos {
|
||||
color: #8f908a;
|
||||
border-right: 1px dotted #464741;
|
||||
}
|
||||
|
||||
.panel h5 {
|
||||
border-bottom: 2px solid;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
|
||||
.side-nav {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.side-nav li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.side-nav a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.side-nav li a:before {
|
||||
content: "- ";
|
||||
}
|
||||
|
||||
code {
|
||||
color: #222222;
|
||||
background: #f8f8f8;
|
||||
border: 1px solid #dddddd;
|
||||
margin: 0 2px;
|
||||
padding: 0 5px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
font-weight: normal;
|
||||
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.continue {
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.archive-year {
|
||||
border-top: 1px solid;
|
||||
}
|
||||
|
||||
.archive-entry {
|
||||
border-top: 1px dotted;
|
||||
}
|
||||
|
||||
table.highlighttable {
|
||||
table-layout: fixed;
|
||||
white-space: nowrap;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.linenos {
|
||||
width: 2.25rem;
|
||||
text-align: right;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.linenodiv {
|
||||
margin: 0.55rem 0.5rem 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
@font-face {
|
||||
font-family: 'Source Code Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(../fonts/Source-Code-Pro.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../fonts/Source-Sans-Pro-Light.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/Source-Sans-Pro.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(../fonts/Source-Sans-Pro-Light-Italic.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(../fonts/Source-Sans-Pro-Light-Italic.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(../fonts/Source-Sans-Pro-Italic.woff) format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: local('Source Sans Pro Semibold Italic'), local('SourceSansPro-SemiboldIt'), url(../fonts/Source-Sans-Pro-Semibold-Italic.woff) format('woff');
|
||||
}
|
||||
Vendored
+263
-115
@@ -115,7 +115,7 @@ select {
|
||||
margin-right: auto;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
max-width: 62.5em;
|
||||
max-width: 62.5rem;
|
||||
*zoom: 1; }
|
||||
.row:before, .row:after {
|
||||
content: " ";
|
||||
@@ -133,8 +133,8 @@ select {
|
||||
margin-right: 0; }
|
||||
.row .row {
|
||||
width: auto;
|
||||
margin-left: -0.9375em;
|
||||
margin-right: -0.9375em;
|
||||
margin-left: -0.9375rem;
|
||||
margin-right: -0.9375rem;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
max-width: none;
|
||||
@@ -158,8 +158,8 @@ select {
|
||||
.column,
|
||||
.columns {
|
||||
position: relative;
|
||||
padding-left: 0.9375em;
|
||||
padding-right: 0.9375em;
|
||||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
width: 100%;
|
||||
float: left; }
|
||||
|
||||
@@ -277,8 +277,8 @@ select {
|
||||
.column,
|
||||
.columns {
|
||||
position: relative;
|
||||
padding-left: 0.9375em;
|
||||
padding-right: 0.9375em;
|
||||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
float: left; }
|
||||
|
||||
.small-1 {
|
||||
@@ -509,8 +509,8 @@ select {
|
||||
.column,
|
||||
.columns {
|
||||
position: relative;
|
||||
padding-left: 0.9375em;
|
||||
padding-right: 0.9375em;
|
||||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
float: left; }
|
||||
|
||||
.medium-1 {
|
||||
@@ -851,8 +851,8 @@ select {
|
||||
.column,
|
||||
.columns {
|
||||
position: relative;
|
||||
padding-left: 0.9375em;
|
||||
padding-right: 0.9375em;
|
||||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
float: left; }
|
||||
|
||||
.large-1 {
|
||||
@@ -1083,8 +1083,8 @@ select {
|
||||
.column,
|
||||
.columns {
|
||||
position: relative;
|
||||
padding-left: 0.9375em;
|
||||
padding-right: 0.9375em;
|
||||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
float: left; }
|
||||
|
||||
.xlarge-1 {
|
||||
@@ -1315,8 +1315,8 @@ select {
|
||||
.column,
|
||||
.columns {
|
||||
position: relative;
|
||||
padding-left: 0.9375em;
|
||||
padding-right: 0.9375em;
|
||||
padding-left: 0.9375rem;
|
||||
padding-right: 0.9375rem;
|
||||
float: left; }
|
||||
|
||||
.xxlarge-1 {
|
||||
@@ -1435,7 +1435,7 @@ select {
|
||||
float: right !important; } }
|
||||
meta.foundation-mq-topbar {
|
||||
font-family: "/only screen and (min-width:40.063em)/";
|
||||
width: 58.75em; }
|
||||
width: 40.063em; }
|
||||
|
||||
/* Wrapped around .top-bar to contain to grid width */
|
||||
.contain-to-grid {
|
||||
@@ -1581,32 +1581,32 @@ meta.foundation-mq-topbar {
|
||||
font-weight: normal;
|
||||
background: #333333; }
|
||||
.top-bar-section ul li > a.button {
|
||||
background: #2ba6cb;
|
||||
background: #008cba;
|
||||
font-size: 0.8125rem;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px; }
|
||||
.top-bar-section ul li > a.button:hover {
|
||||
background: #2284a1; }
|
||||
background: #006687; }
|
||||
.top-bar-section ul li > a.button.secondary {
|
||||
background: #e9e9e9; }
|
||||
background: #e7e7e7; }
|
||||
.top-bar-section ul li > a.button.secondary:hover {
|
||||
background: #d0d0d0; }
|
||||
background: #cecece; }
|
||||
.top-bar-section ul li > a.button.success {
|
||||
background: #5da423; }
|
||||
background: #43ac6a; }
|
||||
.top-bar-section ul li > a.button.success:hover {
|
||||
background: #457a1a; }
|
||||
background: #358753; }
|
||||
.top-bar-section ul li > a.button.alert {
|
||||
background: #c60f13; }
|
||||
background: #f04124; }
|
||||
.top-bar-section ul li > a.button.alert:hover {
|
||||
background: #970b0e; }
|
||||
background: #d32a0e; }
|
||||
.top-bar-section ul li:hover > a {
|
||||
background: #272727;
|
||||
color: white; }
|
||||
.top-bar-section ul li.active > a {
|
||||
background: #2ba6cb;
|
||||
background: #008cba;
|
||||
color: white; }
|
||||
.top-bar-section ul li.active > a:hover {
|
||||
background: #2795b6; }
|
||||
background: #0079a1; }
|
||||
.top-bar-section .has-form {
|
||||
padding: 15px; }
|
||||
.top-bar-section .has-dropdown {
|
||||
@@ -1684,7 +1684,7 @@ meta.foundation-mq-topbar {
|
||||
background: #333333; }
|
||||
|
||||
.contain-to-grid .top-bar {
|
||||
max-width: 62.5em;
|
||||
max-width: 62.5rem;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 0; }
|
||||
|
||||
@@ -1772,7 +1772,7 @@ meta.foundation-mq-topbar {
|
||||
background: #272727;
|
||||
color: white; }
|
||||
.no-js .top-bar-section ul li:active > a {
|
||||
background: #2ba6cb;
|
||||
background: #008cba;
|
||||
color: white; }
|
||||
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
|
||||
display: block; } }
|
||||
@@ -1784,8 +1784,8 @@ meta.foundation-mq-topbar {
|
||||
list-style: none;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
background-color: #f6f6f6;
|
||||
border-color: gainsboro;
|
||||
background-color: #f4f4f4;
|
||||
border-color: #dadada;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px; }
|
||||
.breadcrumbs > * {
|
||||
@@ -1798,7 +1798,7 @@ meta.foundation-mq-topbar {
|
||||
.breadcrumbs > * a,
|
||||
.breadcrumbs > * span {
|
||||
text-transform: uppercase;
|
||||
color: #2ba6cb; }
|
||||
color: #008cba; }
|
||||
.breadcrumbs > *.current {
|
||||
cursor: default;
|
||||
color: #333333; }
|
||||
@@ -1835,17 +1835,16 @@ meta.foundation-mq-topbar {
|
||||
position: relative;
|
||||
padding: 0.875rem 1.5rem 0.875rem 0.875rem;
|
||||
font-size: 0.8125rem;
|
||||
background-color: #2ba6cb;
|
||||
border-color: #2795b6;
|
||||
background-color: #008cba;
|
||||
border-color: #0079a1;
|
||||
color: white; }
|
||||
.alert-box .close {
|
||||
font-size: 1.375rem;
|
||||
padding: 9px 6px 4px;
|
||||
line-height: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -0.6875rem;
|
||||
right: 0.25rem;
|
||||
top: 0.4375rem;
|
||||
right: 0.3125rem;
|
||||
color: #333333;
|
||||
opacity: 0.3; }
|
||||
.alert-box .close:hover, .alert-box .close:focus {
|
||||
@@ -1857,25 +1856,17 @@ meta.foundation-mq-topbar {
|
||||
-webkit-border-radius: 1000px;
|
||||
border-radius: 1000px; }
|
||||
.alert-box.success {
|
||||
background-color: #5da423;
|
||||
border-color: #518f1f;
|
||||
background-color: #43ac6a;
|
||||
border-color: #3c9a5f;
|
||||
color: white; }
|
||||
.alert-box.alert {
|
||||
background-color: #c60f13;
|
||||
border-color: #ae0d11;
|
||||
background-color: #f04124;
|
||||
border-color: #ea2f10;
|
||||
color: white; }
|
||||
.alert-box.secondary {
|
||||
background-color: #e9e9e9;
|
||||
border-color: gainsboro;
|
||||
color: #505050; }
|
||||
.alert-box.warning {
|
||||
background-color: #f08a24;
|
||||
border-color: #ea7d10;
|
||||
color: white; }
|
||||
.alert-box.info {
|
||||
background-color: #a0d3e8;
|
||||
border-color: #8bc9e3;
|
||||
color: #505050; }
|
||||
background-color: #e7e7e7;
|
||||
border-color: #dadada;
|
||||
color: #4e4e4e; }
|
||||
|
||||
.inline-list {
|
||||
margin: 0 auto 1.0625rem auto;
|
||||
@@ -1908,8 +1899,8 @@ button, .button {
|
||||
padding-left: 2rem;
|
||||
font-size: 1rem;
|
||||
/* @else { font-size: $padding - rem-calc(2); } */
|
||||
background-color: #2ba6cb;
|
||||
border-color: #2795b6;
|
||||
background-color: #008cba;
|
||||
border-color: #0079a1;
|
||||
color: white;
|
||||
-webkit-transition: background-color 300ms ease-out;
|
||||
-moz-transition: background-color 300ms ease-out;
|
||||
@@ -1920,31 +1911,31 @@ button, .button {
|
||||
border: none;
|
||||
font-weight: normal !important; }
|
||||
button:hover, button:focus, .button:hover, .button:focus {
|
||||
background-color: #2795b6; }
|
||||
background-color: #0079a1; }
|
||||
button:hover, button:focus, .button:hover, .button:focus {
|
||||
color: white; }
|
||||
button.secondary, .button.secondary {
|
||||
background-color: #e9e9e9;
|
||||
border-color: gainsboro;
|
||||
background-color: #e7e7e7;
|
||||
border-color: #dadada;
|
||||
color: #333333; }
|
||||
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
|
||||
background-color: gainsboro; }
|
||||
background-color: #dadada; }
|
||||
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
|
||||
color: #333333; }
|
||||
button.success, .button.success {
|
||||
background-color: #5da423;
|
||||
border-color: #518f1f;
|
||||
background-color: #43ac6a;
|
||||
border-color: #3c9a5f;
|
||||
color: white; }
|
||||
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
|
||||
background-color: #518f1f; }
|
||||
background-color: #3c9a5f; }
|
||||
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
|
||||
color: white; }
|
||||
button.alert, .button.alert {
|
||||
background-color: #c60f13;
|
||||
border-color: #ae0d11;
|
||||
background-color: #f04124;
|
||||
border-color: #ea2f10;
|
||||
color: white; }
|
||||
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
|
||||
background-color: #ae0d11; }
|
||||
background-color: #ea2f10; }
|
||||
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
|
||||
color: white; }
|
||||
button.large, .button.large {
|
||||
@@ -1985,61 +1976,61 @@ button, .button {
|
||||
-webkit-border-radius: 1000px;
|
||||
border-radius: 1000px; }
|
||||
button.disabled, button[disabled], .button.disabled, .button[disabled] {
|
||||
background-color: #2ba6cb;
|
||||
border-color: #2795b6;
|
||||
background-color: #008cba;
|
||||
border-color: #0079a1;
|
||||
color: white;
|
||||
cursor: default;
|
||||
opacity: 0.7;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
|
||||
background-color: #2795b6; }
|
||||
background-color: #0079a1; }
|
||||
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
|
||||
color: white; }
|
||||
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
|
||||
background-color: #2ba6cb; }
|
||||
background-color: #008cba; }
|
||||
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
|
||||
background-color: #e9e9e9;
|
||||
border-color: gainsboro;
|
||||
background-color: #e7e7e7;
|
||||
border-color: #dadada;
|
||||
color: #333333;
|
||||
cursor: default;
|
||||
opacity: 0.7;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
|
||||
background-color: gainsboro; }
|
||||
background-color: #dadada; }
|
||||
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
|
||||
color: #333333; }
|
||||
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
|
||||
background-color: #e9e9e9; }
|
||||
background-color: #e7e7e7; }
|
||||
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
|
||||
background-color: #5da423;
|
||||
border-color: #518f1f;
|
||||
background-color: #43ac6a;
|
||||
border-color: #3c9a5f;
|
||||
color: white;
|
||||
cursor: default;
|
||||
opacity: 0.7;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
|
||||
background-color: #518f1f; }
|
||||
background-color: #3c9a5f; }
|
||||
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
|
||||
color: white; }
|
||||
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
|
||||
background-color: #5da423; }
|
||||
background-color: #43ac6a; }
|
||||
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
|
||||
background-color: #c60f13;
|
||||
border-color: #ae0d11;
|
||||
background-color: #f04124;
|
||||
border-color: #ea2f10;
|
||||
color: white;
|
||||
cursor: default;
|
||||
opacity: 0.7;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
|
||||
background-color: #ae0d11; }
|
||||
background-color: #ea2f10; }
|
||||
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
|
||||
color: white; }
|
||||
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
|
||||
background-color: #c60f13; }
|
||||
background-color: #f04124; }
|
||||
|
||||
@media only screen and (min-width: 40.063em) {
|
||||
button, .button {
|
||||
@@ -2180,10 +2171,10 @@ button, .button {
|
||||
.panel.callout {
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #d5eef6;
|
||||
border-color: #baeeff;
|
||||
margin-bottom: 1.25rem;
|
||||
padding: 1.25rem;
|
||||
background: white; }
|
||||
background: #edfbff; }
|
||||
.panel.callout > :first-child {
|
||||
margin-top: 0; }
|
||||
.panel.callout > :last-child {
|
||||
@@ -2196,7 +2187,7 @@ button, .button {
|
||||
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
|
||||
line-height: 1.4; }
|
||||
.panel.callout a {
|
||||
color: #2ba6cb; }
|
||||
color: #008cba; }
|
||||
.panel.radius {
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px; }
|
||||
@@ -2246,6 +2237,162 @@ button, .button {
|
||||
.dropdown.button.secondary:before {
|
||||
border-color: #333333 transparent transparent transparent; }
|
||||
|
||||
div.switch {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
margin-bottom: 1.25rem;
|
||||
height: 2.25rem;
|
||||
background: white;
|
||||
border-color: #cccccc; }
|
||||
div.switch label {
|
||||
position: relative;
|
||||
left: 0;
|
||||
z-index: 2;
|
||||
float: left;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
-webkit-transition: all 0.1s ease-out;
|
||||
-moz-transition: all 0.1s ease-out;
|
||||
transition: all 0.1s ease-out; }
|
||||
div.switch input {
|
||||
position: absolute;
|
||||
z-index: 3;
|
||||
opacity: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-moz-appearance: none; }
|
||||
div.switch input:hover, div.switch input:focus {
|
||||
cursor: pointer; }
|
||||
div.switch span:last-child {
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
padding: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-webkit-transition: all 0.1s ease-out;
|
||||
-moz-transition: all 0.1s ease-out;
|
||||
transition: all 0.1s ease-out; }
|
||||
div.switch input:not(:checked) + label {
|
||||
opacity: 0; }
|
||||
div.switch input:checked {
|
||||
display: none !important; }
|
||||
div.switch input {
|
||||
left: 0;
|
||||
display: block !important; }
|
||||
div.switch input:first-of-type + label,
|
||||
div.switch input:first-of-type + span + label {
|
||||
left: -50%; }
|
||||
div.switch input:first-of-type:checked + label,
|
||||
div.switch input:first-of-type:checked + span + label {
|
||||
left: 0%; }
|
||||
div.switch input:last-of-type + label,
|
||||
div.switch input:last-of-type + span + label {
|
||||
right: -50%;
|
||||
left: auto;
|
||||
text-align: right; }
|
||||
div.switch input:last-of-type:checked + label,
|
||||
div.switch input:last-of-type:checked + span + label {
|
||||
right: 0%;
|
||||
left: auto; }
|
||||
div.switch span.custom {
|
||||
display: none !important; }
|
||||
form.custom div.switch .hidden-field {
|
||||
margin-left: auto;
|
||||
position: absolute;
|
||||
visibility: visible; }
|
||||
div.switch label {
|
||||
padding: 0;
|
||||
line-height: 2.3rem;
|
||||
font-size: 0.875rem; }
|
||||
div.switch input:first-of-type:checked ~ span:last-child {
|
||||
left: 100%;
|
||||
margin-left: -2.1875rem; }
|
||||
div.switch span:last-child {
|
||||
width: 2.25rem;
|
||||
height: 2.25rem; }
|
||||
div.switch span:last-child {
|
||||
border-color: #b3b3b3;
|
||||
background: white;
|
||||
background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
|
||||
background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
|
||||
background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
|
||||
-webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3fbf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
|
||||
box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3fbf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
|
||||
div.switch:hover span:last-child, div.switch:focus span:last-child {
|
||||
background: white;
|
||||
background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
|
||||
background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
|
||||
background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
|
||||
div.switch:active {
|
||||
background: transparent; }
|
||||
div.switch.large {
|
||||
height: 2.75rem; }
|
||||
div.switch.large label {
|
||||
padding: 0;
|
||||
line-height: 2.3rem;
|
||||
font-size: 1.0625rem; }
|
||||
div.switch.large input:first-of-type:checked ~ span:last-child {
|
||||
left: 100%;
|
||||
margin-left: -2.6875rem; }
|
||||
div.switch.large span:last-child {
|
||||
width: 2.75rem;
|
||||
height: 2.75rem; }
|
||||
div.switch.small {
|
||||
height: 1.75rem; }
|
||||
div.switch.small label {
|
||||
padding: 0;
|
||||
line-height: 2.1rem;
|
||||
font-size: 0.75rem; }
|
||||
div.switch.small input:first-of-type:checked ~ span:last-child {
|
||||
left: 100%;
|
||||
margin-left: -1.6875rem; }
|
||||
div.switch.small span:last-child {
|
||||
width: 1.75rem;
|
||||
height: 1.75rem; }
|
||||
div.switch.tiny {
|
||||
height: 1.375rem; }
|
||||
div.switch.tiny label {
|
||||
padding: 0;
|
||||
line-height: 1.9rem;
|
||||
font-size: 0.6875rem; }
|
||||
div.switch.tiny input:first-of-type:checked ~ span:last-child {
|
||||
left: 100%;
|
||||
margin-left: -1.3125rem; }
|
||||
div.switch.tiny span:last-child {
|
||||
width: 1.375rem;
|
||||
height: 1.375rem; }
|
||||
div.switch.radius {
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px; }
|
||||
div.switch.radius span:last-child {
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px; }
|
||||
div.switch.round {
|
||||
-webkit-border-radius: 1000px;
|
||||
border-radius: 1000px; }
|
||||
div.switch.round span:last-child {
|
||||
-webkit-border-radius: 999px;
|
||||
border-radius: 999px; }
|
||||
div.switch.round label {
|
||||
padding: 0 0.5625rem; }
|
||||
|
||||
@-webkit-keyframes webkitSiblingBugfix {
|
||||
from {
|
||||
position: relative; }
|
||||
|
||||
to {
|
||||
position: relative; } }
|
||||
|
||||
/* Image Thumbnails */
|
||||
.th {
|
||||
line-height: 0;
|
||||
@@ -2257,8 +2404,8 @@ button, .button {
|
||||
-moz-transition: all 200ms ease-out;
|
||||
transition: all 200ms ease-out; }
|
||||
.th:hover, .th:focus {
|
||||
-webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
|
||||
box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
|
||||
-webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
|
||||
box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
|
||||
.th.radius {
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px; }
|
||||
@@ -2625,15 +2772,15 @@ a.th {
|
||||
.tabs-content > .content {
|
||||
display: none;
|
||||
float: left;
|
||||
padding: 0.9375em 0; }
|
||||
padding: 0.9375rem 0; }
|
||||
.tabs-content > .content.active {
|
||||
display: block; }
|
||||
.tabs-content > .content.contained {
|
||||
padding: 0.9375em; }
|
||||
padding: 0.9375rem; }
|
||||
.tabs-content.vertical {
|
||||
display: block; }
|
||||
.tabs-content.vertical > .content {
|
||||
padding: 0 0.9375em; }
|
||||
padding: 0 0.9375rem; }
|
||||
|
||||
@media only screen and (min-width: 40.063em) {
|
||||
.tabs.vertical {
|
||||
@@ -2669,12 +2816,12 @@ ul.pagination {
|
||||
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
|
||||
background: transparent; }
|
||||
ul.pagination li.current a {
|
||||
background: #2ba6cb;
|
||||
background: #008cba;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
cursor: default; }
|
||||
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
|
||||
background: #2ba6cb; }
|
||||
background: #008cba; }
|
||||
ul.pagination li {
|
||||
float: left;
|
||||
display: block; }
|
||||
@@ -2698,7 +2845,7 @@ ul.pagination {
|
||||
font-size: 0.875rem; }
|
||||
.side-nav li a {
|
||||
display: block;
|
||||
color: #2ba6cb; }
|
||||
color: #008cba; }
|
||||
.side-nav li.active > a:first-child {
|
||||
color: #4d4d4d;
|
||||
font-weight: normal;
|
||||
@@ -2734,7 +2881,7 @@ ul.pagination {
|
||||
background: #e2e2e2; }
|
||||
.accordion .content {
|
||||
display: none;
|
||||
padding: 0.9375em; }
|
||||
padding: 0.9375rem; }
|
||||
.accordion .content.active {
|
||||
display: block;
|
||||
background: white; }
|
||||
@@ -2776,11 +2923,11 @@ td {
|
||||
|
||||
/* Default Link Styles */
|
||||
a {
|
||||
color: #2ba6cb;
|
||||
color: #008cba;
|
||||
text-decoration: none;
|
||||
line-height: inherit; }
|
||||
a:hover, a:focus {
|
||||
color: #2795b6; }
|
||||
color: #0079a1; }
|
||||
a img {
|
||||
border: none; }
|
||||
|
||||
@@ -2855,7 +3002,7 @@ small {
|
||||
code {
|
||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||
font-weight: bold;
|
||||
color: #7f0a0c; }
|
||||
color: #bb260d; }
|
||||
|
||||
/* Lists */
|
||||
ul,
|
||||
@@ -3212,8 +3359,8 @@ blockquote p {
|
||||
font-weight: bold;
|
||||
color: #333333; }
|
||||
.has-tip:hover, .has-tip:focus {
|
||||
border-bottom: dotted 1px #196177;
|
||||
color: #2ba6cb; }
|
||||
border-bottom: dotted 1px #003f54;
|
||||
color: #008cba; }
|
||||
.has-tip.tip-left, .has-tip.tip-right {
|
||||
float: none !important; }
|
||||
|
||||
@@ -3242,8 +3389,8 @@ blockquote p {
|
||||
border-color: transparent transparent #333333 transparent;
|
||||
top: -10px; }
|
||||
.tooltip.opened {
|
||||
color: #2ba6cb !important;
|
||||
border-bottom: dotted 1px #196177 !important; }
|
||||
color: #008cba !important;
|
||||
border-bottom: dotted 1px #003f54 !important; }
|
||||
|
||||
.tap-to-close {
|
||||
display: block;
|
||||
@@ -3443,19 +3590,19 @@ blockquote p {
|
||||
padding: 0.125rem;
|
||||
margin-bottom: 0.625rem; }
|
||||
.progress .meter {
|
||||
background: #2ba6cb;
|
||||
background: #008cba;
|
||||
height: 100%;
|
||||
display: block; }
|
||||
.progress.secondary .meter {
|
||||
background: #e9e9e9;
|
||||
background: #e7e7e7;
|
||||
height: 100%;
|
||||
display: block; }
|
||||
.progress.success .meter {
|
||||
background: #5da423;
|
||||
background: #43ac6a;
|
||||
height: 100%;
|
||||
display: block; }
|
||||
.progress.alert .meter {
|
||||
background: #c60f13;
|
||||
background: #f04124;
|
||||
height: 100%;
|
||||
display: block; }
|
||||
.progress.radius {
|
||||
@@ -3500,21 +3647,21 @@ blockquote p {
|
||||
.sub-nav dt a:hover,
|
||||
.sub-nav dd a:hover,
|
||||
.sub-nav li a:hover {
|
||||
color: #2795b6; }
|
||||
color: #0079a1; }
|
||||
.sub-nav dt.active a,
|
||||
.sub-nav dd.active a,
|
||||
.sub-nav li.active a {
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
font-weight: normal;
|
||||
background: #2ba6cb;
|
||||
background: #008cba;
|
||||
padding: 0.1875rem 1rem;
|
||||
cursor: default;
|
||||
color: white; }
|
||||
.sub-nav dt.active a:hover,
|
||||
.sub-nav dd.active a:hover,
|
||||
.sub-nav li.active a:hover {
|
||||
background: #2795b6; }
|
||||
background: #0079a1; }
|
||||
|
||||
/* Foundation Joyride */
|
||||
.joyride-list {
|
||||
@@ -3682,7 +3829,7 @@ blockquote p {
|
||||
margin-bottom: inherit;
|
||||
padding: 0.25rem 0.5rem 0.375rem;
|
||||
font-size: 0.6875rem;
|
||||
background-color: #2ba6cb;
|
||||
background-color: #008cba;
|
||||
color: white; }
|
||||
.label.radius {
|
||||
-webkit-border-radius: 3px;
|
||||
@@ -3691,13 +3838,13 @@ blockquote p {
|
||||
-webkit-border-radius: 1000px;
|
||||
border-radius: 1000px; }
|
||||
.label.alert {
|
||||
background-color: #c60f13;
|
||||
background-color: #f04124;
|
||||
color: white; }
|
||||
.label.success {
|
||||
background-color: #5da423;
|
||||
background-color: #43ac6a;
|
||||
color: white; }
|
||||
.label.secondary {
|
||||
background-color: #e9e9e9;
|
||||
background-color: #e7e7e7;
|
||||
color: #333333; }
|
||||
|
||||
p.lead {
|
||||
@@ -3713,9 +3860,10 @@ p.lead {
|
||||
|
||||
meta.foundation-mq-topbar {
|
||||
font-family: "/only screen and (min-width:40.063em)/";
|
||||
width: 58.75em; }
|
||||
width: 40.063em; }
|
||||
|
||||
.off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas {
|
||||
-webkit-transform: translateZ(0);
|
||||
-webkit-backface-visibility: hidden; }
|
||||
|
||||
.off-canvas-wrap, .inner-wrap {
|
||||
@@ -4364,7 +4512,7 @@ fieldset {
|
||||
font-size: 0.75rem;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
background: #c60f13;
|
||||
background: #f04124;
|
||||
color: white; }
|
||||
[data-abide] span.error, [data-abide] small.error {
|
||||
display: none; }
|
||||
@@ -4377,7 +4525,7 @@ span.error, small.error {
|
||||
font-size: 0.75rem;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
background: #c60f13;
|
||||
background: #f04124;
|
||||
color: white; }
|
||||
|
||||
.error input,
|
||||
@@ -4386,7 +4534,7 @@ span.error, small.error {
|
||||
margin-bottom: 0; }
|
||||
.error label,
|
||||
.error label.error {
|
||||
color: #c60f13; }
|
||||
color: #f04124; }
|
||||
.error > small,
|
||||
.error small.error {
|
||||
display: block;
|
||||
@@ -4396,7 +4544,7 @@ span.error, small.error {
|
||||
font-size: 0.75rem;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
background: #c60f13;
|
||||
background: #f04124;
|
||||
color: white; }
|
||||
.error span.error-message {
|
||||
display: block; }
|
||||
@@ -4406,7 +4554,7 @@ textarea.error {
|
||||
margin-bottom: 0; }
|
||||
|
||||
label.error {
|
||||
color: #c60f13; }
|
||||
color: #f04124; }
|
||||
|
||||
[class*="block-grid-"] {
|
||||
display: block;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -0,0 +1,425 @@
|
||||
/*
|
||||
Name: Smashing HTML5
|
||||
Date: July 2009
|
||||
Description: Sample layout for HTML5 and CSS3 goodness.
|
||||
Version: 1.0
|
||||
Author: Enrique Ramírez
|
||||
Autor URI: http://enrique-ramirez.com
|
||||
*/
|
||||
|
||||
/* Imports */
|
||||
@import url("reset.css");
|
||||
@import url("pygment.css");
|
||||
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);
|
||||
|
||||
/***** Global *****/
|
||||
/* Body */
|
||||
body {
|
||||
background: #F5F4EF url('../images/bg.png');
|
||||
color: #000305;
|
||||
font-size: 87.5%; /* Base font size: 14px */
|
||||
font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
line-height: 1.429;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
max-width: 1440px;
|
||||
min-width: 1000px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Headings */
|
||||
h1 {font-size: 2em }
|
||||
h2 {font-size: 1.571em} /* 22px */
|
||||
h3 {font-size: 1.429em} /* 20px */
|
||||
h4 {font-size: 1.286em} /* 18px */
|
||||
h5 {font-size: 1.143em} /* 16px */
|
||||
h6 {font-size: 1em} /* 14px */
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 400;
|
||||
line-height: 1.1;
|
||||
margin-bottom: .8em;
|
||||
font-family: 'Yanone Kaffeesatz', arial, serif;
|
||||
}
|
||||
|
||||
h3, h4, h5, h6 { margin-top: .8em; }
|
||||
|
||||
hr { border: 2px solid #EEEEEE; }
|
||||
|
||||
/* Anchors */
|
||||
a {outline: 0;}
|
||||
a img {border: 0px; text-decoration: none;}
|
||||
a:link, a:visited {
|
||||
color: #C74350;
|
||||
padding: 0 1px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover, a:active, a.active, .active>a {
|
||||
background-color: #C74350;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
text-shadow: 1px 1px 1px #333;
|
||||
}
|
||||
|
||||
h1 a:hover {
|
||||
background-color: inherit
|
||||
}
|
||||
|
||||
/* Paragraphs */
|
||||
p {margin-bottom: 1.143em;}
|
||||
|
||||
strong, b {font-weight: bold;}
|
||||
em, i {font-style: italic;}
|
||||
|
||||
::-moz-selection {background: #F6CF74; color: #fff;}
|
||||
::selection {background: #F6CF74; color: #fff;}
|
||||
|
||||
/* Lists */
|
||||
ul {
|
||||
list-style: outside disc;
|
||||
margin: 1em 0 1.5em 1.5em;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style: outside decimal;
|
||||
margin: 1em 0 1.5em 1.5em;
|
||||
}
|
||||
|
||||
.post-info {
|
||||
float:right;
|
||||
margin:10px;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.post-info p{
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.readmore { float: right }
|
||||
|
||||
dl {margin: 0 0 1.5em 0;}
|
||||
dt {font-weight: bold;}
|
||||
dd {margin-left: 1.5em;}
|
||||
|
||||
pre{background-color: #000; padding: 10px; color: #fff; margin: 10px; overflow: auto;}
|
||||
|
||||
/* Quotes */
|
||||
blockquote {
|
||||
margin: 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
cite {}
|
||||
|
||||
q {}
|
||||
|
||||
/* Tables */
|
||||
table {margin: .5em auto 1.5em auto; width: 98%;}
|
||||
|
||||
/* Thead */
|
||||
thead th {padding: .5em .4em; text-align: left; border: thin solid grey;}
|
||||
thead td {border: thin solid grey;}
|
||||
|
||||
/* Tbody */
|
||||
tbody td {padding: .5em .4em; border: thin solid grey;}
|
||||
tbody th {border: thin solid grey;}
|
||||
|
||||
tbody .alt td {}
|
||||
tbody .alt th {}
|
||||
|
||||
/* Tfoot */
|
||||
tfoot th {}
|
||||
tfoot td {}
|
||||
|
||||
/* HTML5 tags */
|
||||
header, section, footer,
|
||||
aside, nav, article, figure {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/***** Layout *****/
|
||||
img.right figure.right {float: right; margin: 0 0 2em 2em;}
|
||||
img.left, figure.left {float: right; margin: 0 0 2em 2em;}
|
||||
|
||||
/*
|
||||
Header
|
||||
*****************/
|
||||
#banner {
|
||||
clear: both;
|
||||
margin: 0 auto 0 auto;
|
||||
padding: 2.5em 0 0 0;
|
||||
}
|
||||
|
||||
/* Banner */
|
||||
#banner h1 {
|
||||
font-size: 3.571em;
|
||||
line-height: 0;
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
#banner h1 a:link, #banner h1 a:visited {
|
||||
color: #000305;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
margin: 0 auto .6em auto;
|
||||
text-decoration: none;
|
||||
width: 427px;
|
||||
}
|
||||
#banner h1 a:hover, #banner h1 a:active {
|
||||
background: none;
|
||||
color: #C74350;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#banner h1 strong {font-size: 0.36em; font-weight: normal;}
|
||||
|
||||
/* Main Nav */
|
||||
#banner nav {
|
||||
background: #000305;
|
||||
font-size: 1.143em;
|
||||
height: 40px;
|
||||
line-height: 30px;
|
||||
margin: 0 auto 2em auto;
|
||||
padding: 0;
|
||||
width: 90%;
|
||||
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
#banner nav ul {list-style: none; margin: 0 auto;}
|
||||
#banner nav li {float: left; display: inline; margin: 0;}
|
||||
|
||||
#banner nav a:link, #banner nav a:visited {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
height: 30px;
|
||||
padding: 5px 1.5em;
|
||||
text-decoration: none;
|
||||
}
|
||||
#banner nav a:hover, #banner nav a:active,
|
||||
#banner nav .active a:link, #banner nav .active a:visited {
|
||||
background: #C74451;
|
||||
color: #fff;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
#banner nav li:first-child a {
|
||||
border-top-left-radius: 5px;
|
||||
-moz-border-radius-topleft: 5px;
|
||||
-webkit-border-top-left-radius: 5px;
|
||||
|
||||
border-bottom-left-radius: 5px;
|
||||
-moz-border-radius-bottomleft: 5px;
|
||||
-webkit-border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
Featured
|
||||
*****************/
|
||||
#content {
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
float: left;
|
||||
margin: 1em 10px 2em 7%;
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
padding: 20px 20px;
|
||||
min-width: 600px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
/*
|
||||
Extras
|
||||
*****************/
|
||||
#sidebar {
|
||||
float: right;
|
||||
margin: 1em 7% 2em 10px;
|
||||
background: #fff;
|
||||
overflow: hidden;
|
||||
padding: 20px 20px;
|
||||
width: 15%;
|
||||
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
|
||||
#sidebar ul {list-style: none; margin: 0;}
|
||||
#sidebar li {border-bottom: 1px solid #fff;}
|
||||
|
||||
#sidebar h2 {
|
||||
color: #C74350;
|
||||
font-size: 1.429em;
|
||||
margin-top: .75em;
|
||||
margin-bottom: .25em;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#sidebar a:link, #sidebar a {
|
||||
color: #444;
|
||||
display: block;
|
||||
border-bottom: 1px solid #F4E3E3;
|
||||
text-decoration: none;
|
||||
padding: .3em .25em;
|
||||
}
|
||||
#sidebar li.active a {color: white;}
|
||||
|
||||
#sidebar li:last-child,
|
||||
#sidebar li:last-child a {border: 0}
|
||||
|
||||
#sidebar .blogroll li:nth-last-child(2),
|
||||
#sidebar .blogroll li:nth-last-child(3),
|
||||
#sidebar .blogroll li:nth-last-child(2) a,
|
||||
#sidebar .blogroll li:nth-last-child(3) a {border: 0;}
|
||||
|
||||
#sidebar a:hover, #sidebar a:active {color: #fff;}
|
||||
|
||||
/* Blogroll */
|
||||
#sidebar .blogroll {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#sidebar .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}
|
||||
|
||||
|
||||
.social a {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 3px 6px;
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.social a[href*='delicious.com']:before {content: url('../images/icons/delicious.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='digg.com']:before {content: url('../images/icons/digg.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='facebook.com']:before {content: url('../images/icons/facebook.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='atom.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='last.fm']:before, .social a[href*='lastfm.']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='jamendo.com']:before {content: url('../images/icons/jamendo.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='stackoverflow.com']:before {content: url('../images/icons/stackoverflow.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='rss.xml']:before {content: url('../images/icons/rss.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='twitter.com']:before {content: url('../images/icons/twitter.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='linkedin.com']:before {content: url('../images/icons/linkedin.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
.social a[href*='gitorious.org']:before {content: url('../images/icons/gitorious.png'); margin-right: 2px; vertical-align: -3px;}
|
||||
|
||||
/*
|
||||
About
|
||||
*****************/
|
||||
#about {
|
||||
background: #fff;
|
||||
font-style: normal;
|
||||
margin-bottom: 2em;
|
||||
overflow: hidden;
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
width: 760px;
|
||||
|
||||
border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
}
|
||||
|
||||
#about .primary {float: left; width: 165px;}
|
||||
#about .primary strong {color: #C64350; display: block; font-size: 1.286em;}
|
||||
#about .photo {float: left; margin: 5px 20px;}
|
||||
|
||||
#about .url:link, #about .url:visited {text-decoration: none;}
|
||||
|
||||
#about .bio {float: right; width: 500px;}
|
||||
|
||||
/*
|
||||
Footer
|
||||
*****************/
|
||||
#footer {
|
||||
padding-bottom: 2em;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
width: 80%;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
/***** Sections *****/
|
||||
/* Blog */
|
||||
.hentry {
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 1.5em 0;
|
||||
}
|
||||
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
|
||||
#content > .hentry {padding: 1em 0;}
|
||||
.hentry img{display : none ;}
|
||||
.entry-title {font-size: 3em; margin-bottom: 10px; margin-top: 0;}
|
||||
.entry-title a:link, .entry-title a:visited {text-decoration: none; color: #333;}
|
||||
.entry-title a:visited {background-color: #fff;}
|
||||
|
||||
.hentry .post-info * {font-style: normal;}
|
||||
|
||||
/* Content */
|
||||
.hentry footer {margin-bottom: 2em;}
|
||||
.hentry footer address {display: inline;}
|
||||
#posts-list footer address {display: block;}
|
||||
|
||||
/* Blog Index */
|
||||
#posts-list {list-style: none; margin: 0;}
|
||||
#posts-list .hentry {padding-left: 10px; position: relative;}
|
||||
|
||||
#posts-list footer {
|
||||
left: 10px;
|
||||
position: relative;
|
||||
float: left;
|
||||
top: 0.5em;
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
/* About the Author */
|
||||
#about-author {
|
||||
background: #f9f9f9;
|
||||
clear: both;
|
||||
font-style: normal;
|
||||
margin: 2em 0;
|
||||
padding: 10px 20px 15px 20px;
|
||||
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
|
||||
#about-author strong {
|
||||
color: #C64350;
|
||||
clear: both;
|
||||
display: block;
|
||||
font-size: 1.429em;
|
||||
}
|
||||
|
||||
#about-author .photo {border: 1px solid #ddd; float: left; margin: 5px 1em 0 0;}
|
||||
|
||||
/* Comments */
|
||||
#comments-list {list-style: none; margin: 0 1em;}
|
||||
#comments-list blockquote {
|
||||
background: #f8f8f8;
|
||||
clear: both;
|
||||
font-style: normal;
|
||||
margin: 0;
|
||||
padding: 15px 20px;
|
||||
|
||||
border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
}
|
||||
#comments-list footer {color: #888; padding: .5em 1em 0 0; text-align: right;}
|
||||
|
||||
#comments-list li:nth-child(2n) blockquote {background: #F5f5f5;}
|
||||
|
||||
/* Add a Comment */
|
||||
#add-comment label {clear: left; float: left; text-align: left; width: 150px;}
|
||||
#add-comment input[type='text'],
|
||||
#add-comment input[type='email'],
|
||||
#add-comment input[type='url'] {float: left; width: 200px;}
|
||||
|
||||
#add-comment textarea {float: left; height: 150px; width: 495px;}
|
||||
|
||||
#add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;}
|
||||
|
||||
#add-comment input[type='submit'] {float: right; margin: 0 .5em;}
|
||||
#add-comment * {margin-bottom: .5em;}
|
||||
@@ -0,0 +1,205 @@
|
||||
.hll {
|
||||
background-color:#FFFFCC;
|
||||
}
|
||||
.c {
|
||||
color:#408090;
|
||||
font-style:italic;
|
||||
}
|
||||
.err {
|
||||
border:1px solid #FF0000;
|
||||
}
|
||||
.k {
|
||||
color:#007020;
|
||||
font-weight:bold;
|
||||
}
|
||||
.o {
|
||||
color:#666666;
|
||||
}
|
||||
.cm {
|
||||
color:#408090;
|
||||
font-style:italic;
|
||||
}
|
||||
.cp {
|
||||
color:#007020;
|
||||
}
|
||||
.c1 {
|
||||
color:#408090;
|
||||
font-style:italic;
|
||||
}
|
||||
.cs {
|
||||
background-color:#FFF0F0;
|
||||
color:#408090;
|
||||
}
|
||||
.gd {
|
||||
color:#A00000;
|
||||
}
|
||||
.ge {
|
||||
font-style:italic;
|
||||
}
|
||||
.gr {
|
||||
color:#FF0000;
|
||||
}
|
||||
.gh {
|
||||
color:#000080;
|
||||
font-weight:bold;
|
||||
}
|
||||
.gi {
|
||||
color:#00A000;
|
||||
}
|
||||
.go {
|
||||
color:#303030;
|
||||
}
|
||||
.gp {
|
||||
color:#C65D09;
|
||||
font-weight:bold;
|
||||
}
|
||||
.gs {
|
||||
font-weight:bold;
|
||||
}
|
||||
.gu {
|
||||
color:#800080;
|
||||
font-weight:bold;
|
||||
}
|
||||
.gt {
|
||||
color:#0040D0;
|
||||
}
|
||||
.kc {
|
||||
color:#007020;
|
||||
font-weight:bold;
|
||||
}
|
||||
.kd {
|
||||
color:#007020;
|
||||
font-weight:bold;
|
||||
}
|
||||
.kn {
|
||||
color:#007020;
|
||||
font-weight:bold;
|
||||
}
|
||||
.kp {
|
||||
color:#007020;
|
||||
}
|
||||
.kr {
|
||||
color:#007020;
|
||||
font-weight:bold;
|
||||
}
|
||||
.kt {
|
||||
color:#902000;
|
||||
}
|
||||
.m {
|
||||
color:#208050;
|
||||
}
|
||||
.s {
|
||||
color:#4070A0;
|
||||
}
|
||||
.na {
|
||||
color:#4070A0;
|
||||
}
|
||||
.nb {
|
||||
color:#007020;
|
||||
}
|
||||
.nc {
|
||||
color:#0E84B5;
|
||||
font-weight:bold;
|
||||
}
|
||||
.no {
|
||||
color:#60ADD5;
|
||||
}
|
||||
.nd {
|
||||
color:#555555;
|
||||
font-weight:bold;
|
||||
}
|
||||
.ni {
|
||||
color:#D55537;
|
||||
font-weight:bold;
|
||||
}
|
||||
.ne {
|
||||
color:#007020;
|
||||
}
|
||||
.nf {
|
||||
color:#06287E;
|
||||
}
|
||||
.nl {
|
||||
color:#002070;
|
||||
font-weight:bold;
|
||||
}
|
||||
.nn {
|
||||
color:#0E84B5;
|
||||
font-weight:bold;
|
||||
}
|
||||
.nt {
|
||||
color:#062873;
|
||||
font-weight:bold;
|
||||
}
|
||||
.nv {
|
||||
color:#BB60D5;
|
||||
}
|
||||
.ow {
|
||||
color:#007020;
|
||||
font-weight:bold;
|
||||
}
|
||||
.w {
|
||||
color:#BBBBBB;
|
||||
}
|
||||
.mf {
|
||||
color:#208050;
|
||||
}
|
||||
.mh {
|
||||
color:#208050;
|
||||
}
|
||||
.mi {
|
||||
color:#208050;
|
||||
}
|
||||
.mo {
|
||||
color:#208050;
|
||||
}
|
||||
.sb {
|
||||
color:#4070A0;
|
||||
}
|
||||
.sc {
|
||||
color:#4070A0;
|
||||
}
|
||||
.sd {
|
||||
color:#4070A0;
|
||||
font-style:italic;
|
||||
}
|
||||
.s2 {
|
||||
color:#4070A0;
|
||||
}
|
||||
.se {
|
||||
color:#4070A0;
|
||||
font-weight:bold;
|
||||
}
|
||||
.sh {
|
||||
color:#4070A0;
|
||||
}
|
||||
.si {
|
||||
color:#70A0D0;
|
||||
font-style:italic;
|
||||
}
|
||||
.sx {
|
||||
color:#C65D09;
|
||||
}
|
||||
.sr {
|
||||
color:#235388;
|
||||
}
|
||||
.s1 {
|
||||
color:#4070A0;
|
||||
}
|
||||
.ss {
|
||||
color:#517918;
|
||||
}
|
||||
.bp {
|
||||
color:#007020;
|
||||
}
|
||||
.vc {
|
||||
color:#BB60D5;
|
||||
}
|
||||
.vg {
|
||||
color:#BB60D5;
|
||||
}
|
||||
.vi {
|
||||
color:#BB60D5;
|
||||
}
|
||||
.il {
|
||||
color:#208050;
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
|
||||
.highlight .k { color: #0000aa } /* Keyword */
|
||||
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #4c8317 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #aa0000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
||||
.highlight .kc { color: #0000aa } /* Keyword.Constant */
|
||||
.highlight .kd { color: #0000aa } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #0000aa } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #0000aa } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #0000aa } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #00aaaa } /* Keyword.Type */
|
||||
.highlight .m { color: #009999 } /* Literal.Number */
|
||||
.highlight .s { color: #aa5500 } /* Literal.String */
|
||||
.highlight .na { color: #1e90ff } /* Name.Attribute */
|
||||
.highlight .nb { color: #00aaaa } /* Name.Builtin */
|
||||
.highlight .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
|
||||
.highlight .no { color: #aa0000 } /* Name.Constant */
|
||||
.highlight .nd { color: #888888 } /* Name.Decorator */
|
||||
.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
|
||||
.highlight .nf { color: #00aa00 } /* Name.Function */
|
||||
.highlight .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
|
||||
.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #aa0000 } /* Name.Variable */
|
||||
.highlight .ow { color: #0000aa } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #aa5500 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #aa5500 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #aa5500 } /* Literal.String.Double */
|
||||
.highlight .se { color: #aa5500 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #aa5500 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #aa5500 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #009999 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #aa5500 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #0000aa } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #aa0000 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #aa0000 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,47 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #008800; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight .k { color: #000080; font-weight: bold } /* Keyword */
|
||||
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #008080 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
|
||||
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #999999 } /* Generic.Heading */
|
||||
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
|
||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
||||
.highlight .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #000080; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #0000FF } /* Literal.Number */
|
||||
.highlight .s { color: #0000FF } /* Literal.String */
|
||||
.highlight .na { color: #FF0000 } /* Name.Attribute */
|
||||
.highlight .nt { color: #000080; font-weight: bold } /* Name.Tag */
|
||||
.highlight .ow { font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #0000FF } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #0000FF } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #0000FF } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #0000FF } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #0000FF } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #800080 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #0000FF } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #0000FF } /* Literal.String.Double */
|
||||
.highlight .se { color: #0000FF } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #0000FF } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #0000FF } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #0000FF } /* Literal.String.Other */
|
||||
.highlight .sr { color: #0000FF } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #0000FF } /* Literal.String.Single */
|
||||
.highlight .ss { color: #0000FF } /* Literal.String.Symbol */
|
||||
.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,35 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { font-style: italic } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { font-weight: bold } /* Keyword */
|
||||
.highlight .cm { font-style: italic } /* Comment.Multiline */
|
||||
.highlight .c1 { font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { font-style: italic } /* Comment.Special */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gh { font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gp { font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .s { font-style: italic } /* Literal.String */
|
||||
.highlight .nc { font-weight: bold } /* Name.Class */
|
||||
.highlight .ni { font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { font-weight: bold } /* Name.Exception */
|
||||
.highlight .nn { font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { font-weight: bold } /* Name.Tag */
|
||||
.highlight .ow { font-weight: bold } /* Operator.Word */
|
||||
.highlight .sb { font-style: italic } /* Literal.String.Backtick */
|
||||
.highlight .sc { font-style: italic } /* Literal.String.Char */
|
||||
.highlight .sd { font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { font-style: italic } /* Literal.String.Double */
|
||||
.highlight .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
|
||||
.highlight .sh { font-style: italic } /* Literal.String.Heredoc */
|
||||
.highlight .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
|
||||
.highlight .sx { font-style: italic } /* Literal.String.Other */
|
||||
.highlight .sr { font-style: italic } /* Literal.String.Regex */
|
||||
.highlight .s1 { font-style: italic } /* Literal.String.Single */
|
||||
.highlight .ss { font-style: italic } /* Literal.String.Symbol */
|
||||
@@ -0,0 +1,62 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #888888 } /* Comment */
|
||||
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
|
||||
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
|
||||
.highlight .o { color: #333333 } /* Operator */
|
||||
.highlight .cm { color: #888888 } /* Comment.Multiline */
|
||||
.highlight .cp { color: #557799 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #888888 } /* Comment.Single */
|
||||
.highlight .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
|
||||
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
||||
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #333399; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */
|
||||
.highlight .s { background-color: #fff0f0 } /* Literal.String */
|
||||
.highlight .na { color: #0000CC } /* Name.Attribute */
|
||||
.highlight .nb { color: #007020 } /* Name.Builtin */
|
||||
.highlight .nc { color: #BB0066; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
|
||||
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
||||
.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #0066BB; font-weight: bold } /* Name.Function */
|
||||
.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */
|
||||
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #007700 } /* Name.Tag */
|
||||
.highlight .nv { color: #996633 } /* Name.Variable */
|
||||
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
|
||||
.highlight .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #0044DD } /* Literal.String.Char */
|
||||
.highlight .sd { color: #DD4422 } /* Literal.String.Doc */
|
||||
.highlight .s2 { background-color: #fff0f0 } /* Literal.String.Double */
|
||||
.highlight .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
|
||||
.highlight .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
|
||||
.highlight .si { background-color: #eeeeee } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
|
||||
.highlight .s1 { background-color: #fff0f0 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #AA6600 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #336699 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #3333BB } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,62 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #f8f8f8; }
|
||||
.highlight .c { color: #408080; font-style: italic } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
|
||||
.highlight .o { color: #666666 } /* Operator */
|
||||
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
||||
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #B00040 } /* Keyword.Type */
|
||||
.highlight .m { color: #666666 } /* Literal.Number */
|
||||
.highlight .s { color: #BA2121 } /* Literal.String */
|
||||
.highlight .na { color: #7D9029 } /* Name.Attribute */
|
||||
.highlight .nb { color: #008000 } /* Name.Builtin */
|
||||
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #880000 } /* Name.Constant */
|
||||
.highlight .nd { color: #AA22FF } /* Name.Decorator */
|
||||
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #0000FF } /* Name.Function */
|
||||
.highlight .nl { color: #A0A000 } /* Name.Label */
|
||||
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #19177C } /* Name.Variable */
|
||||
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #666666 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
|
||||
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #008000 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #19177C } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #19177C } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,62 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #f8f8f8; }
|
||||
.highlight .c { color: #008800; font-style: italic } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */
|
||||
.highlight .o { color: #666666 } /* Operator */
|
||||
.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #008800 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */
|
||||
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
||||
.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #666666 } /* Literal.Number */
|
||||
.highlight .s { color: #BB4444 } /* Literal.String */
|
||||
.highlight .na { color: #BB4444 } /* Name.Attribute */
|
||||
.highlight .nb { color: #AA22FF } /* Name.Builtin */
|
||||
.highlight .nc { color: #0000FF } /* Name.Class */
|
||||
.highlight .no { color: #880000 } /* Name.Constant */
|
||||
.highlight .nd { color: #AA22FF } /* Name.Decorator */
|
||||
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #00A000 } /* Name.Function */
|
||||
.highlight .nl { color: #A0A000 } /* Name.Label */
|
||||
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #B8860B } /* Name.Variable */
|
||||
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #666666 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #BB4444 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #BB4444 } /* Literal.String.Double */
|
||||
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #008000 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #BB4444 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #B8860B } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #B8860B } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #B8860B } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #B8860B } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,62 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #f0f0f0; }
|
||||
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
|
||||
.highlight .o { color: #666666 } /* Operator */
|
||||
.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #007020 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
|
||||
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
||||
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #902000 } /* Keyword.Type */
|
||||
.highlight .m { color: #40a070 } /* Literal.Number */
|
||||
.highlight .s { color: #4070a0 } /* Literal.String */
|
||||
.highlight .na { color: #4070a0 } /* Name.Attribute */
|
||||
.highlight .nb { color: #007020 } /* Name.Builtin */
|
||||
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #60add5 } /* Name.Constant */
|
||||
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
||||
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { color: #007020 } /* Name.Exception */
|
||||
.highlight .nf { color: #06287e } /* Name.Function */
|
||||
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
|
||||
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #bb60d5 } /* Name.Variable */
|
||||
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #40a070 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #40a070 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #40a070 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #40a070 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
|
||||
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #235388 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,70 @@
|
||||
.highlight .hll { background-color: #333333 }
|
||||
.highlight { background: #111111; color: #ffffff }
|
||||
.highlight .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
|
||||
.highlight .err { color: #ffffff } /* Error */
|
||||
.highlight .g { color: #ffffff } /* Generic */
|
||||
.highlight .k { color: #fb660a; font-weight: bold } /* Keyword */
|
||||
.highlight .l { color: #ffffff } /* Literal */
|
||||
.highlight .n { color: #ffffff } /* Name */
|
||||
.highlight .o { color: #ffffff } /* Operator */
|
||||
.highlight .x { color: #ffffff } /* Other */
|
||||
.highlight .p { color: #ffffff } /* Punctuation */
|
||||
.highlight .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
|
||||
.highlight .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
|
||||
.highlight .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
|
||||
.highlight .gd { color: #ffffff } /* Generic.Deleted */
|
||||
.highlight .ge { color: #ffffff } /* Generic.Emph */
|
||||
.highlight .gr { color: #ffffff } /* Generic.Error */
|
||||
.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #ffffff } /* Generic.Inserted */
|
||||
.highlight .go { color: #444444; background-color: #222222 } /* Generic.Output */
|
||||
.highlight .gp { color: #ffffff } /* Generic.Prompt */
|
||||
.highlight .gs { color: #ffffff } /* Generic.Strong */
|
||||
.highlight .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #ffffff } /* Generic.Traceback */
|
||||
.highlight .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #fb660a } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .ld { color: #ffffff } /* Literal.Date */
|
||||
.highlight .m { color: #0086f7; font-weight: bold } /* Literal.Number */
|
||||
.highlight .s { color: #0086d2 } /* Literal.String */
|
||||
.highlight .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
|
||||
.highlight .nb { color: #ffffff } /* Name.Builtin */
|
||||
.highlight .nc { color: #ffffff } /* Name.Class */
|
||||
.highlight .no { color: #0086d2 } /* Name.Constant */
|
||||
.highlight .nd { color: #ffffff } /* Name.Decorator */
|
||||
.highlight .ni { color: #ffffff } /* Name.Entity */
|
||||
.highlight .ne { color: #ffffff } /* Name.Exception */
|
||||
.highlight .nf { color: #ff0086; font-weight: bold } /* Name.Function */
|
||||
.highlight .nl { color: #ffffff } /* Name.Label */
|
||||
.highlight .nn { color: #ffffff } /* Name.Namespace */
|
||||
.highlight .nx { color: #ffffff } /* Name.Other */
|
||||
.highlight .py { color: #ffffff } /* Name.Property */
|
||||
.highlight .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #fb660a } /* Name.Variable */
|
||||
.highlight .ow { color: #ffffff } /* Operator.Word */
|
||||
.highlight .w { color: #888888 } /* Text.Whitespace */
|
||||
.highlight .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #0086d2 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #0086d2 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #0086d2 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #0086d2 } /* Literal.String.Double */
|
||||
.highlight .se { color: #0086d2 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #0086d2 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #0086d2 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #0086d2 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #0086d2 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #0086d2 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #0086d2 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #fb660a } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #fb660a } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #fb660a } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,62 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #f0f3f3; }
|
||||
.highlight .c { color: #0099FF; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
|
||||
.highlight .k { color: #006699; font-weight: bold } /* Keyword */
|
||||
.highlight .o { color: #555555 } /* Operator */
|
||||
.highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #009999 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
|
||||
.highlight .go { color: #AAAAAA } /* Generic.Output */
|
||||
.highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #99CC66 } /* Generic.Traceback */
|
||||
.highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #006699 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #FF6600 } /* Literal.Number */
|
||||
.highlight .s { color: #CC3300 } /* Literal.String */
|
||||
.highlight .na { color: #330099 } /* Name.Attribute */
|
||||
.highlight .nb { color: #336666 } /* Name.Builtin */
|
||||
.highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #336600 } /* Name.Constant */
|
||||
.highlight .nd { color: #9999FF } /* Name.Decorator */
|
||||
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
|
||||
.highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #CC00FF } /* Name.Function */
|
||||
.highlight .nl { color: #9999FF } /* Name.Label */
|
||||
.highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #003333 } /* Name.Variable */
|
||||
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #FF6600 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #CC3300 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #CC3300 } /* Literal.String.Double */
|
||||
.highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #AA0000 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #CC3300 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #33AAAA } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #CC3300 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #003333 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #003333 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #003333 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,60 @@
|
||||
.highlight .hll { background-color: #49483e }
|
||||
.highlight { background: #272822; color: #f8f8f2 }
|
||||
.highlight .c { color: #75715e } /* Comment */
|
||||
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
||||
.highlight .k { color: #66d9ef } /* Keyword */
|
||||
.highlight .l { color: #ae81ff } /* Literal */
|
||||
.highlight .n { color: #f8f8f2 } /* Name */
|
||||
.highlight .o { color: #f92672 } /* Operator */
|
||||
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
||||
.highlight .cm { color: #75715e } /* Comment.Multiline */
|
||||
.highlight .cp { color: #75715e } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #75715e } /* Comment.Single */
|
||||
.highlight .cs { color: #75715e } /* Comment.Special */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
||||
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
||||
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
||||
.highlight .m { color: #ae81ff } /* Literal.Number */
|
||||
.highlight .s { color: #e6db74 } /* Literal.String */
|
||||
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
||||
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
||||
.highlight .nc { color: #a6e22e } /* Name.Class */
|
||||
.highlight .no { color: #66d9ef } /* Name.Constant */
|
||||
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
||||
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
||||
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
||||
.highlight .nf { color: #a6e22e } /* Name.Function */
|
||||
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
||||
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
||||
.highlight .nx { color: #a6e22e } /* Name.Other */
|
||||
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
||||
.highlight .nt { color: #f92672 } /* Name.Tag */
|
||||
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
||||
.highlight .ow { color: #f92672 } /* Operator.Word */
|
||||
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
||||
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
||||
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,62 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #666666; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
|
||||
.highlight .k { color: #228899; font-weight: bold } /* Keyword */
|
||||
.highlight .o { color: #333333 } /* Operator */
|
||||
.highlight .cm { color: #666666; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #557799 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #666666; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #cc0000; font-weight: bold; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #A00000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #FF0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #0044DD } /* Generic.Traceback */
|
||||
.highlight .kc { color: #228899; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #228899; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #228899; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #0088ff; font-weight: bold } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #228899; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #6666ff; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #6600EE; font-weight: bold } /* Literal.Number */
|
||||
.highlight .s { background-color: #e0e0ff } /* Literal.String */
|
||||
.highlight .na { color: #000077 } /* Name.Attribute */
|
||||
.highlight .nb { color: #007722 } /* Name.Builtin */
|
||||
.highlight .nc { color: #ee99ee; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #55eedd; font-weight: bold } /* Name.Constant */
|
||||
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
|
||||
.highlight .ni { color: #880000 } /* Name.Entity */
|
||||
.highlight .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #55eedd; font-weight: bold } /* Name.Function */
|
||||
.highlight .nl { color: #997700; font-weight: bold } /* Name.Label */
|
||||
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .nt { color: #007700 } /* Name.Tag */
|
||||
.highlight .nv { color: #003366 } /* Name.Variable */
|
||||
.highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #6666ff; font-weight: bold } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
|
||||
.highlight .sb { background-color: #e0e0ff } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #8888FF } /* Literal.String.Char */
|
||||
.highlight .sd { color: #DD4422 } /* Literal.String.Doc */
|
||||
.highlight .s2 { background-color: #e0e0ff } /* Literal.String.Double */
|
||||
.highlight .se { color: #666666; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */
|
||||
.highlight .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */
|
||||
.highlight .si { background-color: #eeeeee } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #ff8888; background-color: #e0e0ff } /* Literal.String.Other */
|
||||
.highlight .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */
|
||||
.highlight .s1 { background-color: #e0e0ff } /* Literal.String.Single */
|
||||
.highlight .ss { color: #ffcc88 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #007722 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #ccccff } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #ff8844 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #aaaaff } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #6666ff; font-weight: bold } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,70 @@
|
||||
.highlight .hll { background-color: #404040 }
|
||||
.highlight { background: #202020; color: #d0d0d0 }
|
||||
.highlight .c { color: #999999; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight .g { color: #d0d0d0 } /* Generic */
|
||||
.highlight .k { color: #6ab825; font-weight: bold } /* Keyword */
|
||||
.highlight .l { color: #d0d0d0 } /* Literal */
|
||||
.highlight .n { color: #d0d0d0 } /* Name */
|
||||
.highlight .o { color: #d0d0d0 } /* Operator */
|
||||
.highlight .x { color: #d0d0d0 } /* Other */
|
||||
.highlight .p { color: #d0d0d0 } /* Punctuation */
|
||||
.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
|
||||
.highlight .gd { color: #d22323 } /* Generic.Deleted */
|
||||
.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #d22323 } /* Generic.Error */
|
||||
.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #589819 } /* Generic.Inserted */
|
||||
.highlight .go { color: #cccccc } /* Generic.Output */
|
||||
.highlight .gp { color: #aaaaaa } /* Generic.Prompt */
|
||||
.highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
|
||||
.highlight .gt { color: #d22323 } /* Generic.Traceback */
|
||||
.highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .ld { color: #d0d0d0 } /* Literal.Date */
|
||||
.highlight .m { color: #3677a9 } /* Literal.Number */
|
||||
.highlight .s { color: #ed9d13 } /* Literal.String */
|
||||
.highlight .na { color: #bbbbbb } /* Name.Attribute */
|
||||
.highlight .nb { color: #24909d } /* Name.Builtin */
|
||||
.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
|
||||
.highlight .no { color: #40ffff } /* Name.Constant */
|
||||
.highlight .nd { color: #ffa500 } /* Name.Decorator */
|
||||
.highlight .ni { color: #d0d0d0 } /* Name.Entity */
|
||||
.highlight .ne { color: #bbbbbb } /* Name.Exception */
|
||||
.highlight .nf { color: #447fcf } /* Name.Function */
|
||||
.highlight .nl { color: #d0d0d0 } /* Name.Label */
|
||||
.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
|
||||
.highlight .nx { color: #d0d0d0 } /* Name.Other */
|
||||
.highlight .py { color: #d0d0d0 } /* Name.Property */
|
||||
.highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #40ffff } /* Name.Variable */
|
||||
.highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #666666 } /* Text.Whitespace */
|
||||
.highlight .mf { color: #3677a9 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #ed9d13 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #ed9d13 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #ed9d13 } /* Literal.String.Double */
|
||||
.highlight .se { color: #ed9d13 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #ed9d13 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #ffa500 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #ed9d13 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #ed9d13 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #40ffff } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #40ffff } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #40ffff } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,61 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #888888 } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
|
||||
.highlight .cm { color: #888888 } /* Comment.Multiline */
|
||||
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #888888 } /* Comment.Single */
|
||||
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
|
||||
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #333333 } /* Generic.Heading */
|
||||
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #666666 } /* Generic.Subheading */
|
||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
||||
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
|
||||
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
|
||||
.highlight .na { color: #336699 } /* Name.Attribute */
|
||||
.highlight .nb { color: #003388 } /* Name.Builtin */
|
||||
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
|
||||
.highlight .nd { color: #555555 } /* Name.Decorator */
|
||||
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
|
||||
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
|
||||
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
|
||||
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
|
||||
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #336699 } /* Name.Variable */
|
||||
.highlight .ow { color: #008800 } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
|
||||
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #336699 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,59 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #eeeedd; }
|
||||
.highlight .c { color: #228B22 } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight .k { color: #8B008B; font-weight: bold } /* Keyword */
|
||||
.highlight .cm { color: #228B22 } /* Comment.Multiline */
|
||||
.highlight .cp { color: #1e889b } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #228B22 } /* Comment.Single */
|
||||
.highlight .cs { color: #8B008B; font-weight: bold } /* Comment.Special */
|
||||
.highlight .gd { color: #aa0000 } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00aa00 } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
||||
.highlight .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #B452CD } /* Literal.Number */
|
||||
.highlight .s { color: #CD5555 } /* Literal.String */
|
||||
.highlight .na { color: #658b00 } /* Name.Attribute */
|
||||
.highlight .nb { color: #658b00 } /* Name.Builtin */
|
||||
.highlight .nc { color: #008b45; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #00688B } /* Name.Constant */
|
||||
.highlight .nd { color: #707a7c } /* Name.Decorator */
|
||||
.highlight .ne { color: #008b45; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #008b45 } /* Name.Function */
|
||||
.highlight .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */
|
||||
.highlight .nt { color: #8B008B; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #00688B } /* Name.Variable */
|
||||
.highlight .ow { color: #8B008B } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #B452CD } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #B452CD } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #B452CD } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #B452CD } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #CD5555 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #CD5555 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #CD5555 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #CD5555 } /* Literal.String.Double */
|
||||
.highlight .se { color: #CD5555 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #CD5555 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #cb6c20 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #1c7e71 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #CD5555 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #CD5555 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #658b00 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #00688B } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #00688B } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #00688B } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #B452CD } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,70 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #f8f8f8; }
|
||||
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
|
||||
.highlight .g { color: #000000 } /* Generic */
|
||||
.highlight .k { color: #204a87; font-weight: bold } /* Keyword */
|
||||
.highlight .l { color: #000000 } /* Literal */
|
||||
.highlight .n { color: #000000 } /* Name */
|
||||
.highlight .o { color: #ce5c00; font-weight: bold } /* Operator */
|
||||
.highlight .x { color: #000000 } /* Other */
|
||||
.highlight .p { color: #000000; font-weight: bold } /* Punctuation */
|
||||
.highlight .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #a40000 } /* Generic.Deleted */
|
||||
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #ef2929 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #000000; font-style: italic } /* Generic.Output */
|
||||
.highlight .gp { color: #8f5902 } /* Generic.Prompt */
|
||||
.highlight .gs { color: #000000; font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
|
||||
.highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .ld { color: #000000 } /* Literal.Date */
|
||||
.highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */
|
||||
.highlight .s { color: #4e9a06 } /* Literal.String */
|
||||
.highlight .na { color: #c4a000 } /* Name.Attribute */
|
||||
.highlight .nb { color: #204a87 } /* Name.Builtin */
|
||||
.highlight .nc { color: #000000 } /* Name.Class */
|
||||
.highlight .no { color: #000000 } /* Name.Constant */
|
||||
.highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
|
||||
.highlight .ni { color: #ce5c00 } /* Name.Entity */
|
||||
.highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #000000 } /* Name.Function */
|
||||
.highlight .nl { color: #f57900 } /* Name.Label */
|
||||
.highlight .nn { color: #000000 } /* Name.Namespace */
|
||||
.highlight .nx { color: #000000 } /* Name.Other */
|
||||
.highlight .py { color: #000000 } /* Name.Property */
|
||||
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #000000 } /* Name.Variable */
|
||||
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
|
||||
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #4e9a06 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #4e9a06 } /* Literal.String.Double */
|
||||
.highlight .se { color: #4e9a06 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #4e9a06 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #4e9a06 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #4e9a06 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #4e9a06 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #000000 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #000000 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #000000 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,60 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
.highlight .k { font-weight: bold } /* Keyword */
|
||||
.highlight .o { font-weight: bold } /* Operator */
|
||||
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
||||
.highlight .gh { color: #999999 } /* Generic.Heading */
|
||||
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
||||
.highlight .go { color: #888888 } /* Generic.Output */
|
||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
|
||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
||||
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
||||
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
||||
.highlight .kn { font-weight: bold } /* Keyword.Namespace */
|
||||
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
|
||||
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
||||
.highlight .m { color: #009999 } /* Literal.Number */
|
||||
.highlight .s { color: #bb8844 } /* Literal.String */
|
||||
.highlight .na { color: #008080 } /* Name.Attribute */
|
||||
.highlight .nb { color: #999999 } /* Name.Builtin */
|
||||
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
|
||||
.highlight .no { color: #008080 } /* Name.Constant */
|
||||
.highlight .ni { color: #800080 } /* Name.Entity */
|
||||
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
|
||||
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
|
||||
.highlight .nn { color: #555555 } /* Name.Namespace */
|
||||
.highlight .nt { color: #000080 } /* Name.Tag */
|
||||
.highlight .nv { color: #008080 } /* Name.Variable */
|
||||
.highlight .ow { font-weight: bold } /* Operator.Word */
|
||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
||||
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #bb8844 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #bb8844 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #bb8844 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #bb8844 } /* Literal.String.Double */
|
||||
.highlight .se { color: #bb8844 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #bb8844 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #bb8844 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #bb8844 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #808000 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #bb8844 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #bb8844 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #008080 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #008080 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
||||
@@ -0,0 +1,34 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #008000 } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #0000ff } /* Keyword */
|
||||
.highlight .cm { color: #008000 } /* Comment.Multiline */
|
||||
.highlight .cp { color: #0000ff } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #008000 } /* Comment.Single */
|
||||
.highlight .cs { color: #008000 } /* Comment.Special */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gh { font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gp { font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .kc { color: #0000ff } /* Keyword.Constant */
|
||||
.highlight .kd { color: #0000ff } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #0000ff } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #0000ff } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #0000ff } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #2b91af } /* Keyword.Type */
|
||||
.highlight .s { color: #a31515 } /* Literal.String */
|
||||
.highlight .nc { color: #2b91af } /* Name.Class */
|
||||
.highlight .ow { color: #0000ff } /* Operator.Word */
|
||||
.highlight .sb { color: #a31515 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #a31515 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #a31515 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #a31515 } /* Literal.String.Double */
|
||||
.highlight .se { color: #a31515 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #a31515 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #a31515 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #a31515 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #a31515 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #a31515 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #a31515 } /* Literal.String.Symbol */
|
||||
@@ -0,0 +1,52 @@
|
||||
/*
|
||||
Name: Reset Stylesheet
|
||||
Description: Resets browser's default CSS
|
||||
Author: Eric Meyer
|
||||
Author URI: http://meyerweb.com/eric/tools/css/reset/
|
||||
*/
|
||||
|
||||
/* v1.0 | 20080212 */
|
||||
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, font, 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 {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
padding: 0;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
body {line-height: 1;}
|
||||
|
||||
ol, ul {list-style: none;}
|
||||
|
||||
blockquote, q {quotes: none;}
|
||||
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
/* remember to define focus styles! */
|
||||
:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* remember to highlight inserts somehow! */
|
||||
ins {text-decoration: none;}
|
||||
del {text-decoration: line-through;}
|
||||
|
||||
/* tables still need 'cellspacing="0"' in the markup */
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
@@ -0,0 +1,903 @@
|
||||
/* --------------------------------------------------
|
||||
|
||||
Composition helpers
|
||||
[fr] Aides à la composition
|
||||
|
||||
Tiny Typo v1.0 | MIT License
|
||||
(c) 2010-2013 tinytypo.tetue.net
|
||||
|
||||
----------------------------------------------------- */
|
||||
/* Box model
|
||||
[fr] http://blog.goetter.fr/post/27612618411/box-sizing-et-pourquoi-pas
|
||||
[en] http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
/* Blocks */
|
||||
.block {
|
||||
display: block;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
/* Positioning */
|
||||
.left {
|
||||
float: left;
|
||||
}
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
.center {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
/* Blocks spacer
|
||||
[fr] Espaceur de blocs : http://romy.tetue.net/657 */
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
br.clear {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
height: 0;
|
||||
line-height: 1px;
|
||||
font-size: 1px;
|
||||
}
|
||||
hr.clear {
|
||||
visibility: hidden;
|
||||
}
|
||||
/* clearfix : http://www.positioniseverything.net/easyclearing.html */
|
||||
.clearfix:after {
|
||||
content: "\0020";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
.clearfix {
|
||||
display: inline-table;
|
||||
}
|
||||
/* Hides from IE-mac \*/
|
||||
.clearfix {
|
||||
height: 1%;
|
||||
}
|
||||
.clearfix {
|
||||
display: block;
|
||||
}
|
||||
/* End hide from IE-mac */
|
||||
/* Not visible */
|
||||
.offscreen {
|
||||
position: absolute;
|
||||
left: -999em;
|
||||
height: 1%;
|
||||
}
|
||||
.hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
.none {
|
||||
display: none;
|
||||
}
|
||||
/* debug */
|
||||
.todo {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.todo:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.blink {
|
||||
text-decoration: blink;
|
||||
}
|
||||
/* --------------------------------------------------
|
||||
|
||||
Typographical base
|
||||
|
||||
Tiny Typo v1.0 | MIT License
|
||||
(c) 2010-2013 tinytypo.tetue.net
|
||||
|
||||
----------------------------------------------------- */
|
||||
html {
|
||||
font-size: 100.01%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
/* Cf.: http://www.pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/
|
||||
et http://forum.alsacreations.com/topic-4-54377-1.html
|
||||
[en] http://stackoverflow.com/questions/2703056/body-font-size-100-01-vs-body-font-size-100 */
|
||||
body {
|
||||
font-size: 1em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
/* Titraille / Intertitres */
|
||||
h1,
|
||||
.h1,
|
||||
h2,
|
||||
.h2,
|
||||
h3,
|
||||
.h3,
|
||||
h4,
|
||||
.h4,
|
||||
h5,
|
||||
.h5,
|
||||
h6,
|
||||
.h6 {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
font-weight: normal;
|
||||
}
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 2em;
|
||||
line-height: 1.5;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 1.5em;
|
||||
line-height: 1;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 1.25em;
|
||||
line-height: 1.2;
|
||||
margin-bottom: 1.2em;
|
||||
}
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.364;
|
||||
margin-bottom: 1.364em;
|
||||
}
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
h1 small,
|
||||
.h1 small,
|
||||
h2 small,
|
||||
.h2 small,
|
||||
h3 small,
|
||||
.h3 small,
|
||||
h4 small,
|
||||
.h4 small,
|
||||
h5 small,
|
||||
.h5 small,
|
||||
h6 small,
|
||||
.h6 small {
|
||||
font-size: 60%;
|
||||
line-height: 0;
|
||||
}
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
margin: 1.5em 0;
|
||||
border: solid;
|
||||
border-width: 1px 0 0;
|
||||
}
|
||||
/* Typographical enhancements */
|
||||
em,
|
||||
i,
|
||||
.i {
|
||||
font-style: italic;
|
||||
}
|
||||
strong,
|
||||
b,
|
||||
.b {
|
||||
font-weight: bold;
|
||||
}
|
||||
mark,
|
||||
.mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
.smaller {
|
||||
font-size: 75%;
|
||||
}
|
||||
small,
|
||||
.small {
|
||||
font-size: 80%;
|
||||
}
|
||||
big,
|
||||
.big {
|
||||
font-size: 130%;
|
||||
}
|
||||
.bigger {
|
||||
font-size: 175%;
|
||||
}
|
||||
.biggest {
|
||||
font-size: 200%;
|
||||
}
|
||||
abbr[title],
|
||||
acronym[title] {
|
||||
border-bottom: .1em dotted;
|
||||
cursor: help;
|
||||
}
|
||||
@media print {
|
||||
abbr[title] {
|
||||
border-bottom: 0;
|
||||
}
|
||||
abbr[title]:after {
|
||||
content: " (" attr(title) ")";
|
||||
}
|
||||
}
|
||||
dfn,
|
||||
.dfn {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
s,
|
||||
strike,
|
||||
del,
|
||||
.del {
|
||||
opacity: .5;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
ins,
|
||||
.ins {
|
||||
background-color: rgba(255, 255, 204, 0.5);
|
||||
text-decoration: none;
|
||||
}
|
||||
u,
|
||||
.u {
|
||||
text-decoration: underline;
|
||||
}
|
||||
sup,
|
||||
.sup,
|
||||
sub,
|
||||
.sub {
|
||||
font-size: 80%;
|
||||
font-variant: normal;
|
||||
line-height: 0;
|
||||
}
|
||||
sup,
|
||||
.sup {
|
||||
vertical-align: super;
|
||||
}
|
||||
.ie sup {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
sub,
|
||||
.sub {
|
||||
vertical-align: sub;
|
||||
}
|
||||
.ie sub {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
.lead {
|
||||
font-size: 120%;
|
||||
}
|
||||
.caps {
|
||||
font-variant: small-caps;
|
||||
}
|
||||
.quiet {
|
||||
color: #555555;
|
||||
}
|
||||
/* Alignment */
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
text-justify: newspaper;
|
||||
}
|
||||
/* Lists */
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
ul ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
ol ol {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
ol ol ol {
|
||||
list-style-type: lower-greek;
|
||||
}
|
||||
ul ul,
|
||||
ol ol,
|
||||
ul ol,
|
||||
ol ul {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
ol,
|
||||
ul {
|
||||
margin-left: 1.5em;
|
||||
-webkit-margin-before: 0;
|
||||
-webkit-margin-after: 0;
|
||||
}
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
dd {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
.list-none {
|
||||
margin-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.list-none li:before {
|
||||
content: '';
|
||||
}
|
||||
.list-square {
|
||||
margin-left: 1.5em;
|
||||
list-style: square;
|
||||
}
|
||||
.list-square li:before {
|
||||
content: '';
|
||||
}
|
||||
.list-disc {
|
||||
margin-left: 1.5em;
|
||||
list-style: disc;
|
||||
}
|
||||
.list-disc li:before {
|
||||
content: '';
|
||||
}
|
||||
.list-circle {
|
||||
margin-left: 1.5em;
|
||||
list-style: circle;
|
||||
}
|
||||
.list-circle li:before {
|
||||
content: '';
|
||||
}
|
||||
.list-decimal {
|
||||
margin-left: 1.5em;
|
||||
list-style: decimal;
|
||||
}
|
||||
.list-decimal li:before {
|
||||
content: '';
|
||||
}
|
||||
.list-inline {
|
||||
margin-left: 0;
|
||||
}
|
||||
.list-inline li {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
margin-right: 1em;
|
||||
}
|
||||
.list-inline li:Last-Child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.list-inline.list-inline-sep li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.list-inline.list-inline-sep li:after {
|
||||
content: " | ";
|
||||
}
|
||||
.list-inline.list-inline-sep li:Last-Child:after {
|
||||
content: '';
|
||||
}
|
||||
.list-inline.list-inline-dash li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.list-inline.list-inline-dash li:after {
|
||||
content: " - ";
|
||||
}
|
||||
.list-inline.list-inline-dash li:Last-Child:after {
|
||||
content: '';
|
||||
}
|
||||
.list-inline.list-inline-comma li {
|
||||
margin-right: 0;
|
||||
}
|
||||
.list-inline.list-inline-comma li:after {
|
||||
content: ", ";
|
||||
}
|
||||
.list-inline.list-inline-comma li:Last-Child:after {
|
||||
content: ". ";
|
||||
}
|
||||
.list-block li {
|
||||
display: block;
|
||||
margin-right: 0;
|
||||
}
|
||||
/* Tables */
|
||||
table {
|
||||
max-width: 100%;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
.table {
|
||||
width: 100%;
|
||||
}
|
||||
.table caption,
|
||||
.table th,
|
||||
.table td {
|
||||
padding: 0.375em;
|
||||
}
|
||||
.table caption {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
.table th {
|
||||
font-weight: bold;
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
border-bottom: 1px solid;
|
||||
}
|
||||
.table thead th {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.table tbody tr:hover td {
|
||||
background-color: rgba(34, 34, 34, 0.050000000000000044);
|
||||
}
|
||||
.table tfoot {
|
||||
font-style: italic;
|
||||
}
|
||||
.table tfoot td {
|
||||
border-bottom: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
.table-responsive {
|
||||
width: 100%;
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.table-responsive table {
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.table-responsive thead,
|
||||
.table-responsive tbody,
|
||||
.table-responsive tfoot,
|
||||
.table-responsive tr,
|
||||
.table-responsive th,
|
||||
.table-responsive td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
/* Quotes, code and poetry */
|
||||
q {
|
||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||
}
|
||||
:lang(en) > q {
|
||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||
}
|
||||
:lang(fr) > q {
|
||||
quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D" "\2018" "\2019";
|
||||
}
|
||||
:lang(es) > q {
|
||||
quotes: "\00AB" "\00BB" "\201C" "\201D";
|
||||
}
|
||||
:lang(it) > q {
|
||||
quotes: "\00AB\A0" "\A0\00BB" "\201C" "\201D";
|
||||
}
|
||||
:lang(de) > q {
|
||||
quotes: "\00BB" "\00AB" "\203A" "\2039";
|
||||
}
|
||||
:lang(no) > q {
|
||||
quotes: "\00AB\A0" "\A0\00BB" "\2039" "\203A";
|
||||
}
|
||||
/* [en] http://en.wikipedia.org/wiki/International_variation_in_quotation_marks */
|
||||
q:before {
|
||||
content: open-quote;
|
||||
}
|
||||
q:after {
|
||||
content: close-quote;
|
||||
}
|
||||
blockquote {
|
||||
position: relative;
|
||||
padding-left: 1.5em;
|
||||
border: solid rgba(34, 34, 34, 0.19999999999999996);
|
||||
border-width: 0 0 0 5px;
|
||||
}
|
||||
blockquote:before {
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
content: "\00AB";
|
||||
line-height: 0;
|
||||
font-size: 10em;
|
||||
color: rgba(34, 34, 34, 0.09999999999999998);
|
||||
}
|
||||
cite,
|
||||
.cite {
|
||||
font-style: italic;
|
||||
}
|
||||
address {
|
||||
font-style: italic;
|
||||
}
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp,
|
||||
var,
|
||||
tt {
|
||||
font-family: monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
kbd {
|
||||
white-space: nowrap;
|
||||
padding: .1em .3em;
|
||||
background-color: #eee;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #ffffff inset;
|
||||
color: #333;
|
||||
}
|
||||
samp {
|
||||
font-weight: bold;
|
||||
}
|
||||
var {
|
||||
font-style: italic;
|
||||
}
|
||||
/* Box */
|
||||
.box {
|
||||
display: block;
|
||||
margin-bottom: 1.5em;
|
||||
padding: 1.5em 1.5em;
|
||||
padding-bottom: .1em;
|
||||
border: 1px solid;
|
||||
}
|
||||
@media print {
|
||||
.box {
|
||||
border: 1px solid !important;
|
||||
}
|
||||
}
|
||||
@media (min-width: 640px) {
|
||||
.box.right {
|
||||
width: 33%;
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
.box.left {
|
||||
width: 33%;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
.box.center {
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
/* Paragraphs */
|
||||
p,
|
||||
.p,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
dd,
|
||||
blockquote,
|
||||
address,
|
||||
pre,
|
||||
.table,
|
||||
fieldset {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
/* Typography for small screens
|
||||
[fr] http://www.alsacreations.com/astuce/lire/1177 */
|
||||
@media (max-width: 640px) {
|
||||
/* fixer une largeur maximale de 100 % aux elements potentiellement problematiques */
|
||||
img,
|
||||
table,
|
||||
td,
|
||||
blockquote,
|
||||
code,
|
||||
pre,
|
||||
textarea,
|
||||
input,
|
||||
iframe,
|
||||
object,
|
||||
embed,
|
||||
video {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
/* gestion des mots longs */
|
||||
textarea,
|
||||
table,
|
||||
td,
|
||||
th,
|
||||
pre,
|
||||
code,
|
||||
samp {
|
||||
word-wrap: break-word;
|
||||
/* cesure forcee */
|
||||
}
|
||||
pre,
|
||||
code,
|
||||
samp {
|
||||
white-space: pre-line;
|
||||
/* passage a la ligne specifique pour les elements a chasse fixe */
|
||||
}
|
||||
}
|
||||
/* orientation iOS5 font-size fix */
|
||||
@media (orientation: landscape) and (max-device-width: 640px) {
|
||||
html,
|
||||
body {
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
}
|
||||
/* Print styles from HTML5 Boilerplate
|
||||
Inlined to avoid required HTTP connection: h5bp.com/r */
|
||||
@media print {
|
||||
pre,
|
||||
blockquote {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
thead {
|
||||
display: table-header-group;
|
||||
}
|
||||
tr,
|
||||
img {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
@page {
|
||||
margin: 2cm .5cm;
|
||||
}
|
||||
p,
|
||||
h2,
|
||||
h3 {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
h2,
|
||||
h3 {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
}
|
||||
/* --------------------------------------------------
|
||||
|
||||
Hyperlinks
|
||||
|
||||
Tiny Typo v1.0 | MIT License
|
||||
(c) 2010-2013 tinytypo.tetue.net
|
||||
|
||||
----------------------------------------------------- */
|
||||
/* Hyperlinks
|
||||
[fr] Signalétique des hyperliens : http://letrainde13h37.fr/43/signaletique-hyperliens/ */
|
||||
a {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
a:link {
|
||||
transition: .5s;
|
||||
}
|
||||
a:visited {
|
||||
color: inherit;
|
||||
}
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
background: #222222 !important;
|
||||
border-color: #222222 !important;
|
||||
color: #f8f8f8 !important;
|
||||
text-shadow: none;
|
||||
}
|
||||
a:hover {
|
||||
outline: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
a:active {
|
||||
outline: 0;
|
||||
}
|
||||
/* a { outline: none; }
|
||||
[en] http://www.outlinenone.com
|
||||
[fr] http://www.outlinenone.fr
|
||||
*/
|
||||
a:after,
|
||||
a:before,
|
||||
a small {
|
||||
font-size: 90%;
|
||||
opacity: .9;
|
||||
}
|
||||
a[hreflang]:after {
|
||||
content: "\0000a0[" attr(hreflang) "]";
|
||||
}
|
||||
/* External Links */
|
||||
a.external:after {
|
||||
content: "\0000a0\279A";
|
||||
}
|
||||
a[hreflang].external:after {
|
||||
content: "\0000a0[" attr(hreflang) "]\0000a0\279A";
|
||||
}
|
||||
/* mailto / tel */
|
||||
a.mailto:after {
|
||||
content: "\0000a0\2709";
|
||||
}
|
||||
a.tel:after {
|
||||
content: "\0000a0\2706";
|
||||
}
|
||||
/* Documents */
|
||||
a.download:after {
|
||||
content: "\0000a0\21A7";
|
||||
}
|
||||
a[hreflang].download:after {
|
||||
content: "\0000a0[" attr(hreflang) "]\0000a0\21A7";
|
||||
}
|
||||
a.audio:after {
|
||||
content: "\0000a0\266B";
|
||||
}
|
||||
a[hreflang].audio:after {
|
||||
content: "\0000a0[" attr(hreflang) "]\0000a0\266B";
|
||||
}
|
||||
/* Linked images */
|
||||
a img {
|
||||
border: 0;
|
||||
}
|
||||
a:focus img,
|
||||
a:active img {
|
||||
-moz-transform: translateY(1px);
|
||||
-webkit-transform: translateY(1px);
|
||||
-o-transform: translateY(1px);
|
||||
-ms-transform: translate(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
@media print {
|
||||
a,
|
||||
a:visited {
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:after {
|
||||
content: '';
|
||||
}
|
||||
a[rel="external"]:after,
|
||||
a.external:after {
|
||||
content: " (" attr(href) ")";
|
||||
}
|
||||
.ir a:after,
|
||||
a[href^="javascript:"]:after,
|
||||
a[href^="#"]:after {
|
||||
content: '';
|
||||
}
|
||||
/* Don't show links for images, or javascript/internal links */
|
||||
}
|
||||
/* --------------------------------------------------
|
||||
|
||||
Illustrations, images and albums
|
||||
|
||||
Tiny Typo v1.0 | MIT License
|
||||
(c) 2010-2013 tinytypo.tetue.net
|
||||
|
||||
----------------------------------------------------- */
|
||||
/* Make images responsive by default */
|
||||
img,
|
||||
object,
|
||||
embed {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
object,
|
||||
embed {
|
||||
height: 100%;
|
||||
}
|
||||
@media print {
|
||||
img {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
/* Remove the gap between images, videos, audio and canvas
|
||||
and the bottom of their containers: h5bp.com/i/440 */
|
||||
audio,
|
||||
canvas,
|
||||
video,
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* Correct `inline-block` display not defined in IE 8/9 */
|
||||
audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
}
|
||||
/* Prevent modern browsers from displaying `audio` without controls.
|
||||
Remove excess height in iOS 5 devices. */
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
/* Bicubic resizing for non-native sized IMG:
|
||||
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
|
||||
img {
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
/* thumbnail */
|
||||
.thumb,
|
||||
.thumb.left {
|
||||
margin: 0 10px 10px 0;
|
||||
}
|
||||
.thumb.right {
|
||||
margin: 0 0 10px 10px;
|
||||
}
|
||||
/* style effects */
|
||||
img.round {
|
||||
border-radius: 5px;
|
||||
}
|
||||
img.circle {
|
||||
border-radius: 50%;
|
||||
}
|
||||
img.border {
|
||||
padding: 4px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #bbb;
|
||||
}
|
||||
img.shadow {
|
||||
box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7), -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
|
||||
}
|
||||
/* figure */
|
||||
figure {
|
||||
margin: 0;
|
||||
margin-bottom: 0.75em;
|
||||
text-align: center;
|
||||
}
|
||||
figure.center {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
figure.left {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
figure.right {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
figure {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
figure.left {
|
||||
float: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
figure.right {
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
/* album */
|
||||
.album {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.album ul {
|
||||
overflow: hidden;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.album li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
margin: 0 10px 10px 0;
|
||||
}
|
||||
.album .thumb {
|
||||
margin: 0;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
.caps {font-size:.92em;}
|
||||
.amp {color:#666; font-size:1.05em;font-family:"Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua",serif; font-style:italic;}
|
||||
.dquo {margin-left:-.38em;}
|
||||
@@ -0,0 +1,43 @@
|
||||
@import url("main.css");
|
||||
|
||||
body {
|
||||
font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
|
||||
}
|
||||
|
||||
.body, #banner nav, #banner nav ul, #about, #featured, #content{
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
#banner nav {
|
||||
-moz-border-radius: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
#banner nav ul{
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
#banner nav li{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#banner nav li:first-child a {
|
||||
-moz-border-radius: 0px;
|
||||
}
|
||||
|
||||
#banner h1 {
|
||||
margin-bottom: -18px;
|
||||
}
|
||||
|
||||
#featured, #extras {
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
#featured {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#extras {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user