MediaWiki:Common.css: Difference between revisions

From TSL Encyclopedia
No edit summary
No edit summary
Line 11: Line 11:
}
}
*/
*/
#t-recentchangeslinked, t-specialpages, t-permalink {
  display: none;
}

Revision as of 03:30, 2 July 2016

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

/*
body {
   background-color: #FFF7EA;
}

#mw-page-base {
   background-image: linear-gradient(#FFF7EA 50%,#FFFBF4 100%) !important;
   background-image: -moz-linear-gradient(top,#FFF7EA 50%,#FFFBF4 100%)
}
*/

#t-recentchangeslinked, t-specialpages, t-permalink {
  display: none;
}