packages feed

anatomy-0.4: 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.5em/1.46em 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, Georgia, serif;
}

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

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

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

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;
}
.section .section h2 {
    font-size: 1.4em;
    padding-bottom: .25em;
    border-bottom: 1px dotted #bbb;
}

p {
    padding-bottom: 1em;
}

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

#sidebar {
    background: rgba(0, 0, 0, .06);
    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;
}
.with-sidebar #content {
    position: absolute;
    left: 0;
    right: 18em;
    top: 0;
    bottom: 0;
}

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

.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, .highlight {
    margin: 0 1em 1em;
}

pre a:link,
pre a:visited,
code a:link,
code a:visited {
    color: inherit;
    text-decoration: none;
    border-bottom: .1em solid #ddd;
}
pre a:hover,
code 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;
}

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

.annotated #content {
    position: static;
    padding: 0;
}
.annotated #sidebar {
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}
.annotated-source {
    width: 100%;
}
.annotated-source thead h1 {
    line-height: 1em;
    margin: 1.2em 0 .39em 0;
    font-weight: bold;
}
.annotated-source .prose {
    background: #fff;
    width: 30em;
    max-width: 30em;
    min-width: 30em;
    padding: 1em 2em 0 3.5em;
    overflow-x: auto;
    vertical-align: top;
    text-align: left;
}
.annotated-source .prose code,
.annotated-source .prose pre {
    background: #f8f8ff;
    border: .1em solid #dedede;
    padding: 0 0.2em;
    overflow-x: auto;
}
.annotated-source .code {
    background: #f5f5ff;
    border-left: .1em solid #e5e5e5;
    padding: 1.1em 2em 0em 1.5em;
    vertical-align: top;
}