MediaWiki:Gadget-crob.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.
#crob {
	color: black;
	z-index: 200;
	position: fixed;
	bottom: 30px;
	left: 30px;
}

#crob-speech {
	position: fixed;
	bottom: 188px;
	left: 15px;
	background-color: #fffdcc;
	width: 175px;
	border: 1px solid black;
	border-radius: 7px;
}

#crob-speech-text {
	margin: 7px 10px;
	font-family: Arial;
	font-size: 13px;
}

#crob-speech-arrow {
	width: 0;
	position: relative;
	bottom: -24px;
	left: 110px;
	border-top: 15px solid #fffdcc;
	border-left: 0 solid transparent;
	border-right: 10px solid transparent;
	filter: drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000);
}

#crob-img {
	background: url('/images/rss/Crob.gif') no-repeat;
	background-size: 150px;
	height: 168px;
	width: 158px;
}

#crob-speech-buttons {
	font-family: Arial;
	font-size: 14px;
	position: relative;
	text-align: center;
	border-top: 1px solid #c2c2c2;
	bottom: 0;
	margin: 7px 7px 10px 7px;
}

.crob-button {
	background-color: #fffdcc;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding: 5px 12px;
	margin: 10px 5px 0 5px;
	color: var(--button-dark);
}