agenda-libre-ruby/app/assets/stylesheets/events.sass

134 lines
2.5 KiB
Sass
Raw Normal View History

@import compass
2013-12-29 23:25:38 +01:00
header.calendar-header
font-size: 1.5em
2014-12-21 00:34:30 +01:00
margin-top: 0.4em
font-weight: bolder
2013-12-28 23:45:13 +01:00
a
font-weight: normal
&:first-child, &:last-child
margin: 0 0.3em
2013-12-28 23:45:13 +01:00
em.locality.fa
color: gray
span.city:after, strong.city:after, em.city:after
2014-08-25 17:55:14 +02:00
content: ':'
p.full_address
span:after
content: ','
span:last-child:after
content: ''
2014-07-07 22:32:26 +02:00
.calendar-header, .month
text-transform: capitalize
body.events.index table
2013-12-28 23:45:13 +01:00
width: 90%
max-width: 100%
// So we can ellipse past events
table-layout: fixed
tr
th
padding-bottom: 0.35em
text-transform: capitalize
td
width: 14%
height: 4.8em
border: 1px solid #89B7E5
2014-12-28 15:27:28 +01:00
padding: 1px
position: relative
vertical-align: top
background-color: #A1C3E7
&.past .event
overflow: hidden
white-space: nowrap
text-overflow: ellipsis
&.today
border: 1px solid #FFB578
2014-06-29 10:29:43 +02:00
background-color: #FFE0C7
.day_number
2014-06-29 10:29:43 +02:00
color: #531
.event
a:link, a:visited
2014-06-29 10:29:43 +02:00
color: #730
&.future
border-color: rgb(150, 207, 255)
background-color: #C6E5FF
&.prev-month, &.next-month
border: none
background-color: #ededed
li
color: #555
.event
a:link, a:visited
2014-06-29 10:29:43 +02:00
color: #444
.day_number
float: left
2014-06-29 10:29:43 +02:00
color: #111
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
ul
clear: left
2014-12-28 15:27:28 +01:00
margin: 0
padding: 0
li
color: #444
margin: 0
padding: 0
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
.event
2014-12-28 15:27:28 +01:00
padding-left: 0.2em
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
&:hover
color: black
2014-12-28 15:27:28 +01:00
font-weight: bolder
2013-12-28 23:45:13 +01:00
.formats
float: right
2013-12-28 23:45:13 +01:00
font-size: smaller
margin-right: 5%
padding-right: 2px
2013-12-29 23:25:38 +01:00
a#banner
float: left
margin-left: 5%
padding-left: 2px
body.events.show main, body.orgas.show main
padding: 1em
max-width: 60em
+box-shadow(1px 1px 5px gray)
+border-radius(0.4em)
h2
margin-top: 1em
#advises
border: 1px solid #FFB578
padding-left: 10px
padding-right: 10px
margin-bottom: 1.2em
background-color: #ffe0c7
h1
font-size: 1.9em
font-weight: normal
a
color: #8F4900
.description, body.mce-content-body
img
margin-left: 1%
margin-right: 1%