MediaWiki:Slate.css

From Yade

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*<pre>*/

#content {
  border: none;
}

.infobox {
   border: 7px solid #ddd;
   border-left: 1px;
   background-color: #ddd;
   color: black;
   float: right;
   margin: 0 0 1em 1.5em;
   font-size: 90%;
}

/*
.infobox a {
	text-decoration: none;
}
*/



#toc,
.toc {
   border: none;
	background-color: #ddd;
	padding: 0;
        margin 0;
	font-size: 90%;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
	background-color: #ccc;
	padding: 0;
        margin 0;
}

#toc .toctoggle,
.toc .toctoggle {
	font-size: 85%;
}




#p-wikicities-nav {
  display: none;
}
/*</pre>*/