MediaWiki:Monobook.css: Difference between revisions

From Luchawiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 17: Line 17:
padding-right : 3px;  
padding-right : 3px;  
text-align : right;  
text-align : right;  
}
.test {
font-size: 100pt;
}
}

Revision as of 12:38, 9 September 2005

/* edit this file to customize the monobook skin for the entire site */

table.biotable {
float: right;
border: 1px solid red;
margin: 2px;
padding: 4px;
text-align: center;}

.sidepic {
float: right; 
width: 15%; 
background: #D8BFD8; 
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size : x-small; 
padding-bottom : 3px; 
padding-right : 3px; 
text-align : right; 
}

.test {
font-size: 100pt;
}