lipu-sona/static/style.css
2020-04-09 21:24:28 +03:00

78 lines
1 KiB
CSS

html {
background:#d4d4d4;
min-height: 100%;
}
body {
background: #fafafa;
color:#4b4b4b;
border-left: 1px solid #9d9d9d;
border-right: 1px solid #9d9d9d;
max-width: 720pt;
margin: auto;
min-height: 100%;
}
body a {
color: #58aeee;
}
body a:visited {
color: #9569c8;
}
.header {
background: #4b4b4b;
color: #fafafa;
font-family: sans-serif;
min-height: 1px;
}
.header a, .header a:visited {
color: #fafafa;
}
.header h2, .header h3 {
display: inline-block;
}
.footer {
background: #d4d4d4;
color: #9d9d9d;
font-family: sans-serif;
font-size: 0.8em;
padding: 12pt 6pt;
}
.content {
margin: 0 6pt;
color: #4b4b4b;
}
.info, .warning, .error {
margin: 6pt;
padding: 6pt;
font-family: sans-serif;
}
.info {
border-left: 4px solid #44c55b;
background:#8deda7;
}
.warning {
border-left: 4px solid #eaaf4d;
background:#f9d381;
}
.error {
border-left: 4px solid #e75952;
background:#f9938a;
}
.spoiler {
border-left: 4px solid #4b4b4b;
background: #d4d4d4;
color:#4b4b4b;
visibility: hidden;
}