MediaWiki:Common.css: Difference between revisions

From TSL Encyclopedia
No edit summary
No edit summary
Line 12: Line 12:
*/
*/


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

Revision as of 03:32, 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;
}