43 lines
2.6 KiB
CSS
43 lines
2.6 KiB
CSS
|
|
body { background-color:#FFFFFF; color:#000000; font-family: Georgia, Arial, sans-serif; }
|
|
|
|
h1 { font-size: 180%; margin-bottom: 1ex; }
|
|
h2 { font-size: 115%; margin-bottom: 0.5em; }
|
|
h3 { font-size: 100%; margin-bottom: 0.5em; }
|
|
|
|
p { margin: 0ex; margin-bottom: 1em; }
|
|
|
|
a:link { color:#0000EE; text-decoration: underline; } /* noch nicht besuchte Ziele */
|
|
a:visited { color:#333388; text-decoration: underline; } /* besuchte Ziele */
|
|
a:hover { color:#0000EE; text-decoration: underline; } /* Verweise bei "MouseOver" */
|
|
/* a:active { CSS-Eigenschaft:Wert; ... } /* Angeklickte Verweise */
|
|
/* a:focus { CSS-Eigenschaft:Wert; ... } /* Verweise, die Fokus erhalten */
|
|
#login a { color:#555555; }
|
|
|
|
.search { font-size: 75%; }
|
|
|
|
.content { margin: 1em; margin-left: 4em; margin-right: 4em; }
|
|
|
|
.smalltext { font-size: 75%; }
|
|
|
|
#pagetitle { color:#AA0000; margin-top: 2em; margin-bottom: 8px; font-weight: normal; }
|
|
#pagetitle .headline { margin: 0px; margin-left: 8px; text-decoration: none; font-size: 200%; }
|
|
#pagetitle .headline a { color:#AA0000; text-decoration: none; }
|
|
#pagetitle .breadcrumbs { color:#000000; margin: 0px; margin-left: 10px; font-size: x-small; }
|
|
#pagetitle .breadcrumbs a { color:#000000; }
|
|
#pagetitle .breadcrumbs .bcTitle { font-weight: bold; }
|
|
#pagetitle .breadcrumbs .bcSeparator { color:#AA0000; }
|
|
|
|
#bottomline { clear: both; margin: 8px; border-top: 1px solid #AA0000; text-align: right; color:#888888; font-size: xx-small; }
|
|
|
|
/* Styles für index.php */
|
|
.topicbox { float:left; background-color:#D0D5D8; margin: 1%; padding: 1ex; height: 20ex; width: 32ex; }
|
|
/* .topicbox:hover { background-color:#A6A6A6; } */
|
|
.topicbox h2 { font-size: 115%; font-weight: normal; margin: 0px; margin-bottom: 0.5ex; }
|
|
.topicbox p { font-size: 85%; font-weight: normal; margin: 0px; margin-bottom: 1ex; margin-left: 2ex; line-height: 150%; }
|
|
#topics a:link { color:#000000; text-decoration: none; } /* noch nicht besuchte Ziele */
|
|
#topics a:visited { color:#000000; text-decoration: none; } /* besuchte Ziele */
|
|
#topics a:hover { color:#000000; text-decoration: underline; } /* Verweise bei "MouseOver" */
|
|
/* #topics a:active { CSS-Eigenschaft:Wert; ... } /* Angeklickte Verweise */
|
|
/* #topics a:focus { CSS-Eigenschaft:Wert; ... } /* Verweise, die Fokus erhalten */
|