MediaWiki:Monobook.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(halopedia fix)
(redundant as it can be found under preferences)
Line 108: Line 108:
body.skin--responsive li#pt-userpage, li#pt-anonuserpage, li#pt-login {
body.skin--responsive li#pt-userpage, li#pt-anonuserpage, li#pt-login {
color: #606060;
color: #606060;
}

body.skin-monobook li#pt-betafeatures {
display:none;
}
}



Revision as of 10:39, May 13, 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;
}

.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
  border-color: #007500;
}

textarea {
  border-color: #007500;
}


.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}

/* Indicator icons */
.mw-indicators {
	top: -10px;
}
.anon .mw-indicators {
	top: -5px;
}
#mw-indicator-shortcut {
	top: 16px;
}

/* talk page tab spacing */

li#ca-addsection {
   margin-left:4px;
}

/* search button */

body.skin-monobook input.searchButton {
	color: #000;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #007500;
	padding: 0 0.4em !important;
}
body.skin-monobook #searchButton,
body.skin-monobook #searchGoButton {
	font-weight: normal;
}
body.skin-monobook #searchInput {
	border: 1px solid #007500;
	padding-right: 0;
}

/* put search bar up top */
#sidebar {
    display: flex;
    flex-direction: column;
}
#p-search {
    order: -1;
}

/* Responsive fix */
@media all and (max-width: 550px) {
	.skin--responsive #sidebar .portlet[role="navigation"] {
		display: none !important;
	}
}

/* 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-monobook li#pt-betafeatures {
    display:none;
}

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;
}

/* dismissable sitenotice */
.mw-dismissable-notice {
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	padding: 3px 2px 0 0;
	margin: -2px 0 11px;
}

#localNotice {
    margin-bottom: 0.5em;
}

/* Echo extension */
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-notice .mw-echo-notifications-badge {
	height: 16px;
}

/* miscellaneous */
body.skin--responsive #p-cactions {
  left: 11.7em;
  border-radius:10px;
}

body.skin--responsive .portlet {
	width: 11.8em;
}

select {
	border: 1px solid #007500;
	color: black;
}

input[type="radio"], 
input[type="checkbox"] {
	border: none;
}

.oo-ui-dropdownWidget { max-width:35em; }