incorporeal-cms/incorporealcms/static/css/style.css

115 lines
1.3 KiB
CSS

html {
font-family: sans-serif;
padding: 0;
}
body {
margin: 0;
}
.site-wrap {
max-width: 70pc;
min-height: 100vh;
margin: 0;
margin-left: auto;
margin-right: auto;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.17em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: .83em;
}
a:link {
font-weight: bold;
text-decoration: none;
}
a:visited {
font-weight: bold;
text-decoration: none;
}
a:hover {
font-weight: bold;
text-decoration: none;
}
a:active {
font-weight: bold;
text-decoration: none;
}
section.nav, section.styles {
font-size: 0.75em;
border-bottom: 1px solid #444;
padding: 0.25em 0.5em;
}
section.nav a, section.styles a {
border-bottom: none;
}
section.styles {
float: right;
}
section.content {
font-size: 11pt;
padding: 0 1em;
line-height: 1.7em;
}
footer {
display: block;
font-size: 75%;
color: #999;
padding: 0 1em;
padding-bottom: 16px;
margin-top: 15px;
}
table {
border-collapse: collapse;
}
table, th, td {
padding: 5px;
border: 1px solid #ccc;
margin-bottom: 15px;
}
blockquote {
background-color: rgba(120, 120, 120, 0.3);
padding: 1px 10px;
}
.splash {
text-align: center;
}
.img-50 {
max-width: 50%;
}