2018-08-15 21:55:00 -07:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Coustard);
|
2013-08-15 21:30:51 -07:00
|
|
|
body { font-family: "Coustard"; }
|
|
|
|
|
|
|
|
a { color: #803010; text-decoration: none; }
|
|
|
|
a:hover { text-decoration: underline; }
|
|
|
|
|
|
|
|
body { background-color: #EEEACD; color: black; }
|
|
|
|
h1, h2, h3, p, ul { margin-bottom: 0; margin-top: 0; }
|
2012-02-08 22:37:04 -05:00
|
|
|
|
2013-08-16 01:37:54 -07:00
|
|
|
/* "Paper" (for copying output) */
|
|
|
|
#paper {
|
|
|
|
margin: 0;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 100;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2017-08-15 10:10:30 -07:00
|
|
|
height: 0;
|
2013-08-16 01:37:54 -07:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
|
|
|
font-family: Courier, Monospace;
|
|
|
|
background-color: #ffffff;
|
2016-02-05 20:42:40 -08:00
|
|
|
background-image: url('res/lpt.jpg');
|
2013-08-16 01:37:54 -07:00
|
|
|
background-repeat: repeat-y;
|
|
|
|
background-attachment: local;
|
|
|
|
color: #000000;
|
|
|
|
padding-left: 50px;
|
|
|
|
white-space: pre;
|
|
|
|
box-shadow: inset 0 5px 10px black;
|
2017-08-15 10:10:30 -07:00
|
|
|
transition: height 0.5s ease;
|
2013-08-16 01:37:54 -07:00
|
|
|
}
|
|
|
|
|
2017-08-15 10:10:30 -07:00
|
|
|
body.printout #paper, #paper-spacer { height: 200px; }
|
|
|
|
|
|
|
|
body:not(.printout) #hide_paper { display: none; }
|
2013-08-16 01:37:54 -07:00
|
|
|
body.printout #show_paper { display: none; }
|