summaryrefslogtreecommitdiff
path: root/calendar/base/themes/common/calendar-printing.css
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/base/themes/common/calendar-printing.css')
-rw-r--r--calendar/base/themes/common/calendar-printing.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/calendar/base/themes/common/calendar-printing.css b/calendar/base/themes/common/calendar-printing.css
new file mode 100644
index 000000000..4a0ae9a25
--- /dev/null
+++ b/calendar/base/themes/common/calendar-printing.css
@@ -0,0 +1,43 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+.main-table {
+ font-size: 26px;
+ font-weight: bold;
+}
+
+.day-name {
+ border: 1px solid #000;
+ background-color: #e0e0e0;
+ font-size: 12px;
+ font-weight: bold;
+}
+
+.day-box {
+ border: 1px solid black;
+ vertical-align: top;
+}
+
+.out-of-month {
+ background-color: gray !important;
+}
+
+.day-off {
+ background-color: #D3D3D3 !important;
+}
+
+.taskItem {
+ border-bottom: 1px solid #F3F3F3;
+}
+
+.tasks {
+ margin: 5px;
+}
+
+.taskList {
+ margin: 0px;
+ list-style-image: none;
+ list-style-type: none;
+ padding: 0px;
+}