View source for Module:Infobox/styles.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/*
* Infobox stylesheet for 3rd parties who use [[Module:Infobox]]
* and don't have to worry about manual classes lying around (most of you)
*/
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
border-radius: 10px 10px;
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;
000
1:0
Return to Module:Infobox/styles.css.