Commit 67b5f8c99fe9175eacd25b9d118685f0bf8346c9

Authored by Leandro Santos
1 parent 1e604dfa

refatoring theme

footer.html.erb
... ... @@ -1,34 +0,0 @@
1   -<div id="footer-content">
2   - <p class="footer-links"><a href="/serpro/institucional/a-rede-social">A Rede Social</a> | <a href="/serpro/institucional/termo-de-uso">Termo de Uso</a> | <a href="/ajuda">Ajuda</a> | <a href="/doc">Manual do usuário</a></p>
3   - <p class="copyright">Esta rede social utiliza o software livre <a href="http://www.noosfero.org" target="_blank">Noosfero</a>, desenvolvido pela <a href="http://colivre.coop.br" target="_blank">Colivre</a> e licenciado pela <a href="http://www.gnu.org/licenses/agpl.html" target="_blank">GNU Affero General Public License</a>, versão 3 ou superior. </p>
4   -</div>
5   -<!-- Piwik -->
6   -<script type="text/javascript">
7   -var _paq = _paq || [];
8   -_paq.push(['trackPageView']);
9   -_paq.push(['enableLinkTracking']);
10   -(function() {
11   -var u="//nephila.serpro.gov.br/";
12   -_paq.push(['setTrackerUrl', u+'piwik.php']);
13   -_paq.push(['setSiteId', 103]);
14   -var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
15   -g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
16   -})();
17   -</script>
18   -<noscript><p><img src="//nephila.serpro.gov.br/piwik.php?idsite=103" style="border:0;" alt="" /></p></noscript>
19   -
20   -<!-- Piwik -->
21   -<script type="text/javascript">
22   - var _paq = _paq || [];
23   - _paq.push(['trackPageView']);
24   - _paq.push(['enableLinkTracking']);
25   - (function() {
26   - var u="//piwik.serpro/";
27   - _paq.push(['setTrackerUrl', u+'piwik.php']);
28   - _paq.push(['setSiteId', 1]);
29   - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
30   - g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
31   - })();
32   -</script>
33   -<noscript><p><img src="//piwik.serpro/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
34   -<!-- End Piwik Code -->
header.html.erb
... ... @@ -1,3 +0,0 @@
1   -<div id='highlighted-news-see-more' style='display:none'>
2   - <a href="/serpro/blog"><span>Ver mais</span></a>
3   -</div>
navigation.html.erb
... ... @@ -1,20 +0,0 @@
1   -<li class='first'>
2   -<a href="/"><span>Página inicial</span></a>
3   -</li>
4   -<li>
5   - <%= search_people_menu %>
6   -</li>
7   -<li>
8   - <%= search_communities_menu %>
9   -</li>
10   -<li>
11   - <%= search_contents_menu %>
12   -</li>
13   -<li>
14   - <a href="/assets/events"><span ><%= _('Events') %></span></a>
15   -</li>
16   -<% if logged_in? %>
17   -<li>
18   - <a href="/doc"><span ><%= _('Help') %></span></a>
19   -</li>
20   -<% end %>
site_title.html.erb
... ... @@ -1 +0,0 @@
1   -<%= link_to content_tag('span', environment.name), '/' %>
style.css
... ... @@ -2,6 +2,7 @@
2 2 /* Red: 9A0000 9F0706 */
3 3  
4 4 /* Background {{{ */
  5 +/*
5 6 html {
6 7 background: #f4f4f4 url(images/fundo.png);
7 8 overflow-x: hidden;
... ... @@ -10,1282 +11,10 @@ html {
10 11 body {
11 12 background: url(images/bg-top.jpg) 50% top repeat-x;
12 13 }
13   -
14   -* {
15   - font-family: "Helvetica", "Verdana", "Trebuchet MS", "Arial", sans-serif;
16   -}
17   -
18   -a {
19   - color: #07069F;
20   - outline: none;
21   -}
22   -
23   -a:visited {
24   - color: #666;
25   -}
26   -
27   -#theme-header {
28   - height: 100px;
29   -}
30   -
31   -/* }}} */
32   -
33   -/* Navigation bar {{{ */
34   -#navigation {
35   - top: 6px;
36   - left: 10px;
37   - width: 977px;
38   - background: #000090 url(images/menu-top-bg.png) repeat-x;
39   - -moz-border-radius: 5px;
40   - z-index: 6;
41   -}
42   -
43   -.msie6 #navigation {
44   - background: #000060 url(images/menu-top-bg.png) repeat-x;
45   - filter: none;
46   -}
47   -
48   -.msie7 #content {
49   - z-index: 8;
50   -}
51   -
52   -#navigation-end {
53   - background-image: none;
54   -}
55   -
56   -.msie6 #navigation-end {
57   - filter: none;
58   -}
59   -
60   -#navigation ul {
61   - float: left;
62   - height: 43px;
63   - padding-left: 8px;
64   -}
65   -#navigation .menu-submenu-list {
66   - padding-left: 0px;
67   -}
68   -
69   -#navigation li {
70   - border: none;
71   - border-left: none;
72   - background: url(images/menu-top-bg-sep.png) no-repeat;
73   - padding-left: 2px;
74   -}
75   -
76   -#navigation a {
77   - line-height: 43px;
78   -}
79   -
80   -#navigation li.first {
81   - background: none;
82   -}
83   -#navigation .menu-submenu-list li {
84   - background: none;
85   - padding-left: 0px;
86   -}
87   -
88   -/* #navigation .sep {
89   - padding: 0px;
90   - font-size: 16px;
91   - color: #d3d7cf;
92   -} */
93   -
94   -#navigation li a {
95   - border: none;
96   - color: #FFF;
97   -}
98   -#navigation li a:hover {
99   - background: url(images/menu-top-bg-hover.png) 0% 50%;
100   -}
101   -
102   -#navigation li .menu-submenu-list a {
103   - color: #fff;
104   -}
105   -
106   -#user form input {
107   - border: 1px solid #008;
108   - border-bottom: 1px solid #008;
109   - padding-left: 5px;
110   - z-index: 7;
111   -}
112   -#user form.focused input {
113   - border: 1px solid #600;
114   - border-bottom: 1px solid #500;
115   -}
116   -
117   -#user form div {
118   - color: #FFF;
119   -}
120   -
121   -#user {
122   - color: #babdb6;
123   - top: 55px;
124   - right: 17px;
125   -
126   -}
127   -
128   -#user a {
129   - font-size: 11px;
130   -}
131   -
132   -#user a strong {
133   - color: #888a85;
134   -}
135   -
136   -#navigation a span {
137   - padding: 0px 15px;
138   - background: transparent;
139   -}
140   -
141   -.msie8 #user a#link_login i {
142   - top: -10px;
143   -}
144   -
145   -/*
146   -#navigation a {
147   - display: inline-block;
148   -}
149 14 */
150   -/* }}} */
151   -
152   -/* Content {{{ */
153   -
154   -#wrap-2 {
155   - position: relative;
156   -}
157   -
158   -#content {
159   - margin-top: 70px;
160   - border: 1px solid transparent; /* workarround MSIE-7 bug */
161   -}
162   -
163   -#main-content-wrapper-1,
164   -#main-content-wrapper-2,
165   -#main-content-wrapper-3,
166   -#main-content-wrapper-4,
167   -#main-content-wrapper-5,
168   -#main-content-wrapper-6,
169   -#main-content-wrapper-7,
170   -#main-content-wrapper-8 {
171   - background: none;
172   - padding: 0px;
173   -}
174   -
175   -#content .block.main-block {
176   - background: white;
177   - margin-top: 0px;
178   -}
179   -
180   -#content .main-block h1,
181   -#content .main-block h2{
182   - background: #EEE;
183   - margin: 0px 0px 10px 0px;
184   - padding: 2px 10px 2px 25px;
185   - border: 1px dotted #AAA;
186   - border-left: none;
187   - border-right: none;
188   - color: #00006A;
189   - font-variant: normal;
190   -}
191   -
192   -#content .main-block h2 {
193   - border: 0;
194   - background: transparent;
195   - color: #000;
196   - padding-left: 2px;
197   -}
198   -
199   -/* }}} */
200   -
201   -/* Blocks {{{ */
202   -
203   -.msie7 .block .menu-submenu {
204   - z-index: 9;
205   -}
206   -
207   -.msie7 .common-profile-list-block .vcard {
208   - z-index: 6;
209   -}
210   -
211   -.msie7 .box-2,
212   -.msie7 .box-3 {
213   - z-index: 10;
214   -}
215   -
216   -.block {
217   - background: #e5e5e5;
218   - border-radius: 10px;
219   - -moz-border-radius: 10px;
220   - -webkit-border-radius: 10px;
221   -}
222   -
223   -#content h3.block-title,
224   -#content .login-block h2 {
225   - height: 36px;
226   - line-height: 34px;
227   - background: url(images/box-title-bg.png) no-repeat;
228   - margin-bottom: 5px;
229   - white-space: nowrap;
230   - overflow: hidden;
231   - border: none;
232   - color: #000055;
233   - font-variant: normal;
234   - font-size: 12px;
235   -}
236   -
237   -#content h3.block-title span,
238   -#content .login-block h2 span {
239   - padding: 3px 0px 3px 35px;
240   - background: url(images/box-icon-generic.png) no-repeat 10px 50%;
241   -}
242   -
243   -.login-box-content {
244   - padding: 0px 10px 5px 10px;
245   -}
246   -
247   -#content .environment-statistics-block ul {
248   - padding: 0px 10px 10px 10px;
249   -}
250   -
251   -.msie7 #content .communities-block .vcard .menu-submenu-trigger {
252   - height: 20px;
253   -}
254   -
255   -#content .communities-block .vcard .profile_link {
256   - text-align: center;
257   - padding-bottom: 0px;
258   - height: 112px;
259   -}
260   -#content .msie6 .communities-block .common-profile-list-block .vcard .profile_link,
261   -.msie7 .communities-block .common-profile-list-block .vcard .profile_link {
262   - height: 112px;
263   - padding-bottom: 0px;
264   -}
265   -
266   -.communities-block .vcard a .org {
267   - padding-top: 0px;
268   -}
269   -
270   -.common-profile-list-block span {
271   - color: #07069F;
272   -}
273   -
274   -/* * * Microblog * * */
275   -
276   -.microblog-follow-link {
277   - margin: 0px;
278   - position: absolute;
279   - top: 10px;
280   - right: 3px;
281   -}
282   -#content .microblog-follow-link a {
283   - opacity: 0.5;
284   - filter: alpha(opacity=50);
285   - font-weight: normal;
286   - display: block;
287   - font-size: 10px;
288   - line-height: 14px;
289   -}
290   -#content .microblog-follow-link a:hover {
291   - opacity: 1;
292   - filter: alpha(opacity=100);
293   -}
294   -
295   -.microblog-block li:hover {
296   - background: #D0D0D0;
297   -}
298   -.microblog-author {
299   - background: #EEE;
300   -}
301   -.microblog-block li:hover .microblog-author {
302   - background: #E0E0E0;
303   -}
304   -
305   -.microblog-block ul {
306   - padding-bottom: 2px;
307   -}
308   -
309   -.microblog-block li {
310   - color: #555;
311   -}
312   -.microblog-block li:hover {
313   - color: #000;
314   -}
315   -
316   -.microblog-block a,
317   -.microblog-block a:visited,
318   -.microblog-block a:hover {
319   - color: #B44;
320   -}
321   -.microblog-block li:hover a,
322   -.microblog-block li:hover a:visited,
323   -.microblog-block li:hover a:hover {
324   - color: #B00;
325   -}
326   -
327   -/* }}} */
328   -
329   -/* vim: set foldmethod=marker */
330   -
331   -#site-title {
332   - position: absolute;
333   - width: 1000px;
334   - height: 100px;
335   - left: 5px;
336   - top: -110px;
337   -}
338   -
339   -#site-title a {
340   - display: block;
341   - width: 329px;
342   - height: 50px;
343   - background: url(images/logo.png) no-repeat;
344   - position: absolute;
345   - left: 10px;
346   - top: 50px;
347   -}
348   -
349   -#site-title a span {
350   - display: none;
351   -}
352   -.formlabel {
353   - color: #06069F;
354   -}
355   -
356   -.formfield input,
357   -.formfield textarea {
358   - background: #fff;
359   - border: 1px solid #ccc;
360   - width: 500px;
361   -}
362   -
363   -#content .link-list-block li a.link-this-page {
364   - border-right: 2px solid #cecece;
365   -}
366   -
367   -.login-box .forgot-passwd a {
368   - color: #06069F;
369   -}
370   -
371   -#content .login-box a.button {
372   - border: 0;
373   - background: transparent;
374   - color: #333;
375   -}
376   -
377   -#content .login-box input.button {
378   - background: #710404 url(images/red-button-bg.png) left top repeat-x;
379   - border: 0;
380   - color: white;
381   - padding: 2px 6px;
382   - text-align: center;
383   - border-radius: 4px;
384   - -moz-border-radius: 4px;
385   - -webkit-border-radius: 4px;
386   -}
387   -
388   -#content .login-block h2 span {
389   - background-image: url(images/icon-login.png);
390   -}
391   -
392   -#content .main-block h1 {
393   - background: transparent url(images/arrows.png) left center no-repeat;
394   - border: 0;
395   -}
396   -
397   -#footer-content {
398   - text-align: center;
399   - font-size: 14px;
400   -}
401   -
402   -#footer-content .footer-links {
403   - font-size: 11px;
404   -}
405   -
406   -#footer-content .footer-links a {
407   - color: #000055;
408   -}
409   -
410   -#footer-content .copyright {
411   - font-size: 11px;
412   -}
413   -
414   -#footer-content .copyright a {
415   - color: #00006A;
416   -}
417   -
418   -#footer-content .cc a {
419   - display: block;
420   - width: 88px;
421   - height: 31px;
422   - background-image: url(images/cc.png);
423   - opacity: 0.5;
424   - margin: 0 auto;
425   -}
426   -
427   -#footer-content .cc a:hover {
428   - opacity: 1;
429   -}
430   -
431   -#footer-content .cc a span {
432   - display: none;
433   -}
434   -
435   -#content .profile-balloon h4 {
436   - color: #06069F;
437   -}
438   -
439   -#user form {
440   - height: 20px;
441   - top: -43px;
442   - right: 0px;
443   - position: absolute;
444   -}
445   -
446   -#theme-footer {
447   - background: #f4f4f4 url(images/footer-bg-2.png) center top no-repeat;
448   - margin-top: -14px;
449   - padding-top: 10px;
450   -}
451   -.msie7 #theme-footer {
452   - margin-top: 0px;
453   - padding-top: 10px;
454   -}
455   -
456   -#content .highlighted-news-item h2 {
457   - border: 0;
458   - background: none;
459   - padding-left: 2px;
460   -}
461   -
462   -#content .highlighted-news-item h2 .post-title {
463   - font-size: 18px;
464   -}
465   -
466   -.headline {
467   - font-size: 14px;
468   -}
469   -
470   -#highlighted-news .post-title {
471   - font-size: 12px;
472   -}
473   -
474   -.news-area {
475   - background: #fff url(images/portal-folder-bg.png) center center no-repeat;
476   - width: 246px;
477   - height: 217px;
478   - border: 0;
479   -}
480   -
481   -.news-area ul {
482   - border: 0;
483   - margin-top: 20px;
484   - background: transparent;
485   -}
486   -
487   -#content .news-area h3 {
488   - background: transparent;
489   - font-size: 11px;
490   - height: 10px;
491   - width: 100px;
492   - overflow: visible;
493   - text-align: left;
494   - padding: 5px 0 5px 20px;
495   -}
496   -
497   -#content .tags-block .block-footer-content a,
498   -#content .people-block .block-footer-content a,
499   -#content .profile-list-block .block-footer-content a,
500   -#content .enterprises-block .block-footer-content a,
501   -#content .members-block .block-footer-content a,
502   -#content .communities-block .block-footer-content a,
503   -#content .friends-block .block-footer-content a {
504   - top: 22px;
505   - right: 5px;
506   - padding-right: 0;
507   - font-size: 10px;
508   - color: #999;
509   - background: transparent;
510   -}
511   -
512   -#content .news-area h3 a {
513   - color: #00006A;
514   -}
515   -
516   -#content .block.main-block {
517   - background-color: #f4f4f4;
518   - padding: 6px;
519   -}
520   -
521   -#content .news-area a.news-see-more {
522   - top: 200px;
523   - right: 19px;
524   - background: transparent;
525   -}
526   -
527   -.news-area li {
528   - list-style-image: none;
529   - padding-left: 15px;
530   - margin-left: 4px;
531   - background: transparent url(images/portal-folder-marker.png) left center no-repeat;
532   -}
533   -
534   -#article-actions {
535   -}
536   -
537   -#portal-news li a {
538   - color: #00006A;
539   -}
540   -
541   -#portal-news {
542   - position: relative;
543   - z-index: 10;
544   -}
545   -
546   -#highlighted-news-see-more {
547   - position: absolute;
548   - right: 10px;
549   - bottom: -16px;
550   - padding: 0;
551   - background: #FFF url(images/highlighted-bottom-bg.png) center bottom no-repeat;
552   - width: 73px;
553   - height: 17px;
554   -}
555   -
556   -.msie7 #highlighted-news-see-more {
557   - bottom: 3px;
558   -}
559   -
560   -#highlighted-news-see-more a {
561   - margin-left: 15px;
562   - color: #000;
563   -}
564   -
565   -#highlighted-news-see-more a:hover {
566   - color: #07C;
567   - text-decoration: none;
568   -}
569   -
570   -.highlights-block {
571   - border: 0;
572   - background: transparent;
573   - border-radius: 0;
574   - -moz-border-radius: 0;
575   - -webkit-border-radius: 0;
576   -}
577   -
578   -.highlights-image-link {
579   - width: 575px !important;
580   - font-weight: bold;
581   - text-decoration: none;
582   - text-align: center;
583   - background: #000;
584   -}
585   -
586   -.highlights-block {
587   - height: 300px;
588   -}
589   -
590   -.highlights-container,
591   -.highlights-image-link {
592   - height: 275px !important;
593   -}
594   -
595   -.block a.highlights-image-link:hover {
596   - text-decoration: none;
597   -}
598   -
599   -.highlights-block-pager {
600   - border: 0;
601   - float: left;
602   - position: static;
603   -}
604   -
605   -.highlights-block-pager a {
606   - color: #ccc;
607   - font-weight: bold !important;
608   -}
609   -
610   -.highlights-block-pager a.activeSlide,
611   -.highlights-block-pager a.activeSlide:hover,
612   -.highlights-block-pager a:hover {
613   - color: #00006A !important;
614   -}
615   -
616   -.highlights-label {
617   - padding-left: 5px;
618   - text-align: left;
619   - position: absolute;
620   - z-index: 2;
621   - left: 0;
622   - bottom: 0;
623   - font-weight: bold;
624   - background: transparent url(images/red-pixel.png) left top repeat;
625   -}
626   -
627   -.msie7 .highlights-block,
628   -.msie7 .highlights-container,
629   -.msie .highlights-block .block-inner-2,
630   -.msie .highlights-block .block-inner-1,
631   -.msie7 .highlights-border,
632   -.msie7 .highlights-image-link,
633   -.msie7 #content #box-1 .highlights-block {
634   - width: 100% !important;
635   - overflow: hidden;
636   -}
637   -
638   -.profile-image-block, .link-list-block {
639   - background: transparent;
640   -}
641   -
642   -#content .link-list-block li a:hover {
643   - background: #07069F;
644   -}
645   -
646   -#content .link-list-block li a {
647   - color: #07069F;
648   -}
649   -
650   -#agenda-toolbar {
651   - bottom: 5px;
652   - right: 0px;
653   - text-align: right;
654   -}
655   -
656   -.logged-user-info .user-actions {
657   - padding-bottom: 8px;
658   -}
659   -
660   -#content .tags-block .block-footer-content a,
661   -#content .people-block .block-footer-content a,
662   -#content .profile-list-block .block-footer-content a,
663   -#content .enterprises-block .block-footer-content a,
664   -#content .members-block .block-footer-content a,
665   -#content .communities-block .block-footer-content a,
666   -#content .friends-block .block-footer-content a {
667   - margin-right: 5px;
668   -}
669   -
670   -.blog-post {
671   - background: transparent;
672   - padding: 0;
673   - width: 98%;
674   - margin: 10px auto;
675   - border-top: 1px dotted #ccc;
676   -}
677   -
678   -.blog-post p {
679   - padding: 5px;
680   -}
681   -
682   -#addThis {
683   -}
684   -
685   -#bt_addThis {
686   - display: inline-block;
687   - width: 125px;
688   - height: 16px;
689   - background-image: url(images/addthis.gif);
690   -}
691   -
692   -#bt_addThis img {
693   - visibility: hidden;
694   -}
695   -
696   -#content .login-block h2 {
697   - padding-left: 5px;
698   -}
699   -
700   -#article {
701   - background-color: #fff;
702   - padding: 5px;
703   - color: #666;
704   -}
705   -
706   -#content .main-block #article h1 {
707   - background: transparent;
708   - border: 0;
709   - border-bottom: 1px dotted #00006A;
710   - padding: 4px;
711   -}
712   -
713   -.blog-feed-link {
714   - margin-top: 6px;
715   -}
716   -
717   -#article-parent {
718   - display: block;
719   -}
720   -
721   -#wrap-1, #theme-footer {
722   - width: 1000px;
723   -}
724   -
725   -#content .main-block #article .blog-post h1,
726   -#content .blog-post .title a {
727   - border: 0;
728   -}
729   -
730   -.main-block .article-body {
731   - padding-top: 10px;
732   -}
733   -
734   -.profile-image-block p {
735   - color: #00006A;
736   -}
737   -
738   -table.profile th {
739   - color: #333;
740   - border-bottom: 1px dotted #333;
741   - font-size: 14px;
742   -}
743   -
744   -/* Navigation lighter red: #B40607
745   - Navigation darker red: #7B0707 */
746   -
747   -#navigation .menu-submenu {
748   - z-index: 5;
749   -}
750   -
751   -#navigation .menu-submenu ul {
752   - padding-top: 20px;
753   - background: #073e7b;
754   - border-left: 1px solid #073e7b;
755   - border-color: #7B0707;
756   -}
757   -
758   -#navigation .menu-submenu a {
759   - border-left: 0;
760   - color: #fff;
761   -}
762   -
763   -#navigation li .menu-submenu-trigger {
764   - background: #044596 url(images/down-arrow-light.png) center center no-repeat;
765   - height: 16px;
766   - top: 43px;
767   - left: 2px;
768   - z-index: 12;
769   - border: 1px solid #032b5c;
770   - border-top-color: #fff;
771   -}
772   -
773   -.msie7 .block .menu-submenu-trigger,
774   -.msie7 #search-results .menu-submenu-trigger,
775   -.msie7 #browse-results .menu-submenu-trigger {
776   - width: 20px !important;
777   -}
778   -
779   -#navigation li:hover .menu-submenu-trigger:hover {
780   - background: #083755 url(images/down-arrow-light.png) center center no-repeat;
781   - border-color: #083755;
782   - border-top-color: #fff;
783   -}
784   -
785   -#content .no-boxes h1 {
786   - font-variant: normal;
787   - color: #07069F;
788   - border: 0;
789   - border-bottom: 1px solid #07069F;
790   - padding-bottom: 4px;
791   -}
792   -
793   -.browse-results-innerbox {
794   - border: 0;
795   - background: transparent;
796   -}
797   -
798   -#TB_window {
799   - background: #fff url(images/lightbox-bg.jpg) 145% -60% no-repeat;
800   - width: 500px;
801   - height: 295px;
802   - overflow: visible;
803   - border: 16px solid #FFF;
804   - padding: 0;
805   - border-radius: 28px;
806   - -moz-border-radius: 28px;
807   - -webkit-border-radius: 28px;
808   - box-shadow: inset 0 0 100px #888;
809   - -moz-box-shadow: inset 0 0 100px #888;
810   - -webkit-box-shadow: inset 0 0 100px #888;
811   -}
812   -.msie #TB_window {
813   - background: #fff url(images/lightbox-bg.jpg) 100% 0% no-repeat;
814   - border: 16px solid #000;
815   -}
816   -
817   -#TB_window .button-bar {
818   - margin: 5px 0;
819   - padding-top: 0px;
820   -}
821   -
822   -#TB_window .formlabel {
823   - font-weight: bold;
824   -}
825   -
826   -#online-doc-navigation a:link,
827   -#online-doc-text a:link,
828   -#online-doc-path a:link {
829   - color: #07069F
830   -}
831   -
832   -#online-doc-navigation a:visited,
833   -#online-doc-text a:visited,
834   -#online-doc-path a:visited {
835   - color: #666;
836   -}
837   -
838   -#online-doc-text {
839   - background: transparent;
840   -}
841   -
842   -#online-doc-path {
843   - padding-bottom: 10px;
844   - border-bottom: 1px dotted #ccc;
845   -}
846   -
847   -.product-categories-menu {
848   - display: none;
849   -}
850   -
851   -#article_types a {
852   - color: #00006A;
853   -}
854   -
855   -/* Icons */
856   -
857   -#content .environment-statistics-block h3.block-title span { background-image: url(images/icon-net.png); }
858   -#content .communities-block h3.block-title span {
859   - background-image: url(images/icon-communities.png);
860   - padding-top: 2px;
861   - padding-bottom: 2px;
862   -}
863   -#content .feed-reader-block h3.block-title span { background-image: url(images/icon-live.png); }
864   -#content .people-block h3.block-title span { background-image: url(images/icon-people.png); }
865   -
866   -/* Hard-coded */
867   -#content #block-75 h3.block-title span { background-image: url(images/icon-video.png); }
868   -#content #block-74 h3.block-title span { background-image: url(images/icon-twitter.png); }
869   -.controller-home #content .raw-html-block h3.block-title span { background-image: url(images/icon-twitter.png); }
870   -
871   -li.event-dates { background-image: url(images/event.png) }
872   -
873   -.agenda-item a img {
874   - display: none;
875   -}
876   -
877   -.agenda-item a {
878   - background: white url(images/event.png) left center no-repeat;
879   - padding-left: 30px;
880   - line-height: 30px;
881   -}
882   -
883   -.agenda-item a:hover {
884   - border: 0;
885   - background: white url(images/event.png) left center no-repeat;
886   -}
887   -
888   -.controller-search .search-results-innerbox {
889   - border-color: #ccc;
890   -}
891   -
892   -.controller-search #content .search-results-box a.see-more {
893   - background-color: #e5a0a0;
894   - border-color: #a00;
895   -}
896   -
897   -.controller-search #content .search-results-box a.see-more:hover {
898   - background-color: #a00;
899   -}
900   -
901   -.search-results-innerbox2 {
902   - float: left;
903   -}
904   -
905   -.controller-search .only-one-result-box,
906   -.controller-search .only-one-result-box .search-results-innerbox {
907   - float: none;
908   - border: 0;
909   - background: transparent;
910   -}
911   -
912   -div#article-parent {
913   - text-align: left;
914   -}
915   -
916   -.add-friend-tags {
917   - display:none;
918   -}
919   -
920   -.controller-search #content .map-toggle-button {
921   - margin-top: -40px;
922   -}
923   -
924   -.controller-search .has_cat_list #product-categories-menu {
925   - display: none;
926   -}
927   -
928   -.map-or-list-search-results {
929   - margin-left: 0;
930   - margin-right: 0;
931   -}
932   -
933   -.controller-search .has_cat_list #map, .controller-search .msie .has_cat_list #map, .controller-search .has_cat_list .only-one-result-box .search-results-box, .controller-search .msie .has_cat_list .only-one-result-box .search-results-box {
934   - width: 100%;
935   - float: none;
936   -}
937   -
938   -.controller-search .search-tagged-items li {
939   - list-style-type: none;
940   -}
941   -
942   -.controller-search .search-results-products, .controller-search .search-results-enterprises{
943   - display: none;
944   -}
945   -
946   -div#notice {
947   - left: 50%;
948   - margin-left: -60px;
949   - top: 80px;
950   -}
951   -
952   -/* history activity and wall */
953   -
954   -#profile-activity .profile-activity-description, #profile-network .profile-network-description {
955   - border-radius: 8px;
956   - -moz-border-radius: 8px;
957   - -webkit-border-radius: 8px;
958   -}
959   -
960   -#profile-network .profile-network-description textarea,
961   -#profile-wall .profile-wall-description textarea {
962   - margin-left: 2px;
963   -}
964   -
965   -#profile-network .profile-network-description .limited-text-area p,
966   -#profile-wall .profile-wall-description .limited-text-area p {
967   - margin-right: 10px;
968   -}
969   -
970   -.limited-text-area div.fieldWithErrors {
971   - background: transparent;
972   -}
973   -
974   -.msie7 #profile-activity li, .msie7 #profile-network li, .msie7 #profile-wall li {
975   - list-style: none;
976   - z-index: 1;
977   -}
978   -
979   -.msie7 #profile-activity .profile-activity-description,
980   -.msie7 #profile-network .profile-network-description,
981   -.msie7 #profile-wall .profile-wall-description {
982   - z-index: 2;
983   -}
984   -
985   -.msie7 #leave_scrap {
986   - overflow: hidden;
987   -}
988   -
989   -.msie7 #profile-activity hr, .msie7 #profile-network hr, .msie7 #profile-wall hr {
990   - visibility: hidden;
991   -}
992   -
993   -.msie #profile-activity .profile-activity-description,
994   -.msie #profile-network .profile-network-description {
995   - border: 1px solid #ccc !important;
996   -}
997   -
998   -.msie7 #profile-activity ul, .msie7 #profile-network ul, .msie7 #profile-wall ul {
999   - padding-left: 0;
1000   - margin-left: 0;
1001   -}
1002   -
1003   -.msie7 .profile-wall-image,
1004   -.msie7 .leave_scrap_to_self .profile-network-image,
1005   -.msie7 .leave_scrap .profile-network-image,
1006   -.msie7 .leave_scrap_to_self .profile-activity-image,
1007   -.msie7 .leave_scrap .profile-activity-image {
1008   - z-index: 3;
1009   - left: 2px;
1010   -}
1011   -
1012   -.msie7 #profile-activity .profile-activity-send-message,
1013   -.msie7 #profile-network .profile-network-send-message,
1014   -.msie7 #profile-wall .profile-wall-send-message {
1015   - line-height: 24px;
1016   - margin-top: 2px;
1017   -}
1018   -
1019   -.msie #profile-wall .profile-wall-description .profile-wall-description {
1020   - border: 0 !important;
1021   -}
1022   -
1023   -.msie7 #profile-wall a.button.with-text.icon-cancel {
1024   - display: inline-block;
1025   - line-height: 17px;
1026   -}
1027   -
1028   -.msie7 .ui-tabs .ui-tabs-nav li {
1029   - top: 1px;
1030   - margin: 0;
1031   - margin-right: 4px;
1032   -}
1033   -
1034   -.msie7 .profile-wall-scrap-replies {
1035   - float: none;
1036   - margin-top: 10px;
1037   -}
1038   -
1039   -#profile-wall .comment-balloon-content {
1040   - min-height: 73px;
1041   -}
1042   -
1043   -#profile-wall .profile-wall-scrap-replies .comment-balloon br {
1044   - line-height: 0;
1045   -}
1046   -
1047   -/* Comment balloon */
1048   -
1049   -.comment-replies .article-comment-inner,
1050   -#article .comment-replies .comment-replies .article-comment,
1051   -.comment-replies .comment-replies .article-comment-inner,
1052   -.comment-replies .comment-replies .comment-content,
1053   -.comment-replies .comment-content,
1054   -#article .comment-replies .article-comment ,
1055   -.comment-replies .article-comment-inner,
1056   -#article .comment-replies .comment-replies .article-comment,
1057   -.comment-replies .comment-replies .article-comment-inner,
1058   -.comment-replies .comment-replies .comment-content,
1059   -.comment-replies .comment-content,
1060   -#article .comment-replies .article-comment {
1061   - border-radius: 0;
1062   -}
1063   -
1064   -.comment-from-owner .comment-wrapper-1 {
1065   - background-color: #fbcece;
1066   - background-image: url(images/comment-owner-bg-N.png);
1067   -}
1068   -.comment-replies .comment-from-owner.comment-content {
1069   - background-image: url(images/comment-reply-owner-bg.png);
1070   -}
1071   -.comment-from-owner .comment-wrapper-2 { background-image: url(images/comment-owner-bg-S.png); }
1072   -.comment-from-owner .comment-wrapper-3 { background-image: url(images/comment-owner-bg-L.png); }
1073   -.comment-from-owner .comment-wrapper-4 { background-image: url(images/comment-owner-bg-O.png); }
1074   -.comment-from-owner .comment-wrapper-5 { background-image: url(images/comment-owner-bg-SL.png); }
1075   -.comment-from-owner .comment-wrapper-6 { background-image: url(images/comment-owner-bg-SO.png); }
1076   -.comment-from-owner .comment-wrapper-7 { background-image: url(images/comment-owner-bg-NL.png); }
1077   -.comment-from-owner .comment-wrapper-8 { background-image: url(images/comment-owner-bg-NO.png); }
1078   -
1079   -
1080   -/* Plugin para curtir artigos e comentários */
1081   -
1082   -.vote-detail ul {
1083   - width: 100%;
1084   - display: inline-block;
1085   -}
1086   -
1087   -.vote-detail li {
1088   - padding: 2px;
1089   -}
1090   -
1091   -.action .vote-detail {
1092   - width: 170px;
1093   -}
1094   -
1095   -.vote-detail li span {
1096   - width: 80%;
1097   - display: inline-block;
1098   - margin-left: 5px;
1099   - text-align: left;
1100   -}
1101   -
1102   -.action .dislike:before {
1103   - content: url(images/negative-hand.png);
1104   -}
1105   -
1106   -.action .like:before {
1107   - content: url(images/positive-hand.png);
1108   -}
1109   -
1110   -.vote-action .like-action-active .action-icon {
1111   - opacity: 1;
1112   -}
1113   -
1114   -.vote-action .action-icon {
1115   - opacity: 0.5;
1116   -}
1117   -
1118   -#article .action .action-icon {
1119   - top: 3px;
1120   -}
1121   -
1122   -#article .like-action .like-action-counter {
1123   - color: #2A8C32;
1124   -}
1125   -
1126   -#article .dislike-action .like-action-counter {
1127   - color: #CC0000;
1128   -}
1129   -
1130   -.vote-actions {
1131   - position: relative;
1132   - right: 0;
1133   - top: 0;
1134   -}
1135   -
1136   -
1137   -#content .friends-block .block-footer-content .profiles-suggestions a, #content .friends-block .block-footer-content a.more-suggestions {
1138   - position: initial;
1139   -}
1140   -
1141   -#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{
1142   - top: 0px;
1143   -}
1144   -
1145   -.profile-list li{
1146   - height: 80px;
1147   - width: 60px;
1148   - margin-bottom: 20px;
1149   -}
1150   -
1151   -#content .common-profile-list-block .profiles-suggestions .profile-list li{
1152   - height: 50px;
1153   -}
1154   -
1155   -/* PopUp Login*/
1156   -
1157   -#colorbox .login-box{
1158   - width: 700px;
1159   - background: url("images/img_login_popUp.png") no-repeat scroll 90% 50% #FFFFFF;
1160   -}
1161   -
1162   -#colorbox .login-box h2{
1163   - background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF;
1164   - color: #757575;
1165   - font-size: 20px;
1166   - font-style: italic;
1167   - font-weight: normal;
1168   - width: 45%;
1169   -}
1170   -
1171   -#colorbox .login-box form {
1172   - margin: 0;
1173   - width: 45%;
1174   - /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/
1175   -}
1176   -
1177   -#colorbox .login-box .formfieldline input {
1178   - width: 95%;
1179   -}
1180   -
1181   -#colorbox .login-box .button-bar input.icon-login {
1182   - background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF;
1183   - border: 0px none;
1184   - font-family: arial,sans-serif;
1185   - font-size: 16px;
1186   - font-weight: bold;
1187   - height: 50px !important;
1188   - max-height: 50px !important;
1189   - padding: 0;
1190   - text-transform: uppercase;
1191   - width: 145px;
1192   - cursor: pointer;
1193   -}
1194   -
1195   -#colorbox .login-box .button-bar input.icon-login:hover {
1196   - background-image: url("images/btn_entrar_login_hover.png");
1197   -}
1198   -
1199   -#colorbox .login-box .button-bar a.icon-close {
1200   - /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/
1201   - background-color: #FCE9E8;
1202   - background-image: none;
1203   - border: 0 none;
1204   - border-radius: 5px 5px 5px 5px;
1205   - color: #CE5E5E;
1206   - font-size: 16px;
1207   - font-weight: bold;
1208   - height: 35px;
1209   - padding: 14px 13px 0;
1210   - text-align: center;
1211   - text-transform: uppercase;
1212   - width: 115px;
1213   -}
1214   -#colorbox .login-box .button-bar a.icon-close:hover {
1215   - background-color: #FFD1CF;
1216   -}
1217   -
1218   -#colorbox .login-box .button-bar input.submit,
1219   -#colorbox .login-box .button-bar a.icon-close {
1220   - border: 0px none;
1221   -}
1222   -
1223   -#colorbox .login-box .button-bar {
1224   - float: none;
1225   - margin-bottom: 1em;
1226   - margin-top: 1em;
1227   - width: 100%;
1228   -}
1229   -
1230   -#colorbox .login-box .button-bar .icon-add{
1231   - background-image: none;
1232   - color: #004B82;
1233   - float: right;
1234   - font-size: 16px;
1235   - font-weight: bold;
1236   - margin-right: 75px;
1237   - padding: 10px;
1238   - position: relative;
1239   - text-align: center;
1240   - top: -3em;
1241   - width: 30%;
1242   -}
1243   -
1244   -
1245   -#colorbox .login-box .button-bar .icon-help{
1246   -
1247   -}
1248   -
1249   -#colorbox .login-box form .button-bar {
1250   - float: none;
1251   - width: 100%
1252   -}
1253   -
1254   -
1255   -#colorbox .login-box .button-bar a.button.icon-help,
1256   -#colorbox .login-box .button-bar a.button.icon-add {
1257   - display: none;
1258   -}
1259   -
1260   -
1261   -/* Gamification Plugin*/
1262   -
1263   -.gamification .badge .image.positive_votes_received {
1264   - background-image: url(images/badges/queridinhos_america.jpg);
1265   -}
1266   -.gamification .badge .image.article_author {
1267   - background-image: url(images/badges/autor_artigo.jpg);
1268   -}
1269   -.gamification .badge .image.comment_received {
1270   - background-image: url(images/badges/comentarios_recebidos.jpg);
1271   -}
1272   -.gamification .badge .image.negative_votes_received {
1273   - background-image: url(images/badges/inimigo_estado.jpg);
1274   -}
1275   -.gamification .badge .image.comment_author {
1276   - background-image: url(images/badges/comentario_realizado.png);
1277   -}
1278   -.gamification .badge .image.friendly {
1279   - background-image: url(images/badges/amigos.jpg);
1280   -}
1281   -
1282   -/*Feedback Button*/
1283   -
1284   -button.feedback-btn.feedback-bottom-right {
1285   - background: url(images/feedback-button.png) no-repeat 100% 100%;
1286   - position:fixed;
1287   - height: 117px;
1288   - width: 137px;
1289   - border: none;
1290   -}
  15 +#wrap-1{ width: auto;}
  16 +#wrap-2{ padding: 0px; border: none;}
  17 +#theme-header, #user, #site-title, #navigation{ display: none;}
  18 +#content{ margin-top: 0px;}
  19 +.main-content{ border: none; padding: none;}
1291 20  
... ...
theme.yml
1   -name: "Serpro"
  1 +name: "Rede Brasil"
2 2 layout: "application-ng"
3 3 jquery_theme: "smoothness"
4 4 icon_theme: [default, pidgin]
... ...