Release 1.0.1
[csrf-magic-web.git] / common.css
blob5f71e610ab4c55f5bbbb7f2ea9a84a3d0691d394
1 body {
2 font-family: Calibri, "Trebuchet MS", sans-serif;
3 padding-bottom: 10em;
5 #title {
6 text-align:center;
7 color:#111177;
8 padding: 1em 0;
9 background: url(mini-vignette.png) no-repeat 50% 100%;
11 #title a {
12 text-decoration: none;
13 color: inherit;
15 #title a:hover {
16 border-bottom: 1px solid #000;
17 color: #000;
20 #body {
21 margin: 0 auto;
22 max-width: 37em;
23 width: expression(document.body.clientWidth >
24 85 * parseInt(document.body.currentStyle.fontSize) ?
25 "37em": "auto");
27 pre {
28 margin-left: 4em;
30 h2 {
31 text-align: center;
32 color:#668;
33 margin-top: 3em;
35 li {
36 margin-bottom: 1em;
37 margin-right: 1em;