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-info, #ca-viewsource, #ca-history {
#t-recentchangeslinked, #t-specialpages, #t-permalink, #t-info, #ca-viewsource, #ca-history, #mw-imagepage-section-filehistory, #filehistory {
   display: none;
   display: none;
}
}

Revision as of 20:03, 3 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, #t-info, #ca-viewsource, #ca-history, #mw-imagepage-section-filehistory, #filehistory {
  display: none;
}