Difference between revisions of "MediaWiki:Monobook.css"

From A look inside The Link @ wiki
Jump to: navigation, search
(added styles for data structure tables)
(No difference)

Revision as of 17:13, 5 February 2008

/* CSS placed here will affect users of the Monobook skin */

/* this is for tables describing data structures */
table.structure {
        border: 1px solid black;
        background: #ffa;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        font-size: 11pt;
}
table.structure tr td {
        text-align: left;
        font-style: oblique;
        padding-top: 0;
        padding-bottom: 0;
}
table.structure tr td:first-child {
        text-align: right;
        font-style: normal;
        color: #622;
}
table.structure tr td.comment {
        text-align: left;
        font-style: normal;
        color: #008;
}