MediaWiki:Gadget-wikisync-core.css

From RuneRealm Wiki
Jump to navigation Jump to search

After saving, you may need to bypass your browser's cache to see the changes. For further information, see Wikipedia:Bypass your cache.

  • In most Windows and Linux browsers: Hold down Ctrl and press F5.
  • In Safari: Hold down ⇧ Shift and click the Reload button.
  • In Chrome and Firefox for Mac: Hold down both ⌘ Cmd+⇧ Shift and press R.
.rs-wikisync-help {
	margin: .5em 0 !important;
}

.rs-wikisync-help .oo-ui-fieldLayout-body {
	border: 1px solid #9f261e;
	border-radius: 2px;
	padding: 4px 8px;
}

.rs-wikisync-help .oo-ui-fieldLayout-header .oo-ui-labelElement-label {
	color: #9f261e;
}

body.wgl-theme-dark .rs-wikisync-help .oo-ui-fieldLayout-body,
body.wgl-theme-browntown .rs-wikisync-help .oo-ui-fieldLayout-body {
	border: 1px solid #fbc0ba;
}

body.wgl-theme-dark .rs-wikisync-help .oo-ui-fieldLayout-header .oo-ui-labelElement-label,
body.wgl-theme-browntown .rs-wikisync-help .oo-ui-fieldLayout-header .oo-ui-labelElement-label {
	color: #fbc0ba;
}
/* unused - for leagues
#rs-qc-form .oo-ui-buttonSelectWidget img {
	margin-right: 0.2em;
}
*/
#rs-qc-form .oo-ui-horizontalLayout {
	display: flex;
}

#rs-qc-form .oo-ui-horizontalLayout .oo-ui-buttonInputWidget {
	align-self: flex-end;
	margin-bottom: 0;
}

#rs-qc-form .wikisync-success {
	top: 0;
	align-self: flex-end;
	margin-bottom: .65em;
}

#rs-qc-form .oo-ui-fieldLayout::before,
#rs-qc-form .oo-ui-fieldLayout::after {
	display: none;
}

.oo-ui-widget.rs-wikisync-missingdata {
	padding: 4px 8px;
	margin-top: .5em;
	border: 1px solid #9f261e;
	border-radius: 2px;
	color: #9f261e;
}

body.wgl-theme-dark .oo-ui-widget.rs-wikisync-missingdata,
body.wgl-theme-browntown .oo-ui-widget.rs-wikisync-missingdata {
	border: 1px solid #fbc0ba;
	color: #fbc0ba;
}

/* mobile hacky fix */
@media all and (max-width: 768px) {
	body.skin-minerva .rs-wikisync-help .oo-ui-fieldLayout-body {
		display: flex !important;
		flex-flow: column;
		font-size: .9em;
		width: auto;
	}
	
	body.skin-minerva .oo-ui-widget.rs-wikisync-missingdata {
		font-size: .9em;
	}
}