MediaWiki:Timeless.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Bots
No edit summary
Tag: Bots
Line 1: Line 1:
#ca-talk { display: none !important; }
#ca-talk { display: none !important; }


/* Style the page title ("Main Page") in Timeless */
/* Style the page title in Timeless when it uses mw-page-title-main */
#mw-content-header #firstHeading {
.mw-page-title-main {
     font-size: 2em !important;  /* adjust size */
     font-size: 2.2em !important;  /* adjust size */
     color: #a9a9a9 !important;    /* your yellow */
     color: #a9a9a9 !important;    /* gray */
     font-weight: 600;              /* optional */
     font-weight: 600;              /* optional */
}
}