MediaWiki:Common.css

From Infobox Wiki
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 / Edge: 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.
/* CSS placed here will be applied to all skins */

.anime {
    background: transparent url('https://upload.wikimedia.org/wikipedia/commons/6/63/Picto_infobox_anime_and_manga.png') no-repeat scroll right top;
}

.classic {
   position: relative;
   background-image:url('http://images.shoutwiki.com/infobox/e/e3/Classic.jpg');
}

.europe {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/05/Blank_map_of_Europe_%28without_disputed_regions%29.svg');
}

.game {
    background: transparent url('https://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png') no-repeat scroll right top;
}

.galaxy {
   background-image:url('http://images.shoutwiki.com/infobox/5/52/Galaxy.gif');
}

.map {
    background: transparent url('https://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png') no-repeat scroll right top;
}

.motorsport {
    background: transparent url('https://upload.wikimedia.org/wikipedia/commons/a/af/Picto_infobox_sport_auto.png') no-repeat scroll right top;
}

.music {
    background: transparent url('https://upload.wikimedia.org/wikipedia/commons/e/ee/Picto_infobox_music_long.png') no-repeat scroll right top;
}

.people {
    background: transparent url('http://upload.wikimedia.org/wikipedia/commons/4/48/Picto_infobox_character.png') no-repeat scroll right top;
}

.television {
    background: transparent url('http://upload.wikimedia.org/wikipedia/commons/8/84/Picto_infobox_HD_television.png') no-repeat scroll right top;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
}


/* JS Tab System, Jacked and Hacked from the jsprefs in monobook/main.css -Dantman */
.tabtoc {
	margin: 0;
	padding: 0;
	width: 95%;
	clear: both;
}
 
.tabtoc li {
	background-color: #f0f0f0;
	color: #000;
}
 
.tabtoc li {
	margin: 1px -2px 1px 2px;
	float: left;
	padding: 2px 0 3px 0;
	border: 1px solid #fff;
	border-right-color: #716f64;
	border-bottom: 0;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	z-index: 3;
}
 
.tabtoc li.selected {
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-bottom: none;
	cursor: default;
	top: 1px;
	padding-top: 2px;
	margin-right: -3px;
}
 
.tabtoc > li.selected {
	top: 2px;
}
 
.tabtoc a,
.tabtoc a:active {
	display: block;
	color: #000;
	padding: 0 .7em;
	position: relative;
	text-decoration: none;
}
 
.tabtoc li.selected a {
	cursor: default;
	text-decoration: none;
}
 
.tabcontainer {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: transparent;
}
 
 
.tabsection {
	border: none;
	padding: 0;
	margin: 0;
}
 
.tabsection .tabbox {
	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;
}
 
.tabsection .tab {
	font-weight: bold;
}
 
.tabsection table, .tabsection .tab {
	background-color: #F9F9F9;
}
 
.mainTab {
	display: none;
}