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

352 lines
5.1 KiB
CSS

@import url("/css/balloonHelp.css");
@import url("/css/calendar.css");
html, body {
margin: 0;
font-family: sans-serif;
background: white url('/images/fingerprint.png') fixed 80% 65% no-repeat;
color: black;
}
div#header {
font-family: "courier new", courier, monospace;
padding-top: 1px;
padding-bottom: 3px;
padding-left: 1em;
padding-right: 1em;
background-color: #961020;
color: white;
border-bottom: 2px inset #c7828e;
}
div#header h1 {
display: inline;
}
div#header ul {
display: inline;
}
div#header li {
display: inline;
text-transform: uppercase;
}
div#left {
float: left;
margin-left: 10px;
width: 20%;
}
div#nav, div#news {
font-family: courier, "courier new", monospace;
background-color: #961020;
color: white;
border: 2px inset #c7828e;
}
div#nav ul, div#news ul {
margin: 0;
padding: 0;
list-style-type: none;
}
div#header a,
div#news a,
div#nav a {
display: block;
color: white;
font-weight: bold;
text-decoration: none;
font-stretch: condensed;
padding-right: 5px;
}
div#news a,
div#nav a {
text-align: center;
padding: 5px 0px;
border: 2px solid #961020;
}
div#news a:hover,
div#nav a:hover {
border: 2px inset red;
}
p.glasnost-cmd {
font-size: 75%;
margin-top: -5px;
text-align: right;
margin-right: 1em;
}
div#main-content {
margin-top: 2em;
margin-left: 25%;
margin-right: 10%;
text-align: justify;
}
div.figure img {
display: block;
margin-left: auto;
margin-right: auto;
}
div#main-content p.caption {
text-align: center;
font-style: italic;
}
div#main-content a:link, div#main-content a:visited {
color: #961020;
}
div#main-content a:hover {
background-color: #c7828e;
}
div#main-content li {
margin-bottom: 0.5em;
}
div#glasnost-forms {
margin-top: 5px;
margin-bottom: 5px;
margin-right: 5px;
}
div#glasnost-forms form {
float: right;
padding-left: 1em;
margin-top: 3px;
margin-bottom: 3px;
}
hr {
color: #961020;
background-color: #961020;
width: 80%;
border: 0;
height: 1px;
}
table.calendar-month-full th,
table.calendar-month-small th,
table.calendar-week-full th {
border-bottom: 2px inset #961020;
text-align: center;
font-weight: bold;
background-color: #c7424e;
}
table.calendar-month-small th {
border-width: 0 0 2px 0;
}
table.calendar-month-small td {
text-align: right;
}
td.today {
border: 2px solid #961020;
}
a.nav-selected {
padding-left: 6px;
padding-right: 6px;
border: 2px inset #961020;
font-style: italic;
}
/*div.comment-block {
padding-left: 10px;
border-left: 1px dotted black;
padding-bottom: 6px;
border-bottom: 1px dotted black;
padding-top: 8px;
}*/
div.comment-block h3 {
background-color: #eee;
padding-left: 4px;
}
div.comment-block div.comment {
padding-left: 10px;
border-left: 1px dotted black;
}
div#main-content span.label {
font-weight: bold;
}
div#main-content form div.row {
margin-bottom: 1em;
}
div#main-content .cell {
display: block;
margin: 0;
padding: 0;
margin-left: 1em;
}
.required:after {
/* Used in addition to class "label" on required elements */
content: "\00a0\25cf";
color: red;
font-size: 60%;
}
.preview {
margin-top: 1em;
margin-left: 5em;
margin-right: 5em;
padding: 5px;
border: 1px solid #961020;
}
div.error-message {
background-color: #ffce7b;
}
span.error-message {
display: block;
color: red;
font-size: 80%;
font-weight: bold;
}
form {
border: none;
margin: 0;
}
textarea {
border: 1px solid #961020;
color: black;
background-color: white;
width: 93%;
padding: 0.1em;
}
input, a.button {
text-decoration: none;
font-size: 80%;
padding-left: 3px;
padding-right: 3px;
border: 1px solid black;
color: black;
background-color: white;
vertical-align: middle;
margin-bottom: 1px; /* IE bug fix */
/*padding: 0.1em;*/
margin-right: 1em;
padding-bottom: 1px;
padding-top: 1px;
}
input.button:hover, a.button:hover {
cursor: pointer;
background-color: #c7828e;
}
select {
border: 1px solid #961020;
vertical-align: top;
}
div.buttons-bar {
margin-top: 2em;
margin-bottom: 1em;
}
div#main-content h2 {
border-bottom: 1px solid #961020;
margin-bottom: 0;
}
p.author {
float: right;
border: 1px solid #961020;
font-size: 60%;
width: 13em;
margin: 0;
padding: 0;
text-align: right;
color: #3e4e67;
margin: 0px;
padding-right: 2px;
margin-left: 1em;
margin-bottom: 0.5em;
position: relative;
top: -1px;
background: white;
}
a.suite {
font-style: italic;
}
div#index-calendar {
float: right;
position: relative;
left: 2em;
}
table.rst,
table.objects-table,
table.spip {
border: 1px solid black;
border-collapse: collapse;
}
table.rst th,
table.objects-table th,
table.spip th {
text-align: center;
}
.odd {
background-color: transparent;
}
.even {
background-color: #fafafa; /* very light grey */
}
table.rst td,
table.objects-table td,
table.spip td {
border: 1px solid black;
padding-left: 5px;
padding-right: 5px;
text-align: left;
vertical-align: middle;
}
form#searchForm {
margin-top: 1em;
margin-bottom: 1em;
text-align: center;
}
div#news {
text-align: center;
margin-top: 2em;
}
div#news h2 {
margin: 0;
font-size: 110%;
font-weight: bold;
}
div#news li {
font-size: 80%;
}