MediaWiki:Common.css: Difference between revisions

From Books
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
}
}
body.page-Main_Page span.mw-page-title-main {
body.page-Main_Page span.mw-page-title-main {
   color: blue; /* Blue text color */
   clear: both;
  border: 10px solid currentcolor; /* Blue border color */
}
}

Revision as of 17:14, 22 January 2023

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

body.page-Main_Page #mp-topbanner {
   clear: both;
}
body.page-Main_Page span.mw-page-title-main {
   clear: both;
}