blob: 40e5f1fdf8df06965c379aec454616673c58a161 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
html {
background: #f4f4f4;
}
body {
background-color: #ffffff;
border: 2px solid #999999;
border-radius: 5px;
box-shadow: 0px 0px 5px #aaaaaa;
color: #222222;
font-size: 12px;
font-family: monospace,"georgia", "calibri", "sans-serif";
margin: 20px auto;
min-width: 400px;
max-width: 800px;
padding: 10px;
text-align: left;
}
nav, footer {
border-radius: 5px;
margin-top: 10px;
padding: 10px;
text-align: center;
}
|