[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

Difference between revisions of "MediaWiki:Common.css"

From blogginpedia
Jump to navigation Jump to search
Tag: Reverted
Tag: Reverted
Line 21: Line 21:
#ca-view { display: none; }
#ca-view { display: none; }


#content { font-size: 12px; font-family: "Courier New"; }
#content { font-size: 12px; font-family: "Verdana"; }

Revision as of 04:20, 6 March 2022

/* CSS placed here will be applied to all skins */
.mw-editsection { display:none; }
#footer-places { display: none; }
#footer-places-privacy { display: none; }
#footer-places-about { display: none; }
#footer-places-disclaimer { display: none; }
#f-list { display: none; }

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: aliceblue;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: aliceblue;
}
#n-recentchanges { display: none; }
#t-whatlinkshere { display: none; }
#t-recentchangeslinked { display: none; }
#ca-view { display: none; }

#content { font-size: 12px; font-family: "Verdana"; }