/** CUSTOM FONTS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800');
/** GLOBAL CONFIGURATION */
body {
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
- font-weight: 700;
+ font-weight: 600;
color: #336791;
/*margin: 0 0 0.5em 0;*/
}
}
b, strong, th {
- font-weight: 700;
+ font-weight: 600;
color: #474747 !important;
}
margin-bottom: 0;
}
+.nav-item > a {
+ font-weight: 400;
+}
+
.logo {
height: 2rem;
margin-left: 5px;
#pgSideNav a {
color: #336791;
+ font-weight: normal;
}
#pgSideNav ul {
*/
.docs-version-selected {
- font-weight: 900;
+ font-weight: 600;
text-decoration: underline;
}
background-color: #f8f9fa;
border-radius: .25rem;
margin: .6rem 0;
- font-weight: 300;
+ font-weight: 400;
}
#docContent .note pre,
#docContent .USERINPUT > code,
#docContent .userinput > code {
- font-weight: bolder;
+ font-weight: 600;
}
#docContent .REPLACEABLE,
#docContent tt.REPLACEABLE,
#docContent .replaceable {
- font-weight: 900;
+ font-weight: 800;
font-style: italic;
}
#docContent .REPLACEABLE > code,
#docContent .replaceable > code {
- font-weight: 900;
+ font-weight: 800;
}
/**
#docContent .TABLE,
#docContent .TABLE b {
color: #336791 !important;
- font-weight: 900;
+ font-weight: 600;
}
#docContent table.table,
#docContent .TOC tt, #docContent .TOC dt a,
#docContent .toc tt, #docContent .toc dt a {
- font-weight: 300!important;
+ font-weight: 400;
}
#docContent .TOC dd, #docContent .TOC dl,
#docContent .VARIABLELIST dt,
#docContent .variablelist dt {
font-family: monospace;
- font-weight: 300;
+ font-weight: 400;
}
#docContent .VARIABLELIST dt,
#docContent .variablelist dt {
font-family: monospace;
- font-weight: 300;
+ font-weight: 400;
}
#docContent .variablelist dd {
#pgContentWrap .newseventwrap h3 {
font-size: 1.0em;
}
+#pgContentWrap strong.event-highlight {
+ font-weight: 600;
+}
hr.eventseparator {
width: 80%;
margin-bottom: 1em;
/** NAVBAR */
.nav-item > a {
font-size: 0.95rem;
- font-weight: 600;
}
}
@media (max-width: 575px) {
{% endif %}
<a href="/about/event/{{event.title|slugify}}-{{event.id}}/">{{event.title}}</a>
</div>
-<div>Date: <strong>{{event.displaydate|safe}}</strong></div>
-<div>Location: <strong>{{event.locationstring}}</strong></div>
-{%if event.language%}<div>Language: <strong>{{event.language}}</strong></div>{%endif%}
+<div>Date: <strong class="event-highlight">{{event.displaydate|safe}}</strong></div>
+<div>Location: <strong class="event-highlight">{{event.locationstring}}</strong></div>
+{%if event.language%}<div>Language: <strong class="event-highlight">{{event.language}}</strong></div>{%endif%}
<div class="newseventwrap">
{{event.summary|markdown|striptags}}
</div>