Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Onderduiker (talk | contribs) m |
Onderduiker (talk | contribs) m |
||
| Line 11: | Line 11: | ||
} | } | ||
| − | + | .imagelink_wikilogo a { | |
| + | width: 135px; | ||
| + | height: 135px; | ||
| + | display: block; | ||
| + | text-decoration: none; | ||
| + | background-image: url("//wiki.theamazonbasin.com/images/5/5b/Amazon_Basin_logo.png"); | ||
| + | } | ||
Revision as of 17:08, 21 November 2011
/* CSS placed here will be applied to all skins */
table.collapsed tr.collapsable {
display: none;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
.imagelink_wikilogo a {
width: 135px;
height: 135px;
display: block;
text-decoration: none;
background-image: url("//wiki.theamazonbasin.com/images/5/5b/Amazon_Basin_logo.png");
}