[    [    [    [    [    [    [    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
Line 39: Line 39:
#div.vectorTabs { display: none !important; }
#div.vectorTabs { display: none !important; }
#div#simpleSearch { width: 100em; }
#div#simpleSearch { width: 100em; }
.infobox {
float: right;
clear: right;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
border: 1px solid #a2a9b1;
background: purple;
color: black;
}

Revision as of 00:22, 17 April 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: #B0C4DE;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: #B0C4DE;
}
#n-recentchanges { display: none; }
#t-whatlinkshere { display: none; }
#t-recentchangeslinked { display: none; }
#ca-view { display: none; }
#p-tb h3 { display: none; }
#t-whatlinkshere { display: none; }
#t-info { display: none; }
#t-permalink { display: none; }
#t-upload { display: none; }
#t-specialpages { display: none; }
#t-print { display: none; }

#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }
#ca-view { display: none !important; }
#ca-history { display: none !important;}
#ca-move { display: none !important; }
#ca-watch { display: none !important; }
#ca-unwatch { display: none !important; }
#mw-list-item {color: hotpink}
#ca-edit { display: none !important; }
#div.vectorTabs { display: none !important; }
#div#simpleSearch { width: 100em; }

.infobox {
 float: right;
 clear: right;
 margin-bottom: 0.5em;
 margin-left: 1em;
 padding: 0.2em;
 border: 1px solid #a2a9b1;
 background: purple;
 color: black;
}