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

201 lines
2.7 KiB
CSS

@import "default.css";
html, body {
margin: 0;
font-family: sans-serif;
background: #ff9900;
}
a:link, a:visited {
color: #903d00;
}
#header {
background-color: #fff;
color: #903d00;
font-weight: bold;
padding: 12px;
margin: 0 0 48px 0;
}
#header p {
margin: 0;
font-size: 150%;
text-align: right;
}
#header a {
text-decoration: none;
color: inherit;
}
#maincontent {
margin: 0 25% 5% 10%;
min-height: 350px;
}
#sidebar {
font-size: 80%;
width: 18%;
margin-right: 2%;
border-bottom: 2px dotted #903d00;
color: #903d00;
margin-bottom: 2em;
text-align: right;
position: absolute;
padding-left: 4px;
padding-right: 4px;
right: 2%;
top: 17%;
}
#maincontent p {
margin: 0 0 12px 0;
text-align: justify;
}
p#logged-user-infos {
border: 1px solid white;
border-left: 0;
border-right: 0;
}
#maincontent h1 { margin: 0 0 12px 0;}
#sidebar h2 {
font-weight: normal;
margin: 0 0 12px 0;
}
#sidebar a {
margin: 0 0 12px 0;
padding: 0 3px;
}
#footer {
clear: both;
background-color: #fff;
padding: 12px;
margin: 48px 0 1em 0;
}
#footer p {
margin: 0;
letter-spacing: 2px;
margin: 6px 0px;
font-size: 60%;
}
#footer a.button {
float: right;
font-size: 60%;
margin-left: 1em;
}
#sidebar a:link, #sidebar a:visited {
color: white;
display: block;
border: 1px solid #eee;
text-decoration: none;
text-align: right;
}
#sidebar a:hover, #sidebar a:active {
background-color: white;
border: 1px solid #903d00;
color: #999;
}
.even {
background-color: #ffd89c;
}
th {
background-color: #903d00;
color: white;
}
th a:link, th a:visited {
color: white;
}
p img {
float: left;
margin-right: 1em;
margin-top: 1em;
}
a.button, input.button {
font-weight: normal;
border-top: 0;
border-left: 0;
cursor: default;
}
a.button:hover, input.button:hover {
background-color: #ffcc44;
border-color: #cc4400;
}
hr {
color: #cc4400;
background-color: #cc4400;
width: 80%;
border: 0;
height: 1px;
}
div.error .label {
color: #800;
}
span.error-message {
background: #ffce7b;
border: 1px dashed red;
padding: 0 1em;
margin-bottom: 2px;
}
.calendar-week-full,
.calendar-month-full {
width: 67%;
voice-family: "\"}\"";
width: 100%;
}
html>body .calendar-week-full,
html>body .calendar-month-full {
width: 100%;
}
.calendar-month-full th,
.calendar-week-full th {
font-variant: small-caps;
}
table.calendar-month-full .noday,
table.calendar-month-small .noday {
border-width: 1px 0 0 0;
background: #ffbb44;
}
table.calendar-month-full .today,
table.calendar-month-small .today {
border: 3px solid #903d00;
}
table.calendar-month-full .weekend,
table.calendar-month-small .weekend {
background: #ffaa22;
}
.diff-new {
background-color: #80ff80;
}
.diff-old {
background-color: #ff8080;
}