MediaWiki:Common.css: Difference between revisions

From Caps Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 28: Line 28:
border: 1px solid #aaa;
border: 1px solid #aaa;
background: #ffffff;
background: #ffffff;
}
table.mw-wikiforum-headerrow {
    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;
}
}

Revision as of 13:02, 14 February 2022

/* CSS placed here will be applied to all skins */
.infobox {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    /*padding: 1em;*/
    width: 400px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}

/* WikiForum Override */
td.mw-wikiforum-thread-main {
	border: 1px solid #aaa;
	background: #ffffff;
}
table.mw-wikiforum-headerrow {
    font-size: 1em;
    font-family: Verdana,Arial,sans-serif;
}