This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
library-web/data/skin/eo.css

168 lines
3.4 KiB
CSS

body {
width: 900px;
margin: auto;
text-align: left;
}
dl.doc-index dt a {
text-decoration: none;
font-size: 120%;
color: #505053;
font-family: MuseoSlab, sans-serif;
}
dl.doc-index dt .module-more a {
font-size: 100%;
font-family: sans-serif;
}
/* code listings */
.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
.listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */
.listing_code .programlisting .function { color: #000000; font-weight: bold; }
.listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */
.listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
.listing_code .programlisting .normal { color: #000000; }
.listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */
.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
.listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */
.listing_code .programlisting .type { color: #000000; }
.listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */
.listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */
.listing_frame {
/* tango:sky blue 1 */
border: solid 1px #729fcf;
padding: 0px;
}
.listing_lines, .listing_code {
margin-top: 0px;
margin-bottom: 0px;
padding: 0.5em;
}
.listing_lines {
/* tango:sky blue 0.5 */
background: #a6c5e3;
/* tango:aluminium 6 */
color: #2e3436;
}
.listing_code {
/* tango:sky blue 0 */
background: #e6f3ff;
}
.listing_code .programlisting {
/* override from previous */
border: none 0px;
padding: 0px;
}
.listing_lines pre, .listing_code pre {
margin: 0px;
}
span.citem {
display: table-cell;
text-align: center
}
div.devel-remark {
font-style: italic;
color: #800;
margin: 1ex 0;
}
div.downloads h4 {
min-height: 24px;
line-height: 24px;
background: transparent url(gnome-mime-application-x-archive.png) top left no-repeat;
padding-left: 26px;
}
div.downloads p.devhelp-note {
font-size: 80%;
}
div.downloads p.devhelp-note {
font-size: 80%;
color: #444;
}
p.canonical-ref {
padding: 0.5em 1em 0.5em 60px;
min-height: 48px;
border: solid 1px #e0e0df;
margin-right: 29ex;
background-color: #fffff0;
background-position: 6px 0.5em;
background-repeat: no-repeat;
background-image: url(/skin/admon-note.png);
}
p.other-versions {
font-size: 80%;
color: #888;
}
p.other-versions a {
text-decoration: none;
}
.programlisting
{
background: #eef;
border: solid 1px #aaf;
padding: 0.5em;
}
.variablelist
{
padding: 4px;
margin-left: 3em;
}
.variablelist td:first-child
{
vertical-align: top;
}
.variablelist p {
margin: 0;
}
.listing_lines, .listing_code {
margin-top: 0px;
margin-bottom: 0px;
padding: 0.5em;
}
.listing_lines {
/* tango:sky blue 0.5 */
background: #a6c5e3;
/* tango:aluminium 6 */
color: #2e3436;
}
.listing_code {
/* tango:sky blue 0 */
background: #e6f3ff;
}
div.gtk-doc dt {
color: #2e3456;
margin: 0;
}
div.gtk-doc div.index dt {
line-height: 1.2;
font-size: 100%;
}
div.gtk-doc td.shortcuts {
background: white;
border: 1px solid #d3d7cf;
text-align: center;
}
div.gtk-doc span.refpurpose {
color: #555;
font-weight: normal;
}