]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/mod_events.css
Merge develop into 20170321_-_frio-fbbrowser
[friendica.git] / view / theme / frio / css / mod_events.css
1 /**
2  * @file view/theme/frio/css/mod_event.css
3  */
4
5 /**
6  * The different views of js fullcalendar
7  */
8 #fc-header {
9     margin-top: 20px;
10     margin-bottom: 10px;
11 }
12 #fc-header-left,
13 #fc-header-right,
14 #event-calendar-title {
15     display: inline-block;
16 }
17 #fc-title {
18     margin: 0;
19     padding-left: 20px;
20
21 }
22 #fc-header-right {
23     margin-top: -4px;
24 }
25 #fc-header-right button {
26     color: inherit;
27 }
28 #event-calendar-title {
29     vertical-align: middle;
30 }
31 #event-calendar-views {
32     padding: 6px 9px;
33     font-size: 14px
34 }
35 .fc .fc-toolbar {
36     display: none;
37 }
38 .fc .fc-month-view td.fc-widget-content,
39 .fc .fc-list-view,
40 .fc .fc-list-view .fc-list-table td,
41 .fc .fc-body td {
42     border-style: none;
43 }
44 .fc td.fc-widget-header,
45 .fc th.fc-widget-header {
46     border-left: none;
47     border-right: none;
48     border-top: none;
49 }
50 .fc .fc-month-view td.fc-day {
51     border-left: none;
52     border-right: none;
53     border-bottom: 1px solid;
54     padding: 0 6px;
55 }
56 .fc .fc-day-grid-container .fc-row {
57     border-bottom: 1px solid;
58     border-color: #ddd;
59 }
60 .fc .fc-day-grid-event .fc-content {
61     /*white-space: normal;*/
62 }
63 .fc tr td.fc-today {
64     border-style: none;
65 }
66 .fc .fc-month-view .fc-content .fc-title .item-desc {
67     font-size: 11px;
68 }
69 .fc .fc-view-container {
70     margin-top: 25px;
71 }
72 .fc .fc-list-view td {
73     padding: 0;
74 }
75 #events-calendar.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
76     float: left;
77     font-size: 12px;
78 }
79 .fc .fc-event {
80     background-color: transparent;
81     background-color: #E3F2FD;
82     border: 1px solid #BBDEFB;
83     color: #555;
84 }
85 .fc .fc-month-view .fc-time,
86 .fc .fc-listMonth-view .fc-list-item-time,
87 .fc .fc-listMonth-view .fc-list-item-marker,
88 .fc .fc-listMonth-view .fc-widget-header {
89     display: none;
90 }
91 .fc .fc-listMonth-view .fc-list-item:hover td {
92     background: transparent;
93     cursor: pointer;
94 }
95 .fc .fc-listMonth-view .seperator {
96     margin-left: 30px;
97     width: 60px;
98 }
99
100
101
102 /**
103  * The event-card
104  */
105 .event-card {
106         width: auto;
107 }
108 .event-card .event-label,
109 .event-card .location-label {
110     font-weight: bold;
111 }
112 .popover.event-card .event-card-basic-content {
113     margin-top: 0;
114     padding: 9px;
115     padding-left: 0px;
116 }
117 .event-card .event-hover-left-date {
118     width: 60px;
119 }
120 .event-card .event-date-wrapper.medium > span {
121     display: block;
122     overflow: hidden;
123     text-align: center;
124     white-space: nowrap;
125 }
126 .event-card .event-date-wrapper.medium .event-hover-short-month {
127     font-size: 13px;
128     text-transform: uppercase;
129 }
130 .event-card .event-date-wrapper.medium .event-hover-short-date {
131     font-size: 24px;
132     line-height: 28px;
133     margin-top: 2px;
134 }
135
136 .event-card .event-card-basic-content .event-card-content {
137     width: 100%;
138     padding: 0 5px 0 15px;
139     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
140 }
141 .event-card .event-hover-title {
142     font-size: 14px;
143     color: #555;
144     line-height: 15px;
145     font-weight: bold;
146 }
147 .event-card .event-hover-location {
148     margin-top: 10px;
149     font-size: 13px;
150 }
151 .event-card .event-hover-location .location {
152     color: #777;
153     font-size: 13px;
154 }