22 lines
1.1 KiB
CSS
22 lines
1.1 KiB
CSS
|
|
body { background-color:#FFFFFF; color:#000000; font-family: Georgia, Arial, sans-serif; }
|
|
|
|
h2 { font-size: 115% }
|
|
h3 { font-size: 100% }
|
|
|
|
a:link { color:#000000; text-decoration: none; } /* noch nicht besuchte Ziele */
|
|
a:visited { color:#000000; text-decoration: none; } /* besuchte Ziele */
|
|
a:hover { text-decoration: underline; } /* Verweise bei "MouseOver" */
|
|
/* a:active { CSS-Eigenschaft:Wert; ... } /* Angeklickte Verweise */
|
|
/* a:focus { CSS-Eigenschaft:Wert; ... } /* Verweise, die Fokus erhalten */
|
|
|
|
.topicbox { float:left; background-color:#CCCCCC; margin: 1%; padding: 1ex; height: 18ex; width: 32ex; }
|
|
/* .topicbox:hover { background-color:#A6A6A6; } */
|
|
.topicbox h2 { font-size: 115%; font-weight: normal; margin: 0px; margin-bottom: 1ex; }
|
|
.topicbox p { font-size: 85%; font-weight: normal; margin: 0px; margin-bottom: 1ex; margin-left: 2ex; }
|
|
|
|
.search { font-size: 75%; }
|
|
|
|
#pagetitle { color:#AA0000; }
|
|
#pagetitle h1 { margin-bottom: 0ex; }
|