/* vorles.css: CSS1 style sheet for vorlesungs presentation template.
   Heinz Kredel, RUM, 14. 10. 1998 */

body { 
     background-color: #FFFFF5;
/*     background-color: white;*/
     font: 24pt/28pt helvetica; 
     }

div.slide { 
     background-color: #FFFFF5;
     font: 24pt/28pt helvetica; 
     }
div.nav { 
     border: none;
     background-color: aqua;
     font: 14pt/16pt helvetica; 
     }
div.box { 
     border: solid;
     border-width: medium; 
     padding: 1em; 
     background-color: lime;
     }
div.bild { 
     border: solid;
     border-width: thin; 
     padding: 1em; 
     background-color: yellow;
     }
div.pre { 
     border: solid;
     border-width: medium; 
     font-family: Courier, monospace;
     font-size: large;
     padding: 1em; 
     background-color: silver;
     margin: 2em; 
     }
div.disp { 
     padding: 3em; 
     font: 24pt/28pt helvetica; 
     border: none;
     background-color: fuchsia;
     margin: 2em; 
     }

/*
H1.slide { font-size: 1.7em; background-color: red; align: center; }
H2.slide { font-size: 1.4em; background-color: lime; }
H3.slide { font-size: 1.2em; background-color: yellow; }
H4.slide { font-size: 1.1em; background-color: aqua; }
*/

h1.slide { font-size: xx-large; background-color: orange; /*#ff9933*/ text-align: center; }
h2.slide { font-size: xx-large; background-color: lime; text-align: center; }
h3.slide { font-size: x-large;  background-color: yellow; }
h4.slide { font-size: x-large;  background-color: aqua; }

h3.slide h4.slide { margin-top: 2em; }


em.slide { background-color: aqua; font-weight: bold }  

h2.slide em { font-style: oblique; font-weight: lighter; font-size: 50% }  

strong.slide { font-weight: bolder }  
strong, b    { font-weight: bold }  

li.slide { color: red } 

dl.slide dt { font-weight: bold; 
            } 
dl.slide dd { color: grey;
              margin-bottom: 1em;
            } 

p.slide { background-color: aqua } 

pre.slide { border: none;
     padding: 1em; 
     font: 18pt/18pt Courier, monospace; 
     background-color: silver;
     white-space: pre;
     } 

table.slide {
     font-size: large; 
     background-color: aqua;
     } 

table.exam {
     font-size: large; 
     background-color: lime;
     } 
table.exam td {
     text-align: center;
     color: red;
     } 
table.exam caption {
     caption-side: right;
     color: blue;
     } 

img.center {
     display: block;
     margin-left: auto;
     margin-right: auto;
     }

code.slide { font-size: 50%; } 

code { font-family: Courier, monospace;
     white-space: pre;
     }


