File "carnet.css"
Full Path: C:/wamp64/www/Identifica_Piku/Carnet/css/carnet.css
File size: 3.17 KB
MIME-type: text/x-asm
Charset: utf-8
@font-face{
font-family: "FuenteCarnet";
src: url("../Gotham/GothamRounded-Book.otf");
}
body {
color: #616161;
font-family: "FuenteCarnet" !important;
}
.navbar {
background: #fb7f01;
border-radius: 0 0 0.5rem 0.5rem;
-webkit-border-radius: 0 0 0.5rem 0.5rem;
-moz-border-radius: 0 0 0.5rem 0.5rem;
-ms-border-radius: 0 0 0.5rem 0.5rem;
-o-border-radius: 0 0 0.5rem 0.5rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: none;
-webkit-appearance: none;
/* Firefox */
}
input:disabled {
cursor: not-allowed;
pointer-events: all !important;
}
input[type="file"] {
display: none;
}
input:focus-visible {
border: none;
outline: none;
}
.input_preview {
border: none;
background-color: transparent;
color: inherit;
text-align: center;
text-transform: capitalize;
font-size: 3rem;
width: 100%;
letter-spacing: 1px;
}
canvas {
display: none;
}
#apellidob {
margin-top: -15px;
}
#cargob {
font-size: 1.75rem;
}
#cedulab, #sangreb {
font-size: 2rem;
}
.form-control:disabled {
background-color: inherit;
opacity: 0.7;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: rgb(125 101 105 / 0.05);
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#contenido {
width: 600px;
height: 1000px;
border: 1px solid #ebebeb;
}
.icon {
filter: invert(1);
width: 24px;
vertical-align: bottom;
}
#imagePreview {
width: 310px;
height: 310px;
background-position: center center;
background-size: 100%;
display: inline-block;
border-radius: calc(310px / 2);
margin-left: 145px;
margin-top: 100px;
cursor: pointer;
background-color: #fff;
}
#imagePreview img {
width: 100%;
}
.subir_txt {
color: #c3c3c3;
text-align: center;
cursor: pointer;
position: relative;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.fondo {
background: no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100%;
width: 600px;
height: 1000px;
}
.texto {
margin-top: 440px;
width: 600px;
font-size: 15px;
}
input {
min-width: 30px !important;
max-width: 500px;
transition: width 0.25s;
}
#imagenQR {
width: 140px;
margin-top: 4px;
margin-left: -4px;
border-radius: 10px;
}
#fechab {
position: absolute;
top: 290px;
left: 145px;
font-size: 20px;
color: black;
background: transparent;
border: none;
transform: rotate(90deg);
height: auto;
width: 130px;
text-align: center;
z-index: 999;
}