rst.css
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 13 Nov 2012 19:43:23 +0200
changeset 994 4bc77d7283ea
parent 752 079c2e27357a
permissions -rw-r--r--
Fix: File mode specification error: (error "The mode `nXML' does not support Imenu"). Fix: nxml-mode-map not defined.

body, frameset { background-color: ivory; }
body { padding: 0 10% 0 10%; }
a { text-decoration:none; }
a:link { color: brown; }
a:visited { color: IndianRed; }
a:hover { background: bisque; border-radius: 10px; padding: 1px; }
p { text-indent: 2em; }
p:first-letter { font-weight: bold; }
.literal-block {
    margin: 0 0 0 4em;
    padding: 5px;
    border: 1px;
    border-style: solid;
    border-color: brown;
    background-color: LightYellow;
    overflow: auto;
}
table { border-collapse:collapse; margin-left:auto; margin-right:auto; }
table, tr, td { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }