From e54fc6a4845914ca05235128e9e7a720b5d80132 Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrionuevo da Luz" Date: Mon, 16 Jun 2014 20:32:53 -0300 Subject: [PATCH] implementado issue #91 --- theme/static/css/custom.css | 21 +++++++++++++++++++++ theme/templates/article.html | 13 +++++++++++++ 2 files changed, 34 insertions(+) diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index b9f4f4c90..46d143ce7 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -36,3 +36,24 @@ code { padding: 0; font-family: Consolas, "Liberation Mono", Courier, monospace; } + + +.doeaoautor { + text-align: center; + background: rgba(244, 255, 246, 0.97); + border-top: 2px solid #ccc; + border-bottom: 2px solid #ccc; + margin: 1.5em 10px; + padding: 0.5em 10px; + quotes: "\201C""\201D""\2018""\2019"; +} + +.licence { + text-align: center; + background: rgba(244, 255, 246, 0.97); + border-top: 2px solid #ccc; + border-bottom: 2px solid #ccc; + margin: 1.5em 10px; + padding: 0.5em 10px; + quotes: "\201C""\201D""\2018""\2019"; +} diff --git a/theme/templates/article.html b/theme/templates/article.html index d30d1fc9e..323538014 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -124,6 +124,19 @@

{{ article.title }}

{{ article.content }} + +
+ Licença Creative Commons
"{{ article.title }}" de "{{ article.author }}" está licenciado com uma Licença + Creative Commons - + Atribuição-NãoComercial-SemDerivações 4.0 Internacional. +
+