SYNCRO/syncro.css
2021-09-12 22:53:35 +02:00

70 lines
1.2 KiB
CSS

/* Enlaces */
a {
color: #FFFFBB;
font-size: 9pt;
text-decoration: none;
}
A:hover {color: #FFFF00;}
.a2 {
color: #800000;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
}
A:hover.a2 {color: #FF0000;}
h1 {
color: #D8A60E;
font-size: 24pt;
font-weight: bold;
text-decoration: none;
}
BODY {
scrollbar-face-color: #52A54A;
scrollbar-highlight-color: #484848;
scrollbar-3dlight-color: #52A54A;
scrollbar-darkshadow-color: #427B42;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #FFFF00;
scrollbar-track-color: #52A54A;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #D8A60E;
}
/* Tablas */
td, th {
font-size: 10pt;
color: #D8A60E;
text-align: justify;margin-right:5.0pt;
}
.tdr {
font-size: 10pt;
color: #D8A60E;
text-align: right;margin-right:5.0pt;
}
/* formularios */
input {
background-color: #242424;
border-width: 0;
border-color: #646464;
border-style: solid;
color: #CC3333;
font-size: 10pt;
}
select {
background-color: #242424;
border-width: 1;
border-color: #646464;
border-style: solid;
color: #CC3333;
font-size: 10pt;
}