From c14f848d9e9328388e9b0165d9a38c9180d23e03 Mon Sep 17 00:00:00 2001 From: Eduardo Junior <edujrrib@gmail.com> Date: Sun, 20 Mar 2016 00:01:36 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20defini=C3=A7=C3=B5es=20de=20customiz?= =?UTF-8?q?a=C3=A7=C3=A3o=20para=20cabe=C3=A7alho=20da=20aplica=C3=A7?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inst/ShinyApps/labestDataView/palatino.css | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/inst/ShinyApps/labestDataView/palatino.css b/inst/ShinyApps/labestDataView/palatino.css index 3f1616d..1106bd1 100644 --- a/inst/ShinyApps/labestDataView/palatino.css +++ b/inst/ShinyApps/labestDataView/palatino.css @@ -445,6 +445,30 @@ hr.white { } } +/* + ----------------------------------------------------------------------------- + Customização para títulos no cabeçalho + ----------------------------------------------------------------------------- + */ + +h1.title { + color: #333; + background-color: #fff; + font-weight: bold; + font-size: 1.8em; + text-align: center; + margin-bottom: -0.4em; +} + +h2.title { + color: #6B6B6B; + background-color: #fff; + font-style: italic; + font-size: 1.3em; + text-align: center; + padding: 0px; +} + /* ----------------------------------------------------------------------------- Customização bootstrap: -- GitLab