print-js
Version:
A tiny javascript library to help printing from the web.
95 lines (88 loc) • 2.15 kB
CSS
/*
|--------------------------------------------------------------------------
| Modules
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Aliases
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Partials
|--------------------------------------------------------------------------
*/
.printModal {
font-family: sans-serif;
display: flex;
text-align: center;
font-weight: 300;
font-size: 30px;
left: 0;
top: 0;
position: absolute;
color: #0460B5;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.91); }
/*
|--------------------------------------------------------------------------
| Close Button
|--------------------------------------------------------------------------
*/
.printClose {
position: absolute;
right: 10px;
top: 10px; }
.printClose:before {
content: "\D7";
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
line-height: 1px;
padding-top: 0.5em;
display: block;
font-size: 2em;
text-indent: 1px;
overflow: hidden;
height: 1.25em;
width: 1.25em;
text-align: center;
cursor: pointer; }
.printModal {
font-family: sans-serif;
display: flex;
text-align: center;
font-weight: 300;
font-size: 30px;
left: 0;
top: 0;
position: absolute;
color: #0460B5;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.91); }
/*
|--------------------------------------------------------------------------
| Print Modal Close Button
|--------------------------------------------------------------------------
*/
.printClose {
position: absolute;
right: 10px;
top: 10px; }
.printClose:before {
content: "\D7";
font-family: "Helvetica Neue", sans-serif;
font-weight: 100;
line-height: 1px;
padding-top: 0.5em;
display: block;
font-size: 2em;
text-indent: 1px;
overflow: hidden;
height: 1.25em;
width: 1.25em;
text-align: center;
cursor: pointer; }
/*# sourceMappingURL=print.map*/