2014-06-27 00:52:47 +02:00
|
|
|
header.calendar-header
|
|
|
|
font-size: 1.5em
|
2014-12-21 00:34:30 +01:00
|
|
|
margin-top: 0.4em
|
2014-06-27 00:52:47 +02:00
|
|
|
font-weight: bolder
|
2013-12-28 23:45:13 +01:00
|
|
|
a
|
|
|
|
font-weight: normal
|
2014-08-09 18:59:11 +02:00
|
|
|
&:first-child, &:last-child
|
|
|
|
margin: 0 0.3em
|
2013-12-28 23:45:13 +01:00
|
|
|
|
2014-09-28 00:16:25 +02:00
|
|
|
em.locality.fa
|
|
|
|
color: gray
|
|
|
|
|
2019-04-29 18:29:38 +02:00
|
|
|
strong.city:after, em.city:after
|
2014-08-25 17:55:14 +02:00
|
|
|
content: ':'
|
2019-04-29 18:29:38 +02:00
|
|
|
margin-left: 0.25em
|
2014-08-26 16:51:52 +02:00
|
|
|
|
|
|
|
p.full_address
|
|
|
|
span:after
|
|
|
|
content: ','
|
|
|
|
span:last-child:after
|
|
|
|
content: ''
|
2014-07-07 22:32:26 +02:00
|
|
|
|
2014-10-19 16:20:44 +02:00
|
|
|
.calendar-header, .month
|
|
|
|
text-transform: capitalize
|
|
|
|
|
2014-06-27 00:52:47 +02:00
|
|
|
body.events.index table
|
2017-05-05 00:07:29 +02:00
|
|
|
width: 100%
|
2014-07-27 15:49:58 +02:00
|
|
|
max-width: 100%
|
2014-12-20 22:53:04 +01:00
|
|
|
// So we can ellipse past events
|
|
|
|
table-layout: fixed
|
2014-01-01 21:26:35 +01:00
|
|
|
tr
|
|
|
|
th
|
|
|
|
padding-bottom: 0.35em
|
|
|
|
text-transform: capitalize
|
|
|
|
td
|
|
|
|
height: 4.8em
|
|
|
|
border: 1px solid #89B7E5
|
2014-12-28 15:27:28 +01:00
|
|
|
padding: 1px
|
2014-12-20 22:53:04 +01:00
|
|
|
position: relative
|
2014-01-01 21:26:35 +01:00
|
|
|
vertical-align: top
|
|
|
|
background-color: #A1C3E7
|
2014-12-20 22:53:04 +01:00
|
|
|
&.past .event
|
|
|
|
overflow: hidden
|
|
|
|
white-space: nowrap
|
|
|
|
text-overflow: ellipsis
|
2014-01-01 21:26:35 +01:00
|
|
|
&.today
|
|
|
|
border: 1px solid #FFB578
|
2014-06-29 10:29:43 +02:00
|
|
|
background-color: #FFE0C7
|
2014-01-01 21:26:35 +01:00
|
|
|
.day_number
|
2014-06-29 10:29:43 +02:00
|
|
|
color: #531
|
2014-01-02 01:32:32 +01:00
|
|
|
.event
|
|
|
|
a:link, a:visited
|
2014-06-29 10:29:43 +02:00
|
|
|
color: #730
|
2014-01-01 21:26:35 +01:00
|
|
|
&.future
|
|
|
|
border-color: rgb(150, 207, 255)
|
|
|
|
background-color: #C6E5FF
|
2014-06-27 00:52:47 +02:00
|
|
|
&.prev-month, &.next-month
|
2014-01-01 21:26:35 +01:00
|
|
|
border: none
|
|
|
|
background-color: #ededed
|
|
|
|
li
|
|
|
|
color: #555
|
|
|
|
.event
|
|
|
|
a:link, a:visited
|
2014-06-29 10:29:43 +02:00
|
|
|
color: #444
|
2014-01-01 21:26:35 +01:00
|
|
|
|
2013-12-29 00:23:08 +01:00
|
|
|
.day_number
|
2014-01-01 21:26:35 +01:00
|
|
|
float: left
|
2014-06-29 10:29:43 +02:00
|
|
|
color: #111
|
2014-01-01 21:26:35 +01:00
|
|
|
font-size: 0.6em
|
|
|
|
font-weight: bolder
|
|
|
|
letter-spacing: 2px
|
|
|
|
&:hover .day_number
|
|
|
|
color: black
|
2013-12-28 23:45:13 +01:00
|
|
|
|
2014-01-01 21:26:35 +01:00
|
|
|
ul
|
|
|
|
clear: left
|
2014-12-28 15:27:28 +01:00
|
|
|
margin: 0
|
|
|
|
padding: 0
|
2014-01-01 21:26:35 +01:00
|
|
|
li
|
|
|
|
color: #444
|
|
|
|
margin: 0
|
|
|
|
padding: 0
|
2014-12-28 16:54:58 +01:00
|
|
|
em.fa.fa-globe
|
|
|
|
color: red
|
2014-12-29 01:29:01 +01:00
|
|
|
font-size: smaller
|
2013-12-28 23:45:13 +01:00
|
|
|
|
2014-01-01 21:26:35 +01:00
|
|
|
.event
|
2014-12-28 15:27:28 +01:00
|
|
|
padding-left: 0.2em
|
2016-03-01 23:19:47 +01:00
|
|
|
img
|
|
|
|
// For the LEF icon
|
|
|
|
vertical-align: middle
|
2014-01-01 21:26:35 +01:00
|
|
|
a:link, a:visited
|
2014-06-29 10:29:43 +02:00
|
|
|
color: #111
|
2014-12-28 15:27:28 +01:00
|
|
|
font-size: smaller
|
2014-01-01 21:26:35 +01:00
|
|
|
&:hover
|
|
|
|
color: black
|
2017-05-05 00:05:27 +02:00
|
|
|
text-decoration: underline
|
2013-12-28 23:45:13 +01:00
|
|
|
|
2016-10-21 13:46:32 +02:00
|
|
|
.links
|
2014-07-29 00:00:13 +02:00
|
|
|
float: right
|
2013-12-29 23:25:38 +01:00
|
|
|
|
2018-09-16 23:17:24 +02:00
|
|
|
.fa-rss
|
|
|
|
color: darkorange
|
|
|
|
|
2014-07-29 00:00:13 +02:00
|
|
|
a#banner
|
|
|
|
float: left
|
|
|
|
|
2016-10-31 23:44:44 +01:00
|
|
|
body.events.show, body.orgas.show, body.tags.show, body.pages
|
2016-10-18 15:37:03 +02:00
|
|
|
main
|
|
|
|
padding: 1em
|
|
|
|
max-width: 60em
|
|
|
|
box-shadow: 1px 1px 5px gray
|
|
|
|
border-radius: 0.4em
|
|
|
|
h2
|
|
|
|
margin-top: 1em
|
2019-04-21 18:38:24 +02:00
|
|
|
html.iframe main
|
|
|
|
box-shadow: none !important
|
2014-08-09 18:59:11 +02:00
|
|
|
|
2014-01-01 21:26:35 +01:00
|
|
|
#advises
|
|
|
|
border: 1px solid #FFB578
|
2019-05-01 15:31:16 +02:00
|
|
|
max-width: 60em
|
2019-04-20 19:10:14 +02:00
|
|
|
border-radius: 0.2em
|
2014-01-01 21:26:35 +01:00
|
|
|
padding-left: 10px
|
|
|
|
padding-right: 10px
|
|
|
|
background-color: #ffe0c7
|
2019-04-20 19:10:14 +02:00
|
|
|
& > *:first-child
|
2014-01-01 21:26:35 +01:00
|
|
|
font-size: 1.9em
|
|
|
|
font-weight: normal
|
2019-04-20 19:10:14 +02:00
|
|
|
&:before
|
|
|
|
content: '🛈 '
|
2014-01-01 21:26:35 +01:00
|
|
|
a
|
|
|
|
color: #8F4900
|
|
|
|
|
2014-10-21 23:41:18 +02:00
|
|
|
.description, body.mce-content-body
|
|
|
|
img
|
|
|
|
margin-left: 1%
|
|
|
|
margin-right: 1%
|
2017-05-07 19:29:56 +02:00
|
|
|
|
|
|
|
/* Display in events list */
|
|
|
|
article.event
|
|
|
|
box-shadow: -1em 1em 1em -1em gray
|
|
|
|
margin-left: 1em
|
|
|
|
padding-left: 1em
|
|
|
|
padding-bottom: 0.4em
|
|
|
|
border-bottom-left-radius: 1em
|