2020-03-13 15:35:20 +03:00
|
|
|
html {
|
|
|
|
background:#eeeeec;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: white;
|
|
|
|
border-left: 1px solid #babdb6;
|
|
|
|
border-right: 1px solid #babdb6;
|
|
|
|
max-width: 720pt;
|
|
|
|
margin: auto;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
2020-03-13 16:06:12 +03:00
|
|
|
|
|
|
|
body a {
|
|
|
|
color: #204a87;
|
|
|
|
}
|
|
|
|
|
|
|
|
body a:visited {
|
|
|
|
color: #5c3566;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
background: #2e3436;
|
|
|
|
color: #eeeeec;
|
|
|
|
font-family: sans-serif;
|
|
|
|
min-height: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header a, .header a:visited {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header h2, .header h3 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
background: #d3d7cf;
|
|
|
|
color: #555753;
|
|
|
|
font-family: sans-serif:
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|