MediaWiki:Monobook.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(fix userlinks)
(reloc)
Line 67: Line 67:
border-top:none;
border-top:none;
border-right:none;
border-right:none;
}


#mw-indicator-mw-helplink a {
display:none;
}
}

Revision as of 01:13, January 19, 2022

/* All CSS here will be loaded for users of the MonoBook skin */

/* basic styling */

body {
   background:#8CCC6D;
}

.mw-body, body.skin--responsive .pBody {
   border:1px solid #007500;
}

body.skin--responsive #p-cactions li.selected {
    border-color: #FF9102;
}

/* search button */

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

/* tabs */

body.skin--responsive #p-cactions li {
  border-color: #007500 !important;
}

body.skin--responsive #p-cactions li.selected a
  background:transparent;
}

/* user links */
body.skin--responsive #p-personal a.new {
	color: #f00;
}
body.skin--responsive #p-personal a.new:visited {
	color: #c00;
}
body.skin--responsive #p-personal li a {
	color: #00f;
}
body.skin--responsive #p-personal li a:hover {
	background-color: transparent;
	text-decoration: underline;
}
body.skin--responsive li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	color: #606060;
}

body.skin--responsive #p-personal .pBody ul {
  background: #FFF;
  float: right;
  padding-left: 0;
  height: 1.75em;
  border: 1px solid #007500;
  border-top:none;
  border-right:none;
}