blob: 7bde41d978ee893e836dcfcc4d2e9b46026a126f (
plain)
- /* ikiwiki local style sheet */
- /* Add local styling here, instead of modifying style.css. */
- body {
- background-color: DimGrey;
- }
- h1 {
- color: #c03;
- text-transform: lowercase;
- font-family: sans-serif;
- }
- #container {
- background-color: White;
- margin: 10px 5%;
- }
- #branding-logo {
- float: right;
- margin: opx;
- }
- div.header {
- font-size: 70%;
- }
- div.header span {
- text-transform: lowercase;
- font-family: sans-serif;
- }
- #sidebar {
- float: left;
- margin-left: 5%;
- width: 16%;
- padding: 0px;
- color: Black;
- text-transform: lowercase;
- font-family: sans-serif;
- }
- #sidebar ul {
- margin: 0px;
- padding: 0px;
- }
- #sidebar ul li, #sidebar ul li a {
- line-height: 2;
- list-style-type: none;
- text-decoration: none;
- }
- #sidebar ul li {
- }
- #sidebar ul li a {
- color: inherit;
- }
- #sidebar ul li a:visited {
- color: DimGrey;
- }
- #sidebar ul li a:hover {
- color: #c03;
- text-decoration: underline;
- }
- #content {
- float: right;
- width: 70%;
- line-height: 3ex;
- margin-top: 2em;
- margin-right: 8%;
- }
- blockquote {
- background-color: LightGrey;
- }
- div.pagedate {
- font-size: 70%;
- }
- div#frieze {
- overflow: hidden;
- width: 100%;
- text-align: center;
- white-space: nowrap;
- }
- div#frieze ul {
- list-style-type:none;
- margin: 0;
- padding: 0;
- }
- div#frieze ul li {
- display:inline;
- }
- #pageinfo {
- border: 0;
- }
|