SimsPedia
Sin resumen de edición
Sin resumen de edición
Línea 25: Línea 25:
   
 
/* Selection (prueba) */
 
/* Selection (prueba) */
::selection{background:green;color:#fff;text-shadow:none;}
+
::selection{background:#008000;color:#fff;text-shadow:none;}
   
 
/* Poll - Votación fixed */
 
/* Poll - Votación fixed */

Revisión del 21:47 14 jul 2012

/*<pre>*/

/* Fondo */
body {
background: white url(http://llnw.thesims3.com/content/global/images/backgroundImages/canal_clouds_background_ver867327.jpg);
background-attachment: fixed;
}

/* Header Mosaico (The Sims Wiki) */
.WikiHeaderRestyle {
   background: url(http://images3.wikia.nocookie.net/joeplayground/images/6/62/SimsHeader.jpg);
}

/* Styles del Header */
.WikiHeaderRestyle nav { 
       background-color:rgba(255, 255, 255, 0.8);
       width:auto;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
       -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF)";   
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px; 
       border-radius: 2px;
       -khtml-border-radius: 2px;     
}

/* Selection (prueba) */
::selection{background:#008000;color:#fff;text-shadow:none;}

/* Poll - Votación fixed */
div.ajax-poll { width:auto !important; }
 
/* Poll - Radious Fixed */
#ajax-poll-093942CEC94A12D17EC1BBD2828BBBA7 { 
       -moz-border-radius: 15px; 
       -webkit-border-radius: 15px; 
       border-radius: 15px;
       -khtml-border-radius: 15px;   
       background: #F9F9F9 url(http://images4.wikia.nocookie.net/__cb20120310213710/sims/images/6/6d/Image_TOC.png) no-repeat right bottom; 
}

/* Cambios recientes */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }
.mw-plusminus-null { color: #aaa; }

/* Estilo del TOC */
#toc {
	border: 1px dashed #AAAAAA;
	-moz-border-radius: 0 1.5em 1.5em 0;
	background: #F9F9F9 url(http://images1.wikia.nocookie.net/__cb20100613045035/sims/es/images/0/06/Plumbbortoc.png) no-repeat right bottom; }
 
}

/* Line-height para espacio en la portada (no necesario :B) */
p.70line {line-height:70%;}

/* Colores especiales a sysops */
a[href="/wiki/Usuario:SebaXL"],
a[href="/wiki/Usuario:Salce"],
a[href="/wiki/User:Trébol"],
a[href="/wiki/User:Elviralapida"],
a[href="/wiki/User:Arc.94"],
a[href="/wiki/User:Daletibu11"],
a[href="/wiki/User:Sims3-maniatic"],
a[href="/wiki/User:Simmer Deluxe"], { color:#6B8E23 !important; font-weight:bold !important; }

/*###### Para plantillas... ######*/
/* Teorías */
.teoriahover {
	border: 1px solid #AAAAAA;
	-moz-border-radius: 0 0 15px 15px;
	background: #F9F9F9;
	text-decoration: none;
	color: black;
}
 
.teoriahover a:hover {
	border: 1px solid #AAAAAA;
	-moz-border-radius: 0 0 15px 15px;
	background: #F9F9F9;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
 
/* Historias de los jugadores */
.historias {
	-webkit-box-shadow: 0.1em 0.1em 0.5em #3D66B5;
	border: 1px solid #3D66B5;
	-webkit-moz-border-radius:15px; 
	background-color:#FFFFFF;
}
 
.historiashover {
	border: 1px solid #3D66B5;
	-moz-border-radius: 0 0 15px 15px;
        -webkit-border-radius: 0 0 15px 15px;
	background: #F9F9F9;
	text-decoration: none;
	color: black;
}
 
.historiashover a:hover {
	border: 1px solid #3D66B5;
	-moz-border-radius: 0 0 15px 15px;
        -webkit-border-radius: 0 0 15px 15px;
	background: #F9F9F9;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
 
/* Barrio */
.barriohover a { color: white; }
.barriohover a:hover { color: #008000; text-decoration: none; }
 
/* Todos los Sims */
table.resaltado tr:hover { background:#E4F0CE; color:#000; }
span.plegable-ctrl {float:right; font-weight:normal; font-size:90%; padding: 0 0.5em; cursor:pointer;}
table.plegable .caption th .plegable-ctrl, table.plegable .encabezado th .plegable-ctrl {margin-right: -1em;}
 
/* Todos los barrios */
table.resaltadoazul tr:hover { background:#D8DFEA; color:#000; }
 
/*</pre>*/