Wikia

Gaiapedia

Monobook.css

Talk0
2,208pages on
this wiki

MediaWiki page

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

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera users have to clear their caches through Tools→Preferences
  • Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5
/*<pre><nowiki>*/
 
/** CSS placed here will be applied to all skins */
 
@import "http://gaia.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
 
 
/* Remove padding from external links displayed without icon */
#bodyContent .plainlinks a { padding: 0 !important; }
 
#p-nav h5 { display: none; }
.portlet a { text-decoration: none; }
.portlet a:hover { text-decoration: underline; }
#p-nav .pBody { padding-right: 0; }
#p-nav a {
   display: block;
   width: 100%;
}
 
/* Special characters list below edit window works better without underlining */
#editpage-specialchars a { text-decoration: none; }
#editpage-specialchars a:hover { text-decoration: underline; }
 
/* If you don't want to see special characters list at all,
   put the following line in your User:You/monobook.css file
  (and remove the slash-asterisk comments) */
/* #editpage-specialchars { display: none; } */
 
/* Makes the background of a framed image white instead of gray. */
/* Only visible with transparent images. */
/* See #Framed_image_background_color */
div.thumb div a img {
	background-color:#ffffff;
}
 
/* New Site Style. -Dantman*/
 
/* Remove titlebar from pages which don't need it. -Dantman */
body.page-The_Gaiapedia .firstHeading, body.page-The_Gaiapedia #siteSub /*The Gaiapedia(Former Main Page)*/
{ display: none; }
 
/* Sidebar Formatting -Dantman */
.portlet { margin-left: 5px; }
.portlet h5 { text-transform: capitalize; !important; font-weight: bold; }
.portlet ul { list-style: none; }
 
 
/* Adds the Logo in for Monobook */
 
#p-logo a, #p-logo a:hover {
background:url("http://images4.wikia.nocookie.net/__cb20091111035145/gaia/images/b/bc/Wiki.png") no-repeat scroll bottom center transparent !important;
}
 
/*search and go modified to appear like Gaia buttons -Dantman.*/
 
			/* Changes the input look of the search box */
#searchInput {
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	border:1px solid #aaa;
	padding-left:5px;
	padding-right:5px;
	width:120px !important;
}
 
#searchBody {
width: 130px;
}
#mw-searchButton {
background: url('http://images.wikia.com/gaia/images/7/7a/Icon_mini_search.gif') no-repeat;
width: 85px;
height: 20px;
border: 0px;
font-size: 0px !important;
position:relative;
left:27px;
top:-10px;
 
}
#searchGoButton {
width: 50px;
height: 20px;
border: 0px;
font-size: 0px !important;
background: url('http://images.wikia.com/gaia/images/8/8a/Icon_mini_go.gif')  no-repeat;
position:relative;
left:-41px;
top:11px;
}
 
/*Replaces the small usericon with a gaia icon.*/
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url('http://images.wikia.com/gaia/images/8/8d/Usericon.jpg') top left no-repeat;
}
 
/*Adds the curve to the content area. (Unfortunately FF only.)*/
#content
{
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	border:1px solid #aaa !important;
 
	padding-bottom: 100px;
 
	/* Extra to make the page pull away from the right side and move down a bit*/
	margin:56px 50px 0 12.2em !important;
	min-width:800px
}
 
	/* Extra to make the page pull away from the right side and move down a bit*/
#p-cactions {
	margin:20px 0 0 !important;
	width:650px;
	z-index:4;
}
 
 
/*Fixes content height so that the side boxes don't appear merged with nothing.*/
#bodyContent
/*{
	min-height: 300px;
}*/
 
/*Makes the category box drop to the bottom of the content area instead of being limited to the pagecontent. And changes the style of the category box.*/
/*#catlinks {
	background: #dceaff;
	position: absolute;
	bottom: 10px;
	width: 93%;
	border-right: 0px;
	text-align: center;
	padding: 0px;
}
#catlinks .toprightclouds { background: url('http://images.wikia.com/gaia/images/8/8e/Catbox_toprightclouds.png') top right no-repeat;}
#catlinks .bottomleftclouds { background: url('http://images.wikia.com/gaia/images/f/f2/Catbox_bottomleftclouds.png') bottom left no-repeat;}
#catlinks .topleftclouds { background: url('http://images.wikia.com/gaia/images/c/ca/Catbox_topleftclouds.png') top left no-repeat;}
#catlinks .pagelines {
	background: url('http://images.wikia.com/gaia/images/2/20/Catbox_lines.png') center repeat-y;
	padding: 5px;
	padding-bottom: 15px;
}
#catlinks .cathead {
	font-size: 14px;
	font-weight: bold;
}*/
 
/*Gives addbars a styled area.*/
#column-google div,
#column-google iframe
{
	background: white;
	border: 1px solid #aaa;
	border-right: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
 
	border-radius-topleft:1em;
	border-radius-bottomleft:1em;
	-webkit-border-radius-topleft:1em;
	-webkit-border-bottomleft:1em;
	-o-border-radius-topleft:1em;
	-o-border-radius-bottomleft:1em;
 
	border:1px solid #aaa;
 
}
 
/*Gives the personal zone a nice area*/
#p-personal > div > ul {
	background: white;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	-moz-border-radius-bottomleft: 1em;
	border-radius-bottomleft:1em;
	-webkit-border-bottomleft:1em;
	-o-border-radius-bottomleft:1em;
	width: auto;
	display: inline;
	position: absolute;
	right: -7px;
	padding-left: 0px;
	padding-bottom: 5px;
}
 
/*Gives the personal zone a nice area*/
#p-personal > div > ul {
	background: white;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius-bottomleft:1em;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-radius-bottomleft::1em;
	-o-border-radius-bottomleft:1em;
	width: auto;
	display: inline;
	position: absolute;
	right: -7px;
	padding-left: 0px;
	padding-bottom: 5px;
 
/*Tabs*/
#p-cactions > div > ul > li { background: #F0F0F0; }
#p-cactions > div > ul > li:hover { background: #FFFFFF; }
#p-cactions > div > ul > li.selected { background: #FFFFFF; }
#p-cactions a { background: transparent !important; }/*Hide background in links so we don't get off looks with the tab.*/
}
 
#p-cactions li {
	border-radius:1em 1em 0 0;
	-moz-border-radius:1em 1em 0 0;
	-webkit-border-radius:1em 1em 0 0;
	-o-border-radius:1em 1em 0 0;
}
 
.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody{ 	
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-o-border-radius:1em;
	margin-left:5px;
}
 
/*</nowiki></pre>*/

Photos

Add an Image
7,478images on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki