Difference between revisions of "MediaWiki:Common.css"
Line 19: | Line 19: | ||
border-radius: 10px; | border-radius: 10px; | ||
display: inline-block; | display: inline-block; | ||
− | margin: | + | margin: 2% 2% 2% 0; |
− | padding: 0 | + | padding: 0 2% 2% 2%; |
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 43%; |
} | } |
Revision as of 12:41, 5 December 2015
.addthis_toolbox {
background: #f5f5f5 !important;
border: 1px solid #ddd !important;
margin-bottom: 15px !important;
outline: 5px solid #eee !important;
}
.addthis_separator {
border-color: #ddd !important;
}
body.page-Main_Page.action-view h1,
body.page-Main_Page.action-submit h1 {
display: none;
}
.portal {
background: #f5f5f5 !important;
border: 1px solid #ddd;
border-radius: 10px;
display: inline-block;
margin: 2% 2% 2% 0;
padding: 0 2% 2% 2%;
vertical-align: top;
width: 43%;
}