From c61d5332b69cd65d472ecaa21ecabd58223933b0 Mon Sep 17 00:00:00 2001 From: julianahilario Date: Fri, 13 Feb 2015 14:19:21 -0200 Subject: [PATCH] Version 2 block donwnlod software for page software --- images/download-icon.png | Bin 0 -> 397 bytes pagina_software.css | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 147 insertions(+), 0 deletions(-) create mode 100644 images/download-icon.png diff --git a/images/download-icon.png b/images/download-icon.png new file mode 100644 index 0000000..e47f2a3 Binary files /dev/null and b/images/download-icon.png differ diff --git a/pagina_software.css b/pagina_software.css index dfc1634..8087cb4 100644 --- a/pagina_software.css +++ b/pagina_software.css @@ -147,7 +147,135 @@ border: none; #content span.req_spb a:hover , #content span.nov_spb a:hover, #content span.licensed a:hover { color: #8ECBF7; } +/************Bloco de Software**************/ +#download-block-2{ + border:1px solid #D3D6DE; + border-radius: 10px; + /*width: 490px;*/ + margin: 0px 15px; +} + +#download_spb-2{ + font-family: arial; + /*border-bottom: 1px solid #ccc;*/ + background-color: #D3D6DE; + border-top-left-radius:8px; + border-top-right-radius:8px; + padding:3px 11px; +} + +#download_spb h3{ + margin:6px 0px 2px 10px; +} + +#download-info-1, +#download-info-2, +#download-info-3{ + /*padding: 20px 15px 20px 15px;*/ + padding:30px 10px 30px 10px; + clear: both; + border-top: 1px solid #D3D6DE; +} + +#download-info-2{ + background: #ECEDF1; +} + +#version01{ + /*background-image:url("download-icon.png"); + background-repeat: no-repeat;*/ + /*border:1px solid #2c66ce;/*#5E82C6;*/ + /*border-radius: 8px; + /*background-color: #2c66ce;/*#5E82C6;*/ + /*padding: 20px 10px; + width:40px;*/ + float:left; + margin-right: 20px; + +} + + +#image-download{ + background-color: #2c66ce;/*#5E82C6;*/ + border:1px solid #2c66ce;/*#5E82C6;*/ + border-top-right-radius:8px; + border-top-left-radius: 8px; + background-image: url("images/download-icon.png"); + background-repeat: no-repeat; + background-position: 15px; + padding: 10px 15px; /*5px 10px;*/ + margin: 0px 9px; + width: 45px; + height: 33px; + display:block; +} + +#size-download{ + text-align:center; + color:#ffffff; + font-size: 12px; + background-color: #1a397d; /*#3E67B1;*/ + border:1px solid #1a397d; + border-bottom-right-radius: 8px; + border-bottom-left-radius: 8px; + width: 45px; + height: 17px; + padding:3px 22px; + margin:0px 9px; + line-height: 20px; +} + +/* +#version01{ + border:1px solid blue; + border-radius: 8px; + /*background-color: blue; + padding: 20px 10px; + width:40px; + float:left; + margin-right: 20px; + +}*/ + +#info-software-download{ + position: relative; + margin: 5px 0px 0px 100px; +} + +.download-name{ + font-weight: bold; + display: block; +} +.download-system{ + font-size: 12px; + display: block; + +} + +.req_min_spb{ + font-size: 11px; +} + +.req_min_spb a{ + line-height: 40px; + color:#3E67B1; +} + +#licensed-software{ + border-top: 1px solid #D3D6DE; + background-color: #D3D6DE; + text-align: right; + padding:15px; + border-bottom-right-radius:8px; + border-bottom-left-radius:8px; + font-size: 12px; +} +#licensed-software a{ + color: #3e67b1; +} + +/**************fim do bloco de software versao 2**********/ /************* Artigos ****************/ @@ -374,4 +502,23 @@ border: text-decoration:none; } +/*****Bloco Information software -area 3 *************/ +/* +#content .box-3 #col-software-name h1{ + font-size:14px; +} + +#content .box-3 #col-software-name B{ + display:none; +} + +#content .box-3 #software-information-block-table td#col-software-name { + display: block; + padding-top: 16px; + position: absolut; + float:right; + width: 90px; +} +*/ +/****************Fim bloco Software information -area 3****************/ \ No newline at end of file -- libgit2 0.21.2