Difference between revisions of "MediaWiki:Common.css"

From Remorra
Jump to: navigation, search
Line 9: Line 9:
 
#mw-page-base {background: #E3D8C2}
 
#mw-page-base {background: #E3D8C2}
 
/* changes the background color behind the top half of the logo and at top of each page */
 
/* changes the background color behind the top half of the logo and at top of each page */
 +
 +
 +
#mw-panel .portal .body ul li,
 +
#mw-panel .portal h3 {
 +
    font-size: 1em; /* original was 0.75em */
 +
}
 +
 +
#mw-panel {
 +
    width: 12em; /* increase width of the container; was 10em */
 +
}
 +
.mw-body {
 +
    margin-left: 15em; /* move content to a fitting place; was 13em */
 +
}

Revision as of 13:01, 10 April 2019

/* CSS placed here will be applied to all skins */

/* hiding "powered by MediaWiki" icon */
#footer-poweredbyico { display: none; }

body {background: #E3D8C2}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

#mw-page-base {background: #E3D8C2}
/* changes the background color behind the top half of the logo and at top of each page */


#mw-panel .portal .body ul li,
#mw-panel .portal h3 {
    font-size: 1em; /* original was 0.75em */
}

#mw-panel {
    width: 12em; /* increase width of the container; was 10em */
}
.mw-body {
    margin-left: 15em; /* move content to a fitting place; was 13em */
}