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
(more small changes)
Line 5: Line 5:
}
}


/*Tabs*/
/* Tabs */
#p-cactions ul li, #p-cactions ul li a {
#p-cactions ul li, #p-cactions ul li a {
   background-color: #F8F5B1;
   background-color: #F8F5B1;
Line 11: Line 11:
   border-top-right-radius: 1em;
   border-top-right-radius: 1em;
   padding-bottom: 5px;
   padding-bottom: 5px;
}
.editOptions {
  background:#F8F5B1;
}
/* search button */
input.searchButton {
padding: 0 0.4em !important;
cursor: pointer;
background-color: white;
border: 1px solid #135B09;
font-weight: normal;
}
#searchGoButton {
font-weight: normal;
}
#searchInput {
border: 1px solid #135B09;
}
.pBody {
background-color:#fff;
}
#footer {
  border: 1px solid red;
}
}

Revision as of 05:45, 24 February 2020

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

div#globalWrapper, 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;
}

.editOptions {
  background:#F8F5B1;
}

/* search button */
input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #135B09; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid #135B09;
}

.pBody {
background-color:#fff;
}

#footer {
  border: 1px solid red;
}