cl-ds / data /repos /cl-graph /website /source /user-guide.css
j14i's picture
3375 CL macro transformation examples from 85 libraries
43203b4 verified
/* @group toc */
.table-of-contents {
font-size: 90%;
margin-bottom: 1em;
padding-bottom: 1em;
}
.table-of-contents h2, h3, h4 {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 1px;
}
.table-of-contents h2 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 2em;
}
.table-of-contents h3 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 4em;
}
.table-of-contents h4 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 6em;
}
.table-of-contents h5 {
font-size: inherit;
font-style: inherit;
position: relative;
left: 8px;
}
/* @end */
/* @group anchors */
a.none {
text-decoration: none;
color:black }
a.none:visited { text-decoration: none; color:black }
a.none:active { text-decoration: none; color:black }
a.none:hover { text-decoration: none; color:black }
a {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
/* @end */
/* @group Reference */
.reference {
padding-bottom: 1em;
}
.reference h3 {
margin-top: 2em;
font-size: 110%;
border-bottom: 1px solid silver;
border-top: 4px solid gray;
padding-top: 3px;
padding-bottom: 3px;
}
/* @end */
body {
font-family: Georgia, "Times New Roman", Times, serif;
margin-right: 0.5in;
margin-left: 0.5in;
margin-bottom: 0.25px;
}
h1, h2, h3, h4 {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2 {
}
h3, h4 {
font-style: italic;
}
.hidden {
visibility: hidden;
}
.documentation {
margin-right: 1em;
margin-left: 1em;
}
.function {
}
.documentation.header {
display: block;
background-color: lightgrey;
color: black;
position: relative;
padding-top: 4px;
margin-top: 2em;
width:auto;
min-width:120px;
font-size: medium;
padding: 1mm 1mm 1mm 1em;
border: none;
}
.documentation.contents {
top: 10px;
position: relative;
}
.documentation-name {
font-weight: bold;
float: left;
padding-right: 10px;
width: 80%;
}
.documentation-kind {
float: right;
font-style: italic;
color: gray;
padding-left: 10px;
}
.documentation-arguments {
float: left;
width: 350px;
font-style: italic;
}
.documentation p {
clear: both;
margin-right: 1em;
margin-left: 1em;
}
pre {
background-color: #ffc8ff;
overflow: auto;
padding-bottom: 5px;
margin-right: 1cm;
margin-left: 1cm;
font-family: "Courier New", Courier, mono;
}
.note {
border: 2px inset gray;
padding: 0.5em;
margin-right: 2em;
margin-left: 2em;
}
#footer {
margin-top: 2em;
border-top-style: inset;
border-top-width: 2px;
}
#navigation li {
display: inline;
border-right-style: dotted;
border-right-width: 1px;
border-left-style: dotted;
border-left-width: 1px;
border-collapse: collapse;
padding-right: 0.25em;
padding-left: 0.25em;
margin-right: 1em;
}
#navigation {
text-align: center;
}
#timestamp {
font-size: 80%;
text-align: right;
}