MediaWiki:Monobook.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(basic styling)
 
(display none)
Line 48: Line 48:
line-height: 17px;
line-height: 17px;
}
}
}

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

Revision as of 00:02, 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;
}

/* user tabs */
body.skin--responsive #p-personal ul {
     background: #FFF;
     border-bottom: 1px solid #007500;
     border-left: 1px solid #007500;
     float: right;
     padding-left: 5px;
     height: 1.75em;
     padding-top: 1px;
}

@media all and (min-width: 551px) {
	body.skin--responsive li#pt-userpage, li#pt-anonuserpage, li#pt-login {
		color: #606060;
		padding: 1px 0 2px 20px;
		line-height: 17px;
	}
}

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