Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 3: Line 3:
.mw-editsection { display:none!important; }
.mw-editsection { display:none!important; }
   
   
/* infobox css */
* Infobox template style */
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}


.infobox {
/* not strictly certain these styles are necessary
    font-family: sans-serif;
* just replicating the module faithfully
    direction: ltr;
*/
    border: 1px solid #a2a9b1;
.infobox-subbox {
    border-spacing: 3px;
padding: 0;
    background-color: #f8f9fa;
border: none;
    color: black;
margin: -3px;
    margin: 0.5em 0 0.5em 1em;
width: auto;
    padding: 0.2em;
min-width: 100%;
    float: right;
font-size: 100%;
    clear: right;
clear: none;
    font-size: 88%;
float: none;
    line-height: 1.5em;
background-color: transparent;
    width: 22em;
}
}