aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-11-09 11:42:54 +0100
committerNoah Loomans <noahloomans@gmail.com>2016-11-09 11:42:54 +0100
commitdccf5bdcb32d3019ac0410f195b00716b38ca75f (patch)
tree5e50d82c8016c78813b2c235a89475ff71d7ce4e /public/stylesheets
parentfe54db967ff79d75f2d793d41aeec677b01c6067 (diff)
added print css
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/print.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css
new file mode 100644
index 0000000..ed715b6
--- /dev/null
+++ b/public/stylesheets/print.css
@@ -0,0 +1,45 @@
+#search, #week-selector {
+ background-color: inherit;
+ box-shadow: inherit;
+}
+
+#search {
+ border-bottom: 1px solid black;
+}
+
+#search .top-bar, #week-selector .week-wrapper {
+ max-width: inherit;
+}
+
+#search input[type="text"] {
+ background-color: inherit;
+ color: black;
+ font-weight: bold;
+}
+
+#search .fav {
+ display: none;
+}
+
+#search #overflow-button {
+ display: none;
+}
+
+#week-selector .week-wrapper {
+ display: block;
+}
+
+#week-selector input[type='button'] {
+ display: none;
+}
+
+#week-selector .current {
+ color: black;
+ padding: 16px;
+ font-size: 1.1em;
+ float: right;
+}
+
+#search-space-filler {
+ display: none;
+}