Difference between revisions of "MediaWiki:Common.css"

From The New Prairie Universe Wiki
Jump to navigation Jump to search
Line 80: Line 80:
 
table.ombox-content {
 
table.ombox-content {
 
     border: 1px solid #f28500;
 
     border: 1px solid #f28500;
 +
}
 +
 +
a, a:visited {
 +
color:#0645ad;
 
}
 
}

Revision as of 16:54, 10 July 2016

.infobox {
    border: 1px solid #aaa;
    border-spacing: 3px;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
}

.infobox td, .infobox th {
    vertical-align: top;
    text-align: left;
}

.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}

table.wikitable {
    margin: 1em 0;
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
    color: #000;
}

table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;
}

th.mbox-text, td.mbox-text {
    border: none;
    padding: 0.25em 0.9em;
    width: 100%;
}

tr.mergedtoprow {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}

body.mediawiki table.mbox-small {
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}

table.ombox-notice {
    border: 1px solid #aaa;
}

.plainlist ol, .plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}

table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #f9f9f9;
}

table.ombox-content {
    border: 1px solid #f28500;
}

a, a:visited {
	color:#0645ad;
}