mirror of
https://github.com/justinian/postmortem.git
synced 2025-12-09 16:14:31 -08:00
Some updates for printing i added
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 10px;
|
||||
background: #f0f0f0;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
blockquote.poem {
|
||||
@@ -34,6 +35,16 @@
|
||||
text-decoration: underline;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
tr:nth-child(2n) {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.noprint {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -47,7 +58,7 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<form id="add-words-form">
|
||||
<form id="add-words-form" class="noprint">
|
||||
<div>
|
||||
<label for="addend-input">Enter some words to add:</label>
|
||||
<input type="text" id="addend-input" style="width: 80%;" />
|
||||
@@ -73,7 +84,7 @@
|
||||
</script>
|
||||
|
||||
{% if key %}
|
||||
<div class="bordered">
|
||||
<div class="bordered noprint">
|
||||
<strong>Mail the poem and this URL on to the next person!</strong>
|
||||
<div id="url-div" style="float: left;"></div>
|
||||
<button id="copy-button" style="float: right;">Copy it all to my clipboard</button>
|
||||
|
||||
Reference in New Issue
Block a user