MediaWiki:Common.css: Difference between revisions

From Books
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4: Line 4:
   clear: both;
   clear: both;
}
}
* {
h1 {
   color: blue; /* Blue text color */
   color: blue; /* Blue text color */
   border: 10px solid currentcolor; /* Blue border color */
   border: 10px solid currentcolor; /* Blue border color */
}
}

Revision as of 17:08, 22 January 2023

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

body.page-Main_Page #mp-topbanner {
   clear: both;
}
h1 {
   color: blue; /* Blue text color */
   border: 10px solid currentcolor; /* Blue border color */
}