First commit 31/12/2001

This commit is contained in:
2021-09-12 22:53:35 +02:00
commit ec29dd1409
56 changed files with 2883 additions and 0 deletions

69
syncro.css Normal file
View File

@ -0,0 +1,69 @@
/* 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;
}