annotate plugins/libcalendaring/skins/larry/libcal.css @ 4:888e774ee983

libcalendar plugin as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:57:56 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 /**
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 * Roundcube libcalendaring plugin styles for skin "Larry"
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 * Copyright (c) 2012-2014, Kolab Systems AG <contact@kolabsys.com>
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 * The contents are subject to the Creative Commons Attribution-ShareAlike
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * License. It is allowed to copy, distribute, transmit and to adapt the work
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 * by keeping credits to the original autors in the README file.
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 */
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 .alarm-item {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 margin: 0.4em 0 1em 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 .alarm-item .event-title {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 font-size: 14px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 margin: 0.1em 0 0.3em 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 .alarm-item div.event-section {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 margin-top: 0.1em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 margin-bottom: 0.3em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 .alarm-item .alarm-actions {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 margin-top: 0.4em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 .alarm-item div.alarm-actions a {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 margin-right: 0.8em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 text-decoration: none;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 a.alarm-action-snooze:after {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 content: ' ▼';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 font-size: 10px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 color: #666;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 #alarm-snooze-dropdown {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 z-index: 5000;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 span.edit-alarm-set {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 white-space: nowrap;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 .ui-dialog.alarms .ui-dialog-title {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 background-image: url(../../../../skins/larry/images/messages.png);
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 background-repeat: no-repeat;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
52 background-position: 0 -91px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
53 padding-left: 24px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
54 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
55
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
56 .itip-reply-comment {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
57 padding-left: 2px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
58 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
59
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
60 a.reply-comment-toggle {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
61 display: inline-block;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
62 color: #666;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
63 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
64
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
65 label.noreply-toggle + a.reply-comment-toggle {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
66 margin-left: 1em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
67 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
68
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
69 .itip-reply-comment textarea {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
70 display: block;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
71 width: 90%;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
72 margin-top: 0.5em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
73 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
74
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
75 .itip-dialog-confirm-text {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
76 margin-bottom: 1em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
77 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
78
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
79 .popup textarea.itip-comment {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
80 width: 98%;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
81 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
82
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
83 .edit-alarm-item {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
84 position: relative;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
85 padding-right: 30px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
86 margin-bottom: 0.2em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
87 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
88
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
89 .edit-alarm-buttons {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
90 position: absolute;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
91 top: 1px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
92 right: 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
93 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
94
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
95 .edit-alarm-buttons a.iconbutton {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
96 display: none;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
97 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
98
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
99 .edit-alarm-item .edit-alarm-buttons a.delete-alarm,
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
100 .edit-alarm-item.first .edit-alarm-buttons a.add-alarm {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
101 display: inline-block;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
102 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
103
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
104 .edit-alarm-item.first .edit-alarm-buttons a.delete-alarm {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
105 display: none;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
106 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
107
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
108 .recurrence-form {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
109 display: none;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
110 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
111
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
112 .recurrence-form label.weekday,
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
113 .recurrence-form label.monthday {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
114 min-width: 3em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
115 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
116
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
117 .recurrence-form label.month {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
118 min-width: 5em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
119 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
120
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
121 #edit-recurrence-yearly-bymonthblock {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
122 margin-left: 7.5em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
123 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
124
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
125 #edit-recurrence-rdates {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
126 display: block;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
127 list-style: none;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
128 margin: 0 0 0.8em 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
129 padding: 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
130 max-height: 300px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
131 overflow: auto;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
132 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
133
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
134 #edit-recurrence-rdates li {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
135 display: block;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
136 position: relative;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
137 width: 12em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
138 padding: 4px 0 4px 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
139 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
140
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
141 #edit-recurrence-rdates li a.delete {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
142 position: absolute;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
143 top: 2px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
144 right: 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
145 width: 20px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
146 height: 18px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
147 background-position: -7px -337px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
148 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
149
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
150 #recurrence-form-until div.line {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
151 margin-left: 7.5em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
152 margin-bottom: 0.3em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
153 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
154
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
155 #recurrence-form-until div.line.first {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
156 margin-top: -1.4em;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
157 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
158
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
159 .itip-dialog-form input.text {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
160 width: 98%;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
161 }
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
162
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
163 .itip-dialog-form label > input.checkbox {
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
164 margin-left: 0;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
165 margin-right: 10px;
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
166 }