MediaWiki:Common.css: Difference between revisions

From Italian Dual Citizenship Wiki

(Created page with "→‎CSS placed here will be applied to all skins: .quote { white-space: break-spaces; background-color: #EEE; padding: 10px; border: 1px #333 solid; }")
 
No edit summary
 
Line 6: Line 6:
     padding: 10px;
     padding: 10px;
     border: 1px #333 solid;
     border: 1px #333 solid;
}
.smallText {
    font-size:10px;
}
}

Latest revision as of 21:07, 27 January 2023

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

.quote {
white-space: break-spaces;
    background-color: #EEE;
    padding: 10px;
    border: 1px #333 solid;
}
.smallText {
    font-size:10px;
}