Diferencia entre revisiones de «MediaWiki:Common.css»

 
Línea 2: Línea 2:
  
 
}
 
}
 +
 +
td,th {padding: 2px !important}
  
 
html .thumbcaption {
 
html .thumbcaption {

Revisión actual del 13:17 5 oct 2019

body{

}

td,th {padding: 2px !important}

html .thumbcaption {
	text-align: left;
	line-height: 1.4em;
	padding:3px !important;
	font-size:94%;
  	color:#f0d9a2;
 	border-radius:3px;
  	background-color:#88283a;
	background:linear-gradient(to top, #460000, #88283a);
}
html .thumbimage {
	border: 0px solid rgb(180, 180, 180);
  	margin-bottom: 5px;
  	border-radius: 3px;
}