packages feed

anatomy-0.3: lib/anatomy.css

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; font-variant: normal; }
input,textarea,select { font-family: inherit; font-size: inherit; font-weight: inherit; }
a { text-decoration: none; color: inherit; }

html {
	font-size: 62.5%;
	height: 100%;
	background-color: #fff;
	color: #000;
}

body {
    font: normal 1.4em/1.6em 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
}

pre, code {
    font-size: 1.1em;
}

a:link {
    text-decoration: underline;
    color: blue;
}
a:visited {
    color: purple;
}

ol {
    margin-left: 2em;
}
ol li {
    list-style: decimal;
}

strong { font-weight: bold }
em { font-style: italic }

h1 {
    line-height: 1.4em;
    font-size: 2em;
    margin-bottom: .5em;
}
h2 {
    font-size: 1.75em;
    margin-bottom: .5em;
}

p {
    padding-bottom: 1em;
}

dd {
    margin: 0 0 1em 2em;
}

#sidebar {
    background: #f0f0f0;
    padding: 1em;
    width: 16em;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}
#sidebar h4 {
    font-style: italic;
}
#sidebar .toc {
    margin-bottom: 2em;
}

#content {
    padding: 2em;
    position: absolute;
    left: 0;
    right: 18em;
    top: 0;
    bottom: 0;
}

.section {
    margin: 1em 0;
    padding: 1em 0;
    border-bottom: .1em dotted #000;
}

.definition {
    margin: 1em 0;
    padding: 2em 0 0;
    border-top: .1em dotted #ddd;
}
.definition pre.thumb {
    background: #f5f5f5;
    padding: .6em .75em;
    margin-bottom: 1em;
}

.verbatim, .interaction {
    margin: 0 1em 1em;
}

pre a:link,
pre a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: .1em solid #ddd;
    font-weight: bold;
}
pre a:hover {
    border-bottom-color: #333;
}

.interaction .error:before {
    content: "error: ";
}
.interaction .error {
    font-style: italic;
    color: red;
}
.interaction .caret {
    font-weight: bold;
    color: #999;
}

.list {
    color: #000;
    font-weight: normal;
}
.string {
    color: #0086D2;
    font-weight: bold;
}
.keyword {
    color: #000;
    font-weight: bold;
}
.integer {
    color: #0086D2;
    font-weight: bold;
}
.char {
    color: #D20086;
    font-weight: bold;
}
.double {
    color: #A640D2;
    font-weight: bold;
}
.rational {
    color: #26C052;
    font-weight: bold;
}
.particle {
    color: #56B200;
    font-weight: bold;
}
.internal {
    font-style: italic;
    color: #333;
}
.dispatch.single {
    font-style: italic;
    color: #000;
    font-weight: normal;
}
.dispatch.single > a {
    font-style: normal;
}
.dispatch.keyword {
    color: inherit;
    font-weight: inherit;
}
pre .dispatch.single {
    font-style: normal;
}
pre .dispatch.single > a {
    color: #000;
    font-weight: bold;
}

.error-output {
    display: block;
    font-style: italic;
    background: #fee;
    color: #a33;
}