/***** CSS an dieser Stelle wirkt sich auf alle Skins für alle Benutzer aus *****/

/* Siehe auch: [[MediaWiki:Monobook.css]] */
/* <pre><nowiki> */


/*** Forum-Formatierung (von -Algorithm und -Splarka) ***/

.forumheader { 
     border: 1px solid #aaaaaa; background-color: #f9f9f9; margin-top: 0.5em; padding: 10px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none;
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new {  
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}


/*** Markierung von Redirects in Special:Allpages und Special:Watchlist ***/
 
.allpagesredirect {
     font-style: italic;
}
.watchlistredir {
     font-style: italic;
}

/*** (± Zahl) wird in den letzen Änderungen bei minus rot dargestellt, bei plus grün ***/
 span.mw-plusminus-pos {color: #006400;} 
 span.mw-plusminus-neg {color: #8B0000;}
/* </pre></nowiki> */

/* Pestañas de las páginas */

#page_tabs li {
	background-color:#EDEDED;
	margin-top:2px;
	line-height: 22px;
	border: 3px solid #D9B250;
	border-left: 1px solid #D9B250;
	border-right: 1px solid #D9B250;
	border-bottom: none;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#page_tabs a {
	margin-top: 2px;
}

/* Imagen en la pestaña de discusión */

#page_tabs a#ca-talk {
	background-image: url(http://images.wikia.com/es.pokemon/images/1/1f/Icono_de_discusi%C3%B3n.png?1);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: top right;
}

/* Bordes redondos en widgets */

#sidebar_1 .widget {
	-moz-border-radius: 0.8em;
}

.widget dt {
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	padding-left:5px;
}

/* Espacio de contenido */

#wikia_page {
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
}

#page_bar {
	-moz-border-radius-topright: 18px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-bottomleft: 0;
	background-image:url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png?1);
	background-position:left top;
	background-repeat:repeat-x;
	color:white;
	font-family:calibri,sans-serif;
	font-size:11pt;
	margin:2px 2px 0;
	overflow:hidden;
	padding:0 5px;
}

#search_box {
	background-image:url(http://images.wikia.com/common/skins/monaco/images/reflected_shadow.png?1);
	background-repeat:repeat-x;
}

/* Panel de opciones del usuario */

#user_masthead { 
	-moz-border-radius: 17px; 
	padding-left: 20px; 
}

.nav_links a:hover { 
	background: #f2f2da;
	-moz-border-radius: 5px; 
	text-decoration: none;
	padding:5px;
	margin:-5px;
	display:block;
}

#wk-avatar-change {
	-moz-border-radius: 0 5px 5px 0; 

}

#wk-avatar-change :hover {
	color: #FFFFFF;
}