cryptocd/cd-template/doku/cryptocd.css

121 lines
1.7 KiB
CSS
Raw Normal View History

/** TODO: Klassen "hint" und "program" definieren **/
/** Hinweise:
padding,margin Angaben: oben rechts unten links
**/
2005-04-23 22:35:52 +02:00
h1, h2, h3, h4 {
color: #7fb945;
}
/* Seiten-Ueberschrift */
h1 {
2006-06-06 18:15:18 +02:00
border-bottom: 1px solid silver;
border-top: 1px solid silver;
border-right: 1px solid silver;
padding: 3px 3px 3px 3px;
2005-04-23 22:35:52 +02:00
}
a:link, a:visited {
color: #7fb945;
}
2006-06-06 18:15:18 +02:00
a:hover {
color: #3f8915;
}
2005-04-23 22:35:52 +02:00
hr {
height: 1px;
2006-06-06 18:15:18 +02:00
border: 1px solid silver;
border-bottom: none;
border-right: none;
border-left: none;
}
#container {
background: none;
width: 100%;
padding: 0px;
margin-left: auto;
margin-right: auto;
}
#container hr {
width: 0px;
}
2005-04-23 22:35:52 +02:00
/* Navigation */
#nav {
2006-06-06 18:15:18 +02:00
float: left;
width: 23%;
margin: 0;
padding: 0 1em 0 0;
border-top: 1px solid silver;
border-right: 1px solid silver;
padding-left:3px;
margin-bottom: 40px;
font-size: small;
color: rgb(80,80,80);
background-color: transparent;
2005-12-12 21:47:35 +01:00
}
2005-12-12 21:47:35 +01:00
#nav a {
text-decoration: none;
}
2005-12-12 21:47:35 +01:00
#nav li {
margin: 0;
list-style-type: square;
list-style-position: inside;
}
2005-12-12 21:47:35 +01:00
#nav li:hover {
2006-06-06 18:15:18 +02:00
color: rgb(30,60,80);
2005-04-23 22:35:52 +02:00
}
2006-06-06 18:15:18 +02:00
/* Hauptseite */
2005-04-23 22:35:52 +02:00
#main {
2006-06-06 18:15:18 +02:00
margin-left: 25%;
padding: 0 1em;
text-align: justify;
2005-04-23 22:35:52 +02:00
}
2006-05-17 23:25:13 +02:00
#main li {
margin: 0.5em;
list-style-type: square;
list-style-position: inside;
}
2005-04-23 22:35:52 +02:00
/* Zitate */
blockquote {
2006-06-06 18:15:18 +02:00
font-style:italic;
2005-04-23 22:35:52 +02:00
}
/* Bildbeschreibungen*/
2005-04-23 22:35:52 +02:00
caption {
font-size: small;
}
/* Hervorhebungen */
2005-04-23 22:35:52 +02:00
.textit {
color: #294210;
letter-spacing: 0.1em;
2005-04-23 22:35:52 +02:00
}
2006-06-06 18:15:18 +02:00
/* Footer */
/* Fix fuer den IE, damit der footer zentriert wird */
#footer_center {
text-align: center;
}
#footer {
2006-06-06 18:15:18 +02:00
clear: left;
text-align: center;
width: 80%;
border-top: 1px solid silver;
margin: 30px auto 10px auto;
padding: 5px;
color: #777777;
font-size: small;
2005-12-12 21:47:35 +01:00
}