MediaWiki:Common.css: Difference between revisions

From Wikizilla, the kaiju encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 553: Line 553:
-o-border-bottom-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
-o-border-top-right-radius: 10px;
-o-border-top-right-radius: 10px;
}
.infoboxwidth {
    width:330px;
}
}



Revision as of 19:09, 3 May 2017

/* Affects all skins */
/* El código CSS de esta página proviene de WikiDex. Para los autores del mismo, ver el historial de [[w:c:es.pokemon:MediaWiki:Monobook.css]]. Favor de mantener este mensaje si copian el código a otro wiki. */
/* </pre> */

#firstHeading {
        width: 100%;
}

.tabs-tabbox > .tabs-container {
   z-index: 0;
   margin: -1px;
}

//Tagline [[MediaWiki:Tagline]]
//#siteSub { display:block; font-weight:normal; font-size:normal;}
//body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; }


#toc, .toc {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #8B0000;
}

#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge {
        display: inherit;
}

.oo-ui-buttonElement-framed > input.oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
    line-height: 0.0em;
    font-size: 10px;
    margin-top: -9px;
}
oo-ui-buttonElement-framed.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    font-size: 10px;
}

/*** Thumbs ***/
/* Aspecto de los thumbs! */
div.thumbinner {
	background-color:#333;
	background:-moz-linear-gradient(top, #888, #333);
	background:-webkit-linear-gradient(top, #888, #333);
	background:linear-gradient(to bottom, #888, #333);
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#333333', startColorstr='#888888', gradientType='0');
	border:1px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFFFFF;
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	padding-top:4px !important; /* Un píxel más para igualar con los lados */
}

/* Bgrevo - From Steven Universe Wiki. Element with looping background that can be set. */
.bgrevo {
    background-image:url(http://vignette2.wikia.nocookie.net/steven-universe/images/d/d4/Bgrevo1.jpg);
}
 
.thumbinner a, .thumbinner a:visited { color:#ff0000; }
 
.thumbinner {
	background-color:#f9f9f9;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/** Gallery **/
li.gallerybox div.thumb {
        background-color:#ff9595;
        border-color:#8b0000;
        border: 1px solid #8b0000;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}


div.gallerytext {
        text-align: center;
}

/* Collapsible tables (see http://www.mediawiki.org/wiki/Manual:Collapsible_tables) */
table.collapsed tr.collapsable {
	display: none;
}

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the	    */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.		  */
	text-align: right;
	width: auto;
}

/***************************************************/
/*Menu**********************************************/
/***************************************************/

.suckerfish li, .suckerfish li.even a, .suckerfish li.odd a, .suckerfish li li, .suckerfish li li a, .suckerfish li li li, .suckerfish li li li a {
        margin: 0 0 0 0;
}

.suckerfish li.even, .suckerfish li.odd {
	border-color:#333;
	background:#fec423;
	padding:0 0 0 0;
}
.suckerfish > div {
	border-color:#333;
	background:#fec423;
	padding:0 0 0 0;
}
/*que no sea un list*/
.suckerfish li {
	display:block;
	list-style-image:none !important;/*por IE*/
	padding:0 0 0 0;
}
/*diseño general de los enlaces*/
.suckerfish li > a {
	display:block;
	position:relative;
	background:#000000;
	color:#000;
	font-size:14.9px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
/*	line-height:24px; */
	font-weight:bold;
	text-decoration:none;
/*	border-bottom:1px solid #EEEEEE;*/
}
/*especial solo para el menu de primer nivel*/
.suckerfish li > a {
	background:#edce01 url("http://www.wikizilla.org/wiki/images/5/51/Index.gif") repeat-x left center;
	/*margin:1px 1px 0 1px;*/
	/*padding:0 0 0 10px;*/
	color:#000000;
	/*width:auto;*/
	text-shadow:#555 1px 1px 3px;
}
.suckerfish li.hover > a {
	color:#fff5a1;
	text-shadow:#AAA46C 1px 1px 3px;
}
.suckerfish li > a > em {
/*	right:8px;*/
}
/* marcador submenu */
.suckerfish em {
	font-style:normal;
	font-family:arial,sans-serif;
	font-size:16pt;
	font-weight:bold;
/*	line-height:20px; */
	position:absolute;
/*	right:8px;*/
	top:0px
}
/*hover*/
.suckerfish li > ul > li.hover > a {
	background-color:#FFD14E;
}

.suckerfish li.hover > ul {
	display:block;
}

/* general submenu*/
/*.suckerfish ul.sub-menu {
/*	border:1px solid #aaa;
/*	display:none; background:#fff;
/*	position:absolute;
/*	padding:1px;
/*	width:200px;
/*	margin-left:195px;
/*	margin-top:-27px;
/*	z-index:100;
/*}

/* Solo el primero */
.suckerfish li > ul {
	margin-left:0px;
	padding:0 0 0 0;
}
.suckerfish ul {
	margin-left:0px;
	padding:0 0 0 0;
}

/** Fin Menu thing**/

/***** CSS placed here will be applied to all skins on the entire site. *****/
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Let's see if the collapsible element thing decides to work now */
.collapseButton-altered span.collapseButton { font-weight:normal }
.collapseButton-altered span.collapseLink { color:#00b06c; cursor:pointer; }
.collapseButton-altered span.collapseLink:hover { text-decoration:underline } 


/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

 /* Removes the title 'Main Page' from the Main Page; it is redundant. */
body.page-Main_Page #siteSub, 
body.page-Main_Page #contentSub, 
body.page-Main_Page h1.firstHeading {
    display: none !important;
}

/*[[Template:Pop-up]]*/
.imagenpopup .popup {display:none; speak:none;}

.imagenpopup .enlace a {color:#008000;}

.imagenpopup:hover .popup {
	background:transparent;
	padding:2em 1em 1em 2em;
	display:inline;
	position:absolute;
	margin-left:-200px;
	margin-top:-50px;
	z-index:110;
}

.imagenpopup .popup .thumb { border:none !important; }


 
/* Aspecto de los thumbs */
div.thumbinner, .WikiaArticle .thumbinner {
	background-color:#333;
	background:-moz-linear-gradient(top, #888, #333);
	background:-webkit-linear-gradient(top, #888, #333);
	background:linear-gradient(to bottom, #888, #333);
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#333333', startColorstr='#888888', gradientType='0');
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#FFFFFF;
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	padding-top:4px !important; /* Un píxel más para igualar con los lados */
}
 
.thumbinner a, .thumbinner a:visited { color:#235dfe; }
 
img.thumbimage {
	background-color:#f9f9f9;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
 
/* Eliminamos un enorme borde blanco que queda mal sobre fondos de color por el mismo valor en margen */
div.tright {
	border-width:0;
	margin:0.5em 0 0.8em 1.4em;
}
div.tleft {
	border-width:0;
	margin:0.5em 1.4em 0.8em 0;
}
 
.wikia-slideshow-images { background-color:#f9f9f9; border:none; -moz-border-radius:3px 3px 0 0; padding-bottom:40px; }
.wikia-slideshow-images li { background-position:top; }
.wikia-slideshow-images li a { color:#fec423; }
 
/* Aspecto de las galerías en categorías (etiqueta gallery) */
table.gallery {
	border:none;
}
 
table.gallery td, .wikia-gallery-item {
	font-size:90%;
}
 
.wikia-gallery-item div.neutral {
	background-color:#f9f9f9;
}
 
div.gallerybox div.thumb:hover, .wikia-gallery-item div.neutral:hover {
	-moz-box-shadow:0 0 0.5em 0.1em #598EFF;
	-webkit-box-shadow:0 0 0.5em #598EFF;
	box-shadow:0 0 0.5em #598EFF;
	border-color:#598EFF !important;
}
 
/*** FIN IMÁGENES ***/

/********* Tabber fixes *******/

.tabs-tabbox > .tabs-container {
padding: 0px;
magin-top: 0px;
border-radius: 0px;
}

/***********************************************************
** Remove Wikistickies
*/
#wikisticky_browser { display: none; }
#myhome-sidebar .wikisticky_special_link { display: none; }

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Discutir */
.RelatedForumDiscussion {
  border-radius: 10px;
  background: none repeat scroll 0% 0% rgb(206, 183, 183);
  padding-bottom: 20px;
  margin-top: 30px;
  border: 2px solid rgb(146, 11, 11);
} 

/* TOC */
table#toc.toc {
  border: 2px solid rgb(146, 11, 11);
  background: rgb(251, 230, 230);
  border-radius: 15px;
} 
/* End */

/* Encabezados h1 */
body.ns-0 h1 .editsection {
	margin:7px 0 0 15px;
	height:23px;
	line-height:22px;
}
 
body.ns-0 .editsection-nf:hover { background: #fe2323; }
 
#bodyContent .editsection a:hover, #WikiaArticle .editsection a:hover {text-decoration:underline;}
body.ns-0 #bodyContent .editsection a:hover, body.ns-0 #WikiaArticle .editsection a:hover {text-decoration:none;}
 
body.ns-0 #WikiaArticle .editsection a { font-size:85%; }

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

/* Forum formatting -Algorithm & -Splaka */

.toc {margin-top: 20px;}

/* </pre> */

/***************************************************************/
/******** THANKS TO BULBAPEDIA FOR ALL THE CODE BELOW. *********/
/* http://bulbapedia.bulbagarden.net/wiki/MediaWiki:Common.css */
/***************************************************************/

/* creates a div class that can be used to add mouse-over functionality. */
/* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
.hoverexpand {
height: 18px;
padding: 2px;
overflow: hidden;
*overflow: visible;
_overflow: visible;
}

.hoverexpand:hover {
height: 100% !important;
overflow: visible;
}

/* cutting down on the usage of Template:Roundy with div and table classes for use in larger pages. */
.roundy {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-icab-border-radius: 10px;
-o-border-radius: 10px;
}

.roundytl {
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
-icab-border-top-left-radius: 10px;
-o-border-top-left-radius: 10px;
}

.roundytr {
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-icab-border-top-right-radius: 10px;
-o-border-top-right-radius: 10px;
}

.roundybl {
border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-icab-border-bottom-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
}

.roundybr {
border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-icab-border-bottom-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
}

.roundybottom {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-icab-border-bottom-left-radius: 10px;
-icab-border-bottom-right-radius: 10px;
-o-border-bottom-left-radius: 10px;
-o-border-bottom-right-radius: 10px;
}

.roundytop {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-top-left-radius: 10px;
-khtml-border-top-right-radius: 10px;
-icab-border-top-left-radius: 10px;
-icab-border-top-right-radius: 10px;
-o-border-top-left-radius: 10px;
-o-border-top-right-radius: 10px;
}

.roundyleft {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-icab-border-top-left-radius: 10px;
-icab-border-bottom-left-radius: 10px;
-o-border-top-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
}

.roundyright {
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-icab-border-bottom-right-radius: 10px;
-icab-border-top-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
-o-border-top-right-radius: 10px;
}


.infoboxentry {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-top-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
-icab-border-top-left-radius: 5px;
-icab-border-bottom-left-radius: 5px;
-o-border-top-left-radius: 5px;
-o-border-bottom-left-radius: 5px;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
-icab-border-bottom-right-radius: 10px;
-icab-border-top-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
-o-border-top-right-radius: 10px;
}

.infoboxwidth {
     width:330px;
}

/* Pop-up */
.popup-button .popup {
    display:none;
    speak:none;
    border-radius:0px;
    width:0px;
    height:0px;
    overflow:hidden;
    font-size:13px;
    opacity:0;
    margin-left:0px;
    margin-top:0px;
    display:inline;
    position:absolute;
    z-index:10;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
 
.popup-button:hover .popup {
    width: auto;
    height: auto;
    opacity: 1.0;
	background:transparent;
	padding:2em 1em 1em 2em;
	display:inline;
	position:absolute;
	margin-left:-200px;
	margin-top:-50px;
	z-index:10;
}
 
.popup div {
    margin: 10px;
}
 
.popup span {
    font-size: 14px;
    font-weight: bold;
}
 
/*[[Template:Pop-up poster]]*/
.imagenpopup .popupe {display:none; speak:none;}
 
.imagenpopup .enlace a {color:#008000;}
 
.imagenpopup:hover .popupe {
	background:transparent;
	padding:2em 1em 1em 2em;
	display:inline;
	position:absolute;
	margin-left:-200px;
	margin-top:-50px;
	z-index:10;
}
 
.imagenpopup .popupe .thumbe { border:none !important; }
/* hoverimage */
.hoverimage img {
    opacity: 0.15;
    filter: alpha(opacity=15);
    z-index: 20;
}
 
.hoverimage img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index: 20;
} 

/* Balas Redondas */
 
body ul {
    list-style: disc outside none;
}

/* References styling */
 
ol.references {font-size:90%}
.references-small {font-size:90%}
 /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
 /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
 /* column-count is from the CSS3 module "CSS Multi-column Layout" */
 /* Please ignore any validator errors caused by these two lines */
.references-2column {font-size:90%; -moz-column-count:2; column-count:2}
 
.refpopups-box {font-size:90%}

/***** Animated loading image for Extension:Livelets *****/
.livelet-loading {
 border: 1px solid #ccc;
 width: 150px;
 height: 100px;
 background: url( http://upload.wikimedia.org/wikipedia/commons/d/de/Ajax-loader.gif ) no-repeat center center;
}

/* Tabbers Buenos */
ul.tabbernav {
    border-bottom: 0px solid !important;
    font: normal 14px Helvetica, Arial, sans-serif !important;
    padding: 10px 0px !important;
    border-top: 5px solid #540000;
    border-radius: 0px !important;
}
 
ul.tabbernav li {
}
 
ul.tabbernav li a {
    padding: 10px 10px !important;
    margin-left: 0px !important;
    border: 0px solid !important;
    background: #b8b8b8 !important;
    border-radius: 0px !important;
}
 
ul.tabbernav li a:link {
    color: #540000 !important;
}
 
ul.tabbernav li a:visited {
    color: #540000 !important;
}
 
ul.tabbernav li a:hover {
    background-color: #540000 !important;
    border-color: transparent !important;
    color: #FFF !important;
    border-radius: 0px !important;
}
 
ul.tabbernav li.tabberactive a {
    color:#FFF !important;
    font-weight:normal !important;
    border: 0px solid #9f9f9f !important;
    border-bottom: 1px solid #b8b8b8 !important;
    background-color: #540000 !important;
    border-radius: 0px !important;
}
 
ul.tabbernav li.tabberactive a:hover {
    border: 0px solid #9f9f9f !important;
    border-bottom: 0px solid #b8b8b8 !important;
    border-radius: 0px;
}
 
.tabberlive {
    width: auto !important;
}
 
.tabberlive .tabbertab {
    border: 0px solid #9f9f9f !important;
    border-top: 0 !important;
    border-radius: 0px !important;
} 

.tabs-tabbox > .tabs-label {
    margin:0px 1px;
    border-radius: 7px;
}

/* Fotos Flotantes */
.hoverimage img {
    opacity: 0.30;
    filter: alpha(opacity=30);
}
 
.hoverimage img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/* main page layout */
//.mainleft { }
//.mainleft75 { }
//.mainright { }
//.mainright25 { }

/*
** footer
*/
#footer {
	background-color: #4b4b4b;
	border-top: 1px solid #fabd23;
	border-bottom: 1px solid #fabd23;
	margin: .6em 0 1em 0;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
}
#footer li {
	display: inline;
	margin: 0 1.3em;
}


/* Highlight redirect links */

#wikiPreview a.mw-redirect{
	background-color:#fff200;
	text-decoration: blink underline;
	border-bottom: 3px double;
}

.redact,
.redact a {
	color:#000;
	background-color:#000;
}

/* Mark the admins names in RecentChanges */
ul.special > li > a[title='User:The_King_of_the_Monsters']:before,
ul.special > li > a[title='User:Titanollante']:before,
ul.special > li > a[title='User:GodzillaIsland7.2']:before,
ul.special > li > a[title='User:The_Boy_Who_Cried_Godzilla']:before,
ul.special > li > a[title='User:Koopa']:before,
{
	content:'\2665 '; color:#9e0b0f; padding-right:.25em;
}



// --------

/* Comments */
.c-item {
         border-bottom: 1px solid #8b0000;
         padding: 0px;
}

textarea#comment {
    width: auto;
}

.full, .reply, .f-message, .r-message { width: auto; }

.c-score {
         right: 10px;
}
.c-avatar img {
         padding: 1px;
         border: 1px solid #8b0000;
}
.c-user a {
   font-size: 16px;
   color: #000;
}
.f-message {
     width:90%
}
.c-actions {
     float: left;
     font-size: 11px;
     margin: 5px 0px 0px 0px;
}
.c-time {
    font-size: 10px;
    color: #888;
    line-height: 0px !important;
}

/*SocialProfile*/
.profile-info-container div { color: #000; }

/*vote*/
.rating-voted {
    color: #666666;
    line-height: 10px;
    font-size: 9px;
    position: absolute;
    right: 70px;
}

/******************************************************/
/***************** CUSTOM Background divs *************/

.noticebar {
  background: #000 url('http://www.wikizilla.org/wiki/images/f/fb/WzSitenotice.png') no-repeat left center;
  border: 1px solid #ff0000;
  margin-top: 0.2em;
  padding: 0.2em;
  text-align: center;
}

.reg-width {
  width: 330px;
}

.facebook {
  background: navy url('http://www.wikizilla.org/wiki/images/0/03/WZ_LINKS_Facebook.jpg') no-repeat left center;
  border: 0px solid black;
  margin-top: 0em;
  padding: 0em;
  width: 100%;
  overflow: hidden;
}

.youtube {
  background: darkred url('http://www.wikizilla.org/wiki/images/6/62/WZ_LINKS_YouTube.jpg') no-repeat left center;
  border: 0px solid black;
  margin-top: 0em;
  padding: 0em;
  width: 100%;
  overflow: hidden;
}

.gplus {
  background: red url('http://www.wikizilla.org/wiki/images/c/ce/WZ_LINKS_Google_Plus.jpg') no-repeat left center;
  border: 0px solid black;
  margin-top: 0em;
  padding: 0em;
  width: 100%;
  overflow: hidden;
}

.mp {
  background: red url('http://wikizilla.org/wiki/images/7/7a/Mpheading.png') no-repeat left center;
  border: 1px solid black;
  margin-top: 0em;
  padding: 0.5em;
  font-family: "Impact";
  font-size: 1.5em;
  font-weight: bold;
  text-transform:uppercase;
  width: 100%;
}


.lightgraybg {
  background: #eeeeee;
  margin-top: 0.2em;
  margin-bottom: -5px;
  padding: 0.2em;
}


/*################# WikiForum ################*/
td.mw-wikiforum-thread-main, td.mw-wikiforum-thread-sub {
    word-wrap: normal;
    word-break: normal;
}

.wikiforum-avatar-image {
    float: right;
    border: 2px solid blue;
    margin-left: 5px;
    padding-bottom: 0px;
}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}