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

283 lines
3.9 KiB
CSS

@import url("/css/balloonHelp.css");
html, body {
font-family: sans-serif;
margin: 0;
padding: 0;
}
body {
margin-left: 100px;
background: #90abdb url('/images/border.png') -100px 0px repeat-y;
}
ul#navigation {
position: absolute;
top: 10px;
right: 10px;
margin: 0;
padding: 0;
width: 14em;
margin-left: auto;
}
ul#navigation li {
margin: 5px 0;
padding: 0;
list-style-type: none;
text-align: right;
}
ul#navigation a:link, ul#navigation a:visited {
display: block;
color: white;
font-weight: bold;
padding: 0 1em;
margin: 0 1em;
text-decoration: none;
background: #7297ce url('/images/deco.png') right top repeat-y;
border: 1px solid #44618f;
}
ul#navigation a:hover {
background: #7297ce url('/images/deco.gif') right top repeat-y;
font-style: italic;
}
h1#header {
font-size: 250%;
letter-spacing: 0.1em;
margin: 15px 6em 0 10px;
border: 1px solid #44618f;
border-width: 1px 2px 2px 1px;
background: #7297ce;
color: #33517f;
padding-left: 10px;
}
div#content {
margin: 4em 14em 0px 50px;
}
div#content h1 {
color: #33517f;
border-bottom: 1px solid #33517f;
margin-bottom: 0;
font-weight: normal;
text-align: left;
}
div#content h2 {
/*margin-left: -30px;*/
margin-left: 0.5em;
margin-right: 10%;
margin-bottom: 0;
color: #33517f;
border-bottom: 1px solid #33517f;
font-weight: normal;
text-align: left;
}
div#content h2:first-letter {
/*color: #90abdb;*/
}
div#content p {
margin: 0.5em 0;
text-align: justify;
}
ul.article-meta {
border: 1px solid #33517f;
border-top: none;
float: right;
background: #7297ce url('/images/border-top.png') top left repeat-x;
margin: -5px 1em 1em 1em;
font-size: 80%;
padding: 0;
}
ul.article-meta li {
text-align: center;
max-width: 13em;
margin: 0 0.5em;
padding: 0;
list-style: none;
}
a:link {
color: #44618f;
}
a:visited {
color: #44618f;
text-decoration: none;
}
div#footer {
margin: 2em 14em 1em 50px;
padding-top: 1em;
border-top: 1px solid #33517f;
font-size: 80%;
}
div#footer a.button {
float: right;
margin: 0 0.5em;
}
div#content ul {
list-style: circle;
}
div#content form {
margin-top: 1em;
}
div.row .label {
width: 9em;
float: left;
font-weight: bold;
text-align: right;
padding-right: 1em;
}
div.row .cell {
display: block;
margin-left: 10em;
}
div.row {
margin: 0.5em 0em;
clear: both;
}
div.row ul {
padding: 0;
}
div.buttons-bar {
margin-top: 1em;
width: 130%;
clear: both;
text-align: left;
}
div.buttons-bar .button {
margin: 0 0.7em;
}
input.button, a.button {
background: #7297ce url('/images/deco.png') right top repeat-y;
border: 1px outset #44618f;
color: white;
cursor: pointer;
text-decoration: none;
padding: 0 0.5em;
}
caption {
display: none;
}
ul#navigation-roles {
position: absolute;
top: 100px;
left: 5px;
width: 130px;
background: #90abdb;
padding: 0;
margin: 0;
list-style: none;
text-align: right;
border: 1px solid white;
}
ul#navigation-roles a {
display: block;
padding: 0 0.2em;
}
ul#navigation-roles a:hover {
background: white;
}
input.others {
display: none;
}
div.error {
margin: 1em 0;
}
span.error-message {
display: block;
font: bold smaller sans-serif;
color: #c00;
}
div#content div.row ul.multi {
list-style-type: none;
}
hr {
color: #33517f;
background-color: #33517f;
border: 0;
height: 1px;
width: 90%;
}
table {
margin: 1em;
border: 1px solid #44618f;
}
th {
background: #7297ce;
text-align: center;
}
div.diff-new {
background-color: #80ff80;
}
div.diff-old {
background-color: #ffff80;
}
div.diff-error {
font-size: 80%;
}
.preview {
border: 1px solid #44618f;
padding: 0.5em;
margin: 0.5em 0 0 2em;
}
pre {
border: 1px solid #44618f;
background: #a0bbfb;
padding: 0 0.5em;
}
div.comment span.comment-no {
float: left;
font-size: 200%;
padding-right: 0.5em;
}
td.translation-ok, td.translation-missing {
text-align: center;
}
div.spip-notes {
margin-top: 1em;
border-top: 1px solid #44618f;
font-size: 90%;
}