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
(few more changes)
m
Line 23: Line 23:
cursor: pointer;
cursor: pointer;
background-color: white;
background-color: white;
border: 1px solid #aaa;  
border: 1px solid gray;  
font-weight: normal;
font-weight: normal;
}  
}  
Line 30: Line 30:
}
}
#searchInput {
#searchInput {
border: 1px solid #aaa;
border: 1px solid gray;
}
}



Revision as of 05:58, 24 February 2020

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

div#globalWrapper, body {
  background:#edc79a;
}

/* 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:#fbfad5;
  border: 1px solid #db2929;
}

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

#footer, .mw-body, textarea {
  border: 1px solid #db2929;
}

.pBody {
  background-color:#fbfad5;
  border: 1px solid #db2929;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;

}

#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}

#p-cactions li.selected {
   border-color:#db2929;
}