MediaWiki: Common.css
From Technical Support Wiki
| Line 23: | Line 23: | ||
right: 0px; | right: 0px; | ||
} | } | ||
| − | .infobox | + | img.infobox { |
max-width: 50%; | max-width: 50%; | ||
height:auto; | height:auto; | ||
} | } | ||
Revision as of 17:32, 16 November 2017
/* CSS placed here will be applied to all skins */
#p-tb{
display : none;
}
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form,
.top-bar.expanded .title-area {
background: 9fd9f1;
color: FFF;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: 9fd9f1;
}
.infobox {
position: absolute;
width: 100%;
float: right;
right: 0px;
}
img.infobox {
max-width: 50%;
height:auto;
}