/* line 37, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_layout.scss */
.aside {
display: block;
+ background: #fff;
+ padding: 1rem .5rem;
+ margin-bottom: 3rem;
}
/**
select[multiple=multiple]:focus,
textarea:focus {
border-color: #798d8f;
- border-left: 0.33333rem solid #e8ca88;
box-shadow: 0;
outline: none;
}
/* line 6, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__name {
margin: 0 0 1rem;
+ font-size: 1.2rem;
+}
+
+/* line 11, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+.event__description {
+ padding-bottom: 1em;
+ border-bottom: 1px solid #bdc3c7;
+ margin-bottom: 1em;
}
-/* line 10, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 17, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta {
display: inline-block;
*display: inline;
*zoom: 1;
text-align: right;
- padding: .3rem;
- border: 1px solid #ecf0f1;
- color: black;
+ font-family: "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
-/* line 20, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+/* line 28, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
.event__meta:before {
content: '\f041';
font-family: "Font-Awesome";
vertical-align: middle;
margin-right: .6rem;
font-size: 2rem;
- color: #d7a433;
+ color: rgba(232, 202, 136, 0.5);
+}
+
+/* line 41, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/event-card.scss */
+.event__detail,
+.event__detail a {
+ text-align: right;
+ color: #555;
}
/* line 5, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/hero-slider.scss */
.user__panel {
margin: 1rem auto;
padding: .5rem 1rem;
- background: #fff;
+ background: #f9f0dd;
}
@media (min-width: 769px) {/* line 140, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_forms.scss */
.sticked-form {
.aside {
float: left;
width: 30%;
- padding: 0 .5rem;
}/* line 149, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_forms.scss */
.sticked-form input {
width: 60%;
.event__name {
margin: 0 0 1rem;
+ font-size: 1.2rem;
+}
+
+.event__description {
+ padding-bottom: 1em;
+ border-bottom: 1px solid $gray;
+ margin-bottom: 1em;
}
.event__meta {
*display: inline;
*zoom: 1;
text-align: right;
+ font-family: $header_font_family;
- padding: .3rem;
+ // padding: .3rem;
// background: $main_color;
- border: 1px solid $gray_light;
- color: black;
+ // border: 1px solid $gray_light;
+ // color: black;
&:before {
content: '\f041';
font-family: $icon-font;
vertical-align: middle;
margin-right: .6rem;
font-size: 2rem;
- color: darken($main_color, 20);
+ color: transparentize($main_color, .5);
}
}
+.event__detail,
+.event__detail a {
+ text-align: right;
+ color: $base_font_color;
+}
+
// f041
\ No newline at end of file
{% block event_list_event_content %}
{% editable event.content %}
- {{ event.description_from_content|safe }}
+ <div class="event__description">
+ {{ event.description_from_content|safe }}
+ </div>
{% endeditable %}
{% endblock %}
{% endblock %}
{% block event_list_event_links %}
-<div class="event-list-detail">
+<div class="event__detail">
{% keywords_for event as tags %}
{% if tags %}
<ul class="list-inline tags">