MediaWiki:Common.css

De SIU
Saltar a: navegación, buscar
/* El CSS colocado en esta página será aplicado a todas las apariencias */
 
@import url(http://fonts.googleapis.com/css?family=Arimo);
@import url(http://fonts.googleapis.com/css?family=Lato);
 
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #666666;
        background: url(http://beta.siu.edu.ar/wp-content/themes/rttheme17/images/cross-background.png/images/cross-background.png) no-repeat center top;
}
 
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: #666 !important;
}
 
div#mw-panel div.portal div.body ul li a {
	font-size: 12px;
}
 
.mw-body, {
	border: none;
}
 
div.vectorTabs {
	background-image: none !important;
}
 
/* Salto de línea para PRE */
pre {
	white-space: normal;
}