blob: d31f81d47858ac2ef296b63dd2c97cd740033a5d (
plain)
- /* ikiwiki local style sheet */
- /* Add local styling here, instead of modifying style.css. */
- body {
- background-color: transparent;
- background-image: url("sr_logo.png");
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-position: right bottom;
- }
- h1, h2, h3 {
- color: darkgreen;
- }
- a:hover {
- color: darkgreen;
- }
- DIV.header {
- margin: 1em 1em 0;
- }
- DIV.header,
- SPAN.author,
- DIV.recentchanges,
- SPAN.committype,
- DIV#footer {
- font-size: 80%;
- }
- DIV#topbar {
- float: right;
- margin: 0;
- padding: 0;
- text-align: center;
- width: 75%;
- }
- DIV#topbar a {
- text-decoration: none;
- }
- DIV#topbar ul {
- list-style-type: none;
- padding: 0;
- }
- DIV#topbar ul li {
- display: inline;
- margin: 0 5%;
- }
- DIV#sidebar {
- margin: 4em 2em 2em;
- padding: 1em;
- }
- DIV#sidebar ul li {
- list-style-type: none;
- }
- DIV#sidebar ul li SPAN.selflink {
- color: darkgreen;
- }
- DIV#sidebar a {
- text-decoration: none;
- }
- DIV#wrapper {
- float: left;
- margin: 1em 0 0 25%;
- }
- DIV#content {
- max-width: 40em;
- padding: 0;
- }
- DIV#content IMG {
- display: block;
- clear: both;
- float: left;
- margin: 0 25px 25px -250px;
- }
- div#pageinfo {
- margin: 15em 1em 1em;
- padding: 1em 0 0;
- border-top: 0;
- }
- div.actions ul {
- border-bottom: 0;
- }
|