aboutsummaryrefslogtreecommitdiff
path: root/src/client/static/stylesheets/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/static/stylesheets/print.css')
-rw-r--r--src/client/static/stylesheets/print.css63
1 files changed, 63 insertions, 0 deletions
diff --git a/src/client/static/stylesheets/print.css b/src/client/static/stylesheets/print.css
new file mode 100644
index 0000000..0e09533
--- /dev/null
+++ b/src/client/static/stylesheets/print.css
@@ -0,0 +1,63 @@
+#search, #week-selector {
+ background-color: inherit;
+ box-shadow: inherit;
+}
+
+#search {
+ border-bottom: 1px solid black;
+ position: absolute;
+}
+
+#search .top-bar, #week-selector .week-wrapper {
+ max-width: inherit;
+}
+
+#search input[type="search"] {
+ background-color: inherit;
+ color: black;
+ font-weight: bold;
+}
+
+#search .fav {
+ display: none !important;
+}
+
+#search #overflow-button {
+ display: none;
+}
+
+#week-selector .week-wrapper {
+ display: block;
+}
+
+#week-selector button {
+ display: none;
+}
+
+#week-selector .current {
+ color: black;
+ padding: 16px;
+ font-size: 1.1em;
+ float: right;
+}
+
+#search-space-filler {
+ display: none;
+}
+
+.mdl-menu__container {
+ display: none !important;
+}
+
+#schedule {
+ padding-top: 16px;
+ width: 100%;
+}
+
+.no-print {
+ display: none;
+}
+
+.print {
+ display: initial;
+}