Diferencia entre revisiones de «MediaWiki:Common.css»

Sin resumen de edición
Deshecha la revisión 23317 de Bardock RPGManiac (disc.)
Línea 151: Línea 151:
  height:200px;
  height:200px;
  overflow:auto;
  overflow:auto;
}
  /*============*/
/* Encabezados*/
/*============*/
.WikiaArticle h2 a { color:#000; font-weight:bold; }
.WikiaArticle h2 {
background: White;
background-image: -moz-linear-gradient(top, Orange 20%, OrangeRed 90%) !important;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%,Orange), color-stop(90%,OrangeRed)) !important;
background-image: -webkit-linear-gradient(top, Orange 20%, OrangeRed 90%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='OrangeRed', endColorstr='Red', GradientType=0 ) !important;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
}