Commit ccde69dd562f3803281c5008407fa96564923106

Authored by Sidney Ricardo
1 parent e2f08f02

New download box design at software page.

cabecalho-cinza-theme.css
1 @import url(http://fonts.googleapis.com/css?family=Open+Sans); 1 @import url(http://fonts.googleapis.com/css?family=Open+Sans);
2 2
  3 +a:link, #content a:link, dl.portlet a:link {
  4 + color: #2c67cd;
  5 + /*border-bottom: none;*/
  6 +}
  7 +
  8 +a:visited, #content a:visited, dl.portlet a:visited {
  9 + color:#2c66ce; /*#2c67cd;*/
  10 +}
  11 +
  12 +#content a:hover, dl.portlet a:hover {
  13 + color: #000;
  14 +}
  15 +
  16 +#category-ajax-selector .select-subcategory-link:hover {
  17 + color: #fff;
  18 +}
  19 +
3 #theme-header{} 20 #theme-header{}
4 21
5 #header { 22 #header {
@@ -129,7 +146,7 @@ background-repeat: no-repeat; @@ -129,7 +146,7 @@ background-repeat: no-repeat;
129 text-decoration: none; 146 text-decoration: none;
130 padding: 4px 0 4px 10px; 147 padding: 4px 0 4px 10px;
131 text-transform: uppercase; 148 text-transform: uppercase;
132 - font-family: 'Open Sans', Arial, Helvetica, sans-serif; 149 + font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
133 } 150 }
134 151
135 #portal-siteactions a:hover { 152 #portal-siteactions a:hover {
pagina_software.css
@@ -34,21 +34,81 @@ border: none; @@ -34,21 +34,81 @@ border: none;
34 34
35 }*/ 35 }*/
36 36
37 -#download_spb{  
38 - text-align: left; 37 +/* BOX DOWNLOAD */
  38 +
  39 +#download_spb {
  40 + /*text-align: left;
39 border:1px solid #c0c1c1; 41 border:1px solid #c0c1c1;
40 border-radius: 8px; 42 border-radius: 8px;
  43 + padding:10px;*/
  44 +
41 width: 90%; 45 width: 90%;
42 - padding:10px; 46 +
  47 + padding: 15px 20px 30px 15px;
  48 + border-radius: 4px;
  49 + background-image: -o-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%);
  50 + background-image: -moz-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%);
  51 + background-image: -ms-linear-gradient(-89deg, #0099FF 0%, #3E67B1 100%);
  52 + background-image: linear-gradient(-179deg, #0099FF 0%, #3E67B1 100%);
  53 +
  54 +}
  55 +
  56 +#download_spb h2{
  57 + font-family: open_sansbold;
  58 + font-size: 28px;
  59 + color: #ECEDF1;
  60 + margin-top: 0px;
  61 +}
  62 +
  63 +#download_spb spam {
  64 + font-family: open_sansbold;
  65 + font-size: 13px;
  66 + color: #ECEDF1;
  67 + text-decoration:none;
  68 +}
  69 +
  70 +#download_spb a,
  71 +#download_spb a:visited,
  72 +#download_spb a:link {
  73 + font-family: open_sansbold;
  74 + font-size: 18px;
  75 + color: #FFFFFF;
  76 + text-decoration:none;
  77 + margin-right: 10px;
43 } 78 }
44 79
45 -span.req_spb{  
46 - padding:5px; 80 +
  81 +#download_spb:hover {background: #0099FF;}
  82 +
  83 +#download_spb:hover h2, #download_spb:hover spam {color: #8ECBF7;}
  84 +
  85 +#content #download_spb:hover a {
  86 + text-decoration:underline;
  87 + color: #FFFFFF;
  88 + }
  89 +
  90 +/* Requisitos */
  91 +
  92 +#content span.req_spb a,
  93 +#content span.req_spb a:visited,
  94 +#content span.req_spb a:link,
  95 +#content span.nov_spb a,
  96 +#content span.nov_spb a:visited,
  97 +#content span.nov_spb a:link {
  98 + font-family: open_sansregular;
  99 + font-size: 14px;
  100 + color: #ECEDF1;
  101 + text-decoration:underline;
47 } 102 }
48 -span.nov_spb { 103 +
  104 +#content span.req_spb, #content span.nov_spb {
49 padding: 5px; 105 padding: 5px;
50 } 106 }
51 107
  108 +#content span.req_spb a:hover , #content span.nov_spb a:hover {
  109 + color: #8ECBF7;;
  110 +}
  111 +
52 /*Static block for box3*/ 112 /*Static block for box3*/
53 #content .box-1 .tags-block .block-inner-2 .block-title{ 113 #content .box-1 .tags-block .block-inner-2 .block-title{
54 font-size: 15px; 114 font-size: 15px;
@@ -170,23 +170,6 @@ h1, h2, h3, h4, h5, h6 { @@ -170,23 +170,6 @@ h1, h2, h3, h4, h5, h6 {
170 top: 50%; 170 top: 50%;
171 } 171 }
172 172
173 -a:link, #content a:link, dl.portlet a:link {  
174 - color: #2c67cd;  
175 - /*border-bottom: none;*/  
176 -}  
177 -  
178 -a:visited, #content a:visited, dl.portlet a:visited {  
179 - color:#2c66ce; /*#2c67cd;*/  
180 -}  
181 -  
182 -#content a:hover, dl.portlet a:hover {  
183 - color: #000;  
184 -}  
185 -  
186 -#category-ajax-selector .select-subcategory-link:hover {  
187 - color: #fff;  
188 -}  
189 -  
190 body div.overlaybg div.close, 173 body div.overlaybg div.close,
191 body div.overlay div.close { 174 body div.overlay div.close {
192 right: -14px; 175 right: -14px;