Difference between revisions of "MediaWiki:Common.css"
(Created page with ".addthis_toolbox { background: #f5f5f5; border: 1px solid #ddd; margin-bottom: 15px; outline: 5px solid #eee; } .addthis_toolbox { border-color: #ddd; }") |
|||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | .amazon_ad { | ||
+ | clear: both; | ||
+ | float: right; | ||
+ | margin: 0 0 10px 10px; | ||
+ | } | ||
+ | |||
.addthis_toolbox { | .addthis_toolbox { | ||
− | background: #f5f5f5; | + | 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; | ||
+ | } | ||
+ | |||
+ | #bitnami-banner { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .portal { | ||
+ | background: #f5f5f5 !important; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
− | + | border-radius: 10px; | |
− | + | box-sizing: border-box; | |
− | + | display: inline-block; | |
− | + | margin: 2% 2% 2% 0; | |
− | + | padding: 0 2% 2% 2%; | |
+ | vertical-align: top; | ||
+ | width: 47%; | ||
} | } |
Latest revision as of 14:31, 13 March 2016
.amazon_ad {
clear: both;
float: right;
margin: 0 0 10px 10px;
}
.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;
}
#bitnami-banner {
display: none;
}
.portal {
background: #f5f5f5 !important;
border: 1px solid #ddd;
border-radius: 10px;
box-sizing: border-box;
display: inline-block;
margin: 2% 2% 2% 0;
padding: 0 2% 2% 2%;
vertical-align: top;
width: 47%;
}