MediaWiki:Common.css: Difference between revisions

From Olentangy Park Wiki
Jump to navigation Jump to search
Added notice class for notice boxes
mNo edit summary
Line 40: Line 40:
     border: 1px solid #ccc;
     border: 1px solid #ccc;
     padding: 10px;
     padding: 10px;
    text-align: center;
     font-size: 10pt;
     font-size: 10pt;
     width: 80%;
     width: 60%;
}
}

Revision as of 18:26, 12 December 2021

/* CSS placed here will be applied to all skins */

.infobox {
    float: right;
    background: #eee;
    margin: 0 0 1em 1em;
    border: 1px dashed #aaa;
    padding: 1em;
    font-size: 10pt;
    width: 300px;
}
.infobox-title {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 140px;
}
.infobox td {
    vertical-align: top;
}

.copycode {
    background: #f3f3f3;
    margin: 0;
    padding: 1em;
    font-size: 10pt;
    width: 600px;
}

.notice {
    background: #eee;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 10pt;
    width: 60%;
}