You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
balkian.github.com/theme/css/main-desktop.css

468 lines
7.8 KiB
CSS

#badge{
position: relative;
margin: 0 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;
-moz-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: 3;
}
/* back, initially hidden pane */
.back {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg);
z-index: 4;
}
.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: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
/*.flip-container:hover .sticky: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;
}
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;
}
/*#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;
}
#navbar {
font-size: 1.2em;
padding-left: 300px;
}
div.navbar {
background-color: black;
}
.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: 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 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;
}
.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;
}
#about li {
line-height:2em;
vertical-align: middle
border-bottom:1px solid #DDD;
float:left;
display:inline;
width: 33.333%;
}
@-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 toleft {
to {
left: -10px;
opacity: 1;
}
from {
left: 300px;
opacity: 0;
}
}
@keyframes toleft {
to {
left: -10px;
opacity: 1;
}
from {
left: 300px;
opacity: 0;
}
}
@-webkit-keyframes appear{
to {
opacity: 1;
}
from {
opacity: 0;
}
}
@keyframes appear{
to {
opacity: 1;
}
from {
opacity: 0;
}
}
@-webkit-keyframes disappear{
to {
opacity: 0 ;
}
from {
opacity: 1;
}
}
@keyframes disappear{
to {
opacity: 0;
}
from {
opacity: 1;
}
}
#subheadline {
position: absolute;
-webkit-animation-name: toleft;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-webkit-animation-fill-mode: forwards;
animation-name: toleft;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.disappear {
-webkit-animation-name: disappear;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-name: disappear;
animation-duration: 3s;
animation-iteration-count: 1;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
code {
}