Changes

MediaWiki:Common.css

764 bytes added, 31 March
no edit summary
/* CSS placed here will be applied to all skins */
/* For MonoBook specific rules, see MediaWiki:Monobook.css */
div{ border: 1px solid green; margin: 3px}/* banner control buttons */
#madacamp_banner td{
border-bottom: solid 2px #9e9a91;
border-right: solid 2px #9e9a91;
border-left: solid 2px #efefef;
border-top: solid 2px #efefef;
background: #dcdad5;
}
/*Copied from somewhere
#column-content { margin-left: -15em }
#content { margin-left: 15em }
#p-cactions { left: 14em }
*/
 
 
/* Modify width of sidebar NEW */
#column-content { margin-left: -175px }
#content { margin-left: 175px }
.portlet { width: 165px }
 
 
/* Modify width of sidebar */
#column-content {margin-left: -170px; 175px }#content { margin-left: 170px }#p-logo a, #p-logo a:hover { width: 170px 175px }.portlet { width: 160px 165px }#p-cactions { left: 160px }
.space{
/* remove mediawiki logo , disclaimer, about and pricacy */#ffooter-poweredbyico , #footer-places-privacy, #footer-places-about, #footer-places-disclaimer{ display: none; } 
/* remove talk tab on Main Page */
display: none !important;
}
 
/* move top left tabs to right as the left column was expanded */
.vectorTabs{
margin-left:20px;
}
 
/* remove permanent link */
}
/* Remove category link appearing at the bottom of some pages */
.catlinks { display: none; }
/* Pretty tables (to replace Template:prettytable) */
border-spacing: 0;
padding: 0;
font-size: 95%;"
}
#product_table td img{
display: block;
}
 
.flexmap{
width: 100%;
max-width: 600px;
display:none;
}
 
.custom_gallery_1 img{
border: 1px solid #cccccc;
}
 
#custum_link_1 a
{
color: #ffffff;
}