Commit ac9d9654bd8272271c9e746c6e3f7d3abfad6f3c

Authored by Sidney Ricardo
1 parent 50df7d46

Fix the high contrast in SPB theme.

@@ -50,7 +50,7 @@ font-family: "open_sansregular", Arial, Helvetica, sans-serif; @@ -50,7 +50,7 @@ font-family: "open_sansregular", Arial, Helvetica, sans-serif;
50 } 50 }
51 51
52 #content a:hover, dl.portlet a:hover { 52 #content a:hover, dl.portlet a:hover {
53 -color: #000 !important; 53 + /*color: #000 !important;*/
54 } 54 }
55 55
56 #content .agenda-tile h2 { 56 #content .agenda-tile h2 {
cabecalho-cinza-theme.css
@@ -116,7 +116,6 @@ background-repeat: no-repeat; @@ -116,7 +116,6 @@ background-repeat: no-repeat;
116 display: block; 116 display: block;
117 float: right; 117 float: right;
118 clear: left; 118 clear: left;
119 - border-bottom: 1px dotted #969696; /*#d0d9ff;*/  
120 padding-bottom: 2px; 119 padding-bottom: 2px;
121 margin-top: -15px; 120 margin-top: -15px;
122 font-size: 10px; 121 font-size: 10px;
@@ -136,8 +135,9 @@ background-repeat: no-repeat; @@ -136,8 +135,9 @@ background-repeat: no-repeat;
136 } 135 }
137 136
138 #portal-siteactions li { 137 #portal-siteactions li {
139 - display: inline;  
140 - margin: 0 5px 0 0; 138 + display: inline;
  139 + margin: 0 5px 0 0;
  140 + border-bottom: 1px dotted #969696; /*#d0d9ff;*/
141 } 141 }
142 142
143 #portal-siteactions li a:hover { 143 #portal-siteactions li a:hover {
@@ -769,7 +769,7 @@ text-align:center @@ -769,7 +769,7 @@ text-align:center
769 } 769 }
770 770
771 .contraste { 771 .contraste {
772 -background-color:#0d0d0d!important; 772 +background-color:#000!important;
773 color:#fff 773 color:#fff
774 } 774 }
775 775
@@ -779,21 +779,23 @@ border-color:#666 @@ -779,21 +779,23 @@ border-color:#666
779 } 779 }
780 780
781 .contraste footer { 781 .contraste footer {
782 -background-image:none;  
783 -background-color:#000 782 + background-image:none;
  783 + background-color:#000;
784 } 784 }
785 .contraste footer h2,.contraste footer h3,.contraste footer h4 { 785 .contraste footer h2,.contraste footer h3,.contraste footer h4 {
786 color:#fff 786 color:#fff
787 } 787 }
788 .contraste footer .footer-atalhos,.contraste footer .footer-logos { 788 .contraste footer .footer-atalhos,.contraste footer .footer-logos {
789 -background:#1c1c1c; 789 +/*background:#1c1c1c;*/
790 border-color:yellow 790 border-color:yellow
791 } 791 }
792 .contraste footer .footer-atalhos a,.contraste footer .footer-logos a { 792 .contraste footer .footer-atalhos a,.contraste footer .footer-logos a {
793 color:#ff0 793 color:#ff0
794 } 794 }
795 -.contraste footer .footer-ferramenta {  
796 -background:#000 795 +.contraste footer .footer-ferramenta,
  796 +.contraste footer .footer-atalhos {
  797 + background-color:#000;
  798 + color:#fff;
797 } 799 }
798 800
799 .container2,.navbar-static-top .container2,.navbar-fixed-top .container2,.navbar-fixed-bottom .container2 { 801 .container2,.navbar-static-top .container2,.navbar-fixed-top .container2,.navbar-fixed-bottom .container2 {
dropline_menu.css
@@ -31,13 +31,10 @@ note that the position proerty is not set. @@ -31,13 +31,10 @@ note that the position proerty is not set.
31 list-style: none; 31 list-style: none;
32 margin: 0px; 32 margin: 0px;
33 padding: 6px; 33 padding: 6px;
34 - /*background-color:#69A9B1;*/  
35 display: inline; 34 display: inline;
36 width: 100%; 35 width: 100%;
37 height: 100%; 36 height: 100%;
38 /*border-right: 1px solid #03316f;*/ 37 /*border-right: 1px solid #03316f;*/
39 -  
40 - background-color: rgb(236,237,241);  
41 } 38 }
42 /* 39 /*
43 Style for the anchor tag defined in the parent. 40 Style for the anchor tag defined in the parent.
@@ -689,6 +689,11 @@ p { @@ -689,6 +689,11 @@ p {
689 font-weight: bold; 689 font-weight: bold;
690 padding: 0.5em 1em; 690 padding: 0.5em 1em;
691 text-decoration: none; 691 text-decoration: none;
  692 +
  693 +}
  694 +
  695 +#content .read-more a {
  696 + margin-right: 10px;
692 } 697 }
693 698
694 .comment-info { 699 .comment-info {
@@ -2060,7 +2065,8 @@ body.contraste #content .read_more a, @@ -2060,7 +2065,8 @@ body.contraste #content .read_more a,
2060 body.contraste .more_button .view_all a, 2065 body.contraste .more_button .view_all a,
2061 body.contraste .read_more a 2066 body.contraste .read_more a
2062 { 2067 {
2063 - background: url("images/button-read-more-vazio-contraste.png") no-repeat scroll left 50% #333; 2068 + /*background: url("images/button-read-more-vazio-contraste.png") no-repeat scroll left 50% #333;*/
  2069 + background: none #333;
2064 color: #ffff00; 2070 color: #ffff00;
2065 border: 0px; 2071 border: 0px;
2066 border-radius: 0px; 2072 border-radius: 0px;
@@ -2072,6 +2078,7 @@ body.contraste #portal-siteactions a, @@ -2072,6 +2078,7 @@ body.contraste #portal-siteactions a,
2072 body.contraste #logo a, 2078 body.contraste #logo a,
2073 body.contraste #logo #portal-title, 2079 body.contraste #logo #portal-title,
2074 body.contraste #sobre a, 2080 body.contraste #sobre a,
  2081 +body.contraste #theme-footer a,
2075 body.contraste h1, 2082 body.contraste h1,
2076 body.contraste h2, 2083 body.contraste h2,
2077 body.contraste h3, 2084 body.contraste h3,
@@ -2099,7 +2106,7 @@ body.contraste #content a:link, @@ -2099,7 +2106,7 @@ body.contraste #content a:link,
2099 body.contraste #content a:link, 2106 body.contraste #content a:link,
2100 body.contraste #content a:visited, 2107 body.contraste #content a:visited,
2101 body.contraste #content a { 2108 body.contraste #content a {
2102 - color: #ffff00; 2109 + color: #fff;
2103 } 2110 }
2104 2111
2105 2112
@@ -2124,7 +2131,7 @@ body.contraste.action-home-index .block .block-inner-2, @@ -2124,7 +2131,7 @@ body.contraste.action-home-index .block .block-inner-2,
2124 body.contraste.action-environment_design-index .block .block-inner-2, 2131 body.contraste.action-environment_design-index .block .block-inner-2,
2125 body.contraste.action-home-index #content .tags-block .block-inner-2, 2132 body.contraste.action-home-index #content .tags-block .block-inner-2,
2126 body.contraste.action-environment_design-index #content .tags-block .block-inner-2 { 2133 body.contraste.action-environment_design-index #content .tags-block .block-inner-2 {
2127 - background-color: #333; 2134 + background-color: #000;
2128 } 2135 }
2129 2136
2130 body.contraste.action-home-index .community-track-plugin_track-card-list-block .block-inner-2 { 2137 body.contraste.action-home-index .community-track-plugin_track-card-list-block .block-inner-2 {
@@ -2138,8 +2145,8 @@ body.contraste.action-home-index #content .tags-block .block-inner-2, body.contr @@ -2138,8 +2145,8 @@ body.contraste.action-home-index #content .tags-block .block-inner-2, body.contr
2138 } 2145 }
2139 2146
2140 body.contraste.action-home-index #content .box-1 .block-title span, body.contraste.action-environment_design-index #content .box-1 .block-title span { 2147 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: #000;  
2142 - background-color: white; 2148 + background-color: #000;
  2149 + color: #FFF !important;
2143 } 2150 }
2144 2151
2145 body.contraste #accessibility span { 2152 body.contraste #accessibility span {
@@ -2161,7 +2168,6 @@ body.contraste #footer-content { @@ -2161,7 +2168,6 @@ body.contraste #footer-content {
2161 } 2168 }
2162 2169
2163 body.contraste #content .link-list-block li a { 2170 body.contraste #content .link-list-block li a {
2164 - background-color: #EEEFFF;  
2165 background-color: #000; 2171 background-color: #000;
2166 color: white; 2172 color: white;
2167 } 2173 }
@@ -2187,6 +2193,12 @@ body.contraste #content .article-comment { @@ -2187,6 +2193,12 @@ body.contraste #content .article-comment {
2187 background: none repeat scroll 0 0 #000; 2193 background: none repeat scroll 0 0 #000;
2188 } 2194 }
2189 2195
  2196 +body.contraste #content .recent-documents-block .block-inner-2,
  2197 +body.contraste #content .box .block-title {
  2198 + background-color: #000;
  2199 + color: white;
  2200 +}
  2201 +
2190 body.contraste #comments_list .comment-info, 2202 body.contraste #comments_list .comment-info,
2191 body.contraste #comments_list .comment-created-at, 2203 body.contraste #comments_list .comment-created-at,
2192 body.contraste #footer-license a, 2204 body.contraste #footer-license a,
@@ -2240,7 +2252,34 @@ body.contraste #theme-header .header-content #link-faq a { @@ -2240,7 +2252,34 @@ body.contraste #theme-header .header-content #link-faq a {
2240 } 2252 }
2241 2253
2242 body.contraste #portal-siteactions { 2254 body.contraste #portal-siteactions {
2243 - border-bottom: 1px dotted #fff; 2255 + /*border-bottom: 1px dotted #fff;*/
  2256 +}
  2257 +
  2258 +body.contraste #complete_registration {
  2259 + background-color: transparent;
  2260 +}
  2261 +
  2262 +body.contraste tr:hover td {
  2263 + background-color: #333;
  2264 +}
  2265 +
  2266 +body.contraste .action-friends-index .profile-list li:hover,
  2267 +body.contraste .common-profile-list-block .vcard:hover {
  2268 + border: 1px solid #CCC;
  2269 + background: #333;
  2270 + text-decoration: none;
  2271 +}
  2272 +
  2273 +body.contraste .menu-submenu-content {
  2274 + border: 1px solid #CCC;
  2275 + background: none #333 ;
  2276 +
  2277 +}
  2278 +
  2279 +body.contraste #user .logged-in {
  2280 + background: none #333 ;
  2281 + /* background: url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; */
  2282 + color: #fff;
2244 } 2283 }
2245 2284
2246 body.contraste #social-icons #sb_face { 2285 body.contraste #social-icons #sb_face {
@@ -2271,6 +2310,89 @@ body.contraste #social-icons #sb_flickr:hover { @@ -2271,6 +2310,89 @@ body.contraste #social-icons #sb_flickr:hover {
2271 background: url("images/icone-branco-flickr.png") 0 20px; 2310 background: url("images/icone-branco-flickr.png") 0 20px;
2272 } 2311 }
2273 2312
  2313 +body.contraste .no-boxes-inner-2 {
  2314 + background-color: #000!important;
  2315 + color: #fff;
  2316 +}
  2317 +
  2318 +body.contraste #signup-form {
  2319 + color: #fff;
  2320 +}
  2321 +
  2322 +body.contraste #portal-searchbox {
  2323 + border-color: #FFF;
  2324 + background-color: #000;
  2325 +}
  2326 +
  2327 +body.contraste #portal-searchbox .searchField {
  2328 + background-color: #000;
  2329 + color: #FFF !important;
  2330 +}
  2331 +
  2332 +body.contraste #header input.searchButton {
  2333 + background-color: #000;
  2334 + background-position: 0px 2px;
  2335 +}
  2336 +
  2337 +body.contraste #menucontainer {
  2338 + background: #333;
  2339 + color: #FFF !important;
  2340 +}
  2341 +
  2342 +body.contraste #menucontainer ul li.parent_menu a {
  2343 + color: #FFF !important;
  2344 +}
  2345 +
  2346 +body.contraste #content .no-boxes h1 {
  2347 + color: #FFF !important;
  2348 +}
  2349 +
  2350 +body.contraste #signup-form .formfieldline,
  2351 +body.contraste #signup-formfield-group,
  2352 +body.contraste #signup-form .required-field label,
  2353 +body.contraste #signup-form .formlabel {
  2354 + background-color: #000;
  2355 + color: #FFF !important;
  2356 +}
  2357 +
  2358 +body.contraste .pseudoformlabel,
  2359 +body.contraste .formlabel {
  2360 + color: #FFF;
  2361 +}
  2362 +
  2363 +body.contraste #signup-form {
  2364 + border-color: #FFF;
  2365 + background-color: #000;
  2366 +}
  2367 +
  2368 +body.contraste #signup-form .formfield input,
  2369 +body.contraste #signup-form .formfield textarea {
  2370 + background-color: #000;
  2371 + color: #FFF !important;
  2372 +}
  2373 +
  2374 +body.contraste #signup-domain {
  2375 + border-color: #FFF;
  2376 + background-color: #000;
  2377 + color: #FFF !important;
  2378 +}
  2379 +
  2380 +body.contraste .ui-state-default,
  2381 +body.contraste .ui-widget-content .ui-state-default,
  2382 +body.contraste .ui-widget-header .ui-state-default {
  2383 + border: 1px solid #FFF;
  2384 + background-color: #000;
  2385 + color: #FFF !important;
  2386 +}
  2387 +
  2388 +body.contraste .agenda-tile .title {
  2389 + border-bottom: 1px solid #FFF;
  2390 + color: #FFF;
  2391 +}
  2392 +
  2393 +body.contraste .agenda-tile .period {
  2394 + color: #FFF;
  2395 +}
2274 2396
2275 /*botão rss*/ 2397 /*botão rss*/
2276 #article .blog-feed-link { 2398 #article .blog-feed-link {