Commit 29fb1785a15d077134497127d09f3214ee3f9cd8
1 parent
174ea50b
Exists in
master
and in
54 other branches
End of reorganization/removal archive "cabecalho-cinza-theme.css"
Showing
4 changed files
with
809 additions
and
4 deletions
Show diff stats
content.css
| ... | ... | @@ -32,6 +32,11 @@ |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | /**********************fim pagina inicial************************/ |
| 35 | +/*oculta campo de busca perto do login apos remover o css do cabecalho*/ | |
| 36 | +#user form { | |
| 37 | +display: none; | |
| 38 | +} | |
| 39 | +/******************************/ | |
| 35 | 40 | |
| 36 | 41 | /*label dos radio buttons da busca*/ |
| 37 | 42 | #content .search-field label { |
| ... | ... | @@ -1051,4 +1056,336 @@ |
| 1051 | 1056 | |
| 1052 | 1057 | /**** FIM DE BUSCA ****/ |
| 1053 | 1058 | |
| 1054 | -/*******fim - removidos do cabecalho-cinza-theme.css****************/ | |
| 1059 | +#category-ajax-selector .select-subcategory-link:hover { | |
| 1060 | + color: #fff; | |
| 1061 | +} | |
| 1062 | + | |
| 1063 | +/*******************Area de agenda**************************/ | |
| 1064 | +.agenda-item a { | |
| 1065 | + color: black; | |
| 1066 | +} | |
| 1067 | +.agenda-item a:visited { | |
| 1068 | + color: black; | |
| 1069 | + font-weight: normal; | |
| 1070 | +} | |
| 1071 | +.agenda-item a:hover { | |
| 1072 | + color: black; | |
| 1073 | + text-decoration: underline !important; | |
| 1074 | +} | |
| 1075 | +/*******************fim da agenda****************************/ | |
| 1076 | + | |
| 1077 | +/************** data - evento *************/ | |
| 1078 | + | |
| 1079 | +li.event-dates { | |
| 1080 | + background: url("/images/icons-mime/event.png") no-repeat scroll 100% 50% white; | |
| 1081 | + | |
| 1082 | + float: none; | |
| 1083 | + padding: 5px 32px 5px 5px; | |
| 1084 | + text-align: right; | |
| 1085 | +} | |
| 1086 | +/************************fim data - evento*********************/ | |
| 1087 | + | |
| 1088 | +/*************** Resultado da busca geral noosfero *****************/ | |
| 1089 | +.no-boxes-inner-2 { | |
| 1090 | + background-color: white; | |
| 1091 | +} | |
| 1092 | + | |
| 1093 | +.only-one-result-box .common-profile-list-block { | |
| 1094 | + float: none; | |
| 1095 | +} | |
| 1096 | + | |
| 1097 | +.common-profile-list-block span { | |
| 1098 | + line-height: 1.2em; | |
| 1099 | + overflow: visible; | |
| 1100 | + width: 100%; | |
| 1101 | + word-wrap: break-word; | |
| 1102 | +} | |
| 1103 | + | |
| 1104 | +.search-results-box .common-profile-list-block li { | |
| 1105 | + display: inline-block; | |
| 1106 | + width: 112px; | |
| 1107 | +} | |
| 1108 | + | |
| 1109 | +.common-profile-list-block, | |
| 1110 | +ul.profile-list .common-profile-list-block { | |
| 1111 | + display: inline-block; | |
| 1112 | + vertical-align: top; | |
| 1113 | +} | |
| 1114 | + | |
| 1115 | +.main-block .common-profile-list-block { | |
| 1116 | + display: block; | |
| 1117 | +} | |
| 1118 | + | |
| 1119 | +#search-results .common-profile-list-block { | |
| 1120 | + display: inline-block; | |
| 1121 | + vertical-align: top; | |
| 1122 | +} | |
| 1123 | + | |
| 1124 | +.vcard .menu-submenu-list li { | |
| 1125 | + display: block; | |
| 1126 | +} | |
| 1127 | + | |
| 1128 | +.common-profile-list-block .profile-image { | |
| 1129 | + display: table-cell; | |
| 1130 | + height: 56px; | |
| 1131 | + max-height: 100%; | |
| 1132 | + text-align: center; | |
| 1133 | +} | |
| 1134 | + | |
| 1135 | +/*.box-2 .common-profile-list-block .vcard a.profile_link, | |
| 1136 | +.box-3 .common-profile-list-block .vcard a.profile_link,*/ | |
| 1137 | +.common-profile-list-block .vcard a.profile_link { | |
| 1138 | + margin-bottom: 5px; | |
| 1139 | + float: none; | |
| 1140 | +} | |
| 1141 | + | |
| 1142 | + | |
| 1143 | +.box-2 .common-profile-list-block .vcard a.profile_link, | |
| 1144 | +.box-3 .common-profile-list-block .vcard a.profile_link { | |
| 1145 | + height: auto; | |
| 1146 | + max-height: 100%; | |
| 1147 | +} | |
| 1148 | + | |
| 1149 | +.common-profile-list-block .vcard { | |
| 1150 | + float: none; | |
| 1151 | +} | |
| 1152 | + | |
| 1153 | +.common-profile-list-block .vcard a, .comment-actions .vcard a { | |
| 1154 | + margin: 0; | |
| 1155 | + height: auto; | |
| 1156 | + padding-top: 0; | |
| 1157 | + overflow: visible; | |
| 1158 | +} | |
| 1159 | + | |
| 1160 | +#content .comment-actions li { | |
| 1161 | + padding: 2px; | |
| 1162 | +} | |
| 1163 | + | |
| 1164 | + | |
| 1165 | +#article .article-comment .comment-details .comment-actions h4 { | |
| 1166 | + display: none; | |
| 1167 | +} | |
| 1168 | + | |
| 1169 | +.menu-submenu-trigger, .comment-actions .vcard .menu-submenu-trigger { | |
| 1170 | + width: 20px; | |
| 1171 | + height: 20px; | |
| 1172 | +} | |
| 1173 | + | |
| 1174 | +.common-profile-list-block .vcard:hover .menu-submenu-trigger { | |
| 1175 | +/* display: none;*/ | |
| 1176 | +} | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | +/*******Alinhamento da imagem de pessoas no bloco**********/ | |
| 1182 | + | |
| 1183 | +.box-2 .common-profile-list-block .profile-image, | |
| 1184 | +.box-3 .common-profile-list-block .profile-image{ | |
| 1185 | + height: 56px; | |
| 1186 | +} | |
| 1187 | + | |
| 1188 | +/*fim alinhamento da imagem de pessoas nos blocos - incluindo página inicial*/ | |
| 1189 | + | |
| 1190 | +.relevant-content-plugin_relevant-content-block ul{ | |
| 1191 | + padding: 0; | |
| 1192 | +} | |
| 1193 | + | |
| 1194 | +.relevant-content-plugin_relevant-content-block li { | |
| 1195 | +} | |
| 1196 | +.relevant-content-plugin_relevant-content-block li:hover { | |
| 1197 | + background-color: #eee; | |
| 1198 | +} | |
| 1199 | +.relevant-content-plugin_relevant-content-block li a{ | |
| 1200 | + color: #333; | |
| 1201 | + display: block; | |
| 1202 | + padding: 0.5em 1em; | |
| 1203 | +} | |
| 1204 | + | |
| 1205 | +/*******************fim resultado da busca geral***********/ | |
| 1206 | + | |
| 1207 | +/*botão rss*/ | |
| 1208 | +#article .blog-feed-link { | |
| 1209 | + position: relative; | |
| 1210 | + right: 0; | |
| 1211 | + top: 0; | |
| 1212 | +} | |
| 1213 | +/*******************************/ | |
| 1214 | + | |
| 1215 | +#box-organizer .block-target { clear: both; } | |
| 1216 | + | |
| 1217 | +/*.profile-info-options*/ | |
| 1218 | +#content .profile-info-options { | |
| 1219 | + padding-right: 0; | |
| 1220 | +} | |
| 1221 | + | |
| 1222 | +#content .profile-info-options ul { | |
| 1223 | + margin-left: 0px; | |
| 1224 | +} | |
| 1225 | + | |
| 1226 | +#content .profile-info-options input.button.with-text, | |
| 1227 | +#content .profile-info-options a.button.with-text { | |
| 1228 | + background-color: #fff; | |
| 1229 | + border-radius: 0 0 0 0; | |
| 1230 | + display: block; | |
| 1231 | + padding-bottom: 5px; | |
| 1232 | + padding-left: 30px; | |
| 1233 | + padding-top: 5px; | |
| 1234 | + text-align: left; | |
| 1235 | +} | |
| 1236 | +#content .profile-info-options a.button.with-text{ | |
| 1237 | + border: 0px solid #CCCCCC; | |
| 1238 | + border-bottom: 2px solid #CCCCCC !important; | |
| 1239 | +} | |
| 1240 | + | |
| 1241 | +#content .profile-info-options input.button:hover, | |
| 1242 | +#content .profile-info-options a.button:hover { | |
| 1243 | + background-color: #ccc; | |
| 1244 | + border: 1pxpx solid #CCC; | |
| 1245 | +} | |
| 1246 | + | |
| 1247 | + | |
| 1248 | +/*comentário*/ | |
| 1249 | + | |
| 1250 | +#comments_list.comments{ | |
| 1251 | + border: 1px solid #CCCCCC; | |
| 1252 | + margin: 20px 0; | |
| 1253 | +} | |
| 1254 | + | |
| 1255 | +#content .main-block #comments_list h3 { | |
| 1256 | + border-bottom: 1px solid #CCCCCC; | |
| 1257 | + margin: 0; | |
| 1258 | + min-height: 100% !important; | |
| 1259 | + padding: 14px; | |
| 1260 | + color: #999; | |
| 1261 | +} | |
| 1262 | +#article .article-comments-list, | |
| 1263 | +#article .article-comments-list ul, | |
| 1264 | +#article .article-comments-list li { | |
| 1265 | + list-style: none outside none; | |
| 1266 | + margin: 5px 0 10px; | |
| 1267 | + padding: 0; | |
| 1268 | +} | |
| 1269 | + | |
| 1270 | +#article .article-comments-list li { | |
| 1271 | + padding: 14px; | |
| 1272 | +} | |
| 1273 | + | |
| 1274 | +.comments .comment-count-write-out { | |
| 1275 | + min-height: 100%; | |
| 1276 | +} | |
| 1277 | + | |
| 1278 | +/*btn comentários*/ | |
| 1279 | + | |
| 1280 | +#content .blog-post .short-post .read-more a{ | |
| 1281 | + text-decoration: none; | |
| 1282 | + background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD; | |
| 1283 | + border: 1px solid #CCC; | |
| 1284 | + border-radius: 5px; | |
| 1285 | + color: #666; | |
| 1286 | + font-weight: bold; | |
| 1287 | + padding: 0.5em 1em; | |
| 1288 | + text-decoration: none; | |
| 1289 | + | |
| 1290 | +} | |
| 1291 | + | |
| 1292 | +/* nao mostrar seta neste tipo de box */ | |
| 1293 | +#content .blog-post .short-post .read-more a::after { | |
| 1294 | + content: none; | |
| 1295 | + } | |
| 1296 | + | |
| 1297 | +.comment-info { | |
| 1298 | + line-height: 1em; | |
| 1299 | + margin-top: 5px; | |
| 1300 | +} | |
| 1301 | + | |
| 1302 | +#article .article-comments-list li { | |
| 1303 | + display: block; | |
| 1304 | + list-style: none outside none; | |
| 1305 | + margin: 10px 0 0; | |
| 1306 | + padding: 1em; | |
| 1307 | +} | |
| 1308 | + | |
| 1309 | +#article .comment-replies .article-comment { | |
| 1310 | + background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent; | |
| 1311 | + border: 1px solid #808080; | |
| 1312 | + border-radius: 5px 5px 5px 5px; | |
| 1313 | + margin-top: 0px; | |
| 1314 | + padding: 0; | |
| 1315 | +} | |
| 1316 | + | |
| 1317 | +#content .comment-picture { | |
| 1318 | + max-width: 50px; | |
| 1319 | + word-wrap: break-word; | |
| 1320 | +} | |
| 1321 | + | |
| 1322 | +.comment-replies .comment-picture { | |
| 1323 | + height: auto; | |
| 1324 | + max-width: 50px; | |
| 1325 | + overflow: visible; | |
| 1326 | +} | |
| 1327 | + | |
| 1328 | +.comment-created-at{ | |
| 1329 | + display: block; | |
| 1330 | + float: none; | |
| 1331 | + margin-left: 0; | |
| 1332 | + color: red; | |
| 1333 | + font-style: italic; | |
| 1334 | + margin-bottom: 1em; | |
| 1335 | +} | |
| 1336 | + | |
| 1337 | +#article .article-comment .comment-details h4 { | |
| 1338 | + display: block; | |
| 1339 | +} | |
| 1340 | + | |
| 1341 | +.comment-text p { | |
| 1342 | + line-height: 1.3em; | |
| 1343 | +} | |
| 1344 | + | |
| 1345 | +.article-comment .comment-details { | |
| 1346 | + padding-top: 0; | |
| 1347 | +} | |
| 1348 | + | |
| 1349 | + | |
| 1350 | +#comments_list .comment-balloon { | |
| 1351 | + | |
| 1352 | +} | |
| 1353 | +#comments_list .comment-balloon .comment-wrapper-1, | |
| 1354 | +#comments_list .comment-balloon .comment-wrapper-2, | |
| 1355 | +#comments_list .comment-balloon .comment-wrapper-3, | |
| 1356 | +#comments_list .comment-balloon .comment-wrapper-4, | |
| 1357 | +#comments_list .comment-balloon .comment-wrapper-5, | |
| 1358 | +#comments_list .comment-balloon .comment-wrapper-6, | |
| 1359 | +#comments_list .comment-balloon .comment-wrapper-7, | |
| 1360 | +#comments_list .comment-balloon .comment-wrapper-8{ | |
| 1361 | + background-image: none; | |
| 1362 | +} | |
| 1363 | + | |
| 1364 | +#comments_list a.display-comment-form { | |
| 1365 | + background: url("images/bg-btn-ver-mais-1px.png") repeat scroll 0 0 #EEEEEE; | |
| 1366 | + border-color: #ddd; | |
| 1367 | + margin: 14px; | |
| 1368 | +} | |
| 1369 | + | |
| 1370 | +#content .comment-header .comment-actions-reply{ | |
| 1371 | + margin-right: 5px; | |
| 1372 | + margin-top: 5px; | |
| 1373 | +} | |
| 1374 | + | |
| 1375 | +.comment-details .menu-submenu { | |
| 1376 | + bottom: -4px; | |
| 1377 | + right: -130px; | |
| 1378 | +} | |
| 1379 | + | |
| 1380 | +#page-comment-form .post_comment_box { | |
| 1381 | + display: inline-block; | |
| 1382 | + padding: 5px; | |
| 1383 | + text-align: left; | |
| 1384 | +} | |
| 1385 | + | |
| 1386 | +/* fim de comentário*/ | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | +/*****fim - removidos do cabecalho-cinza-theme.css**********/ | ... | ... |
desuso.css
| ... | ... | @@ -573,3 +573,466 @@ body.action-embed-index { |
| 573 | 573 | max-width: 80%; |
| 574 | 574 | } |
| 575 | 575 | |
| 576 | +/*****************************************************/ | |
| 577 | + | |
| 578 | +/*********Removido do cabecalho cinza theme******************/ | |
| 579 | + | |
| 580 | +/* verificar onde isso se aplica | |
| 581 | + | |
| 582 | +.modal { | |
| 583 | + top: 50%; | |
| 584 | +} | |
| 585 | + | |
| 586 | +body div.overlaybg div.close, | |
| 587 | +body div.overlay div.close { | |
| 588 | + right: -14px; | |
| 589 | + left: auto; | |
| 590 | +} | |
| 591 | + | |
| 592 | +.design-menu { | |
| 593 | + display: inline-block; | |
| 594 | +} | |
| 595 | +*/ | |
| 596 | +/******/ | |
| 597 | +/*removi o pop-up login e o registro de usuario daqui*/ | |
| 598 | +/* padrao do box */ | |
| 599 | +/*#content .box .block-title { | |
| 600 | + font-size: 12px; | |
| 601 | + text-align: left; | |
| 602 | + border-bottom: none; | |
| 603 | + padding: 5px 8px 18px 7px; | |
| 604 | + text-transform: uppercase; | |
| 605 | + font-family: "open_sansbold", Arial, Helvetica, sans-serif; | |
| 606 | + font-variant: normal; | |
| 607 | + margin: 0px 0px 2px 0px; | |
| 608 | + border-top: 4px solid #3E67B1; | |
| 609 | + background: #eee; | |
| 610 | + color: #3E67B1; | |
| 611 | +} | |
| 612 | +*/ | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | +/*#content .box-1 .block-title { | |
| 617 | + border-top: 0px hidden transparent; | |
| 618 | + padding: 0px; | |
| 619 | + background: transparent; | |
| 620 | +}*/ | |
| 621 | + | |
| 622 | +/* Menu List footer */ | |
| 623 | +/* | |
| 624 | +#content .box-3 .block-title{ | |
| 625 | + margin:0; | |
| 626 | +} | |
| 627 | + | |
| 628 | + | |
| 629 | +#content .box-3 .link-list-block li a.link-this-page { | |
| 630 | + width: auto; | |
| 631 | + border-right: none; | |
| 632 | + font-weight: bold; | |
| 633 | + border-radius: 0px; | |
| 634 | +} | |
| 635 | + | |
| 636 | +#content .box-3 .link-list-block li a { | |
| 637 | + font-size: 14px; | |
| 638 | + line-height: 1em; | |
| 639 | + color: #545454; | |
| 640 | + background-color: #FFF; | |
| 641 | + border-radius: none; | |
| 642 | + padding: 0.6em 1.1em; | |
| 643 | +} | |
| 644 | + | |
| 645 | +#content .box-3 .link-list-block li a:hover { | |
| 646 | + background-color: #FFF; | |
| 647 | + color: #000; | |
| 648 | +} | |
| 649 | + | |
| 650 | +#content .box-3 .link-list-block li { | |
| 651 | + border-bottom: none; | |
| 652 | + border-top: none; | |
| 653 | + padding: 0; | |
| 654 | + margin: 0; | |
| 655 | +} | |
| 656 | +*/ | |
| 657 | + | |
| 658 | +/****** Plugin para curtir artigos e comentários******/ | |
| 659 | +.pairwise-plugin_pairwise-content .vote-actions { | |
| 660 | + display: none; | |
| 661 | +} | |
| 662 | + | |
| 663 | +.action .dislike:before { | |
| 664 | + content: url(images/negative-hand.png); | |
| 665 | +} | |
| 666 | + | |
| 667 | +.action .like:before { | |
| 668 | + content: url(images/positive-hand.png); | |
| 669 | +} | |
| 670 | + | |
| 671 | +.action .vote-detail { | |
| 672 | + width: 160px; | |
| 673 | +} | |
| 674 | + | |
| 675 | +.vote-action .like-action-active .action-icon { | |
| 676 | + opacity: 1; | |
| 677 | +} | |
| 678 | + | |
| 679 | +#article .action .vote-detail li { | |
| 680 | + padding: 0px; | |
| 681 | +} | |
| 682 | + | |
| 683 | +.vote-action .action-icon { | |
| 684 | + opacity: 0.5; | |
| 685 | +} | |
| 686 | + | |
| 687 | +#article .action .action-icon { | |
| 688 | + top: 3px; | |
| 689 | +} | |
| 690 | + | |
| 691 | +#article .like-action .like-action-counter { | |
| 692 | + color: #2A8C32; | |
| 693 | +} | |
| 694 | + | |
| 695 | +#article .dislike-action .like-action-counter { | |
| 696 | + color: #CC0000; | |
| 697 | +} | |
| 698 | + | |
| 699 | +.vote-actions { | |
| 700 | + position: relative; | |
| 701 | + right: 0; | |
| 702 | + top: 0; | |
| 703 | +} | |
| 704 | + | |
| 705 | +#article .action .vote-detail li { | |
| 706 | + display: inline-block; | |
| 707 | + list-style-type: none; | |
| 708 | + margin-bottom: 5px; | |
| 709 | + margin-left: 0; | |
| 710 | + text-align: left; | |
| 711 | +} | |
| 712 | + | |
| 713 | +#article .action .vote-detail li a span{ | |
| 714 | + float: left; | |
| 715 | + margin-left: 5px; | |
| 716 | + width: 120px; | |
| 717 | +} | |
| 718 | +#article .action .vote-detail li a img { | |
| 719 | + float: left; | |
| 720 | +} | |
| 721 | + | |
| 722 | +/*****************************************************************/ | |
| 723 | + | |
| 724 | +/*bloco de steps em main area - */ | |
| 725 | + | |
| 726 | +#content .community-track-plugin_track-list-block .steps .step .position { | |
| 727 | + margin: 5px 3px; | |
| 728 | + padding: 0 6px; | |
| 729 | +} | |
| 730 | + | |
| 731 | +.community-track-plugin_track-list-block .steps .step .name{ | |
| 732 | + display: inline-block; | |
| 733 | + vertical-align: middle; | |
| 734 | + width: 75%; | |
| 735 | +} | |
| 736 | + | |
| 737 | +#article .step_list .step .step_actions .button{ | |
| 738 | + border-radius: 0 0 0 0; | |
| 739 | +} | |
| 740 | + | |
| 741 | +/*ítens específicos*/ | |
| 742 | + | |
| 743 | +/*oculto*/ | |
| 744 | +#track #hidden_steps .step_list .step .position { | |
| 745 | + background-color: transparent; | |
| 746 | +} | |
| 747 | + | |
| 748 | +/*ativo*/ | |
| 749 | + | |
| 750 | +#content .step.step_active { | |
| 751 | + background-color: #E8F3E9;/*verde claro*/ | |
| 752 | + background-image: url("images/no-image.gif"); | |
| 753 | +} | |
| 754 | + | |
| 755 | +#content .step.step_active:hover { | |
| 756 | + background-color: #B8D4C1; | |
| 757 | +} | |
| 758 | + | |
| 759 | +#content .step.step_active a { | |
| 760 | + color: #397941;/*verde escuro*/ | |
| 761 | +} | |
| 762 | + | |
| 763 | +#content .step.step_active .position{ | |
| 764 | + background-color: #397941;/*verde escuro*/ | |
| 765 | + color: #E8F3E9;/*verde claro*/ | |
| 766 | +} | |
| 767 | + | |
| 768 | +.step_active a:link, #content .step_active a:link, dl.portlet .step_active a:link { | |
| 769 | + color: #397941; /*verde escuro*/ | |
| 770 | +} | |
| 771 | + | |
| 772 | +/*em andamento*/ | |
| 773 | + | |
| 774 | +#content .step.step_waiting { | |
| 775 | + background-color: #fff0cf;/*laranja claro*/ | |
| 776 | + background-image: url("images/no-image.gif"); | |
| 777 | +} | |
| 778 | + | |
| 779 | +#content .step.step_waiting:hover { | |
| 780 | + background-color: #E6E6BC; | |
| 781 | +} | |
| 782 | + | |
| 783 | +#content .step.step_waiting a { | |
| 784 | + color: #C6A142;/*laranja escuro*/ | |
| 785 | +} | |
| 786 | + | |
| 787 | +#content .step.step_waiting .position{ | |
| 788 | + background-color: #c6a142;/*laranja escuro*/ | |
| 789 | + color: #fff0cf;/*laranja claro*/ | |
| 790 | +} | |
| 791 | + | |
| 792 | +.step_waiting a:link, #content .step_waiting a:link, dl.portlet .step_waiting a:link { | |
| 793 | + color: #c6a142; /*laranja escuro*/ | |
| 794 | +} | |
| 795 | + | |
| 796 | +/*finalizado*/ | |
| 797 | + | |
| 798 | +#content .step.step_finished { | |
| 799 | + background: url("images/steps_bg.png") repeat-x center top #fff;/*branco com o fundo em degradê*/ | |
| 800 | +} | |
| 801 | + | |
| 802 | +#article .step_finished .tool_link:hover, #content .steps .step_finished:hover { | |
| 803 | + background-color: #EEE; | |
| 804 | + background-image: none; | |
| 805 | +} | |
| 806 | +#content .step.step_finished:hover { | |
| 807 | + background-color: #EEE; | |
| 808 | + background-image: none; | |
| 809 | +} | |
| 810 | + | |
| 811 | +#content .step.step_finished a { | |
| 812 | + background-color:transparent;/*transparente*/ | |
| 813 | + color: #999;/*cinza escuro escuro*/ | |
| 814 | +} | |
| 815 | + | |
| 816 | +.step_finished a:link, #content .step_finished a:link, dl.portlet .step_finished a:link { | |
| 817 | + color: #999; /*cinza escuro*/ | |
| 818 | +} | |
| 819 | + | |
| 820 | +#content .step.step_finished .position{ | |
| 821 | + background-color: #999;/*cinza escuro escuro*/ | |
| 822 | + color: #fff;/*branco*/ | |
| 823 | +} | |
| 824 | + | |
| 825 | +/*****fim step list******/ | |
| 826 | + | |
| 827 | +/**********************Verificar onde se aplica ********************************/ | |
| 828 | +.pairwise-plugin_pairwise-content #article-header .title { | |
| 829 | + display: none; | |
| 830 | +} | |
| 831 | + | |
| 832 | +#pairwise_main { | |
| 833 | + text-align: center; | |
| 834 | + width: auto; | |
| 835 | +} | |
| 836 | + | |
| 837 | +#pairwise_main ul.pairwise_menu { | |
| 838 | + background-color: white; | |
| 839 | + color: #ECF2E7; | |
| 840 | + text-align: right; | |
| 841 | +} | |
| 842 | + | |
| 843 | +#pairwise_main ul.pairwise_menu li { | |
| 844 | + display: inline; | |
| 845 | +} | |
| 846 | + | |
| 847 | +#pairwise_main ul.pairwise_menu li a { | |
| 848 | + color: #b3c4a6; | |
| 849 | + font-size: 14px; | |
| 850 | + padding: 1em; | |
| 851 | + text-decoration: none; | |
| 852 | +} | |
| 853 | + | |
| 854 | +#pairwise_main ul.pairwise_menu li a:hover{ | |
| 855 | + color: #497B16; | |
| 856 | + background-color: #ECF2E7; | |
| 857 | + border-radius: 10px 10px 0 0; | |
| 858 | + border: 1px solid #b3c4a6; | |
| 859 | + border-bottom: 0px; | |
| 860 | + margin: -1px; | |
| 861 | +} | |
| 862 | + | |
| 863 | +#pairwise_main ul.pairwise_menu li a.active{ | |
| 864 | + color: #497B16; | |
| 865 | + background-color: #ECF2E7; | |
| 866 | + border-radius: 10px 10px 0 0; | |
| 867 | + border: 1px solid #b3c4a6; | |
| 868 | + border-bottom: 0px; | |
| 869 | +} | |
| 870 | + | |
| 871 | +#pairwise_main .pairwise_content { | |
| 872 | + background-color: #ECF2E7; | |
| 873 | + padding: 1em; | |
| 874 | + overflow: hidden; | |
| 875 | +} | |
| 876 | + | |
| 877 | +#pairwise_main .pairwise_body { | |
| 878 | + background-color: white; | |
| 879 | + border-radius: 7px 7px 7px 7px; | |
| 880 | + display: block; | |
| 881 | + font-size: 22px; | |
| 882 | + margin: 0 0 0.5em; | |
| 883 | + padding: 1em; | |
| 884 | +} | |
| 885 | + | |
| 886 | +#pairwise_main .pairwise_call_for_action { | |
| 887 | + color: #4B7421; | |
| 888 | + font-size: 14px; | |
| 889 | + line-height: 1.5em; | |
| 890 | +} | |
| 891 | + | |
| 892 | +#pairwise_main .prompt { | |
| 893 | + /*background-color: #cfe1bf !important;*/ | |
| 894 | + background: url("images/prompt_bg_normal.png") no-repeat center top #cfe1bf; | |
| 895 | + border-width: 0px; | |
| 896 | + max-width: 369px; | |
| 897 | + height: 170px !important; | |
| 898 | + padding: 10px 0; | |
| 899 | + border-width: 0 !important; | |
| 900 | + border-radius: 10px; | |
| 901 | +} | |
| 902 | + | |
| 903 | +#pairwise_main .prompt:hover { | |
| 904 | + background: url("images/prompt_bg_hover.png") no-repeat 50% top #548A1C; | |
| 905 | +} | |
| 906 | + | |
| 907 | +#pairwise_main .prompt.left{ | |
| 908 | + background-position: 51% top; | |
| 909 | + float: left; | |
| 910 | +} | |
| 911 | + | |
| 912 | +#pairwise_main .prompt.right{ | |
| 913 | + background-position: 50% top; | |
| 914 | + float: right; | |
| 915 | +} | |
| 916 | + | |
| 917 | +#pairwise_main .prompt a{ | |
| 918 | + color: #2a2d28 !important; | |
| 919 | + /*font-size: 14px;*/ | |
| 920 | + font-size: 12px;/*REDUZIDO PARA CABER 160 CARACTERES.*/ | |
| 921 | + display: block; | |
| 922 | + /*height: 170px;*/ | |
| 923 | + max-width: 349px; | |
| 924 | + padding: 10px; | |
| 925 | + height: 100%; | |
| 926 | +} | |
| 927 | + | |
| 928 | +#pairwise_main .separator { | |
| 929 | + background-color: #CCCCCC; | |
| 930 | + display: inline-block; | |
| 931 | + float: none; | |
| 932 | + height: 170px; | |
| 933 | + margin-top: 8px; | |
| 934 | + width: 1px; | |
| 935 | +} | |
| 936 | + | |
| 937 | + | |
| 938 | +#pairwise_main .skip_vote { | |
| 939 | + width: 200px !important; | |
| 940 | + text-align: center; | |
| 941 | + padding: 0; | |
| 942 | + border-width: 0px; | |
| 943 | + background-color: transparent !important; | |
| 944 | +/* background-color: #7D8874 !important; | |
| 945 | + font-size: 15px !important; | |
| 946 | + color: #fff; | |
| 947 | + padding: 1em 0 !important; | |
| 948 | + border-width: 0px !important; | |
| 949 | + border-radius: 7px 7px 0px 0px !important;*/ | |
| 950 | +} | |
| 951 | + | |
| 952 | +#pairwise_main .skip_vote a { | |
| 953 | + background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | |
| 954 | + color: transparent !important; | |
| 955 | + display: inline-block; | |
| 956 | + height: 1px; | |
| 957 | + line-height: 0; | |
| 958 | + padding: 1em 0; | |
| 959 | + text-decoration: none; | |
| 960 | + width: 200px; | |
| 961 | +} | |
| 962 | + | |
| 963 | +#pairwise_main .skip_vote a:hover { | |
| 964 | + background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; | |
| 965 | +} | |
| 966 | + | |
| 967 | +#pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} | |
| 968 | + | |
| 969 | +#pairwise_main .skip_vote_reasons ul {margin: 0; padding: 1em;} | |
| 970 | + | |
| 971 | +#pairwise_main .skip_vote_reasons ul li {color: white; padding: 0.5em 0.5em 0.5em 2em; text-align: left;} | |
| 972 | + | |
| 973 | +#pairwise_main .skip_vote_reasons ul li:hover{background-color:#666;} | |
| 974 | + | |
| 975 | +#pairwise_main .skip_vote_reasons ul li a {color: white;text-decoration: none;font-size: 14px;} | |
| 976 | + | |
| 977 | +#pairwise_main #suggestions_box { | |
| 978 | + display: block !important; | |
| 979 | + margin-top: 15px; | |
| 980 | + padding: 10px; | |
| 981 | + text-align: left; | |
| 982 | +} | |
| 983 | + | |
| 984 | +#pairwise_main #suggestions_box span { | |
| 985 | + color: #4B7421; | |
| 986 | + font-size: 15px; | |
| 987 | + font-weight: bold; | |
| 988 | + text-align: left; | |
| 989 | + text-transform: uppercase; | |
| 990 | +} | |
| 991 | + | |
| 992 | + | |
| 993 | +#pairwise_main .div_text_input_container { | |
| 994 | + width: 100%; | |
| 995 | +} | |
| 996 | + | |
| 997 | +#pairwise_main .div_text_input_container .div_text_input { | |
| 998 | + display: inline-block; | |
| 999 | + width: 80%; | |
| 1000 | +} | |
| 1001 | + | |
| 1002 | +#pairwise_main .div_text_input_container .div_text_input textarea { | |
| 1003 | + border: 1px solid #CCCCCC; | |
| 1004 | + border-radius: 0 0 0 0 !important; | |
| 1005 | +} | |
| 1006 | + | |
| 1007 | +#pairwise_main .div_text_input_container .div_text_input .jqEasyCounterMsg { | |
| 1008 | + color: #7D8874 !important; | |
| 1009 | + font-size: 13px; | |
| 1010 | +} | |
| 1011 | + | |
| 1012 | +#pairwise_main .div_text_input_container .suggest_idea_btn { | |
| 1013 | + display: inline-block; | |
| 1014 | + margin-left: 5%; | |
| 1015 | + vertical-align: top; | |
| 1016 | + width: 14%; | |
| 1017 | +} | |
| 1018 | + | |
| 1019 | +#pairwise_main .div_text_input_container .suggest_idea_btn input#new_idea_button{ | |
| 1020 | + background: url("images/botao-enviar-pairwise.png") no-repeat top center transparent; | |
| 1021 | + border-radius: 0px; | |
| 1022 | + cursor: pointer; | |
| 1023 | + display: block; | |
| 1024 | + min-height: 71px; | |
| 1025 | + padding: 5px 10px; | |
| 1026 | + width: 93px; | |
| 1027 | + border-width: 0; | |
| 1028 | +} | |
| 1029 | + | |
| 1030 | +div.pairwise_group_list_container .arrow span.active { | |
| 1031 | + background-position: center top; | |
| 1032 | +} | |
| 1033 | +/*Fim Pairwise*/ | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | +/*********fim Removido do cabecalho cinza theme******************/ | ... | ... |
header.css
style.css
| 1 | 1 | @import url(../profile-base/style.css); |
| 2 | +@import url(../../icons/tango/style.css); | |
| 3 | + | |
| 2 | 4 | @import url(header.css); |
| 3 | -@import url(cabecalho-cinza-theme.css); | |
| 5 | +/*@import url(cabecalho-cinza-theme.css);*/ | |
| 4 | 6 | @import url(footer.css); |
| 5 | 7 | @import url(content.css); |
| 6 | 8 | @import url(page-inicial.css); |
| 7 | 9 | |
| 8 | 10 | |
| 9 | -@import url(../../icons/tango/style.css); | |
| 10 | 11 | @import url(font-awesome.min.css); |
| 11 | 12 | /*@import url(http://fonts.googleapis.com/css?family=Open+Sans);*/ |
| 12 | -/*@import url(cadastro.css);*/ | |
| 13 | +@import url(cadastro.css); | |
| 13 | 14 | |
| 14 | 15 | |
| 15 | 16 | @font-face { | ... | ... |