view css/docs.css @ 76:9a771b8a1702

Added fade-in to tutorial.
author Atul Varma <varmaa@toolness.com>
date Mon, 20 Apr 2009 13:38:31 -0700
parents 147016e199d0
children
line wrap: on
line source

body {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    font-size: 10pt;
    text-align: center;
}

.popup-enabled {
    cursor: pointer;
    border-bottom: dotted 1px black;
}

.popup {
    position: absolute;
    z-index: 100;
}

.popup .item {
    cursor: pointer;
    font-family: helvetica neue, arial, sans-serif;
    background-color: #f0f0f0;
    color: black;
    padding: 3px;
    border: black dotted;
    border-width: 1px 1px 0 1px; 
}

.popup .selected {
    background-color: black;
    color: white;
}

.popup .bottom {
    border-bottom: 1px black dotted;
}

#content {
    text-align: left;
    margin: 0 auto;
}

.documentation {
    float: left;
    line-height: 1.4em;
}

.documentation h1 {
    font-weight: normal;
    line-height: 1.4em;
}

.documentation h2 {
    font-weight: normal;
    line-height: 1.4em;
}

.documentation pre {
    font-family: monaco, andale mono, lucidatypewriter, courier,
                 courier new, monospace;
    font-size: 6pt;
    line-height: 1.4em;
}

.code {
    font-family: monaco, andale mono, lucidatypewriter, courier,
                 courier new, monospace;
    float: left;
    white-space: pre;
    font-size: 6pt;
    background-color: #f0f0f0;
}

.divider {
    clear: both;
    height: 0;
    line-height: 0; 
}

.intra-wiki {
    color: black;
    text-decoration: none;
    border-bottom: solid 1px gray;
}

a {
    color: black;
    text-decoration: underline;
}