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

114 lines
1.4 KiB
CSS

html {
font-family: sans-serif;
padding: 0;
padding-bottom: 16px;
color: #222;
}
body {
margin: 0;
}
h1,h2,h3,h4,h5,h6 {
color: #811610;
}
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 {
color: #222;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #222;
}
a:visited {
color: #222;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #222;
}
a:hover {
color: #811610;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #222;
}
a:active {
color: #811610;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #222;
}
section.nav {
color: #666;
background: #eee;
font-size: 0.75em;
border-bottom: 1px solid #ccc;
padding: 0.25em 0.5em;
}
section.nav a {
color: #666;
border-bottom: none;
}
section.content {
font-size: 11pt;
padding: 0 1em;
line-height: 1.5em;
}
footer {
display: block;
font-size: 75%;
color: #999;
padding: 0 1em;
margin-top: 15px;
}
table {
border-collapse: collapse;
}
table, th, td {
padding: 5px;
border: 1px solid #ccc;
margin-bottom: 15px;
}
th {
background: #eee;
}
blockquote {
background-color: rgba(120, 120, 120, 0.1);
padding: 1px 10px;
}