diff --git a/cabecalho-cinza-theme.css b/cabecalho-cinza-theme.css index 31c94a5..fbd63ca 100644 --- a/cabecalho-cinza-theme.css +++ b/cabecalho-cinza-theme.css @@ -1,5 +1,22 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans); +a:link, #content a:link, dl.portlet a:link { + color: #2c67cd; + /*border-bottom: none;*/ +} + +a:visited, #content a:visited, dl.portlet a:visited { + color:#2c66ce; /*#2c67cd;*/ +} + +#content a:hover, dl.portlet a:hover { + color: #000; +} + +#category-ajax-selector .select-subcategory-link:hover { + color: #fff; +} + #theme-header{} #header { @@ -129,7 +146,7 @@ background-repeat: no-repeat; text-decoration: none; padding: 4px 0 4px 10px; text-transform: uppercase; - font-family: 'Open Sans', Arial, Helvetica, sans-serif; + font-family: 'open_sansregular', Arial, Helvetica, sans-serif; } #portal-siteactions a:hover { diff --git a/pagina_software.css b/pagina_software.css index 7fda13b..83bb28d 100644 --- a/pagina_software.css +++ b/pagina_software.css @@ -34,21 +34,81 @@ border: none; }*/ -#download_spb{ - text-align: left; +/* BOX DOWNLOAD */ + +#download_spb { + /*text-align: left; border:1px solid #c0c1c1; border-radius: 8px; + padding:10px;*/ + width: 90%; - padding:10px; + + padding: 15px 20px 30px 15px; + border-radius: 4px; + background-image: -o-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%); + background-image: -moz-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%); + background-image: -ms-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%); + background-image: linear-gradient(-179deg, #0099FF 0%, #3E67B1 100%); + +} + +#download_spb h2{ + font-family: open_sansbold; + font-size: 28px; + color: #ECEDF1; + margin-top: 0px; +} + +#download_spb spam { + font-family: open_sansbold; + font-size: 13px; + color: #ECEDF1; + text-decoration:none; +} + +#download_spb a, +#download_spb a:visited, +#download_spb a:link { + font-family: open_sansbold; + font-size: 18px; + color: #FFFFFF; + text-decoration:none; + margin-right: 10px; } -span.req_spb{ - padding:5px; + +#download_spb:hover {background: #0099FF;} + +#download_spb:hover h2, #download_spb:hover spam {color: #8ECBF7;} + +#content #download_spb:hover a { + text-decoration:underline; + color: #FFFFFF; + } + +/* Requisitos */ + +#content span.req_spb a, +#content span.req_spb a:visited, +#content span.req_spb a:link, +#content span.nov_spb a, +#content span.nov_spb a:visited, +#content span.nov_spb a:link { + font-family: open_sansregular; + font-size: 14px; + color: #ECEDF1; + text-decoration:underline; } -span.nov_spb { + +#content span.req_spb, #content span.nov_spb { padding: 5px; } +#content span.req_spb a:hover , #content span.nov_spb a:hover { + color: #8ECBF7;; +} + /*Static block for box3*/ #content .box-1 .tags-block .block-inner-2 .block-title{ font-size: 15px; diff --git a/style.css b/style.css index d77164e..9fb1c64 100644 --- a/style.css +++ b/style.css @@ -170,23 +170,6 @@ h1, h2, h3, h4, h5, h6 { top: 50%; } -a:link, #content a:link, dl.portlet a:link { - color: #2c67cd; - /*border-bottom: none;*/ -} - -a:visited, #content a:visited, dl.portlet a:visited { - color:#2c66ce; /*#2c67cd;*/ -} - -#content a:hover, dl.portlet a:hover { - color: #000; -} - -#category-ajax-selector .select-subcategory-link:hover { - color: #fff; -} - body div.overlaybg div.close, body div.overlay div.close { right: -14px; -- libgit2 0.21.2