This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
glasnost/templates/april/web/css/april.css

118 lines
1.5 KiB
CSS

@import "default.css";
body {
width: 90%;
width: 90%;
margin-left: auto;
margin-right: auto;
font-family: sans-serif;
color: black;
background: white;
}
div#header {
padding: 0;
}
div#header h1 {
border: 1px #4682b4 solid;
text-align: center;
padding: 0;
margin: 0;
}
div#header ul {
border: 1px #4682b4 solid;
border-top: 0px;
padding: 3px;
background: #b0c4de;
margin-top: 0;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-bottom: 0;
}
div#header li {
display: inline;
padding-left: 2em;
padding-right: 2em;
}
div#header a {
font-size: 110%;
color: #4682b4;
}
div#header h1 a {
text-decoration: none;
}
a:link, a:visited {
color: #4682b4;
}
div#main-content {
margin-right: 140px;
text-align: justify;
}
div#footer {
border: 1px #4682b4 solid;
background: #b0c4de;
position: fixed;
right: 30px;
bottom: 30px;
width: 100px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}
div#footer p {
margin: 0;
}
div#footer a {
display: block;
margin-top: 2px;
margin-bottom: 2px;
}
div#glasnost-forms {
margin-top: 5px;
margin-bottom: 5px;
}
div#glasnost-forms form {
float: right;
padding-left: 1em;
margin-top: 3px;
margin-bottom: 3px;
}
.clear {
clear: both;
}
div.comment {
border-color: #4682b4;
}
div.comment h4 {
border: 1px solid #4682b4;
background: #b0c4de;
}
div.comment .comment-infos {
border-color: #4682b4;
background: #b0c4de;
}
th {
background: #b0c4de;
}