Diferencia entre revisiones de «MediaWiki:Descubriendo10.css»

De Descubriendo la Física
Ir a la navegaciónIr a la búsqueda
m
Línea 5: Línea 5:
   
   
.portlet {
+
.portlet A:link {
 
background: #cccccc;
 
background: #cccccc;
  +
}
   
  +
  +
.portlet A:visited {
  +
background: #ffffff;
  +
}
  +
  +
.portlet A:active{
  +
background: #999999;
  +
}
  +
  +
  +
.portlet A:hover {
  +
background: #555555;
 
}
 
}

Revisión del 07:48 25 jun 2010

/*body{
background: #aaaaaa url('/descubriendo/background.png') 0 0 ;
}*/



.portlet A:link { 
background: #cccccc;
}


.portlet A:visited { 
background: #ffffff;
}

.portlet A:active{ 
background: #999999;
}


.portlet A:hover { 
background: #555555;
}

Debug data: