Code:
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html, body {
width: 100%;
height: 100%;
}
/********************
HTML
********************/
body:before {
content:'';
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1;
font-size: 100%;
background: #000;
color: #000;
}
#bg {
position:fixed;
top:-50%;
left:-50%;
width:200%;
height:200%;
z-index: -999;
}
#bg img {
max-width: 100%;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin:auto;
min-width:50%;
min-height:50%;
}
/********************
WRAPPER
********************/
#wrapper {
width: 70%;
max-width: 1000px;
height: 100%;
min-height: 100%;
margin: -40px 0 0 2%;
position: relative;
overflow: hidden;
font-size: 81.25%
}
#wrapper:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
/********************
HEADER
********************/
#header {
width: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
border-top: 40px solid #FFF;
z-index: 2;
clear: both;
}
#header #logo {
width: 25%;
height: auto;
margin: 20px 0 0 0;
float: left;
}
#header #logo a {
width: 250px;
display: block;
margin: 0;
overflow: hidden;
}
#header #logo img {
max-width: 100%;
}
#header #languages {
margin-top: 2%;
display: inline-block;
float: right;
}
#header #languages li {
float: left;
}
#header #languages li + li {
margin-left: 8px;
}
#header #languages li a {
text-decoration: none;
color: #FFF;
font-weight: bold;
}
/********************
CONTENT
********************/
#main {
width: 100%;
min-height: 1px;
margin: 2% 0 0 0;
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 4;
overflow: hidden;
}
#sidebar {
width: 25%;
padding: 40px 0;
position: relative;
float: left;
z-index: 1;
vertical-align: top;
}
.sidebar {
width: 24%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 0;
background: #FFF;
zoom: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.sidebar_border {
width: 1%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 24%;
z-index: 0;
background: #F6491F;
}
#mask {
width: 75%;
position: absolute;
overflow: hidden;
top: 0;
bottom: 0;
left: 25%;
}
#content {
width: 100%;
padding: 40px 0;
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: none;
z-index: 1;
overflow: hidden;
background: #FFF;
zoom: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
#menu {
width: 90%;
margin: 0 0 0 25px;
overflow: hidden;
}
#menu li {
width: 100%;
line-height: 30px;
}
#menu a {
color: #333;
text-decoration: none;
display: block;
font-size: 1.1em;
text-indent: 20px;
}
#menu a:hover {
color: #F6491F;
}
#content h1 {
padding: 0 4% 20px;
font-size: 1.5em;
}
#content p {
margin: 0 4%;
font-size: 1em;
}
#content p + p {
margin: 15px 4% 0;
}
#footer {
width: 70%;
max-width: 1000px;
height: 40px;
line-height: 40px;
margin-left: 2%;
position: relative;
z-index: 2;
background: #000;
color: #FFF;
zoom: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
font-size: 75%;
}
#footer_panel #footer p {
margin-left: 30px;
}
@media only screen and (max-width: 768px) {
#wrapper,
#footer {
width: 98%;
margin: 0 auto;
font-size: 65%;
}
#footer {
font-size: 60%;
}
#header {
border-width: 0;
}
#header #logo {
margin: 10px 0 0 0;
}
#sidebar {
width: 35%;
}
#menu {
margin: 0 0 0 5px;
font-size: .85em;
}
.sidebar {
width: 34%;
}
.sidebar_border {
left: 34%;
}
#mask {
width: 65%;
left: 35%;
}
#content {
padding-bottom: 20px;
overflow: auto;
}
#content h1 {
font-size: 1.3em;
}
#content p {
font-size: 1.1em;
}
#footer_panel #footer p {
margin-left: 10px;
}
}
Bookmarks