mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-17 03:20:03 +00:00
43764e342c
Saves people having to do their own checkouts etc, and it can work out of the download from ExtensionDistributor Change-Id: I934217b5b85c7c0da42051ce36e53ec7288035a5
34 lines
415 B
CSS
34 lines
415 B
CSS
body
|
|
{
|
|
background-color: #EEEEEE;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
/* Banner (top bar) classes */
|
|
|
|
.banner { }
|
|
|
|
.banner-menu
|
|
{
|
|
text-align: right;
|
|
clear: both;
|
|
padding: .5em;
|
|
border-top: 2px solid #AAAAAA;
|
|
}
|
|
|
|
.banner-title
|
|
{
|
|
text-align: right;
|
|
font-size: 20pt;
|
|
font-weight: bold;
|
|
margin: .2em;
|
|
}
|
|
|
|
.package-selector
|
|
{
|
|
background-color: #DDDDDD;
|
|
border: 1px solid #AAAAAA;
|
|
color: #000090;
|
|
}
|