Commit 0bdac726d02b5e29070d4d3f25112135aa1b47c9

Authored by Gustavo Cruz
1 parent 26d3c980

updating theme

Showing 1 changed file with 228 additions and 25 deletions   Show diff stats
@@ -168,6 +168,22 @@ p { @@ -168,6 +168,22 @@ p {
168 /*margin: 0;*/ 168 /*margin: 0;*/
169 } 169 }
170 170
  171 +.action-content_viewer-view_page #content .box-1 .block-title {
  172 + background: url("images/bg-titulo-interno.png") repeat-x scroll 0 0 #FFF;
  173 + border-bottom: medium none;
  174 + border-top: 0px solid #757575;
  175 + color: #757575;
  176 + font-size: 12px;
  177 + padding: 0px;
  178 + text-align: left;
  179 + text-transform: uppercase;
  180 +}
  181 +
  182 +.action-content_viewer-view_page #content .box-1 .block-title span{
  183 + background-color: #fff;
  184 + background-image: none;
  185 + padding: 0 1em 0 0;
  186 +}
171 187
172 /**/ 188 /**/
173 189
@@ -313,7 +329,7 @@ p { @@ -313,7 +329,7 @@ p {
313 329
314 #content .profile-info-options input.button:hover, 330 #content .profile-info-options input.button:hover,
315 #content .profile-info-options a.button:hover { 331 #content .profile-info-options a.button:hover {
316 - background-color: #dfdfdf; 332 + background-color: #ccc;
317 border: 0px solid #CCC; 333 border: 0px solid #CCC;
318 } 334 }
319 335
@@ -487,6 +503,19 @@ p { @@ -487,6 +503,19 @@ p {
487 min-height: 100%; 503 min-height: 100%;
488 } 504 }
489 505
  506 +/*btn comentários*/
  507 +
  508 +#content .blog-post .short-post .read-more a{
  509 + text-decoration: none;
  510 + background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD;
  511 + border: 1px solid #CCC;
  512 + border-radius: 5px;
  513 + color: #666;
  514 + font-weight: bold;
  515 + padding: 0.5em 1em;
  516 + text-decoration: none;
  517 +}
  518 +
490 .comment-info { 519 .comment-info {
491 line-height: 1em; 520 line-height: 1em;
492 margin-top: 5px; 521 margin-top: 5px;
@@ -573,7 +602,7 @@ p { @@ -573,7 +602,7 @@ p {
573 border-bottom: 0 none; 602 border-bottom: 0 none;
574 color: white; 603 color: white;
575 display: inline-block; 604 display: inline-block;
576 - font-size: medium; 605 + font-size: 16px;
577 font-weight: bold; 606 font-weight: bold;
578 height: 35px; 607 height: 35px;
579 padding-top: 4px; 608 padding-top: 4px;
@@ -587,7 +616,7 @@ p { @@ -587,7 +616,7 @@ p {
587 border-bottom: 0 none; 616 border-bottom: 0 none;
588 color: white; 617 color: white;
589 display: inline-block; 618 display: inline-block;
590 - font-size: medium; 619 + font-size: 16px;
591 font-weight: bold; 620 font-weight: bold;
592 height: 35px; 621 height: 35px;
593 padding-top: 4px; 622 padding-top: 4px;
@@ -599,6 +628,7 @@ p { @@ -599,6 +628,7 @@ p {
599 background-image: none; 628 background-image: none;
600 color: #ccc; 629 color: #ccc;
601 width: auto; 630 width: auto;
  631 + font-size: 16px;
602 } 632 }
603 633
604 /*fim paginação*/ 634 /*fim paginação*/
@@ -1099,6 +1129,33 @@ input.button.with-text { @@ -1099,6 +1129,33 @@ input.button.with-text {
1099 text-decoration: none; 1129 text-decoration: none;
1100 } 1130 }
1101 1131
  1132 +#content #article-actions input.button,
  1133 +#content #article-actions a.button,
  1134 +#content a.button,
  1135 +#content input.button {
  1136 + background-color: transparent;
  1137 + border: 1px solid #CCCCCC;
  1138 + vertical-align: middle;
  1139 +}
  1140 +
  1141 +#content a.button.with-text {
  1142 + line-height: 28px;
  1143 + height: 30px;
  1144 + max-height: 30px;
  1145 +}
  1146 +#content form input.button.submit {
  1147 + height: 32px;
  1148 + max-height: 32px;
  1149 +}
  1150 +
  1151 +#content #article-actions input.button:hover,
  1152 +#content #article-actions a.button:hover {
  1153 + background-color: #ccc;
  1154 + border: 1px solid #CCCCCC;
  1155 + color: white;
  1156 +}
  1157 +
  1158 +
1102 #content a.button:hover { 1159 #content a.button:hover {
1103 border: 0px solid #CCCCCC; 1160 border: 0px solid #CCCCCC;
1104 } 1161 }
@@ -1212,6 +1269,18 @@ input.button.with-text { @@ -1212,6 +1269,18 @@ input.button.with-text {
1212 1269
1213 /*fim de busca*/ 1270 /*fim de busca*/
1214 1271
  1272 +
  1273 +/*lista de pendencias*/
  1274 +.task_box {
  1275 + background: none repeat scroll 0 0 #EEEEEE;
  1276 + margin-bottom: 5px;
  1277 + margin-top: 5px;
  1278 + padding: 1em;
  1279 + position: relative;
  1280 +}
  1281 +
  1282 +/*fim lista de pendencias*/
  1283 +
1215 /*nuvem de tags*/ 1284 /*nuvem de tags*/
1216 1285
1217 .action-home-index #content .tag_cloud { 1286 .action-home-index #content .tag_cloud {
@@ -1238,7 +1307,7 @@ input.button.with-text { @@ -1238,7 +1307,7 @@ input.button.with-text {
1238 1307
1239 .track_list .item_card { 1308 .track_list .item_card {
1240 background-color: #FFFAFA; 1309 background-color: #FFFAFA;
1241 - border: 0px solid #DDDDDD; 1310 + border: 1px solid #DDDDDD;
1242 display: inline-block; 1311 display: inline-block;
1243 float: left; 1312 float: left;
1244 clear: right; 1313 clear: right;
@@ -1249,6 +1318,12 @@ input.button.with-text { @@ -1249,6 +1318,12 @@ input.button.with-text {
1249 width: 214px; 1318 width: 214px;
1250 } 1319 }
1251 1320
  1321 +.action-home-index .track_list .item_card,
  1322 +.action-environment_design-index .track_list .item_card {
  1323 + border: 0px solid #DDDDDD;
  1324 +}
  1325 +
  1326 +
1252 .track_list .item_card a{ 1327 .track_list .item_card a{
1253 display: inline-block; 1328 display: inline-block;
1254 } 1329 }
@@ -1261,7 +1336,8 @@ input.button.with-text { @@ -1261,7 +1336,8 @@ input.button.with-text {
1261 .box-2 .track_list .item_card, 1336 .box-2 .track_list .item_card,
1262 .box-3 .track_list .item_card { 1337 .box-3 .track_list .item_card {
1263 margin: 10px 0px; 1338 margin: 10px 0px;
1264 - width: 188px; 1339 + /*width: 188px;*/
  1340 + width: 100%;
1265 } 1341 }
1266 1342
1267 /**/ 1343 /**/
@@ -1285,8 +1361,6 @@ input.button.with-text { @@ -1285,8 +1361,6 @@ input.button.with-text {
1285 display: table-cell; 1361 display: table-cell;
1286 height: 45px; 1362 height: 45px;
1287 } 1363 }
1288 -  
1289 -  
1290 #content .track_list .item_card .track_content .image{ 1364 #content .track_list .item_card .track_content .image{
1291 border: 1px solid #ddd; 1365 border: 1px solid #ddd;
1292 width: 196px; 1366 width: 196px;
@@ -1296,6 +1370,11 @@ input.button.with-text { @@ -1296,6 +1370,11 @@ input.button.with-text {
1296 background-color: #FFF; 1370 background-color: #FFF;
1297 position: relative; 1371 position: relative;
1298 } 1372 }
  1373 +/*imagem nos track list nos blocos laterais*/
  1374 +#content .box-2 .track_list .item_card .track_content .image,
  1375 +#content .box-3 .track_list .item_card .track_content .image {
  1376 + width: 170px;
  1377 +}
1299 1378
1300 .track_list .image img { 1379 .track_list .image img {
1301 position: absolute; 1380 position: absolute;
@@ -1331,6 +1410,12 @@ input.button.with-text { @@ -1331,6 +1410,12 @@ input.button.with-text {
1331 /**/ 1410 /**/
1332 1411
1333 /*track list Internas*/ 1412 /*track list Internas*/
  1413 +
  1414 +.track_list .item {
  1415 + border-bottom: 1px solid #DDDDDD;
  1416 + display: inline-block;
  1417 +}
  1418 +
1334 .track_list .item .track_content .lead { 1419 .track_list .item .track_content .lead {
1335 float: left; 1420 float: left;
1336 padding: 2em; 1421 padding: 2em;
@@ -1669,7 +1754,22 @@ input.button.with-text { @@ -1669,7 +1754,22 @@ input.button.with-text {
1669 margin-right: 8px; 1754 margin-right: 8px;
1670 } 1755 }
1671 1756
1672 -/*#content .tags-block .block-footer-content a, */#content .people-block .block-footer-content a, #content .profile-list-block .block-footer-content a, #content .enterprises-block .block-footer-content a, #content .members-block .block-footer-content a, #content .communities-block .block-footer-content a, #content .friends-block .block-footer-content a { 1757 +/*#content .tags-block .block-footer-content a, */
  1758 +
  1759 +.action-home-index #content .people-block .block-footer-content a,
  1760 +.action-home-index #content .profile-list-block .block-footer-content a,
  1761 +.action-home-index #content .enterprises-block .block-footer-content a,
  1762 +.action-home-index #content .members-block .block-footer-content a,
  1763 +.action-home-index #content .communities-block .block-footer-content a,
  1764 +.action-home-index #content .friends-block .block-footer-content a,
  1765 +
  1766 +.action-environment_design-index .people-block .block-footer-content a,
  1767 +.action-environment_design-index .profile-list-block .block-footer-content a,
  1768 +.action-environment_design-index .enterprises-block .block-footer-content a,
  1769 +.action-environment_design-index .members-block .block-footer-content a,
  1770 +.action-environment_design-index .communities-block .block-footer-content a,
  1771 +.action-environment_design-index .friends-block .block-footer-content a {
  1772 +
1673 background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; 1773 background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent;
1674 color: #000000; 1774 color: #000000;
1675 display: inline-block; 1775 display: inline-block;
@@ -1681,6 +1781,23 @@ input.button.with-text { @@ -1681,6 +1781,23 @@ input.button.with-text {
1681 font-family: Arial, sans-serif; 1781 font-family: Arial, sans-serif;
1682 } 1782 }
1683 1783
  1784 +#content .tags-block .block-footer-content a,
  1785 +#content .people-block .block-footer-content a,
  1786 +#content .profile-list-block .block-footer-content a,
  1787 +#content .enterprises-block .block-footer-content a,
  1788 +#content .members-block .block-footer-content a,
  1789 +#content .communities-block .block-footer-content a,
  1790 +#content .friends-block .block-footer-content a {
  1791 + background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEEEEE;
  1792 + border: 1px solid #CCCCCC;
  1793 + border-radius: 5px 5px 5px 5px;
  1794 + display: inline;
  1795 + margin: 14px 0 14px 14px;
  1796 + padding: 5px 15px;
  1797 + position: relative;
  1798 + top: 5px;
  1799 +}
  1800 +
1684 /*fim botoes ver todos*/ 1801 /*fim botoes ver todos*/
1685 1802
1686 1803
@@ -2058,19 +2175,54 @@ body.contraste .timeline a { @@ -2058,19 +2175,54 @@ body.contraste .timeline a {
2058 2175
2059 /***********Imagem de Fundo - somente na página inicial*********/ 2176 /***********Imagem de Fundo - somente na página inicial*********/
2060 2177
2061 -body.contraste #content .tags-block .block-footer-content a,  
2062 -body.contraste #content .people-block .block-footer-content a,  
2063 -body.contraste #content .profile-list-block .block-footer-content a,  
2064 -body.contraste #content .enterprises-block .block-footer-content a,  
2065 -body.contraste #content .members-block .block-footer-content a,  
2066 -body.contraste #content .communities-block .block-footer-content a,  
2067 -body.contraste #content .friends-block .block-footer-content a, 2178 +
  2179 +body.contraste #barra-psocial{
  2180 + background: url("images/barra-psocial-bg-contarste.png") repeat-x scroll left 50% #fff;
  2181 +}
  2182 +
  2183 +body.contraste #barra-psocial #cat_menu {
  2184 + background-image: url("images/logo-PS-barra-pb.png");
  2185 +}
  2186 +
  2187 +body.contraste #user a,
  2188 +body.contraste #user a strong{
  2189 + color: #ffff00;
  2190 +}
  2191 +
  2192 +body.contraste #content .box-2 .tags-block .block-footer-content a,
  2193 +body.contraste #content .box-2 .people-block .block-footer-content a,
  2194 +body.contraste #content .box-2 .profile-list-block .block-footer-content a,
  2195 +body.contraste #content .box-2 .enterprises-block .block-footer-content a,
  2196 +body.contraste #content .box-2 .members-block .block-footer-content a,
  2197 +body.contraste #content .box-2 .communities-block .block-footer-content a,
  2198 +body.contraste #content .box-2 .friends-block .block-footer-content a,
2068 body.contraste #content .more_button .view_all a, 2199 body.contraste #content .more_button .view_all a,
2069 body.contraste #content .read_more a, 2200 body.contraste #content .read_more a,
2070 body.contraste .more_button .view_all a, 2201 body.contraste .more_button .view_all a,
2071 body.contraste .read_more a 2202 body.contraste .read_more a
2072 { 2203 {
2073 - background: url("images/button-read-more-vazio-contraste.png") no-repeat scroll left 50% transparent; 2204 + background-image: none;
  2205 + background-color: #333;
  2206 + color: #ffff00;
  2207 +}
  2208 +
  2209 +body.contraste.action-home-index #content .article-block .short-post .read-more a,
  2210 +body.contraste #content .box-1 .tags-block .block-footer-content a,
  2211 +body.contraste #content .box-1 .people-block .block-footer-content a,
  2212 +body.contraste #content .box-1 .profile-list-block .block-footer-content a,
  2213 +body.contraste #content .box-1 .enterprises-block .block-footer-content a,
  2214 +body.contraste #content .box-1 .members-block .block-footer-content a,
  2215 +body.contraste #content .box-1 .communities-block .block-footer-content a,
  2216 +body.contraste #content .box-1 .friends-block .block-footer-content a,
  2217 +body.contraste #content .more_button .view_all a,
  2218 +body.contraste #content .read_more a,
  2219 +body.contraste .more_button .view_all a,
  2220 +body.contraste .read_more a
  2221 +{
  2222 + background: url("images/button-read-more-vazio-contraste.png") no-repeat scroll left 50% #333;
  2223 + color: #ffff00;
  2224 + border: 0px;
  2225 + border-radius: 0px;
2074 } 2226 }
2075 2227
2076 body.contraste a, 2228 body.contraste a,
@@ -2093,28 +2245,36 @@ body.contraste .nitfByline, @@ -2093,28 +2245,36 @@ body.contraste .nitfByline,
2093 body.contraste p.section, 2245 body.contraste p.section,
2094 body.contraste .track_list .item_card .track_stats .hits .label, 2246 body.contraste .track_list .item_card .track_stats .hits .label,
2095 body.contraste .track_list .item_card .track_stats .comments .label, 2247 body.contraste .track_list .item_card .track_stats .comments .label,
2096 -body.contraste .action-home-index #content .display-content-block .lead p,  
2097 -body.contraste .action-environment_design-index #content .display-content-block .lead p { 2248 +body.contraste.action-home-index #content .display-content-block .lead p,
  2249 +body.contraste.action-environment_design-index #content .display-content-block .lead p,
  2250 +body.contraste.action-home-index #content .display-content-block .published-at,
  2251 +body.contraste.action-environment_design-index #content .display-content-block .published-at {
2098 color: #fff; 2252 color: #fff;
2099 } 2253 }
2100 2254
2101 - 2255 +#content .breadcrumbs-plugin_content-breadcrumbs-block a,
  2256 +#content .breadcrumbs-plugin_content-breadcrumbs-block a:visited
2102 2257
2103 body.contraste #content a:link, 2258 body.contraste #content a:link,
2104 body.contraste #content a:link, 2259 body.contraste #content a:link,
  2260 +body.contraste #content a:visited,
2105 body.contraste #content a { 2261 body.contraste #content a {
2106 color: #ffff00; 2262 color: #ffff00;
2107 } 2263 }
2108 2264
  2265 +
  2266 +body.contraste.action-home-index #content .container-block-plugin_container-block .display-content-block .title a,
  2267 +body.contraste.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .title a,
  2268 +
2109 body.contraste #content .display-content-block .title a, 2269 body.contraste #content .display-content-block .title a,
2110 body.contraste #content .track_list .item_card .track_content .name, 2270 body.contraste #content .track_list .item_card .track_content .name,
2111 body.contraste .action-home-index #content .container-block-plugin_container-block .display-content-block .title a, 2271 body.contraste .action-home-index #content .container-block-plugin_container-block .display-content-block .title a,
2112 -body.contraste .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .title a { 2272 +body.contraste .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .title a,
  2273 +body.contraste #content .track_list .item .track_content .lead a {
2113 color: #ffff00; 2274 color: #ffff00;
2114 } 2275 }
2115 2276
2116 2277
2117 -  
2118 body.contraste.action-home-index #wrap-2, 2278 body.contraste.action-home-index #wrap-2,
2119 body.contraste.action-environment_design-index #wrap-2 { 2279 body.contraste.action-environment_design-index #wrap-2 {
2120 background-image: none; 2280 background-image: none;
@@ -2138,7 +2298,7 @@ body.contraste.action-home-index #content .tags-block .block-inner-2, body.contr @@ -2138,7 +2298,7 @@ body.contraste.action-home-index #content .tags-block .block-inner-2, body.contr
2138 } 2298 }
2139 2299
2140 body.contraste.action-home-index #content .box-1 .block-title span, body.contraste.action-environment_design-index #content .box-1 .block-title span { 2300 body.contraste.action-home-index #content .box-1 .block-title span, body.contraste.action-environment_design-index #content .box-1 .block-title span {
2141 - color: #497B16; 2301 + color: #000;
2142 background-color: white; 2302 background-color: white;
2143 } 2303 }
2144 2304
@@ -2151,8 +2311,12 @@ body.contraste #content .box .block-title { @@ -2151,8 +2311,12 @@ body.contraste #content .box .block-title {
2151 background-color: #333; 2311 background-color: #333;
2152 } 2312 }
2153 2313
  2314 +body.contraste.action-home-index .container-block-plugin_container-block .container-block-plugin_container-block,
  2315 +body.contraste.action-environment_design-index .container-block-plugin_container-block .container-block-plugin_container-block,
2154 body.contraste.action-home-index #content .box .block-title, 2316 body.contraste.action-home-index #content .box .block-title,
2155 -body.action-environment_design-index #content .box .block-title { 2317 +body.contraste.action-environment_design-index #content .box .block-title,
  2318 +body.contraste .container-block-plugin_container-block .block .block-inner-2,
  2319 +body.contraste #footer-content {
2156 background-color: transparent; 2320 background-color: transparent;
2157 } 2321 }
2158 2322
@@ -2168,12 +2332,25 @@ body.contraste #content .link-list-block li a:hover { @@ -2168,12 +2332,25 @@ body.contraste #content .link-list-block li a:hover {
2168 color: #ffff00; 2332 color: #ffff00;
2169 } 2333 }
2170 2334
  2335 +body.contraste #content .profile-info-options input.button.with-text,
  2336 +body.contraste #content .profile-info-options a.button.with-text{
  2337 + background-color: #333;
  2338 + color: #ffff00;
  2339 +}
  2340 +
  2341 +body.contraste.action-content_viewer-view_page #content .box-1 .block-title span {
  2342 + background-color: #000;
  2343 + color: white;
  2344 +}
  2345 +
2171 body.contraste #content .article-comment { 2346 body.contraste #content .article-comment {
2172 background: none repeat scroll 0 0 #000; 2347 background: none repeat scroll 0 0 #000;
2173 } 2348 }
2174 2349
2175 body.contraste #comments_list .comment-info, 2350 body.contraste #comments_list .comment-info,
2176 -body.contraste #comments_list .comment-created-at{ 2351 +body.contraste #comments_list .comment-created-at,
  2352 +body.contraste #footer-license a,
  2353 +body.contraste #footer-license p{
2177 color: #ffff00; 2354 color: #ffff00;
2178 } 2355 }
2179 2356
@@ -2215,7 +2392,7 @@ body.contraste .ui-widget-header .ui-state-active { @@ -2215,7 +2392,7 @@ body.contraste .ui-widget-header .ui-state-active {
2215 } 2392 }
2216 2393
2217 body.contraste #footer-logos { 2394 body.contraste #footer-logos {
2218 - background-color: #000; 2395 + background-color: #222;
2219 } 2396 }
2220 2397
2221 body.contraste #theme-header .header-content #link-faq a { 2398 body.contraste #theme-header .header-content #link-faq a {
@@ -2255,6 +2432,13 @@ body.contraste #social-icons #sb_flickr:hover { @@ -2255,6 +2432,13 @@ body.contraste #social-icons #sb_flickr:hover {
2255 } 2432 }
2256 2433
2257 2434
  2435 +/*botão rss*/
  2436 +#article .blog-feed-link {
  2437 + position: relative;
  2438 + right: 0;
  2439 + top: 0;
  2440 +}
  2441 +
2258 /* Plugin para curtir artigos e comentários */ 2442 /* Plugin para curtir artigos e comentários */
2259 2443
2260 .action .dislike:before { 2444 .action .dislike:before {
@@ -2291,3 +2475,22 @@ body.contraste #social-icons #sb_flickr:hover { @@ -2291,3 +2475,22 @@ body.contraste #social-icons #sb_flickr:hover {
2291 top: 0; 2475 top: 0;
2292 } 2476 }
2293 2477
  2478 +#article .action .vote-detail li {
  2479 + display: inline-block;
  2480 + list-style-type: none;
  2481 + margin-bottom: 5px;
  2482 + margin-left: 0;
  2483 + text-align: left;
  2484 +}
  2485 +
  2486 +#article .action .vote-detail li a span{
  2487 + float: left;
  2488 + margin-left: 5px;
  2489 + width: 85px;
  2490 +}
  2491 +#article .action .vote-detail li a img {
  2492 + float: left;
  2493 +}
  2494 +
  2495 +
  2496 +