}
/* line 134, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
+.share__button {
+ display: block;
+ text-align: center;
+ margin: 2rem auto;
+}
+
+/* line 140, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
.btn-twitter {
background: #55acee;
color: white;
border-color: #2795e9;
+ margin: 0 1rem;
}
-/* line 138, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
+/* line 145, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
.btn-twitter:hover {
background-color: #2795e9;
}
-/* line 143, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
+/* line 150, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
.btn-facebook {
background: #3b5998;
color: white;
border-color: #2d4373;
+ margin: 0 1rem;
}
-/* line 147, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
+/* line 155, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/base/_buttons.scss */
.btn-facebook:hover {
background-color: #2d4373;
}
display: inline-block;
*display: inline;
*zoom: 1;
+ color: white;
font: 700 1rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 1.3rem 0 0.5rem;
padding: .2rem 0;
- border-top: 1px solid #000;
- border-bottom: 1px solid #000;
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #fff;
}
-/* line 17, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
+/* line 18, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */
.sidebar__entry {
font-size: 1rem;
margin: 0;
- line-height: 1.4;
+ line-height: 1.6;
+ color: #555;
+ font: 400 0.85rem "Interstate", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 5, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_menu-toggle.scss */
color: #555;
}
+/* line 5, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/pager.scss */
+.pager {
+ display: block;
+ margin: 3rem auto;
+}
+
+/* line 10, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/pager.scss */
+.pager__item--before,
+.pager__item--after {
+ display: block;
+ text-transform: uppercase;
+}
+
/* line 5, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/modules/hero-slider.scss */
.hero__slider__item {
display: block;
}
// Social buttons
+.share__button {
+ display: block;
+ text-align: center;
+ margin: 2rem auto;
+}
+
.btn-twitter {
background: $color-twitter;
color: white;
border-color: darken($color-twitter , 10);
+ margin: 0 1rem;
&:hover {
background-color: darken($color-twitter , 10);
}
background: $color-facebook;
color: white;
border-color: darken($color-facebook , 10);
+ margin: 0 1rem;
&:hover {
background-color: darken($color-facebook , 10);
}
-}
\ No newline at end of file
+}
display: inline-block;
*display: inline;
*zoom: 1;
+ color: white;
font: $bold 1rem $base_font_family;
margin: 1.3rem 0 0.5rem;
padding: .2rem 0;
- border-top: 1px solid #000;
- border-bottom: 1px solid #000;
+ border-top: 1px solid #fff;
+ border-bottom: 1px solid #fff;
}
.sidebar__entry {
font-size: 1rem;
margin: 0;
- line-height: 1.4;
- // color: $gray_dar;
+ line-height: 1.6;
+ color: $gray_darker;
+ font: $regular .85rem $base_font_family;
}
\ No newline at end of file
'modules/event-card',
+ 'modules/pager',
+
'modules/hero-slider',
'modules/user';
\ No newline at end of file
--- /dev/null
+// ****************************************************************
+// _Pager
+// ****************************************************************
+
+.pager {
+ display: block;
+ margin: 3rem auto
+}
+
+.pager__item--before,
+.pager__item--after {
+ display: block;
+ text-transform: uppercase;
+}
\ No newline at end of file
</p>
{% endblock %}
-{% block event_detail_calendar %}
-<p><a href='{{ event|google_calendar_url }}' target="_blank" class="">
- Add to Google Calendar
-</a>
-<a href='{% icalendar_url %}' class="">
- Add to Outlook/iCal
-</a></p>
-{% endblock %}
-
{% block event_detail_featured_image %}
{% if settings.EVENT_USE_FEATURED_IMAGE and event.featured_image %}
<p>
{% endeditable %}
{% endblock %}
+{% block event_detail_sharebuttons %}
+{% set_short_url_for event %}
+<div class="share__button">
+ <a class="btn btn-facebook" target="_blank" href="http://facebook.com/sharer.php?u={{ request.build_absolute_uri }}&t={{ event.title|urlencode }}">{% trans "Share on Facebook" %}</a>
+ <a class="btn btn-twitter" target="_blank" href="http://twitter.com/home?status={{ event.short_url|urlencode }}%20{{ event.title|urlencode }}">{% trans "Share on Twitter" %}</a>
+</div>
+{% endblock %}
+
{% if event.location %}
{% block event_detail_location %}
{% editable event.location %}
-<div class="event__card--alt">
+<div class="event__card">
<p>
{{ event.location.address|linebreaksbr }}<br />
<a href="{{ event|google_nav_url }}" target="_blank" class="">
{% endblock %}
{% endcomment %}
-{% block event_detail_sharebuttons %}
-{% set_short_url_for event %}
-<div class="share__button">
- <a class="btn btn-twitter" target="_blank" href="http://twitter.com/home?status={{ event.short_url|urlencode }}%20{{ event.title|urlencode }}">{% trans "Share on Twitter" %}</a>
- <a class="btn btn-facebook" target="_blank" href="http://facebook.com/sharer.php?u={{ request.build_absolute_uri }}&t={{ event.title|urlencode }}">{% trans "Share on Facebook" %}</a>
-</div>
+{% block event_detail_calendar %}
+<p>
+ <a href='{{ event|google_calendar_url }}' target="_blank" class="btn btn-small">
+ Add to Google Calendar
+ </a>
+ <a href='{% icalendar_url %}' class="btn btn-small">
+ Add to Outlook/iCal
+ </a>
+</p>
{% endblock %}
{% block event_previous_next %}
-<ul class="pager">
-{% with event.get_previous_by_publish_date as previous %}
-{% if previous %}
-<li class="previous">
- <a href="{{ previous.get_absolute_url }}">← {{ previous }}</a>
-</li>
-{% endif %}
-{% endwith %}
-{% with event.get_next_by_publish_date as next %}
-{% if next %}
-<li class="next">
- <a href="{{ next.get_absolute_url }}">{{ next }} →</a>
-</li>
-{% endif %}
-{% endwith %}
+<ul class="split-container pager">
+ {% with event.get_previous_by_publish_date as previous %}
+ {% if previous %}
+ <li class="split-left">
+ <a href="{{ previous.get_absolute_url }}" class="pager__item--before">← {{ previous }}</a>
+ </li>
+ {% endif %}
+ {% endwith %}
+
+ {% with event.get_next_by_publish_date as next %}
+ {% if next %}
+ <li class="split-right">
+ <a href="{{ next.get_absolute_url }}" class="pager__item--after">{{ next }} →</a>
+ </li>
+ {% endif %}
+ {% endwith %}
</ul>
{% endblock %}
{% endeditable %}
{% endblock %}
+ {% block event_list_event_metainfo %}
+ {% include "agenda/includes/event_metainfo.html" %}
+ {% for child in event.children.all %}
+ {% with child as event %}
+ {% include "agenda/includes/event_metainfo.html" %}
+ {% endwith %}
+ {% endfor %}
+ {% endblock %}
+
{% if settings.EVENT_USE_FEATURED_IMAGE and event.featured_image %}
{% block event_list_event_featured_image %}
<a href="{{ event.get_absolute_url }}">
{% endeditable %}
{% endblock %}
- {% block event_list_event_metainfo %}
- {% include "agenda/includes/event_metainfo.html" %}
- {% for child in event.children.all %}
- {% with child as event %}
- {% include "agenda/includes/event_metainfo.html" %}
- {% endwith %}
- {% endfor %}
- {% endblock %}
-
{% block event_list_event_links %}
<div class="event__detail">
{% keywords_for event as tags %}