view wiki.css @ 5:06e8c49e9dec

Wikicreole markup is now editable. Also refactored things a bit so that variables have better names, DRY is preserved better.
author Atul Varma <varmaa@toolness.com>
date Sun, 01 Feb 2009 13:33:26 -0800
parents dd457cc7c596
children 20b6dbeb6250
line wrap: on
line source

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

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

.creole-markup {
    display: none;
}

.wiki-edit {
    font-family: monaco, andale mono, lucidatypewriter, courier,
                 courier new, monospace;
    font-size: 10pt;
    width: 640px;
    overflow: hidden;
}