MediaWiki:Common.css: Difference between revisions

From Official Kynseed Wiki from PixelCount Studios
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
/*background-color: rgba(66, 136, 255, 0.5);*/
/*background-color: rgba(66, 136, 255, 0.5);*/
background-color: rgba(209,248,255,0.67)
background-color: rgba(209,248,255,0.67)
}
.info-box {
float: right;
}
.item-info-box {
width: 342px;
height: 444px;
background: url(/resources/assets/ItemInfoBox_x2.png) no-repeat center;
}
}

Revision as of 07:03, 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)
}

.info-box {
float: right;
}

.item-info-box {
width: 342px;
height: 444px;
background: url(/resources/assets/ItemInfoBox_x2.png) no-repeat center;
}