rst.css
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 04 Jan 2015 01:06:57 +0200
changeset 1186 ff1145717171
parent 752 079c2e27357a
permissions -rw-r--r--
Use Win key to make buffer switching faster and avoid key binding intersection with term-mode.

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