Module
Infobox/styles.css
From Dogcraft Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/** Infobox styles **/
.infobox {
border: 1px solid #aaa;
border-radius: 10px;
background-color: #E9EDEF;
margin: 0.5em 0 0.5em 1em;
padding: 0.5em 0 0 0;
float: right;
clear: right;
width: 22em;
text-align: center;
font-size: 88%;
line-height: 1.5em;
}
.infobox td,
.infobox th {
vertical-align: top;
}
000
1:0
Return to Module:Infobox/styles.css.