MediaWiki:Common.css

From Comprehensible Input Wiki
Revision as of 18:44, 10 May 2023 by Dimpizzy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

@import url("/wiki/Mediawiki:Datatables.css?ctype=text/css&action=raw");

/* Info boxes */
.ciw-info-box, #starting, #summary_link, #mhthanks, #ciw-key-div, #newUrlDiv, #c-notice, #library-info, #lib-list-header{
    border-style: solid;
	border-color: green;
	padding: 10px 13px;
	width: fit-content;
	margin:28px auto;
	border-radius: 10px;
	background-color: lightyellow;
}

#summary_link, #mhthanks, #lib-list-header {
	text-align: center;
}

#ciw-key-div, #newUrlDiv {
  margin:auto;
}

/* MediaWiki:Searchmenu-new - Input box */
#searchinputbox br {
	display:none;
}
 
#searchinputbox .mw-inputbox-centered > form {
	width: min-content;
}

#vidHolder {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
	margin: auto;
	width: min-content;
	padding: 10px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width:800px) {
 #vidHolder {
   float:none;
   margin: auto;
 }
}

.random-active {
	display: block;
}

.random-hidden {
	display: none;
}

.nextbutton-image:hover {
    background: #ededed;
    cursor: pointer;
}

.nextbutton-image {
	width: 45px;
}