Diferencia entre revisiones de «MediaWiki:Common.css»

De SIU
Saltar a: navegación, buscar
Línea 186: Línea 186:
  
  
/* OCULTAR SOLAPA DE HISTORIAL */
+
/* OCULTAR SOLAPAS DE HISTORIAL Y DISCUSION */
  
#ca-history {
+
#ca-history,
 +
#ca-talk {
 
display: none !important;
 
display: none !important;
 
}
 
}

Revisión del 11:16 16 jun 2016

/* GENERAL */
 
@import url(http://fonts.googleapis.com/css?family=Arimo);
@import url(http://fonts.googleapis.com/css?family=Lato);
 
body, .mw-body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #333333;
}
 
body {
	background-image: url(skins/Vector/images/background_body.gif);
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arimo', sans-serif !important;
	color: #4b9ec9;
}
 
th {
	font-family: 'Arimo', sans-serif !important;
	color: #4b9ec9;
	font-size: 1.2em;
	font-weight: normal;
}
 
a:link,
a:visited,
a:active,
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:active {
	color: #4b9ec9 !important;
	text-decoration: none !important;
}
 
a:hover,
div#mw-panel div.portal div.body ul li a:hover {
	color: #666666 !important;
}
 
 
 
/* LINKS COLUMNA IZQUIERDA */
 
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:active {
	font-size: 13px;
	color: #666666 !important;
}
 
div#mw-panel div.portal div.body ul li a:hover {
	color: #000000 !important;
}
 
div#mw-panel div.portal h3 {
	font-size: 15px;
	color: #4b9ec9;
}
 
 
 
/* EFECTO ROLLOVER EN LOGOS INICIO */
 
.links_imagenes {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
 
.links_imagenes:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
 
 
 
/* SALTO DE LINEA AUTOMATICO Y FORMATO PARA PRE */
 
pre {
	white-space: normal;
        font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #666666;
}
 
 
 
/* QUITAR NEGRITA DE LO QUE NO SEA LINK */
 
.mw-body h3,
.mw-body h4 {
	font-weight:normal;
}
 
 
/* OCULTAR TITULOS */
 
.firstHeading {
	display:none;
}
 
 
/* PLANTILLA PARA LIMITAR NIVELES EN TOC */
 
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul,
#footer-poweredbyico,
#footer-info-viewcount,
#footer-places,
#footer-info-lastmod {
	display: none;
}
 
.comentarios_nueva_version {
	color: #669966;
	font-weight: bold;
}
 
#p-logo {
	left: 15px !important;
	top: -197px !important;
}
 
#p-logo a {
	width: 300px !important;
}
 
#mw-page-base {
	height: 7em;
}
 
#left-navigation,
#right-navigation {
	margin-top: 4.5em;
}
 
#siu-footer {
	float: right;
	font-size: 12px;
}
 
.icono-flotante {
	width: 130px;
	padding: 10px 20px;
	position: fixed;
	bottom: 75px;
	right: 0;
	font-size: 13px;
	text-indent: 35px;
	color: #ffffff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #4b9ec9;
	background-image: url(skins/Vector/images/icono_comunidad.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}
 
.icono-flotante a:link,
.icono-flotante a:visited,
.icono-flotante a:active {
	color: #ffffff !important;
	transition: all 100ms;
}
 
.icono-flotante a:hover {
	color: #666666 !important;
}
 
 
 
/* OCULTAR SOLAPAS DE HISTORIAL Y DISCUSION */
 
#ca-history,
#ca-talk {
	display: none !important;
}