TFS_ANTIGUO/SIGPC/hfda/HermesFDA.css
kledezma 290b81b54d SIGPC
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C518
2021-01-22 14:59:35 +00:00

225 lines
3.1 KiB
CSS

.HFDAText
{
color:#1731A0;
font-family: Arial,Verdana,Helvetica;
font-size: 12px;
font-weight: normal;
text-decoration: none;
vertical-align: middle;
}
.HFDAError
{
color:red;
font-weight: normal;
text-decoration: none;
vertical-align: middle;
}
.HFDAError a
{
color:red;
font-weight: normal;
text-decoration: none;
vertical-align: middle;
text-decoration: underline;
}
.HFDADiv
{
vertical-align:middle;
margin: 5px 2px 5px 2px;
padding: 5px 5px 5px 5px;
display: inline-block;
}
.HFDAIcon
{
vertical-align:middle;
}
.FDADivInstalar
{
vertical-align:middle;
margin: 5px 0px 0px 0px;
padding-left: 5px;
display: inline-block;
float: right;
color:#1731A0;
font-family: Arial,Verdana,Helvetica;
font-size: 12px;
font-weight: normal;
text-decoration: none;
width:170px;
}
.HFDAKeyPad
{
border: 1px solid gray;
background: lightgray;
}
.HFDAWorking
{
font-family: Arial,Verdana,Helvetica;
font-size: 12px;
color: Navy;
}
.DescripcionFirma
{
border: 1px solid gray;
background-color: #EEEEEE;
padding: 4px 4px 4px 4px;
}
.Texto
{
color:#1731A0;
font-size: 14px;
}
.SeccionAyuda
{
display:none;
}
.TituloSeccion
{
font-weight:bold;
font-size: 14px;
text-align: center;
}
.Resaltado
{
font-weight:bold;
}
.BordeIzquierdo
{
border-left: 1px dashed #1731A0;
}
.BordeDerecho
{
border-right: 1px dashed #1731A0;
}
.SeccionAyuda li, .CuerpoSeccion
{
margin-bottom: 10px;
text-align: justify;
}
.SeccionAyuda li, .SeccionAyuda p
{
margin-bottom: 10px;
}
#InstruccionesFinales p
{
margin-bottom: 10px;
text-align: justify;
}
#Soportado, #NoSoportado
{
margin-top: 20px;
text-align: justify;
}
.HFDAKeyPad td
{
padding: 2px;
}
@media (max-device-width:1024px) {
.KeypadKey {
width:3em;
height: 3em;
line-height: 3em;
text-align: center;
font-weight: bold;
background-color: gray;
color: white;
border-radius: 5px 5px 5px 5px;
box-shadow: silver 2px 2px;
vertical-align: central;
cursor: pointer;
font-size: x-large;
}
.HFDAPinDisplay
{
border: 1px solid gray;
background: white;
height: 1em;
width: 6em;
font-size: x-large;
}
.HFDAPinPrompt
{
font-family: Arial,Verdana,Helvetica;
font-size: x-large;
color: black;
}
#HFDASeleccionCertificado, #HFDACertificados
{
font-size:20px;
}
}
@media (min-device-width:1024px) {
.KeypadKey {
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
text-align: center;
font-weight: bold;
background-color: gray;
color: white;
border-radius: 5px 5px 5px 5px;
box-shadow: silver 2px 2px;
vertical-align: central;
cursor: pointer;
}
.HFDAPinDisplay
{
border: 1px solid gray;
background: white;
height: 16px;
width: 40px;
}
.HFDAPinPrompt
{
font-family: Arial,Verdana,Helvetica;
font-size: 12px;
color: black;
}
}
.EnterKey
{
background-color: green;
}
.BackKey
{
background-color: red;
}
/*div, p
{
border: 1px solid red;
}
td
{
border: 1px solid green;
}*/