chiark / gitweb /
initial version of SENA website, with first meeting notes
[sena.git] / sena.css
1 div.punch {float: left; font-size: 300%;
2            text-align: center; padding: 0.1em 0.1em 0;
3            background-color: white; color: black; 
4            font-family: blackforest, caligula, perrygothic, fantasy}
5 div.center {text-align: center}
6 div.links {text-align: left; font-size: small}
7 body {background: white; color: black; text-align: left}
8 h1 {text-align: center; font-weight: bold; font-size: xx-large}
9 h2 {text-align: center; font-weight: bold; font-size: x-large}
10 h3, h4, h5, h6 {font-weight: bold; font-size: large}
11 ul {list-style-type: circle}
12 /* ul descended from an li */
13 li>ul {list-style-type: disc}
14 hr {clear: both}
15 p.punched:first-letter {font-size: 300%; font-family: blackforest, caligula, perrygothic, "lucida handwriting", "chancery l", fantasy; float: left; 
16                         vertical-align: baseline; }
17 p.indent {text-indent: 1.5em}