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/fsfeurope/web/css/fsfeurope.css

136 lines
1.7 KiB
CSS

@import "default.css";
body {
background: white;
color: black;
margin: 0;
padding: 0;
font-family: sans-serif;
}
a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
div#body, div#footer {
margin: 10px;
}
div#body>h1 {
margin: 0;
padding: 5px 0px 5px 25px;
margin-bottom: 1em;
border-bottom: 1px solid #00389a;
}
div#main-content {
margin: 0;
padding: 0;
padding-left: 5px;
margin-left: 1em;
margin-right: 17em;
}
div#nav {
float: right;
margin: 0;
padding: 0;
width: 13em;
border: 1px dashed white;
margin: 10px;
padding: 10px;
background: #00389a;
text-align: right;
}
div#nav h2 {
margin: 0;
}
div#nav a, div#nav a.button {
display: block;
background: transparent;
border: 0;
font-size: 100%;
text-align: right;
color: #aaaaff;
font-weight: normal;
padding: 0;
}
div#nav a.button:hover {
text-decoration: underline;
}
div#nav hr {
height: 1px;
background-color: #aaaaff;
border: 0;
}
div#footer {
text-align: center;
padding: 2px;
font-size: 80%;
}
input.button, a.button {
font-weight: normal;
border: 1px solid black;
}
input.button {
position: relative;
top: 0.5em;
}
input.button, input, a.button, select, textarea {
background: #eeeeff;
}
input.button:hover, a.button:hover {
text-decoration: none;
background: #ddddff;
cursor: pointer;
}
form {
margin-bottom: 0;
}
div#nav form {
margin-bottom: 3px;
}
th {
font-weight: bold;
}
.even {
background: #002244;
}
div.preview h2 {
margin: 0;
border-bottom: 1px dashed white;
}
table.column {
border: 1px solid white;
}
table.column th.column-label {
background-color: transparent;
}
table.column td.column-label, table.column td.column-value {
border: 1px solid black;
}