cryptocd/cd-template/doku/cryptocd.css

244 lines
3.3 KiB
CSS

/*
TODO
Klassen "hint" und "program" definieren
HINWEISE
padding,margin Angaben: oben rechts unten links
*/
body {
margin: 0px;
padding: 0px;
font-size: 11pt;
}
html>body {
font-family: trebuchet ms, bitstream vera sans, sans-serif;
}
h1, h2, h3, h4 {
font-weight: normal;
color: #888;
background: none;
padding: 1.75em 0 0;
margin: 0;
line-height: 1.1em;
}
h1 {
font-size: 220%;
text-align: center;
color: #555;
padding: 0 0 0.5em;
margin: 0.75em 0 0;
}
a {
text-decoration: none;
color: #f57900;
background: none;
}
a:visited {
color: #ce5c00;
}
a:active {
color: Orange;
}
a:hover {
color: #fcaf3e;
text-decoration: underline;
}
/*
a:link, a:visited {
color: #7fb945;
}
a:hover {
color: #3f8915;
}*/
hr {
height: 1px;
border: 1px solid silver;
border-bottom: none;
border-right: none;
border-left: none;
}
.external {
background: url(externallink.png) right center no-repeat;
padding-right: 12px;
}
#container {
padding: 0;
margin: 0;
}
#container hr {
width: 0px;
}
#titlebar {
background-color: #33436a;
color: white;
font-size: 44px;
text-shadow: 2px 2px 3px gray;
height: 54px;
padding-top: 1px;
padding-left: 16px;
padding-right: 16px;
border-bottom: 6px solid #f57900;
}
#titlebar .right {
text-align: right;
}
/* #### Menue #### */
#nav {
float: left;
background-color: transparent;
text-align: left;
/*position: absolute;
top: 130px;
right: 10px;*/
width: 180px;
margin: 0 0 0.5em 2em;
padding: 0.75em;
font-size: 90%;
border:1px solid #ccc;
background-color: #f6f6f6;
line-height: normal;
}
#nav a {
text-decoration: none;
}
#nav .externalLink {
background: url(externallinksmall.png) right center no-repeat;
padding-right: 15px;
}
#nav li {
margin: 0;
list-style-type: square;
padding-top: 1em;
}
#nav li:hover {
color: rgb(30,60,80);
}
/* Hauptteil einer Seite */
#toctitle {
color: #888;
font-size: 90%;
}
#main {
margin-left: 25%;
padding: 0 1em;
text-align: justify;
}
#main li {
margin: 0.5em;
}
#main ul li {
margin: 0.5em;
list-style-type: square;
list-style-position: inside;
}
/* Abstand von Bildern + Bildunterschrift zum folgenden Absatz */
#main table caption {
margin-bottom: 1.5em;
}
#main img {
margin-bottom: 1.5em;
border: 0;
}
#main .externalLink {
background: url(externallink.png) right center no-repeat;
padding-right: 15px;
}
/* #selection - Formatiert die Buttons der Startseite */
#selection a {
text-decoration: none;
font-size: 100%;
}
#selection td {
vertical-align: middle;
padding: 0.6em 0.6em 0.9em 0;
}
#selection img {
margin: 0;
}
/* Zitate */
blockquote {
font-style:italic;
}
/* Bildbeschreibungen*/
caption {
font-size: small;
}
/* Hervorhebungen */
.textit {
color: #294210;
letter-spacing: 0.1em;
}
#footnotes {
font-size: small;
margin-top: 3em;
padding-left: 1em;
}
/* #### Footer #### */
#footer {
clear: left;
border-top: 3px solid #B7B7B7;
background-color: #33436a;
margin-top: 30px;
padding: 15px 15px 0 15px;
color: white;
font-size: small;
height: 50px;
}
#footer .externalLink {
background: url(externallinksmall.png) right center no-repeat;
padding-right: 15px;
}
#footer .left {
text-align: left;
float: left;
}
#footer .right {
text-align: right;
}