Created
August 21, 2017 15:59
-
-
Save ArturoCruzT/30aa2d5807ecb96fd490fc57ce2d7ef0 to your computer and use it in GitHub Desktop.
CSS General Gelita
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.nolborder { | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
.cien { | |
width: 100%; | |
} | |
.extra-color { | |
background-color: #e1bee7; | |
} | |
.cursor-manita { | |
cursor: pointer; | |
} | |
.oculto { | |
display: none; | |
} | |
.titulo-pagina { | |
font-size: 1.5em; | |
margin-top: 50px; | |
} | |
.panel{ | |
border-left-width:2px; | |
border-right-width:2px; | |
border-bottom-width:2px; | |
/*border-style:solid;*/ | |
} | |
.z-depth-1{ | |
webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12); | |
box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) | |
} | |
.z-depth-1-{ | |
webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15); | |
box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15) | |
} | |
.z-depth-2{ | |
webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19); | |
box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) | |
} | |
.z-depth-3{ | |
webkit-box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19); | |
box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19) | |
} | |
.z-depth-4{ | |
webkit-box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21); | |
box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21) | |
} | |
.z-depth-5{ | |
webkit-box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22); | |
box-shadow:0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22) | |
} | |
.border-TL { | |
border-top: solid 1px black; | |
border-left: solid 1px black; | |
} | |
.border-TR { | |
border-top: solid 1px black; | |
border-right: solid 1px black; | |
} | |
.border-L { | |
border-left: solid 1px black | |
} | |
.border-R { | |
border-right: solid 1px black; | |
} | |
.border-total { | |
border-collapse: collapse; | |
} | |
.border-total td { | |
border: solid black 1px; | |
} | |
.border-total th { | |
border: solid black 1px; | |
} | |
.border-ind { | |
border: solid black 1px; | |
} | |
.border-superior { | |
border-top: solid black 1px; | |
} | |
body { | |
font-family: sans-serif; | |
} | |
.encabezado { | |
background-color: #0033FF; | |
color: white; | |
} | |
header { | |
position: fixed; | |
} | |
footer { | |
position: fixed; | |
left: 0%; | |
bottom: 0%; | |
right: 0%; | |
height: 10%; | |
} | |
.fila { | |
text-align: right; | |
width: 60%; | |
padding-bottom: 6px; | |
} | |
.linea { | |
width: 40%; | |
border-bottom: solid black 1px; | |
} | |
.texto-izquierda { | |
text-align: left; | |
} | |
.texto-derecha { | |
text-align: right; | |
} | |
.texto-centrado { | |
text-align: center; | |
} | |
.letra-chica { | |
font-size: .55em; | |
} | |
.letra-mediana { | |
font-size: .75em; | |
} | |
.letra-85 { | |
font-size: .90em; | |
} | |
.letra-80{ | |
font-size: .80em | |
} | |
.letra-75{ | |
font-size: .75em | |
} | |
.letra-150 { | |
font-size: 1.5em; | |
} | |
.letra-1 { | |
font-size: 1em; | |
} | |
.letra-espec { | |
font-size: .71em; | |
} | |
.letra95 { | |
font-size: .95em; | |
} | |
.tamano5 { | |
width: 5%; | |
} | |
.tamano2 { | |
width: 2%; | |
} | |
.tamano30 { | |
width: 30%; | |
} | |
.tamano15 { | |
width: 15%; | |
} | |
.tamano20 { | |
width: 20%; | |
} | |
.tamano25 { | |
width: 25%; | |
} | |
.tamano10 { | |
width: 10%; | |
} | |
.tamano40 { | |
width: 40%; | |
} | |
.tamano60 { | |
width: 60%; | |
} | |
.tamano50 { | |
width: 50%; | |
} | |
.tamano55 { | |
width: 55%; | |
} | |
.tamano58 { | |
width: 58%; | |
} | |
.tamano48 { | |
width: 48%; | |
} | |
.tamano70 { | |
width: 70%; | |
} | |
.tamano80 { | |
width: 80%; | |
} | |
.tamano90 { | |
width: 90%; | |
} | |
.tamano95 { | |
width: 95%; | |
} | |
.tamano98 { | |
width: 98%; | |
} | |
.tamano100 { | |
width: 100%; | |
} | |
.texto-fondo { | |
color: #CCCCCC; | |
font-size: 2em; | |
} | |
.titulo-encimado { | |
margin-top: -2%; | |
} | |
.titulo-encimado1 { | |
margin-top: -1%; | |
} | |
.margen-auto { | |
margin: auto; | |
} | |
.fondo6px { | |
padding-bottom: 6px; | |
} | |
.derecha2px { | |
padding-right: 2px; | |
} | |
.contorno { | |
border: 1px solid #000; | |
} | |
.margen-inferior2px { | |
margin-bottom: 2px; | |
} | |
.titulo { | |
width: 60%; | |
font-size: 1.8em; | |
} | |
.img_mediana { | |
width: 100%; | |
height: 50%; | |
} | |
.linea-azul { | |
border-bottom: 1px solid #0033FF; | |
} | |
footer .page:after { | |
content: counter(page); | |
} | |
.color-gris { | |
background-color: #E0E0E0; | |
} | |
.padging-top7 { | |
padding-top: 7%; | |
} | |
.padging-top11 { | |
padding-top: 11%; | |
} | |
.padding-bottom5 { | |
padding-bottom: -5px; | |
} | |
#header { | |
position: fixed; | |
left: 0px; | |
top: -180px; | |
right: 0px; | |
/*height: 30px;*/ | |
text-align: center; | |
} | |
#footer { | |
position: fixed; | |
left: 0px; | |
bottom: -130px; | |
right: 0px; | |
/*height: 30px;*/ | |
} | |
#header-espec { | |
position: fixed; | |
left: 0px; | |
right: 0px; | |
top: -110px; | |
} | |
#footer-espec { | |
position: fixed; | |
left: 0px; | |
bottom: 0px; | |
right: 0px; | |
} | |
#header-analisis { | |
position: fixed; | |
left: 0px; | |
right: 0px; | |
top: -80px; | |
/*height:150px ;*/ | |
} | |
#footer-analisis { | |
position: fixed; | |
left: 0px; | |
bottom: 25px; | |
right: 0px; | |
} | |
@page { | |
margin: 115px 25px; | |
} | |
.cursor{ | |
cursor: pointer ; | |
} | |
.negritas{ | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@WindSaber
@gelita-prac