packages feed

operational-0.1.0.0: docs/docbook.css

body {
    font-family: Verdana, sans-serif;
    width: 43em;
    margin: 1ex auto 1ex;
}

pre {
    font-family: monospace;
    font-size: 1em;
    display: block;
    padding: 10px;
    border: 1px solid #bbb;
    background-color: #eee;
    color: #000;   
    overflow: auto;
    border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    margin: 0.5em 2em;
}

h1 { font-size:150%; }
h2 { font-size:120%; }

a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #333;
}

a:hover {
    background-color: #777;
    color: #fff;
}