MediaWiki:Centralnotice-template-wm2017scholarcfp2
Appearance
<style type="text/css">
- centralNotice.collapsed #{{{banner}}} {
display: none !important;
}
- {{{banner}}} {
position: relative; margin-bottom: 0.5em; background: #eee url('//upload.wikimedia.org/wikipedia/commons/0/0d/Gray-gradient1.png') repeat-x; border: solid 1px #000; height:auto !important; min-height: 75px; display: none;
}
- {{{banner}}} a.scholar-full-banner-click {
display: block; height: 100%; width: 100%; cursor: pointer;
}
- {{{banner}}} a:hover {
text-decoration: none;
}
- {{{banner}}}-logo {
position: absolute; top: 15px; left: 15px; background: url('//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Wikimania.svg/30px-Wikimania.svg.png') no-repeat; height: 40px; width: 30px;
}
- {{{banner}}}-content {
font-size: 14px; /* font-size: 2vmin; */ font-weight: bold; color: black; padding: 0.7em 40px 1.4em 60px !important; text-align: center; line-height: 1.4em;
}
- {{{banner}}}-text:hover {
text-decoration: underline;
}
- {{{banner}}} div#scholar-toggle-box {
position: absolute; top: 0; right: 0; height: 32px; width: 27px;
}
- {{{banner}}} div#scholar-translation-link {
position: absolute; right: 5px; bottom: 5px; font-size: 0.8em; white-space: nowrap;
}
- {{{banner}}} #scholar-translation-link:hover {
text-decoration: underline;
}
.rtl #scholar-translation-link {
text-align: left;
} </style>
<script> $(document).ready(function() {
$('#{{{banner}}}').show();
});
</script>