From b734e0146ed45a93ef2b7c04a9988942711ce9ec Mon Sep 17 00:00:00 2001 From: Arthur Del Esposte Date: Sat, 6 Jun 2015 11:00:28 -0300 Subject: [PATCH] Add event style --- pagina-artigos.css | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 59 insertions(+), 3 deletions(-) diff --git a/pagina-artigos.css b/pagina-artigos.css index 53486a0..2d1373e 100644 --- a/pagina-artigos.css +++ b/pagina-artigos.css @@ -126,7 +126,7 @@ hr { } ol li { - margin-bottom: 5px; + margin-bottom: 5px; } .voltar-ao-topo { @@ -139,7 +139,7 @@ ol li { padding-left: 20px; background: url(images/voltar-topo.png) no-repeat left center !important; color: #777 !important; - font-size: 15px; + font-size: 15px; } .ancor { @@ -255,7 +255,7 @@ ol li { padding-bottom: 25px; padding-left: 1px; font-family:"open_sansregular", Arial; - + } .news_principal_block { @@ -393,3 +393,59 @@ color: #F91461; color: #172938; text-decoration: none; } + +/* Events */ + +.event-card { + border-top: 1px dotted #D3D6D3; + background-repeat: no-repeat; + width: 494px; + height: 116px; + margin-bottom: 30px; +} + +.event-image { + border-right: 1px dotted #D3D6DE; +} + +.about-event > span { + font-family: arial; + line-height: 13px; +} + +.about-event .event-date { + font-weight: bold; + letter-spacing: 0.49px; +} + +.about-event .event-address { + margin-top: 19px; +} + +.about-event .event-address span { + margin-top: 4.4px; + line-height: 14px; + letter-spacing: 0.5px; +} + +.event-link { + letter-spacing: 0.48px; +} + +.event-link a { + text-decoration: underline; +} + +.article .article-body .event-body .event-lead p { + font-size: 16px; + font-family: Arial; + font-weight: bold; + letter-spacing: -0.4px; + line-height: 21px; +} + +.event-body .event-content p { + font-size: 15px; + font-family: Arial; + line-height: 22px; +} -- libgit2 0.21.2