MediaWiki:Common.css

From Commonwealth of Sovereign States
Revision as of 23:15, 6 May 2025 by Fishy (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.infobox {
    background-color: rgb(248, 249, 250);
    border-bottom-color: rgb(162, 169, 177);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-image-repeat: stretch;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(162, 169, 177);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(162, 169, 177);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(162, 169, 177);
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    clear: right;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table;
    float: right;
    font-family: sans-serif;
    font-size: medium;
    min-width: 300px;
    max-width: 300px;
}

.infobox th {
    padding: 10px;
}

.infobox tr {
    width: 100%;
}

.infobox .subheader {
    border-collapse: collapse;
    border-top-color: rgb(162, 169, 177);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table-cell;
    font-family:sans-serif;
    font-size: small;
    font-weight: 700;
    padding: 8px;
    text-align: center;
    text-indent: 0;
    unicode-bidi: isolate;
    vertical-align: top;
}

.infobox .mergedtoprow {
    border-bottom-color: rgb(162, 169, 177);
    border-collapse: collapse;
    border-left-color: rgb(162, 169, 177);
    border-right-color: rgb(162, 169, 177);
    border-top-color: rgb(162, 169, 177);
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table-row;
    font-family: sans-serif;
    font-size: small;
    text-indent: 0;
    unicode-bidi: isolate;
    vertical-align: middle;
}

.mergedtoprow .infoboxlabel {
    border-collapse: collapse;
    border-top-color: rgb(162, 169, 177);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table-cell;
    font-family: sans-serif;
    font-size: small;
    font-weight: 700;
    padding: 8px;
    text-align: left;
    text-indent: 0;
    unicode-bidi: isolate;
    vertical-align: top;
}

.mergedtoprow .infoboxdata {
    border-collapse: collapse;
    border-top-color: rgb(162, 169, 177);
    border-top-style: solid;
    border-top-width: 1px;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table-cell;
    font-family: sans-serif;
    font-size: small;
    padding: 8px;
    text-align: left;
    text-indent: 0;
    unicode-bidi: isolate;
    vertical-align: top;
}

.infoboxdata img {
    display: block;
    margin: auto;
}

.infobox .mergedrow {
    border-bottom-color: rgb(162, 169, 177);
    border-collapse: collapse;
    border-left-color: rgb(162, 169, 177);
    border-right-color: rgb(162, 169, 177);
    border-top-color: rgb(162, 169, 177);
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table-row;
    font-family: sans-serif;
    font-size: small;
    text-indent: 0px;
    unicode-bidi: isolate;
    vertical-align: middle;
}

.mergedrow .infoboxlabel {
    border-collapse: collapse;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table-cell;
    font-family: sans-serif;
    font-size: small;
    font-weight: 700;
    padding: 2px 8px 8px;
    text-align: left;
    text-indent: 0;
    unicode-bidi: isolate;
    vertical-align: top;
}

.mergedrow .infoboxdata {
    border-collapse: collapse;
    color: rgb(0, 0, 0);
    direction: ltr;
    display: table-cell;
    font-family: sans-serif;
    font-size: small;
    padding: 2px 8px 8px;
    text-align: left;
    text-indent: 0;
    unicode-bidi: isolate;
    vertical-align: top;
}