First commit 25/04/2002

This commit is contained in:
2021-09-12 22:38:30 +02:00
commit 7b299e206d
46 changed files with 1358 additions and 0 deletions

53
addons/jd.css Normal file
View File

@ -0,0 +1,53 @@
/* Enlaces */
a {
color: #FFFFBB;
font-size: 9pt;
text-decoration: none;
}
A:hover {color: #FFFF00;}
.oscuro {
color: #000040;
text-decoration: none;
}
BODY {
scrollbar-3dlight-color: rgb(255,255,255);
scrollbar-arrow-color: rgb(253,255,141);
scrollbar-base-color: rgb(153,209,0);
scrollbar-darkshadow-color: rgb(0,24,70);
scrollbar-face-color: #1F65AC;
scrollbar-highlight-color: rgb(0,16,93);
scrollbar-shadow-color: rgb(255,255,255);
scrollbar-track-color: rgb(82,135,189);
font-family: Courier New, Courier;
font-size: 10pt;
color: #95CAFF;
}
/* Tablas */
td, th {
font-size: 10pt;
}
/* 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;
}