rst.css
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 06 Nov 2011 00:06:18 +0200
changeset 766 31b6b63917df
parent 752 079c2e27357a
permissions -rw-r--r--
Use different 'recentf' and 'desktop' files and do not enable 'server' for Cugwin Emacs to allow simultaneously run native and Cygwin Emacs.

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; }