Diferencia entre revisiones de «Plantilla:Skin/styles.css»

De WikiCAAD
Línea 14: Línea 14:




/* Selector para enlaces que terminan con ".zip"  
/* Selector para enlaces que terminan con ".zip" */
a[href$=".zip"] {
a[href$=".zip"] {
background-image: url(/resources/src/mediawiki.skinning/images/ftp-ltr.svg?59558);
     background-position: center right;
     background-position: center right;
background-color: red;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     padding-right: 13px;
     padding-right: 13px;
     color: red;
     color: white;
}
}
*/

Revisión del 18:41 9 ene 2024

.skin-infobox,
.skin-infobox td {
	border-color: #a7d7f9;
}

.skin-infobox-header {
	color: #000;
	background: #e2f4ff;
}

.skin-infobox-header a {
	color: #000;
}


/* Selector para enlaces que terminan con ".zip" */
a[href$=".zip"] {
    background-position: center right;
	background-color: red;
    background-repeat: no-repeat;
    padding-right: 13px;
    color: white;
}