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
|
|
|
|
|
2014-09-26 01:26:33 +02:00
|
|
|
span.city:after, strong.city:after, em.city:after
|
2014-08-25 17:55:14 +02:00
|
|
|
content: ':'
|
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
|
2013-12-28 23:45:13 +01:00
|
|
|
width: 90%
|
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
|
2014-07-02 17:41:00 +02:00
|
|
|
width: 14%
|
2014-01-01 21:26:35 +01:00
|
|
|
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
|
|
|
|
line-height: 1.2em
|
|
|
|
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
|
2014-12-28 15:27:28 +01:00
|
|
|
font-weight: bolder
|
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
|
|
|
|
margin-right: 5%
|
2014-07-27 15:49:58 +02:00
|
|
|
padding-right: 2px
|
2013-12-29 23:25:38 +01:00
|
|
|
|
2014-07-29 00:00:13 +02:00
|
|
|
a#banner
|
|
|
|
float: left
|
|
|
|
margin-left: 5%
|
|
|
|
padding-left: 2px
|
|
|
|
|
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
|
2014-08-09 18:59:11 +02:00
|
|
|
|
2014-01-01 21:26:35 +01:00
|
|
|
#advises
|
|
|
|
border: 1px solid #FFB578
|
|
|
|
padding-left: 10px
|
|
|
|
padding-right: 10px
|
2014-08-07 00:33:24 +02:00
|
|
|
margin-bottom: 1.2em
|
2014-01-01 21:26:35 +01:00
|
|
|
background-color: #ffe0c7
|
|
|
|
h1
|
|
|
|
font-size: 1.9em
|
|
|
|
font-weight: normal
|
|
|
|
a
|
|
|
|
color: #8F4900
|
|
|
|
|
2014-10-21 23:41:18 +02:00
|
|
|
.description, body.mce-content-body
|
|
|
|
img
|
|
|
|
margin-left: 1%
|
|
|
|
margin-right: 1%
|