172 lines
3.2 KiB
CSS
172 lines
3.2 KiB
CSS
|
/*! sakrecoer sheet */
|
||
|
@font-face {
|
||
|
font-family: BAnkrutt;
|
||
|
src: url('BAnkrutt.otf');
|
||
|
}
|
||
|
body {
|
||
|
margin: auto;
|
||
|
background-color: #606;
|
||
|
font-size: 1em;
|
||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||
|
padding: 5px 20px 40px 20px;
|
||
|
text-align: left;
|
||
|
background-image:url('/assets/img/micro_logo.png');
|
||
|
}
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4 {
|
||
|
font-family: BAnkrutt;
|
||
|
text-transform: lowercase;
|
||
|
}
|
||
|
a:link,
|
||
|
a:visited,
|
||
|
a:hover,
|
||
|
a:active,
|
||
|
a:focus {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a,
|
||
|
a:link,
|
||
|
a:visited {
|
||
|
color: #fff;
|
||
|
-webkit-transition-property: hover;
|
||
|
-webkit-transition: color 0.15s ease-in-out;
|
||
|
-moz-transition: color 0.15s linear 0s; /* firefox 4 */
|
||
|
-o-transition-property: color; /* opera 10.5 */
|
||
|
-o-transition-duration: 0.15s;
|
||
|
text-shadow: 1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
-1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px -1px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px 1px 4px rgba(255, 0, 0, 0.5);
|
||
|
}
|
||
|
}
|
||
|
a:hover {
|
||
|
color: #f00;
|
||
|
text-shadow: 1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
-1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px -1px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px 1px 4px rgba(255, 0, 0, 0.5);
|
||
|
}
|
||
|
a:active {
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
/*! NAVIGATION */
|
||
|
|
||
|
#header {
|
||
|
margin: auto;
|
||
|
line-height: 24px;
|
||
|
z-index: 1000;
|
||
|
text-shadow: 1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
-1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px -1px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px 1px 4px rgba(255, 0, 0, 0.5);
|
||
|
|
||
|
text-align: center;
|
||
|
}
|
||
|
#footer {
|
||
|
margin: auto;
|
||
|
line-height: 12px;
|
||
|
font-size: 0.75em;
|
||
|
text-align: center;
|
||
|
z-index: 1000;
|
||
|
text-shadow: 1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
-1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px -1px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px 1px 4px rgba(255, 0, 0, 0.5);
|
||
|
}
|
||
|
#main-menu-links {
|
||
|
margin: auto;
|
||
|
font-family: BAnkrutt;
|
||
|
font-size: 3em;
|
||
|
margin-right: 5px;
|
||
|
line-height: 36px
|
||
|
}
|
||
|
|
||
|
#main-menu-links a {
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
#main-menu-links a:hover,
|
||
|
#main-menu-links a:focus {
|
||
|
color: #f00;
|
||
|
}
|
||
|
#main-menu-links a:active {
|
||
|
color: #000;
|
||
|
}
|
||
|
#footer-menu-links {
|
||
|
margin: auto;
|
||
|
font-family: BAnkrutt;
|
||
|
font-size: 3em;
|
||
|
line-height: 36px;
|
||
|
margin: auto;
|
||
|
text-align: center;
|
||
|
z-index: 1000;
|
||
|
text-shadow: 1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
-1px 0px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px -1px 4px rgba(255, 0, 0, 0.5),
|
||
|
0px 1px 4px rgba(255, 0, 0, 0.5);
|
||
|
}
|
||
|
|
||
|
#footer-menu-links a {
|
||
|
color: #fff;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
#footer-menu-links a:hover,
|
||
|
#main-menu-links a:focus {
|
||
|
color: #f00;
|
||
|
}
|
||
|
#footer-menu-links a:active {
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
/*! CONTENT */
|
||
|
|
||
|
#content{
|
||
|
margin: auto;
|
||
|
text-shadow:2px 2px 4px #fff;
|
||
|
text-align: left;
|
||
|
}
|
||
|
#About .about,
|
||
|
#Blog .blog,
|
||
|
#Discography .discog,
|
||
|
#Music .music,
|
||
|
#Video .video {
|
||
|
color: #f00;
|
||
|
text-shadow: 1px 0px 4px rgba(255, 255, 255, 0.25),
|
||
|
-1px 0px 4px rgba(255, 255, 255, 0.25),
|
||
|
0px -1px 4px rgba(255, 255, 255, 0.25),
|
||
|
0px 1px 4px rgba(255, 255, 255, 0.25);
|
||
|
}
|
||
|
.tagline {
|
||
|
text-align: center;
|
||
|
margin-right: 5px;
|
||
|
margin-top: -5px;
|
||
|
font-size: 1.2em;
|
||
|
}
|
||
|
.date {
|
||
|
font-size: 0.6em;
|
||
|
}
|
||
|
/* Fullscreen Background image */
|
||
|
.image-fullscreen,
|
||
|
.image-fullscreen .mask {
|
||
|
background-repeat: repeat;
|
||
|
position:fixed;
|
||
|
left:0px;
|
||
|
top:0px;
|
||
|
right:0px;
|
||
|
bottom:0px;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
#nextpager {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
font-size: 1em;
|
||
|
padding: 30px 0 0 0;
|
||
|
}
|