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

193 lines
2.5 KiB
CSS

@import "default.css";
html, body {
background: #10743d;
color: black;
padding-bottom: 15px;
font-family: verdana, sans-serif;
font-size: 12px;
}
h1 h2 {
font-family: arial, sans-serif;
font-size:24px;
}
h3 {
padding-left : 4px;
padding-right : 4px;
font-size:16px;
font-weight:bold;
/* background-color : #F5BBB4; */
background-color : #ffd2cc;
text-align : center;
display : inline;
color:black;
}
a:link, a:visited {
color:#cfe2ff;
}
a:hover {
color:#ffffff;
}
div#header {
width: 80%;
margin: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
background: white;
text-align: center;
border: 1px solid black;
}
div#header h1 a {
text-decoration: none;
}
div#header img {
border: 0;
}
div#header p.glasnost-cmd {
text-align: right;
margin: 0;
margin-right: 5px;
position: relative;
top: 10px;
}
div#nav {
margin: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
div#nav ul {
padding: 3px;
margin: 10;
margin-left: auto;
margin-right: auto;
text-align: center;
}
div#nav li {
display: inline;
white-space: nowrap;
padding-left: 2em;
padding-right: 2em;
}
div#nav a {
font-size: 110%;
}
form#nav select {
width: 92%;
float: left;
}
form#nav input {
width: 5%;
float: right;
}
form#nav {
margin: 0;
margin-left: -10px;
margin-right: -10px;
position: relative;
top: -1px;
}
div#main-content {
border: 1px solid black;
margin: 0;
margin-top:5px;
background: white;
width: 92%;
margin-left: auto;
margin-right: auto;
padding: 10px;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 20px;
}
div#main-content a:link {
color: #7064c5;
}
div#main-content a:hover {
color: #0042C4;
}
div#main-content a:visited {
color: #A84541;
}
div#glasnost-forms form {
float: left;
padding-left: 1em;
margin-top: 7px;
margin-bottom: 3px;
}
textarea {
width: 100%;
}
div#main-content>div>form>table {
width: 100%;
}
h2.title {
border-bottom: 2px solid #0b0061;
}
a.button, input.button {
border: 1px solid black;
}
table.column th.column-label {
background-color: #51b6be;
}
a.button:hover, input.button:hover {
background: #e7f7f7;
color: black;
}
input, select, textarea {
background: white;
}
table.spip th {
background-color: #f9f3da; /* light orange */
}
.even {
background-color: #f3f3f0; /* very light grey-orange */
}
table.objects-table th {
background-color: #ffd2cc; /* light orange */
padding-left: 5px;
padding-right: 5px;
text-align: center;
}
td.field-value {
padding: 5px;
}
.field-description {
background-color: #fdefe9;
}