MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 20: | Line 20: | ||
} | } | ||
#mw-content-text h2 { | #mw-content-text h2.banner { | ||
position: relative; | position: relative; | ||
background: url(/resources/assets/HeaderBanner_x2.png) no-repeat center; | background: url(/resources/assets/HeaderBanner_x2.png) no-repeat center; | ||
Line 30: | Line 30: | ||
} | } | ||
#mw-content-text h2 .mw-headline { | #mw-content-text h2.banner .mw-headline { | ||
margin-top: 15px; | margin-top: 15px; | ||
display: block; | display: block; | ||
} | } | ||
#mw-content-text h2 .mw-editsection { | #mw-content-text h2.banner .mw-editsection { | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; |
Revision as of 07:33, 29 November 2022
/* CSS placed here will be applied to all skins */ html, body { height: 100%; width: 100%; padding: 0; margin: 0; } body { background: #4288ff url(/resources/assets/Wikibg_x3.png) repeat no-repeat fixed center bottom; } #mw-page-base { background-color: transparent; background-image: none; } .mw-body { /*background-color: rgba(66, 136, 255, 0.5);*/ background-color: rgba(209,248,255,0.67) } #mw-content-text h2.banner { position: relative; background: url(/resources/assets/HeaderBanner_x2.png) no-repeat center; display: block; width: 320px; height: 66px; text-align: center; border-bottom: none; } #mw-content-text h2.banner .mw-headline { margin-top: 15px; display: block; } #mw-content-text h2.banner .mw-editsection { display: block; position: absolute; right: 50px; top: 15px; } .info-box { float: right; } .item-info-box { width: 342px; height: 444px; background: url(/resources/assets/ItemInfoBox_x2.png) no-repeat center; margin-left: 15px; margin-bottom: 15px; } .item-info-box .item-name { width: 100%; text-align: center; margin-top: 12px; font-size: 14pt; }