From 493b74999d023360f47f4beaa8b318708a494145 Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Fri, 14 Feb 2014 17:51:35 -0300 Subject: [PATCH] updating theme --- style.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 6b763fb..3cbfa80 100644 --- a/style.css +++ b/style.css @@ -551,6 +551,47 @@ p { /* fim de comentário*/ +/*paginação*/ + +.pagination { +} + +#content .pagination a { + background-image: url("images/bg-paginacao.png"); + background-repeat: no-repeat; + border-bottom: 0 none; + color: white; + display: inline-block; + font-size: medium; + font-weight: bold; + height: 35px; + padding-top: 4px; + text-decoration: none; + width: 35px; +} + +.pagination .current { + background: url("images/bg-paginacao-preto.png") no-repeat center top transparent; + background-repeat: no-repeat; + border-bottom: 0 none; + color: white; + display: inline-block; + font-size: medium; + font-weight: bold; + height: 35px; + padding-top: 4px; + text-decoration: none; + width: 35px; +} +#content #article .pagination .next_page, +#content #article .pagination .prev_page{ + background-image: none; + color: #ccc; + width: auto; +} + +/*fim paginação*/ + /*Display Content na página inicial*/ .action-home-index #content .display-content-block .block-inner-2, -- libgit2 0.21.2