Difference between revisions of "MediaWiki:Common.css"

From Nick's Personal Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
     line-height: 1.6;
 
     line-height: 1.6;
 
     color: rgb(63, 51, 73);
 
     color: rgb(63, 51, 73);
 +
}
 +
 +
.infobox {
 +
    border: 1px solid rgb(63, 51, 73);
 +
    background-color: rgb(63, 51, 73);
 +
    padding: 0.5em;
 +
    width: 300px;
 +
    float: right;
 +
    margin: 0.5em 0 0.5em 1em;
 +
    font-size: 0.9em;
 +
}
 +
 +
.infobox-title {
 +
    font-weight: bold;
 +
    text-align: center;
 +
    background-color: rgb(63, 51, 73);
 +
    color: rgb(63, 51, 73);
 +
    padding: 0.3em;
 
}
 
}

Revision as of 04:10, 27 March 2026

/* CSS placed here will be applied to all skins */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: rgb(63, 51, 73);
}

.infobox {
    border: 1px solid rgb(63, 51, 73);
    background-color: rgb(63, 51, 73);
    padding: 0.5em;
    width: 300px;
    float: right;
    margin: 0.5em 0 0.5em 1em;
    font-size: 0.9em;
}

.infobox-title {
    font-weight: bold;
    text-align: center;
    background-color: rgb(63, 51, 73);
    color: rgb(63, 51, 73);
    padding: 0.3em;
}