mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-24 04:32:20 +00:00
New design
This commit is contained in:
15
css/cv-desktop.css
Normal file
15
css/cv-desktop.css
Normal file
@@ -0,0 +1,15 @@
|
||||
#post * { margin: 0; padding: 0; }
|
||||
.clear { clear: both; }
|
||||
#post h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
|
||||
#post h2 { font-size: 20px; margin: 0 0 1em 0; position: relative; }
|
||||
/*#post h2 span { position: absolute; bottom: -1.2em; left: 0; font-style: italic; font-size: 16px; color: #999; font-weight: normal; }*/
|
||||
#post h2 span { float:right; padding: 0.2em; font-style: italic; font-size: 16px; color: #999; font-weight: normal; }
|
||||
#post p { margin: 0 0 16px 0; }
|
||||
#post a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
|
||||
#post a:hover { color: #FFF; text-decoration: none; border-bottom: 1px dotted #999; }
|
||||
#post ul { margin: 0 0 32px 50px; }
|
||||
#objective { width: 500px; float: left; }
|
||||
#objective p { font-style: italic; color: #666; }
|
||||
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
||||
#post dd { width: 650px; float: right; }
|
||||
#post dd.clear { float: none; margin: 0; height: 15px; }
|
13
css/cv-medium.css
Normal file
13
css/cv-medium.css
Normal file
@@ -0,0 +1,13 @@
|
||||
#post * { margin: 0; padding: 0; position: relative; }
|
||||
.clear { clear: both; }
|
||||
#post h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
|
||||
#post h2 { font-size: 15px; margin: 0 0 1em 0; position: relative; }
|
||||
/*#post h2 span { position: absolute; bottom: -1.2em; left: 0; font-style: italic; font-size: 16px; color: #999; font-weight: normal; }*/
|
||||
#post h2 span { padding: 0.2em; font-style: italic; font-size: 15px; color: #999; font-weight: normal; }
|
||||
#post p { margin: 0 0 16px 0; }
|
||||
#post a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
|
||||
#post a:hover { color: #FFF; text-decoration: none; border-bottom: 1px dotted #999; }
|
||||
#post ul { margin: 0 0 32px 50px; }
|
||||
#objective p { font-style: italic; color: #666; }
|
||||
#post dt { position:relative; font-style: italic; font-weight: bold; font-size: 15px; text-align: center; padding: 0 26px 0 0; width: 80%; margin: 0 auto 10px; border-bottom: 1px solid #999; }
|
||||
#post dd.clear { float: none; margin: 0; height: 0px; }
|
14
css/cv.css
Normal file
14
css/cv.css
Normal file
@@ -0,0 +1,14 @@
|
||||
#post * { margin: 0; padding: 0; }
|
||||
.clear { clear: both; }
|
||||
#post h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
|
||||
#post h2 { font-size: 20px; margin: 0 0 6px 0; position: relative; }
|
||||
#post h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; font-size: 16px; color: #999; font-weight: normal; }
|
||||
#post p { margin: 0 0 16px 0; }
|
||||
#post a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
|
||||
#post a:hover { border-bottom-style: solid; color: black; }
|
||||
#post ul { margin: 0 0 32px 17px; }
|
||||
#objective { width: 500px; float: left; }
|
||||
#objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
|
||||
#post dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
|
||||
#post dd { width: 600px; float: right; }
|
||||
#post dd.clear { float: none; margin: 0; height: 15px; }
|
87
css/main-desktop.bakup
Normal file
87
css/main-desktop.bakup
Normal file
@@ -0,0 +1,87 @@
|
||||
.container-fluid {
|
||||
width: 1140px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#header {
|
||||
position: relative;
|
||||
padding-left: 200px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
height: 42px;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
footer {
|
||||
background:#0F84C3;
|
||||
color: white;
|
||||
width:98%;
|
||||
height:100px;
|
||||
position:absolute;
|
||||
padding: 1%;
|
||||
bottom:0;
|
||||
left:0;
|
||||
}
|
||||
|
||||
|
||||
#picture{
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
top: 10px;
|
||||
background: white;
|
||||
z-index: 10;
|
||||
margin: 5px 20px 5px 5px;
|
||||
padding: 0;
|
||||
border: 2px solid black;
|
||||
border-bottom: 28px solid black;
|
||||
-webkit-transform:rotate(-4deg);
|
||||
}
|
||||
|
||||
#picture img {
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.site .footer {
|
||||
font-size: 80%;
|
||||
color: #666;
|
||||
border-top: 4px solid #eee;
|
||||
margin-top: 2em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.site .footer .contact {
|
||||
float: left;
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
.site .footer .contact a {
|
||||
color: #8085C1;
|
||||
}
|
||||
|
||||
.site .footer .rss {
|
||||
margin-top: 1.1em;
|
||||
margin-right: -.2em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.site .footer .rss img {
|
||||
border: 0;
|
||||
}
|
528
css/main-desktop.css
Executable file
528
css/main-desktop.css
Executable file
@@ -0,0 +1,528 @@
|
||||
#badge{
|
||||
position: relative;
|
||||
margin: -100px auto 30px;
|
||||
width: 180px;
|
||||
height: 210px;
|
||||
padding: 0;
|
||||
-webkit-transform: rotate(-4deg);
|
||||
-moz-transform: rotate(-4deg);
|
||||
transform: rotate(-4deg);
|
||||
}
|
||||
|
||||
/* entire container, keeps perspective */
|
||||
|
||||
.flip-container {
|
||||
perspective: 1000;
|
||||
-webkit-perspective: 1000;
|
||||
}
|
||||
|
||||
#badge {
|
||||
transition: 0.2s;
|
||||
transition-delay: 0.4s;
|
||||
}
|
||||
|
||||
#badge:hover {
|
||||
-webkit-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1);
|
||||
-moz-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1);
|
||||
transform: translate(5px, 20px) rotate(0.5deg) scale(1.1);
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
/* flip the pane when hovered */
|
||||
.flip-container:hover .flipper, .flip-container.hover .flipper {
|
||||
-webkit-transform: rotateY(180deg);
|
||||
-moz-transform: rotateY(180deg);
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
.flip-container, .front, .back {
|
||||
width: 180px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
/* flip speed goes here */
|
||||
.flipper {
|
||||
transition: 0.8s;
|
||||
transform-style: preserve-3d;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-moz-transform-style: preserve-3d;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* hide back of pane during swap */
|
||||
.front, .back {
|
||||
backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 2px;
|
||||
padding-bottom: 30px;
|
||||
background-color: black;
|
||||
box-shadow: -5px 5px 5px #555;
|
||||
-webkit-box-shadow: -5px 5px 15px #555;
|
||||
-moz-box-shadow: -5px 5px 15px #555;
|
||||
}
|
||||
|
||||
/* front pane, placed above back */
|
||||
.front {
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
/* back, initially hidden pane */
|
||||
.back {
|
||||
transform: rotateY(180deg);
|
||||
-webkit-transform: rotateY(180deg);
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.sticky:after {
|
||||
content: "";
|
||||
height: 20px;
|
||||
width: 80px;
|
||||
background: rgba(255,255,255,0.5);
|
||||
position: absolute;
|
||||
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
|
||||
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
|
||||
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
|
||||
top: 0;
|
||||
right: 8px;
|
||||
margin: -8px -40px 0 0;
|
||||
z-index: 1000;
|
||||
-webkit-transform:rotate(43deg);
|
||||
-moz-transform:rotate(43deg);
|
||||
backface-visibility: visible;
|
||||
-moz-backface-visibility: visible;
|
||||
-webkit-backface-visibility: visible;
|
||||
}
|
||||
|
||||
.sticky:hover:after {
|
||||
content: "";
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
position:relative;
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
|
||||
#contentwrapper {
|
||||
position: relative;
|
||||
width: 1200px;
|
||||
padding-bottom: 220px;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
overflow: display;
|
||||
border: 1px solid #CCC;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
position: relative;
|
||||
width: 300px;
|
||||
float: left;
|
||||
padding: 20px;
|
||||
text-align: right;
|
||||
border-right: dashed 1px #DDD;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
position: relative;
|
||||
width: 840px;
|
||||
padding: 10px 30px;
|
||||
float: right;
|
||||
overflow: display;
|
||||
margin: 0;
|
||||
border-bottom: dashed 1px #DDD;
|
||||
}
|
||||
|
||||
#content:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
background: url(../img/noise.jpg);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:100%;
|
||||
font-family: 'Overlock', cursive;
|
||||
}
|
||||
footer {
|
||||
height: 180px;
|
||||
position:absolute;
|
||||
clear: both;
|
||||
bottom: 0px;
|
||||
left: -10px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: #000;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
/*text-shadow: 2px 2px 1px #AAA;*/
|
||||
}
|
||||
|
||||
footer div, footer p, footer ul{
|
||||
color: white;
|
||||
padding: 2px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #069;
|
||||
text-shadow: 1px 1px 1px #FFF;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
text-shadow: 0.1em 0.1em 0.1em #333;
|
||||
/*color: #ffd700;*/
|
||||
}
|
||||
|
||||
.date {
|
||||
position: absolute;
|
||||
right: -10px;
|
||||
width: 10em;
|
||||
text-align: center;
|
||||
border-radius: 0px 0px 0px 15px;
|
||||
padding: 0.5em;
|
||||
background-color: #428bca;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h1 + .date {
|
||||
margin-top: -3.5em;
|
||||
}
|
||||
|
||||
h2 + .date {
|
||||
margin-top: -2.5em;
|
||||
}
|
||||
|
||||
.posthead {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.posthead h2, h1 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
header {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#headline {
|
||||
margin: 0em;
|
||||
font-size: 4em;
|
||||
padding-left: 300px;
|
||||
padding-top: 5px;
|
||||
font-family: comfortaa;
|
||||
}
|
||||
|
||||
#headline a {
|
||||
color: black;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#headline a:hover {
|
||||
color: white;
|
||||
text-shadow: 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
|
||||
}
|
||||
|
||||
|
||||
#social {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*#social:after {*/
|
||||
/*content: ".";*/
|
||||
/*display: block;*/
|
||||
/*clear: both;*/
|
||||
/*visibility: hidden;*/
|
||||
/*line-height: 0;*/
|
||||
/*height: 0;*/
|
||||
/*}*/
|
||||
|
||||
#social li {
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
height: 100px;
|
||||
width: 80px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#social li a {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
font-size: 60px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#social li a:hover {
|
||||
position: absolute;
|
||||
font-size: 80px;
|
||||
top: -15px;
|
||||
left: -10px;
|
||||
/*left: 10px;*/
|
||||
/*top: -50px;*/
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.entries dt {
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
border-top: dashed 1px #CCC;
|
||||
}
|
||||
.entries dd {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
position: relative;
|
||||
font-size: 1.4em;
|
||||
padding: 0.5em;
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
div.navbar {
|
||||
background-color: black;
|
||||
border-radius: 20px 0px 0px;
|
||||
}
|
||||
|
||||
.navbar ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
display:inline;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.navbar li.active a {
|
||||
background-color: #F30;
|
||||
color: white;
|
||||
text-shadow: 0.1em 0.1em 0.1em black;
|
||||
border-top: 1px solid #555;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #CCC;
|
||||
border-right: 1px solid #555;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
.navbar li:first-child a {
|
||||
border-left: 1px double #ccc;
|
||||
}
|
||||
.navbar li a:hover {
|
||||
position: relative;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
text-shadow: 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
|
||||
border-top: 1px solid #555;
|
||||
border-bottom: 1px solid #555;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.navbar li.active a:hover {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #069;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px #069, -1px -1px 0 #069, 1px -1px 0 #069, -1px 1px 0 #069;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-family: comfortaa;
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
padding: 5px;
|
||||
background-color: #ffd700;
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
padding-left: 10px;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
|
||||
.label:after{
|
||||
content: " •";
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.postnav {
|
||||
height: 1em;
|
||||
width: 100%;
|
||||
padding: 15px 9px;
|
||||
margin-left: -10px;
|
||||
background-color: white;
|
||||
text-align: right;
|
||||
border: dashed 1px #AAA;
|
||||
}
|
||||
|
||||
.previouspost {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
.pagination {
|
||||
position: relative;
|
||||
height: 1em;
|
||||
width: 50%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
background-color: #FFF;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.pag-top{
|
||||
margin: -9px auto;
|
||||
margin-bottom 0;
|
||||
border-radius: 0 0 15px 15px;
|
||||
border: dashed 1px #AAA;
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.pag-bottom {
|
||||
bottom: -10px;
|
||||
margin: 0 auto;
|
||||
border-radius: 15px 15px 0 0;
|
||||
border: dashed 1px #AAA;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.previouspage {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.nextpage {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.clear { clear: both; }
|
||||
|
||||
about ul {
|
||||
position: relative;
|
||||
width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#about li {
|
||||
line-height:2em;
|
||||
vertical-align: middle
|
||||
border-bottom:1px solid #DDD;
|
||||
float:left;
|
||||
display:inline;
|
||||
width: 33.333%;
|
||||
}
|
||||
|
||||
#about i {
|
||||
/*background-color: #ffd700;*/
|
||||
/*padding: 5px;*/
|
||||
/*border-radius: 10px;*/
|
||||
}
|
||||
|
||||
@-webkit-keyframes toright {
|
||||
from {
|
||||
padding-left: 0px;
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
padding-left: 150px;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes toright {
|
||||
from {
|
||||
padding-left: 0px;
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
padding-left: 150px;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes appear{
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes appear{
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#subheadline {
|
||||
-webkit-animation-name: toright;
|
||||
-webkit-animation-duration: 4s;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
-webkit-animation-timing-function: linear;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
animation-name: toright;
|
||||
animation-duration: 4s;
|
||||
animation-iteration-count: 1;
|
||||
animation-timing-function: linear;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
.disappear {
|
||||
-webkit-animation-name: appear;
|
||||
-webkit-animation-duration: 4s;
|
||||
-webkit-animation-timing-function: linear;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
animation-name: appear;
|
||||
animation-duration: 4s;
|
||||
animation-iteration-count: 1;
|
||||
animation-timing-function: linear;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
code {
|
||||
}
|
527
css/main-medium.css
Normal file
527
css/main-medium.css
Normal file
@@ -0,0 +1,527 @@
|
||||
#badge{
|
||||
position: relative;
|
||||
margin: -40px auto 10px;
|
||||
width: 80%;
|
||||
height: 180px;
|
||||
padding: 0;
|
||||
-webkit-transform: rotate(-4deg);
|
||||
-moz-transform: rotate(-4deg);
|
||||
transform: rotate(-4deg);
|
||||
}
|
||||
|
||||
/* entire container, keeps perspective */
|
||||
|
||||
.flip-container {
|
||||
perspective: 1000;
|
||||
-webkit-perspective: 1000;
|
||||
}
|
||||
|
||||
#badge {
|
||||
transition: 0.2s;
|
||||
transition-delay: 0.4s;
|
||||
}
|
||||
|
||||
#badge:hover {
|
||||
-webkit-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1);
|
||||
-moz-transform: translate(5px, 20px) rotate(0.5deg) scale(1.1);
|
||||
transform: translate(5px, 20px) rotate(0.5deg) scale(1.1);
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
/* flip the pane when hovered */
|
||||
.flip-container:hover .flipper, .flip-container.hover .flipper {
|
||||
-webkit-transform: rotateY(180deg);
|
||||
-moz-transform: rotateY(180deg);
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
|
||||
.flip-container, .front, .back {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* flip speed goes here */
|
||||
.flipper {
|
||||
transition: 0.8s;
|
||||
transform-style: preserve-3d;
|
||||
-webkit-transform-style: preserve-3d;
|
||||
-moz-transform-style: preserve-3d;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* hide back of pane during swap */
|
||||
.front, .back {
|
||||
backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 1%;
|
||||
padding-bottom: 10%;
|
||||
background-color: black;
|
||||
box-shadow: -5px 5px 5px #555;
|
||||
-webkit-box-shadow: -5px 5px 15px #555;
|
||||
-moz-box-shadow: -5px 5px 15px #555;
|
||||
}
|
||||
|
||||
/* front pane, placed above back */
|
||||
.front {
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
/* back, initially hidden pane */
|
||||
.back {
|
||||
transform: rotateY(180deg);
|
||||
-webkit-transform: rotateY(180deg);
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.sticky:after {
|
||||
content: "";
|
||||
height: 20px;
|
||||
width: 80px;
|
||||
background: rgba(255,255,255,0.5);
|
||||
position: absolute;
|
||||
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
|
||||
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
|
||||
box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
|
||||
top: 0;
|
||||
right: 8px;
|
||||
margin: -8px -40px 0 0;
|
||||
z-index: 1000;
|
||||
-webkit-transform:rotate(43deg);
|
||||
-moz-transform:rotate(43deg);
|
||||
backface-visibility: visible;
|
||||
-moz-backface-visibility: visible;
|
||||
-webkit-backface-visibility: visible;
|
||||
}
|
||||
|
||||
.sticky:hover:after {
|
||||
content: "";
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
position:relative;
|
||||
padding: 1em 2em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#contentwrapper {
|
||||
position: relative;
|
||||
padding-bottom: 200px;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
overflow: display;
|
||||
border: 1px solid #CCC;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
position: relative;
|
||||
float: left;
|
||||
width: 20%;
|
||||
text-align: right;
|
||||
border-right: dashed 1px #DDD;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
position: relative;
|
||||
padding: 10px 10px;
|
||||
width: 80%;
|
||||
float: right;
|
||||
margin: 0;
|
||||
border-bottom: dashed 1px #DDD;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
}
|
||||
|
||||
#content:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
overflow-y: scroll;
|
||||
background: url(../img/noise.jpg);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:100%;
|
||||
font-family: 'Overlock', cursive;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
}
|
||||
|
||||
footer {
|
||||
height: 110px;
|
||||
position:absolute;
|
||||
clear: both;
|
||||
bottom: 0px;
|
||||
left: -10px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: #000;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
/*text-shadow: 2px 2px 1px #AAA;*/
|
||||
}
|
||||
|
||||
footer div, footer p, footer ul{
|
||||
color: white;
|
||||
padding: 2px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #069;
|
||||
text-shadow: 1px 1px 1px #FFF;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
text-shadow: 0.1em 0.1em 0.1em #333;
|
||||
/*color: #ffd700;*/
|
||||
}
|
||||
|
||||
.date {
|
||||
position: absolute;
|
||||
right: -10px;
|
||||
width: 10em;
|
||||
text-align: center;
|
||||
border-radius: 0px 0px 0px 15px;
|
||||
padding: 0.5em;
|
||||
background-color: #428bca;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h1 + .date {
|
||||
margin-top: -3.5em;
|
||||
}
|
||||
|
||||
h2 + .date {
|
||||
margin-top: -2.5em;
|
||||
}
|
||||
|
||||
.posthead {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
.posthead h2, h1 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
header {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#headline {
|
||||
margin: 0em;
|
||||
font-size: 4em;
|
||||
padding-left: 20%;;
|
||||
padding-top: 5px;
|
||||
font-family: comfortaa;
|
||||
}
|
||||
|
||||
#headline a {
|
||||
color: black;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#headline a:hover {
|
||||
color: white;
|
||||
text-shadow: 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
|
||||
}
|
||||
|
||||
|
||||
#social {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*#social:after {*/
|
||||
/*content: ".";*/
|
||||
/*display: block;*/
|
||||
/*clear: both;*/
|
||||
/*visibility: hidden;*/
|
||||
/*line-height: 0;*/
|
||||
/*height: 0;*/
|
||||
/*}*/
|
||||
|
||||
#social li {
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
height: 50px;
|
||||
width: 40px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#social li a {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#social li a:hover {
|
||||
position: absolute;
|
||||
font-size: 80px;
|
||||
top: -15px;
|
||||
left: -10px;
|
||||
/*left: 10px;*/
|
||||
/*top: -50px;*/
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.entries dt {
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
border-top: dashed 1px #CCC;
|
||||
}
|
||||
.entries dd {
|
||||
float: right;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
position: relative;
|
||||
font-size: 1.4em;
|
||||
padding: 0.5em;
|
||||
padding-left: 20%;;
|
||||
}
|
||||
|
||||
div.navbar {
|
||||
background-color: black;
|
||||
border-radius: 20px 0px 0px;
|
||||
}
|
||||
|
||||
.navbar ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
display:inline;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.navbar li.active a {
|
||||
background-color: #F30;
|
||||
color: white;
|
||||
text-shadow: 0.1em 0.1em 0.1em black;
|
||||
border-top: 1px solid #555;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #CCC;
|
||||
border-right: 1px solid #555;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
.navbar li:first-child a {
|
||||
border-left: 1px double #ccc;
|
||||
}
|
||||
.navbar li a:hover {
|
||||
position: relative;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
text-shadow: 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
|
||||
border-top: 1px solid #555;
|
||||
border-bottom: 1px solid #555;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.navbar li.active a:hover {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #069;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px #069, -1px -1px 0 #069, 1px -1px 0 #069, -1px 1px 0 #069;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-family: comfortaa;
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
padding: 5px;
|
||||
background-color: #ffd700;
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
padding-left: 10px;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
|
||||
.label:after{
|
||||
content: " •";
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.postnav {
|
||||
height: 1em;
|
||||
width: 100%;
|
||||
padding: 15px 9px;
|
||||
margin-left: -10px;
|
||||
background-color: white;
|
||||
text-align: right;
|
||||
border: dashed 1px #AAA;
|
||||
}
|
||||
|
||||
.previouspost {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
.pagination {
|
||||
position: relative;
|
||||
height: 1em;
|
||||
width: 50%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
background-color: #FFF;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.pag-top{
|
||||
margin: -9px auto;
|
||||
margin-bottom 0;
|
||||
border-radius: 0 0 15px 15px;
|
||||
border: dashed 1px #AAA;
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.pag-bottom {
|
||||
bottom: -10px;
|
||||
margin: 0 auto;
|
||||
border-radius: 15px 15px 0 0;
|
||||
border: dashed 1px #AAA;
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.previouspage {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.nextpage {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.clear { clear: both; }
|
||||
|
||||
about ul {
|
||||
position: relative;
|
||||
width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#about li {
|
||||
line-height:1.5em;
|
||||
border-bottom:1px solid #DDD;
|
||||
float:left;
|
||||
display:inline;
|
||||
width: 33.333%;
|
||||
}
|
||||
|
||||
#about i {
|
||||
/*background-color: #ffd700;*/
|
||||
/*padding: 5px;*/
|
||||
/*border-radius: 10px;*/
|
||||
}
|
||||
|
||||
@-webkit-keyframes toright {
|
||||
from {
|
||||
padding-left: 0px;
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
padding-left: 150px;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes toright {
|
||||
from {
|
||||
padding-left: 0px;
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
padding-left: 150px;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes appear{
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes appear{
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#subheadline {
|
||||
-webkit-animation-name: toright;
|
||||
-webkit-animation-duration: 4s;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
-webkit-animation-timing-function: linear;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
animation-name: toright;
|
||||
animation-duration: 4s;
|
||||
animation-iteration-count: 1;
|
||||
animation-timing-function: linear;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
.disappear {
|
||||
-webkit-animation-name: appear;
|
||||
-webkit-animation-duration: 4s;
|
||||
-webkit-animation-timing-function: linear;
|
||||
-webkit-animation-iteration-count: 1;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
animation-name: appear;
|
||||
animation-duration: 4s;
|
||||
animation-iteration-count: 1;
|
||||
animation-timing-function: linear;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
197
css/main-xs.css
Normal file
197
css/main-xs.css
Normal file
@@ -0,0 +1,197 @@
|
||||
#badge img {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
margin:0;
|
||||
padding:0;
|
||||
height:100%;
|
||||
font-family: 'Overlock', cursive;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../img/noise.jpg);
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 1em;
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
#headline {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
#headline a {
|
||||
font-size: 2em;
|
||||
font-family: comfortaa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#headline a {
|
||||
color: black;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#headline a:hover {
|
||||
color: white;
|
||||
text-shadow: 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
position: relative;
|
||||
font-size: 1.4em;
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
div.navbar {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.navbar ul {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.navbar li {
|
||||
display:inline-block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.navbar li.active a {
|
||||
background-color: #F30;
|
||||
color: white;
|
||||
text-shadow: 0.1em 0.1em 0.1em black;
|
||||
border-top: 1px solid #555;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
.navbar li a {
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #CCC;
|
||||
border-right: 1px solid #555;
|
||||
padding: 0.5em 1em;
|
||||
display: block;
|
||||
}
|
||||
.navbar li:first-child a {
|
||||
border-left: 1px double #ccc;
|
||||
}
|
||||
.navbar li a:hover {
|
||||
position: relative;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
text-shadow: 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
|
||||
border-top: 1px solid #555;
|
||||
border-bottom: 1px solid #555;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
.label {
|
||||
font-family: comfortaa;
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
padding: 5px;
|
||||
background-color: #ffd700;
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
padding-left: 10px;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
|
||||
.label:after{
|
||||
content: " •";
|
||||
color: #666;
|
||||
}
|
||||
a {
|
||||
color: #069;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px #069, -1px -1px 0 #069, 1px -1px 0 #069, -1px 1px 0 #069;
|
||||
}
|
||||
|
||||
.navbar li.active a:hover {
|
||||
color: #c00;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.postnav, .pagination {
|
||||
height: 1em;
|
||||
width: 100%;
|
||||
padding: 15px 9px;
|
||||
margin-left: -10px;
|
||||
background-color: white;
|
||||
border: dashed 1px #AAA;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nextpost, .nextpage {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.previouspost, .previouspage {
|
||||
float: left;
|
||||
}
|
||||
footer {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
padding: 1em;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
#social {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*#social:after {*/
|
||||
/*content: ".";*/
|
||||
/*display: block;*/
|
||||
/*clear: both;*/
|
||||
/*visibility: hidden;*/
|
||||
/*line-height: 0;*/
|
||||
/*height: 0;*/
|
||||
/*}*/
|
||||
|
||||
#social li {
|
||||
position: relative;
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
height: 100px;
|
||||
width: 80px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#social li a {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
font-size: 60px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#social li a:hover {
|
||||
position: absolute;
|
||||
font-size: 80px;
|
||||
top: -15px;
|
||||
left: -10px;
|
||||
/*left: 10px;*/
|
||||
/*top: -50px;*/
|
||||
z-index: 100;
|
||||
}
|
63
css/main.css
Executable file
63
css/main.css
Executable file
@@ -0,0 +1,63 @@
|
||||
.site .footer {
|
||||
font-size: 80%;
|
||||
color: #666;
|
||||
border-top: 4px solid #eee;
|
||||
margin-top: 2em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.site .footer .contact {
|
||||
float: left;
|
||||
margin-right: 3em;
|
||||
}
|
||||
|
||||
.site .footer .contact a {
|
||||
color: #8085C1;
|
||||
}
|
||||
|
||||
.site .footer .rss {
|
||||
margin-top: 1.1em;
|
||||
margin-right: -.2em;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.site .footer .rss img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.todo {
|
||||
list-style-type: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.todo ul {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.todo li.done {
|
||||
}
|
||||
|
||||
.todo li.done:after {
|
||||
content: "\2714";
|
||||
padding-left: 0.5em;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.todo li.cancelled:after {
|
||||
content: "\2718";
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
code {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
background-color: #EEE;
|
||||
margin: 0 auto;
|
||||
width: 80%;
|
||||
padding: 1.5em 2em;
|
||||
border: dashed 1px #AAA;
|
||||
border-radius: 5px 0px 5px 5px;
|
||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||
box-sizing: border-box; /* Opera/IE 8+ */
|
||||
}
|
60
css/syntax.css
Normal file
60
css/syntax.css
Normal file
@@ -0,0 +1,60 @@
|
||||
.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 .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
|
||||
.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 .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
|
||||
.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 .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: #d14 } /* Literal.String */
|
||||
.highlight .na { color: #008080 } /* Name.Attribute */
|
||||
.highlight .nb { color: #0086B3 } /* 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: #d14 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #d14 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #d14 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #d14 } /* Literal.String.Double */
|
||||
.highlight .se { color: #d14 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #d14 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #d14 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #009926 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #d14 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #990073 } /* 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 */
|
Reference in New Issue
Block a user