MediaWiki:Common.css: Difference between revisions

ReformedMandalorian (talk | contribs)
No edit summary
Tag: Reverted
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.infobox {
#siteSub {
     background: #eee;
     display: block;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
}
.infobox-title {
 
    font-size: 1em;
<div class="notes-list">
    text-align: center;
<references group="note" />
</div>
 
.notes-list ol {
  font-size: 0.9em;
  color: #555;
}
}
.infobox-image {
 
    text-align: center;
 
}
.hatnote {
.infobox-table th {
     font-style: italic;
     text-align: right;
     padding-left: 1.6em;
     vertical-align: top;
     margin-bottom: 0.5em;
     width: 120px;
}
.infobox-table td {
    vertical-align: top;
}
}


.infobox_person {
.hatnote a {
    background: #eee;
     font-style: normal;
    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-table th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
}
}