kettek/css/style.css

258 lines
5.0 KiB
CSS

/* fonts */
@font-face {
font-family: "Antonio";
src: url("../fonts/Antonio-Regular.eot"), url("../fonts/Antonio-Regular.eot?#iefix") format("embedded-opentype"), local("Antonio-Regular.ttf"), url("../fonts/Antonio-Regular.ttf") format("truetype");
font-style: normal;
}
@font-face {
font-family: "Antonio";
src: url("../fonts/Antonio-Light.eot"), url("../fonts/Antonio-Light.eot?#iefix") format("embedded-opentype"), local("Antonio-Light.ttf"), url("../fonts/Antonio-Light.ttf") format("truetype");
font-style: italic;
}
@font-face {
font-family: "Antonio";
src: url("../fonts/Antonio-Bold.eot"), url("../fonts/Antonio-Bold.eot?#iefix") format("embedded-opentype"), local("Antonio-Bold.ttf"), url("../fonts/Antonio-Bold.ttf") format("truetype");
font-style: bold;
}
@font-face {
font-family: "ProggyTinySZ";
src: url("../fonts/ProggyTinySZ.eot"), url("../fonts/ProggyTinySZ.eot?#iefix") format("embedded-opentype"), local("ProggyTinySZ.ttf"), url("../fonts/ProggyTinySZ.ttf") format("truetype");
}
/* */
body {
background-color: #FFF;
font-family: "Source Sans Pro";
}
p small {
font-size: 10pt;
}
img {
text-align: center;
}
.thumbnail {
max-width: 300px;
max-height: 300px;
float: right;
}
/* general helper classes */
.min {
margin: 0 auto;
width: 1000px;
}
.padder {
padding: 1em;
margin: 0;
}
/* header styling */
#header {
position: relative;
float: left;
min-height: 128px;
width: 100%;
text-align: center;
color: #9F9F9F;
font-size: 14pt;
line-height: 110%;
background-color: #fff;
}
.qat_bubble {
width: 800px;
color: #EDDDDD;
background-color: #322222;
margin: 0;
padding: 0;
}
.qat_bubble p {
padding: 0;
margin: 0;
}
#puss {
float: right;
z-index: 1;
display: block;
width: 128px;
height: 128px;
background-image:url('../pix/puss.png');
margin-top: -24px;
background-repeat: no-repeat;
}
/* content styling */
#container {
padding: 15px 0;
clear: both;
text-align: left;
}
.surf {
padding: 0.2em;
background-color: #D0D0D1;
color: #121;
color: #EDDDDD;
background-color: #322222;
background-color: #CaCf90;
}
/* */
#menu {
position: relative;
width: 20%;
min-height: 70%;
float: right;
background-color: #FFF;
color: #1F1F1F;
line-height: 150%;
}
#menu p {
padding: 0;
margin: 0;
font-size: 10pt;
}
#menu img {
max-height: 22px;
}
#menu ul {
padding: 0; margin: 0;
list-style: none;
font-family: "Antonio";
font-size: 16pt;
}
#menu ul li {
width: 100%;
background-color: #D0D0D1;
color: #121;
border-bottom: 1px solid #322222;
}
#menu ul li:last-child {
border: 0;
}
#menu ul a {
color: #9f9f60;
}
#menu h1 {
position: relative;
font-family: "Antonio";
font-size: 18pt;
padding: 0.2em;
color: #EDDDDD;
background-color: #322222;
}
#menu h1 a{
color: #EDDDDD;
}
#menu a {
width: 100%;
text-decoration: none;
}
/* */
#content {
position: relative;
float: left;
width: 70%;
margin-top: 1em;
padding: 0.25em;
margin-left: 5%;
min-height: 70%;
background-color: #FFFFEE;
color: #1F1F1F;
margin-bottom: 1em;
font-size: 13pt;
line-height: 125%;
}
#content h1, h2, h3, h4, h5, h6 {
position: relative;
font-family: "Antonio";
padding: 0.5em;
color: #EDDDDD;
background-color: #322222;
}
#content p {
padding-left: 2em; padding-right: 2em;
}
#content ul {
padding-left: 2em; padding-right: 2em;
margin-left: 2em;
}
#content pre {
width: auto;
padding: 0.75em;
margin: 1em 1em 2em 2em;
background-color: #D0D0D1;
color: #121;
font-family: "ProggyTinySZ";
font-size: 12pt;
line-height: 70%;
width: 500px; /* specify width */
white-space: pre-wrap; /* CSS3 browsers */
white-space: -moz-pre-wrap !important; /* 1999+ Mozilla */
white-space: -pre-wrap; /* Opera 4 thru 6 */
white-space: -o-pre-wrap; /* Opera 7 and up */
word-wrap: break-word; /* IE 5.5+ and up */
}
#content pre {
border: 0.1em solid #B0B0B1;
padding: 0.5em;
}
/*#content pre code:after {
content: 'code';
width: 100%;
display: block; text-align: right;
color: #B0B0B1;
padding: 0;
margin: 0;
}*/
#content code {
font-family: "ProggyTinySZ";
}
/*#content h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
color: #CaCf90;
cursor: pointer;
}*/
#content img {
}
#content iframe {
width: 280px;
height: 157px;
float: right;
}
.arrow {
display: inline-block;
position: relative;
margin-left: 1em;
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 20px solid #7f7f7f;
}
#content h1:hover .arrow, h2:hover .arrow, h3:hover .arrow, h4:hover .arrow, h5:hover .arrow, h6:hover .arrow {
border-left: 20px solid #CfCf90;
}
.arrow_open {
display: inline-block;
position: relative;
margin-left: 1em;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 20px solid #CfCf90;
}