blob: f0aa08e2b13dd21350ce8bf7cc4904a14b45eb21 (
plain) (
tree)
|
|
/* ikiwiki local style sheet */
/* Add local styling here, instead of modifying style.css. */
#content { line-height: 1.5 }
video { max-width: 100% }
#footer { font-size: 0.9em }
.pagecopyright, .pagelicense { font-style: normal }
.pagecopyright + .pagelicense { margin-top: 0.5em }
.pagecopyright p { margin-bottom: 0; line-height: 1.2 }
.pagelicense p { margin-top: 0 }
.muted { color: #666 }
pre { padding: 1em }
pre, code {
background-color: #f8f8f8;
border: 1px solid #e6e6e6;
border-radius: 4px;
}
code { padding: .2em .3em }
pre > code { border: none; padding: 0 }
.sidebar ul, .sidebar ol { padding-left: 1em }
|