Commit 099ecd798d06f6cc047503501bfc7b4befe758c9

Authored by Gabriela Navarro
1 parent 44664184
Exists in stable

Fix some css syntax errors

cabecalho-cinza-theme.css
@@ -25,7 +25,7 @@ tr:hover td { @@ -25,7 +25,7 @@ tr:hover td {
25 #theme-header{} 25 #theme-header{}
26 26
27 #header { 27 #header {
28 - padding: 15px 0 0 0; /*13px 0 0 0;*/ 28 + padding: 15px 0 0 0; /*13px 0 0 0;*/
29 color: #000; 29 color: #000;
30 background-color:#f0f2f1; /*rgb(236,237,241);*/ 30 background-color:#f0f2f1; /*rgb(236,237,241);*/
31 background-color:#ecedf1; 31 background-color:#ecedf1;
@@ -202,7 +202,7 @@ li#siteaction-mapadosite { @@ -202,7 +202,7 @@ li#siteaction-mapadosite {
202 #theme-header .header-content #link-faq a { 202 #theme-header .header-content #link-faq a {
203 border-right: 1px solid #2c66ce; 203 border-right: 1px solid #2c66ce;
204 padding: 0 10px; 204 padding: 0 10px;
205 - 205 +
206 } 206 }
207 #theme-header .header-content #link-contact a { 207 #theme-header .header-content #link-contact a {
208 padding-left: 10px; 208 padding-left: 10px;
@@ -253,7 +253,7 @@ li#siteaction-mapadosite { @@ -253,7 +253,7 @@ li#siteaction-mapadosite {
253 border-right: none; 253 border-right: none;
254 } 254 }
255 255
256 -#navbar:houver{ 256 +#navbar:hover{
257 color:#000000; 257 color:#000000;
258 258
259 } 259 }
@@ -261,7 +261,7 @@ li#siteaction-mapadosite { @@ -261,7 +261,7 @@ li#siteaction-mapadosite {
261 #links-rapidos{ 261 #links-rapidos{
262 width: 960px; 262 width: 960px;
263 margin: 0 auto; 263 margin: 0 auto;
264 - font-color:#fff; 264 + color:#fff;
265 265
266 } 266 }
267 267
@@ -413,9 +413,9 @@ background-position: -42px; @@ -413,9 +413,9 @@ background-position: -42px;
413 background-position: -71px; 413 background-position: -71px;
414 } 414 }
415 415
416 -#social-icons a:focus, 416 +#social-icons a:focus,
417 #social-icons a:hover { 417 #social-icons a:hover {
418 -opacity: 1; 418 +opacity: 1.0;
419 filter: alpha(opacity=100); 419 filter: alpha(opacity=100);
420 } 420 }
421 421
@@ -481,9 +481,9 @@ background-position: -42px; @@ -481,9 +481,9 @@ background-position: -42px;
481 background-position: -71px; 481 background-position: -71px;
482 } 482 }
483 483
484 -#social-box a:focus, 484 +#social-box a:focus,
485 #social-box a:hover { 485 #social-box a:hover {
486 -opacity: 1; 486 +opacity: 1.0;
487 filter: alpha(opacity=100); 487 filter: alpha(opacity=100);
488 } 488 }
489 489
@@ -936,7 +936,7 @@ margin: 0 0 8px 0; @@ -936,7 +936,7 @@ margin: 0 0 8px 0;
936 } 936 }
937 937
938 footer nav ul { 938 footer nav ul {
939 - margin-left: 0px; 939 + margin-left: 0px;
940 } 940 }
941 941
942 footer nav li { 942 footer nav li {
@@ -984,7 +984,7 @@ footer .footer-ferramenta { @@ -984,7 +984,7 @@ footer .footer-ferramenta {
984 text-align:center 984 text-align:center
985 } 985 }
986 } 986 }
987 - 987 +
988 #content.internas div.pull-none { 988 #content.internas div.pull-none {
989 width:100%; 989 width:100%;
990 margin:10px 0; 990 margin:10px 0;
@@ -1034,12 +1034,12 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { @@ -1034,12 +1034,12 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
1034 } 1034 }
1035 1035
1036 .row { 1036 .row {
1037 - margin-left:auto !important;  
1038 - *zoom:1;  
1039 - margin-right:auto !important; 1037 + margin-left: auto !important;
  1038 + zoom: 1;
  1039 + margin-right: auto !important;
1040 } 1040 }
1041 1041
1042 -.row:before,.row:after { 1042 +.row:before, .row:after {
1043 display:table; 1043 display:table;
1044 content:""; 1044 content:"";
1045 line-height:0; 1045 line-height:0;
@@ -1099,9 +1099,9 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { @@ -1099,9 +1099,9 @@ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
1099 } 1099 }
1100 1100
1101 .container2 { 1101 .container2 {
1102 - margin-right:auto;  
1103 - margin-left:auto;  
1104 - *zoom:1; 1102 + margin-right: auto;
  1103 + margin-left: auto;
  1104 + zoom: 1;
1105 max-width: 960px; 1105 max-width: 960px;
1106 /*max-width: 1040px; */ 1106 /*max-width: 1040px; */
1107 } 1107 }
@@ -127,7 +127,7 @@ border-radius: 8px; @@ -127,7 +127,7 @@ border-radius: 8px;
127 #institution_dialog textarea, 127 #institution_dialog textarea,
128 #institution_dialog input{ 128 #institution_dialog input{
129 width: 60%; 129 width: 60%;
130 - float:center; 130 + /*float: center;*/
131 height: 25px; 131 height: 25px;
132 margin:3px 2px 13px 0px; 132 margin:3px 2px 13px 0px;
133 } 133 }
@@ -162,7 +162,7 @@ margin:10px; @@ -162,7 +162,7 @@ margin:10px;
162 #institution_form input { 162 #institution_form input {
163 width: 40%; 163 width: 40%;
164 height: 25px; 164 height: 25px;
165 - float:center; 165 + /*float:center;*/
166 margin:3px 2px 15px 0px; 166 margin:3px 2px 15px 0px;
167 } 167 }
168 168
@@ -739,7 +739,7 @@ body #content .main-block form .icon-add:before { @@ -739,7 +739,7 @@ body #content .main-block form .icon-add:before {
739 739
740 .formfield{ 740 .formfield{
741 font-weight: 500; 741 font-weight: 500;
742 - padding-right: 10px; 742 + padding-right: 10px;
743 } 743 }
744 744
745 .formlabel{ 745 .formlabel{
@@ -807,7 +807,7 @@ body #content .main-block form .button-bar input:hover { @@ -807,7 +807,7 @@ body #content .main-block form .button-bar input:hover {
807 body #content .main-block form .button-bar a.button { 807 body #content .main-block form .button-bar a.button {
808 padding: 1px 0 0 0; 808 padding: 1px 0 0 0;
809 height: 0; 809 height: 0;
810 - line-height: auto; 810 + line-height: normal;
811 color: #2C66CE; 811 color: #2C66CE;
812 font-size: 14px; 812 font-size: 14px;
813 border: 1px solid #2C66CE; 813 border: 1px solid #2C66CE;
@@ -989,4 +989,4 @@ body #content .main-block form .icon-add:before { @@ -989,4 +989,4 @@ body #content .main-block form .icon-add:before {
989 989
990 #category-ajax-selector .label { 990 #category-ajax-selector .label {
991 font-size: 14px; 991 font-size: 14px;
992 -}e  
993 \ No newline at end of file 992 \ No newline at end of file
  993 +}
@@ -62,4 +62,4 @@ div.message p { @@ -62,4 +62,4 @@ div.message p {
62 font-variant: small-caps; 62 font-variant: small-caps;
63 color: black; 63 color: black;
64 font-size: 14px; 64 font-size: 14px;
65 -}  
66 \ No newline at end of file 65 \ No newline at end of file
  66 +}
redes_sociais.css
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 { 2 {
3 background: none; 3 background: none;
4 border: 0px solid #aaaaaa; 4 border: 0px solid #aaaaaa;
5 - color: none; 5 + /*color: none;*/
6 font-weight: bold; 6 font-weight: bold;
7 } 7 }
8 .ui-tabs .ui-tabs-panel 8 .ui-tabs .ui-tabs-panel
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 border-radius:0px; 50 border-radius:0px;
51 border:none; 51 border:none;
52 border-bottom: 3px solid #D3D6DE; 52 border-bottom: 3px solid #D3D6DE;
53 - color: none; 53 + /*color: none;*/
54 font-weight: bold; 54 font-weight: bold;
55 } 55 }
56 56
@@ -115,7 +115,7 @@ @@ -115,7 +115,7 @@
115 padding-bottom: 1px; 115 padding-bottom: 1px;
116 border-bottom: 3px solid #FF0366; 116 border-bottom: 3px solid #FF0366;
117 font-weight: 700; 117 font-weight: 700;
118 - 118 +
119 } 119 }
120 120
121 #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{ 121 #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
@@ -127,7 +127,7 @@ @@ -127,7 +127,7 @@
127 margin-top: 38px; 127 margin-top: 38px;
128 margin-left: 45%; 128 margin-left: 45%;
129 width: 0; 129 width: 0;
130 - height: 0; 130 + height: 0;
131 border-left: 5px solid transparent; 131 border-left: 5px solid transparent;
132 border-right: 5px solid transparent; 132 border-right: 5px solid transparent;
133 border-top: 5px solid #FF0366; 133 border-top: 5px solid #FF0366;
@@ -47,56 +47,56 @@ @@ -47,56 +47,56 @@
47 @media screen { 47 @media screen {
48 /* http://www.secom.gov.br/portal_css/css/main.css?original=1 */ 48 /* http://www.secom.gov.br/portal_css/css/main.css?original=1 */
49 /* */ 49 /* */
50 -@font-face {  
51 -font-weight: normal;  
52 -font-style: normal;  
53 -font-family: "open_sanslight";  
54 -src: url("fonts/opensans-300-webfont.eot");  
55 -src: url("fonts/opensans-300-webfont.eot?#iefix") format("embedded-opentype"),  
56 -url("fonts/opensans-300-webfont.woff") format("woff"),  
57 -url("fonts/opensans-300-webfont.ttf") format("truetype"),  
58 -url("fonts/opensans-300-webfont.svg#open_sanslight") format("svg");  
59 -}  
60 -@font-face {  
61 -font-weight: normal;  
62 -font-style: normal;  
63 -font-family: "open_sansregular";  
64 -src: url("fonts/opensans-400-webfont.eot");  
65 -src: url("fonts/opensans-400-webfont.eot?#iefix") format("embedded-opentype"),  
66 -url("fonts/opensans-400-webfont.woff") format("woff"),  
67 -url("fonts/opensans-400-webfont.ttf") format("truetype"),  
68 -url("fonts/opensans-400-webfont.svg#open_sansregular") format("svg");  
69 -}  
70 -@font-face {  
71 -font-weight: normal;  
72 -font-style: normal;  
73 -font-family: "open_sanssemibold";  
74 -src: url("fonts/opensans-600-webfont.eot");  
75 -src: url("fonts/opensans-600-webfont.eot?#iefix") format("embedded-opentype"),  
76 -url("fonts/opensans-600-webfont.woff") format("woff"),  
77 -url("fonts/opensans-600-webfont.ttf") format("truetype"),  
78 -url("fonts/opensans-600-webfont.svg#open_sanssemibold") format("svg");  
79 -}  
80 -@font-face {  
81 -font-weight: normal;  
82 -font-style: normal;  
83 -font-family: "open_sansbold";  
84 -src: url("fonts/opensans-700-webfont.eot");  
85 -src: url("fonts/opensans-700-webfont.eot?#iefix") format("embedded-opentype"),  
86 -url("fonts/opensans-700-webfont.woff") format("woff"),  
87 -url("fonts/opensans-700-webfont.ttf") format("truetype"),  
88 -url("fonts/opensans-700-webfont.svg#open_sansbold") format("svg");  
89 -}  
90 -@font-face {  
91 -font-weight: normal;  
92 -font-style: normal;  
93 -font-family: "open_sansextrabold";  
94 -src: url("fonts/opensans-800-webfont.eot");  
95 -src: url("fonts/opensans-800-webfont.eot?#iefix") format("embedded-opentype"),  
96 -url("fonts/opensans-800-webfont.woff") format("woff"),  
97 -url("fonts/opensans-800-webfont.ttf") format("truetype"),  
98 -url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg");  
99 -} 50 + @font-face {
  51 + font-weight: normal;
  52 + font-style: normal;
  53 + font-family: "open_sanslight";
  54 + src: url("fonts/opensans-300-webfont.eot");
  55 + src: url("fonts/opensans-300-webfont.eot?#iefix") format("embedded-opentype"),
  56 + url("fonts/opensans-300-webfont.woff") format("woff"),
  57 + url("fonts/opensans-300-webfont.ttf") format("truetype"),
  58 + url("fonts/opensans-300-webfont.svg#open_sanslight") format("svg");
  59 + }
  60 + @font-face {
  61 + font-weight: normal;
  62 + font-style: normal;
  63 + font-family: "open_sansregular";
  64 + src: url("fonts/opensans-400-webfont.eot");
  65 + src: url("fonts/opensans-400-webfont.eot?#iefix") format("embedded-opentype"),
  66 + url("fonts/opensans-400-webfont.woff") format("woff"),
  67 + url("fonts/opensans-400-webfont.ttf") format("truetype"),
  68 + url("fonts/opensans-400-webfont.svg#open_sansregular") format("svg");
  69 + }
  70 + @font-face {
  71 + font-weight: normal;
  72 + font-style: normal;
  73 + font-family: "open_sanssemibold";
  74 + src: url("fonts/opensans-600-webfont.eot");
  75 + src: url("fonts/opensans-600-webfont.eot?#iefix") format("embedded-opentype"),
  76 + url("fonts/opensans-600-webfont.woff") format("woff"),
  77 + url("fonts/opensans-600-webfont.ttf") format("truetype"),
  78 + url("fonts/opensans-600-webfont.svg#open_sanssemibold") format("svg");
  79 + }
  80 + @font-face {
  81 + font-weight: normal;
  82 + font-style: normal;
  83 + font-family: "open_sansbold";
  84 + src: url("fonts/opensans-700-webfont.eot");
  85 + src: url("fonts/opensans-700-webfont.eot?#iefix") format("embedded-opentype"),
  86 + url("fonts/opensans-700-webfont.woff") format("woff"),
  87 + url("fonts/opensans-700-webfont.ttf") format("truetype"),
  88 + url("fonts/opensans-700-webfont.svg#open_sansbold") format("svg");
  89 + }
  90 + @font-face {
  91 + font-weight: normal;
  92 + font-style: normal;
  93 + font-family: "open_sansextrabold";
  94 + src: url("fonts/opensans-800-webfont.eot");
  95 + src: url("fonts/opensans-800-webfont.eot?#iefix") format("embedded-opentype"),
  96 + url("fonts/opensans-800-webfont.woff") format("woff"),
  97 + url("fonts/opensans-800-webfont.ttf") format("truetype"),
  98 + url("fonts/opensans-800-webfont.svg#open_sansextrabold") format("svg");
  99 + }
100 /* */ 100 /* */
101 } 101 }
102 102