|
- body {
- background: #290c00;
- }
- #banner, #main, #footer {
- background: #fff;
- color: #290c00;
- }
- #banner, #mainnav, #main {
- margin-top: 0;
- margin-bottom: 0;
- border-left: 2px solid #88AA77;
- border-right: 2px solid #945973;
- border-bottom: 2px solid #945973;
- }
- #main {
- -moz-border-radius-bottomleft: 5px;
- -moz-border-radius-bottomright: 5px;
- }
- #mainnav li {
- border-right: 1px solid #290c00;
- }
- #mainnav :link, #mainnav :visited, #mainnav :link:hover, #mainnav :visited:hover {
- color: #290c00;
- background-image: none;
- border-bottom: none;
- }
- #mainnav :link:hover, #mainnav :visited:hover {
- background: #88AA77;
- }
- #mainnav .active :link, #mainnav .active :visited {
- color: #290c00;
- }
- #mainnav .active :link, #mainnav .active :visited {main.css (ligne 18)
- color: #290c00;
- background: #88AA77;
- }
- #mainnav .active :link:hover, #mainnav .active :visited:hover {
- color: #290c00;
- background: none;
- }
-
- #siteheader {
- overflow: hidden;
- width: 500px;
- float: right;
- }
- dt em {
- color: #88AA77;
- }
- .buttons {
- margin: 0.5em 0;
- text-align: center;
-
- }
- #jumprev, #jumploc {
- margin: 0.2em 0 0.6em;
- }
- #prefs {
- background: #88AA77;
- border: 2px solid;
- border-color: #945973 #290C00 #290C00 #945973;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- table, table.listing {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- table, thead {
- -moz-border-radius-topleft: 5px;
- -webkit-border-radius-topright: 5px;
- }
- fieldset {
- background: #88AA77;
- border-color: #290c00;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- legend {
- color: #290c00;
- border-bottom: 1px solid #290c00;
- background: #fff;
- opacity: 0.7;
- }
- thead th {
- background: #88AA77;
- color: #fff;
- font-weight: bold;
- }
- th a {
- color: #290c00;
- }
- input[type="checkbox"], input[type="button"], input[type="submit"], input[type="reset"] {
- background: #945973;
- border: 1px solid #945973;
- color: #290c00;
- font-weight: bold;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
- background: #EEEEEE;
- border: 1px solid #290c00;
- color: #290c00;
- font-weight: bold;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- select, input[type="text"], input.textwidget, textarea {
- background: white;
- border: 1px solid #945973;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- #loginguest {
- float: right;
- font-size: 0.9em;
- color: #945973;
- }
- #loginguest a {
- color: #945973;
- border-bottom: 1px dotted #88AA77;
- font-size: 0.9em;
- }
- .milestone .info h2 em {
- color: #945973;
- }
- #tabs {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
|