The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "MediaWiki:Monobook.css"

From Arthur Wiki
Jump to navigationJump to search
m
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
/* CSS placed here will affect users of the MonoBook skin */


div#globalWrapper {
div#globalWrapper, #content, #footer, body {
   background:#E4AB68;
   background:#E4AB68;
}
}

Revision as of 05:39, 24 February 2020

/* CSS placed here will affect users of the MonoBook skin */

div#globalWrapper, #content, #footer, body {
  background:#E4AB68;
}

/*Tabs*/
#p-cactions ul li, #p-cactions ul li a {
  background-color: #F8F5B1;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 5px;
}