1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 03:32:23 +02:00
Files
archived-web-php/oz/style.css
2000-03-08 02:10:21 +00:00

28 lines
639 B
CSS

/* style.css: CSS1 style sheet for htmlpres HTML presentation template.
Eric Krock, Netscape Communications, 10 July 1997. */
#speakernotessection {position:absolute; visibility:hidden;}
#tutorialsection {position:relative; visibility:hidden;}
.example {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 16;
color: #000000;
background: #303030;
padding: 10px;
margin: 5px;
}
.message {
font-size: 12pt;
}
.output {
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 16;
color: #000000;
background: #000000;
padding: 10px;
margin: 5px;
}