MediaWiki:Csinferno.css

From CS Codex
Revision as of 23:47, 16 July 2021 by Admin (talk | contribs)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* For new Main Page stuff */ 

@import url("//wiki.teamliquid.net/commons/load.php?articles=MediaWiki:Common.css/TeamTemplates.css|MediaWiki:Common.css/DivTable.css|MediaWiki:Common.css/TeamTemplates.css|MediaWiki:Common.css/Matchticker.css|MediaWiki:Common.css/Mainpage.css&only=styles&mode=articles&*");

/* Back to regular stuff */
/* CSS placed here will affect users of the csinferno skin */

/* hide stuff based on LiquiFlow skin being used or not */
body.skin-liquiflow .hide-in-liquiflow,
body:not(.skin-liquiflow) .hide-in-not-liquiflow {
	display:none;
}

/*******************************************************************************
Template(s): Box
Author(s): ???
*******************************************************************************/
@media(min-width:601px) {
	.template-box {
		display:inline-block;
		vertical-align:top;
		margin:0 0 0 0;
	}
}

blockquote.quote {
	background: none repeat scroll 0 0 #E0ECF6;
	border:1px solid #aaa;
	border-left: 5px solid #9FB5C8;
	font-family: "Open Sans",sans-serif;
	font-style: italic;
	overflow: hidden;
	padding: 5px 60px;
	position: relative;
}
blockquote.quote:before {
	color: #9FB5C8;
	content: open-quote;
	float: left;
	font-size: 5em;
	left: 0px;
	position: absolute;
	top: 20px;
}
blockquote.quote:after {
	bottom: -10px;
	color: #9FB5C8;
	content: close-quote;
	font-size: 5em;
	position: absolute;
	right: 10px;
}