ar-poncho
Version:
Base de html y css para la creación de sitios pertenecientes a la Administración Pública Nacional de la República Argentina.
129 lines (112 loc) • 1.99 kB
CSS
@page {
size: legal portrait;
}
.page-sidebar {
display: none;
}
body.sticky-footer .main-footer {
display: none;
}
.jumbotron {
display: none;
}
.navbar {
display: none;
}
.sidebar {
display: none;
}
@media print {
html,
body[size=legal] {
margin: 0px ;
-webkit-print-color-adjust: exact ;
width: 203, 2mm ;
height: 355, 6mm ;
}
.page-sidebar {
display: none;
}
.btn {
display: none;
}
.main-footer .container {
display: none;
}
.btn {
display: none;
}
a {
display: none;
}
section {
padding: 0px ;
margin: 0px ;
}
.screen-only,
header {
display: none ;
}
body.sticky-footer .main-footer {
display: none;
}
}
@media screen {
#planilla-completa {
max-width: 1200px;
margin: auto;
}
}
#planilla-completa {
width: 100% ;
color: black ;
font-family: "Arial", "times" ;
font-weight: bolder ;
font-size: 11px ;
}
.bajada {
text-transform: lowercase;
}
.bajada:first-letter {
text-transform: uppercase;
}
.planilla-header {
height: 100px ;
background-color: black ;
}
.planilla h2 {
text-align: center ;
letter-spacing: 2px ;
font-size: 16px ;
}
.planilla-header h2 {
color: white ;
padding: 5px ;
text-align: center ;
letter-spacing: 2px ;
font-size: 16px ;
}
td {
width: 100%;
}
.td-border {
border: 1px solid #000 ;
}
.titulos {
text-align: center ; /* ... the rest of the rules ... */
}
p.titulos {
font-size: 14px ;
}
p {
padding: 0px 10px ;
margin-top: 5px ;
margin-bottom: 5px ;
text-transform: uppercase;
}
.grey-fill {
background-color: #cccbcb ;
}
.light-grey-fill {
background-color: #eaeaea ;
}