Browse Source

typographic detail changes in the agenda

master
mb@mb 6 years ago
parent
commit
322ae1f40b
  1. 4
      content/pages/agenda.md
  2. 17
      theme/wttf/static/main.css

4
content/pages/agenda.md

@ -3,7 +3,7 @@ slug: agenda
##Upcoming events ##Upcoming events
### Friday, June 1st 2018 ### Friday, June 1st 2018
**['The Ecosystem Is Moving'](/conversations-gultsch.html)** **['The Ecosystem Is Moving'](/conversations-gultsch.html)**
@ -11,7 +11,7 @@ An evening on XMPP, federated chat and Conversations with Daniel Gultsch.
Start: 20:00h Start: 20:00h
### Saturday, June 2nd 2018 ### Saturday, June 2nd 2018
**['The Ecosystem Is Moving'](/conversations-gultsch.html) - worksession** **['The Ecosystem Is Moving'](/conversations-gultsch.html) - worksession**

17
theme/wttf/static/main.css

@ -171,22 +171,25 @@ header{
#content{ #content{
margin-bottom:5em; margin-bottom:5em;
} }
#agenda{ #agenda{
width: calc(50% - 6em); width: calc(50% - 6.5em);
float: left; float: left;
padding: 2em; padding: 1em 1.5em 2em 4em;
margin:0 0 2em 0; margin:0 0 2em 0;
background-color: #6ade4e; background-color: #6ade4e;
color:#3c0e02; color:#3c0e02;
border-radius: 15px; border-radius: 15px;
} }
#agenda hr{ #agenda h2{
margin:2em 0; margin-bottom:-1em;
border-color:#3c0e02;
} }
#agenda h3{ #agenda h3{
margin-top:2em; margin:2em 0 0.5em 0;
}
#agenda h3:before{
content:'⟿';
margin-left:-1.8em;
padding-right: 0.5em;
} }
#agenda strong{ #agenda strong{
font-family: "headers"; font-family: "headers";

Loading…
Cancel
Save