Advertisement
Guest User

Untitled

a guest
Apr 8th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.10 KB | None | 0 0
  1. .header-navbar {
  2. background-color: #3d3d3d
  3. }
  4. #menu-trigger, .qa-logo a, #mobile-search-button, .show-my-points, #log-in-action {
  5. color: #ffffff
  6. }
  7. .qa-nav-main-ask .qa-nav-main-link, .qa-nav-main-ask .qa-nav-main-link:before {
  8. color: #ffffff;
  9. background: #279B61
  10. }
  11. blockquote {
  12. background-color: #e0e4e5;
  13. padding: 15px 20px 15px 20px;
  14. color: #2d2d2d;
  15. border-left: 11px solid #3498db
  16. }
  17. blockquote:before {
  18. display: none;
  19. content: none
  20. }
  21. .qa-a-list-item-selected {
  22. background-color: #ffffff
  23. }
  24. .entry-title, .qa-main h2 a {
  25. color: #039BE5
  26. }
  27. .qa-q-view-buttons button, .qa-a-item-buttons button {
  28. padding: 10px;
  29. margin: 5px;
  30. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 2px 0 rgba(0, 0, 0, .12), 0 0px 1px -2px rgba(0, 0, 0, .2);
  31. font-weight: normal;
  32. height: 40px;
  33. color: #ffffff;
  34. background: #727272
  35. }
  36. .qa-q-view-buttons button:hover, .qa-a-item-buttons button:hover {
  37. color: #ffffff;
  38. background: #7F7F7F
  39. }
  40. #q_doanswer {
  41. background: #4a89dc;
  42. color: #ffffff
  43. }
  44. #q_doanswer:hover {
  45. background: #6EA3E7;
  46. color: #ffffff
  47. }
  48. .qa-q-view-main .qa-form-light-button-comment, .qa-a-item-buttons .qa-form-light-button-comment {
  49. background: #f1c40f;
  50. color: #6f5900
  51. }
  52. .qa-q-view-main .qa-form-light-button-comment:hover, .qa-a-item-buttons .qa-form-light-button-comment:hover {
  53. background: #F9D543;
  54. color: #6f5900
  55. }
  56. .qa-form-light-button:before {
  57. margin-right: 3px
  58. }
  59. .qa-c-item-buttons {
  60. background: #ffffff
  61. }
  62. .qa-form-light-button-hide, #cke_18 {
  63. display: none
  64. }
  65. .qa-q-list-item .qa-netvote-count-data:after {
  66. content: "\E8DC"
  67. }
  68. .qa-q-list-item .qa-a-count-data:after {
  69. content: "\E8AF";
  70. color: #ffffff
  71. }
  72. .qa-q-list-item .qa-a-count-zero .qa-a-count-data:after {
  73. color: #757575
  74. }
  75. .qa-q-list-item .qa-a-count {
  76. background-color: #3498db;
  77. color: #ffffff
  78. }
  79. .qa-q-list-item .qa-a-count-zero {
  80. color: #757575;
  81. background-color: #f5f5f5
  82. }
  83. .qa-q-list-item .qa-a-count-selected {
  84. background-color: #279B61
  85. }
  86. .qa-q-list-item .qa-voting {
  87. background-color: #ffffff
  88. }
  89. .qa-q-item-title a {
  90. color: #039BE5;
  91. font-weight: bold
  92. }
  93. .qa-q-item-title a:visited {
  94. color: #4d4d4d
  95. }
  96. .qa-q-item-title a:hover {
  97. text-decoration: underline
  98. }
  99. .qa-tag-link {
  100. background-color: #e67e22;
  101. color: #ffffff !important
  102. }
  103. .qa-activity-count-item {
  104. line-height: 2.5em;
  105. color: rgba(255, 255, 255, .50)
  106. }
  107. .qa-activity-count {
  108. padding: 0
  109. }
  110. .qa-activity-count:after {
  111. display: none
  112. }
  113. .qa-activity-count:after {
  114. content: "Estatísticas"
  115. }
  116. .qa-activity-count-item:nth-child(1) {
  117. background: #1abc9c
  118. }
  119. .qa-activity-count-item:nth-child(2) {
  120. background: #2ecc71
  121. }
  122. .qa-activity-count-item:nth-child(3) {
  123. background: #f1c40f
  124. }
  125. .qa-activity-count-item:nth-child(4) {
  126. background: #e67e22
  127. }
  128. .qa-activity-count:hover .qa-activity-count-item {
  129. color: #ffffff
  130. }
  131. .badge-gold {
  132. background-color: #EEDD0F;
  133. background: linear-gradient(to bottom, #FFD200, #F7971E);
  134. border: 1px solid #a67c00;
  135. box-shadow: 0.5px 0.5px 0.1px #2d2d2d;
  136. color: #ffdc73;
  137. text-shadow: 0.5px 0.5px 1px #000000
  138. }
  139. .badge-silver {
  140. background-color: #CDCDCD;
  141. background: linear-gradient(to bottom, #9a9a9a, #544f4f);
  142. border: 1px solid #333;
  143. box-shadow: 0.5px 0.5px 0.1px #000000;
  144. color: #dddddd;
  145. text-shadow: 0.5px 0.5px 1px #000000
  146. }
  147. .badge-bronze {
  148. background-color: #CB9114;
  149. background: linear-gradient(to bottom, #CB9114, #CD7F32, #804000);
  150. border: 1px solid #000;
  151. box-shadow: 0.5px 0.5px 0.1px #000000;
  152. color: #400b00;
  153. text-shadow: 0.5px 0.5px 1px #db781b
  154. }
  155. .qa-nav-main {
  156. z-index: 100
  157. }
  158. .qa-nav-sub-custom {
  159. position: relative
  160. }
  161. #md-reg-link {
  162. cursor: pointer;
  163. width: 80%;
  164. padding: 16px;
  165. font-size: 20px;
  166. color: #fff;
  167. background-color: #CC3333;
  168. border-bottom: 2px solid #993333;
  169. text-align: center;
  170. margin-bottom: 20px
  171. }
  172. .curtapd, .curtapd:visited, .curtapd:focus {
  173. background: url('/images/curtida-0.png') no-repeat;
  174. background-size: 160px 20px;
  175. height: 20px;
  176. display: block;
  177. color: transparent !important
  178. }
  179. .curtapd:hover {
  180. background: url('/images/curtida-1.png') no-repeat;
  181. background-size: 160px 20px;
  182. color: transparent
  183. }
  184. .curtapd:active {
  185. background: url('/images/curtida-2.png') no-repeat;
  186. background-size: 160px 20px;
  187. color: transparent
  188. }
  189. .aviso-propaganda {
  190. text-align: center;
  191. min-height: 90px
  192. }
  193. .qa-nav-main-custom-11 .qa-nav-main-link:before {
  194. content: "\E90E"
  195. }
  196. .qa-nav-main-boletim .qa-nav-main-link:before {
  197. content: "\E0E1"
  198. }
  199. .qa-a-item-meta:before, .qa-q-item-meta:before, .qa-q-view-meta:before {
  200. display: none;
  201. content: ""
  202. }
  203. .qa-q-item-title {
  204. max-height: none !important
  205. }
  206. .qa-nav-cat {
  207. margin: 10px
  208. }
  209. td, .margem {
  210. padding: 10px
  211. }
  212. .faca-pergunta {
  213. background: #279B61;
  214. border: #2d2d2d;
  215. color: #ffffff !important
  216. }
  217. .hcenter {
  218. text-align: center
  219. }
  220. .qa-favoriting {
  221. position: relative;
  222. top: 8px
  223. }
  224. @media (max-width: 630px) {
  225. .qa-favoriting {
  226. position: absolute;
  227. margin-left: -3px;
  228. top: 150px;
  229. right: auto;
  230. z-index: 1
  231. }
  232. }
  233. .user-cape .qa-favoriting {
  234. top: 7px
  235. }
  236. @media (max-width: 630px) {
  237. .user-cape .qa-favoriting {
  238. position: relative
  239. }
  240. }
  241. .qa-search form {
  242. max-width: 500px
  243. }
  244. @media (max-width: 1050px) {
  245. .qa-nav-sub-list {
  246. box-shadow: none
  247. }
  248. }
  249. p {
  250. line-height: 2em;
  251. text-align: justify
  252. }
  253. .qa-q-view-closed, .qa-q-view-extra {
  254. font-size: inherit;
  255. background: #FFE991;
  256. padding: 10px;
  257. border-radius: 3px
  258. }
  259. .qa-template-custom .qa-main {
  260. max-width: none
  261. }
  262. @media only screen and (max-width: 1329px) {
  263. .qa-template-custom .top-spacer {
  264. margin: 40px 0 0 0
  265. }
  266. }
  267. .qa-template-custom .top-spacer {
  268. margin-top: 80px
  269. }
  270. .pricing-container .full-width {
  271. width: 100%;
  272. max-width: none
  273. }
  274. .pricing-list {
  275. margin: 2em 0 0
  276. }
  277. .pricing-list > li {
  278. position: relative;
  279. margin-bottom: 1em;
  280. min-width: 300px
  281. }
  282. @media only screen and (min-width: 768px) {
  283. .pricing-list {
  284. margin: 3em 0 0
  285. }
  286. .pricing-list:after {
  287. content: "";
  288. display: table;
  289. clear: both
  290. }
  291. .pricing-list > li {
  292. float: left;
  293. padding-left: 5px;
  294. padding-right: 5px
  295. }
  296. .has-margins .pricing-list > li {
  297. float: left;
  298. margin-right: 1.5%
  299. }
  300. .has-margins .pricing-list > li:last-of-type {
  301. margin-right: 0
  302. }
  303. .pricing-wrapper > li::before {
  304. content: '';
  305. position: absolute;
  306. z-index: 6;
  307. left: -1px;
  308. top: 50%;
  309. bottom: auto;
  310. height: 50%;
  311. width: 1px;
  312. background-color: #b1d6e8
  313. }
  314. .pricing-wrapper > li::after {
  315. display: none
  316. }
  317. .exclusive .pricing-wrapper > li {
  318. box-shadow: inset 0 0 0 3px #2d3e50
  319. }
  320. .has-margins .pricing-wrapper > li, .has-margins .exclusive .pricing-wrapper > li {
  321. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1)
  322. }
  323. :nth-of-type(1) > .pricing-wrapper > li::before {
  324. display: none
  325. }
  326. .has-margins .pricing-wrapper > li {
  327. border-radius: 4px 4px 6px 6px
  328. }
  329. .has-margins .pricing-wrapper > li::before {
  330. display: none
  331. }
  332. .exclusive .pricing-wrapper > li::before {
  333. display: none
  334. }
  335. .exclusive + li .pricing-wrapper > li::before {
  336. display: none
  337. }
  338. }
  339. .pricing-wrapper {
  340. position: relative;
  341. min-width: 321px;
  342. display: block;
  343. padding: 0
  344. }
  345. .touch .pricing-wrapper {
  346. -webkit-perspective: 2000px;
  347. -moz-perspective: 2000px;
  348. perspective: 2000px
  349. }
  350. .pricing-wrapper.is-switched .is-selected {
  351. opacity: 1
  352. }
  353. .pricing-wrapper.is-switched.reverse-animation .is-selected {
  354. opacity: 1
  355. }
  356. .pricing-wrapper > li {
  357. background-color: #ffffff;
  358. -webkit-backface-visibility: hidden;
  359. backface-visibility: hidden;
  360. outline: 1px solid transparent
  361. }
  362. .pricing-wrapper > li::after {
  363. content: '';
  364. position: absolute;
  365. top: 0;
  366. right: 0;
  367. height: 100%;
  368. width: 50px;
  369. pointer-events: none;
  370. background: -webkit-linear-gradient( right, #ffffff, rgba(255, 255, 255, 0));
  371. background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0))
  372. }
  373. .pricing-wrapper > li.is-ended::after {
  374. display: none
  375. }
  376. .pricing-wrapper .is-visible {
  377. position: relative;
  378. z-index: 5
  379. }
  380. .pricing-wrapper .is-hidden {
  381. position: absolute;
  382. top: 0;
  383. left: 0;
  384. height: 100%;
  385. width: 100%;
  386. z-index: 1
  387. }
  388. .pricing-wrapper .is-selected {
  389. z-index: 3 !important
  390. }
  391. @media only screen and (min-width: 1500px) {
  392. .full-width .pricing-wrapper > li {
  393. padding: 2.5em 0
  394. }
  395. }
  396. .no-js .pricing-wrapper .is-hidden {
  397. position: relative;
  398. margin-top: 1em
  399. }
  400. .pricing-header h2 {
  401. padding: 0.9em 0.9em 0.6em;
  402. font-weight: 400;
  403. margin-bottom: 30px;
  404. margin-top: 10px;
  405. text-transform: uppercase;
  406. text-align: center;
  407. font-size: 1.4rem;
  408. letter-spacing: 2px
  409. }
  410. .pricing-header {
  411. height: auto;
  412. padding: 1.9em 0 1.6em;
  413. pointer-events: auto;
  414. text-align: center;
  415. color: #173d50;
  416. background-color: transparent
  417. }
  418. .exclusive .pricing-header {
  419. color: #1bbc9d;
  420. background-color: transparent
  421. }
  422. .duration {
  423. font-weight: 700;
  424. font-size: 1.3rem;
  425. color: #8dc8e4;
  426. text-transform: uppercase
  427. }
  428. .exclusive .duration {
  429. color: #f3b6ab
  430. }
  431. .duration::before {
  432. content: '/';
  433. margin-right: 2px
  434. }
  435. .value {
  436. font-size: 4rem
  437. }
  438. .currency, .duration {
  439. color: #1bbc9d
  440. }
  441. .exclusive .currency, .exclusive .duration {
  442. color: #2d3e50
  443. }
  444. .currency {
  445. display: inline-block;
  446. margin-top: 10px;
  447. font-size: 1.3rem;
  448. font-weight: 700
  449. }
  450. .duration {
  451. font-size: 1.4rem
  452. }
  453. .pricing-body {
  454. overflow-x: auto;
  455. -webkit-overflow-scrolling: touch;
  456. position: relative;
  457. left: -20px
  458. }
  459. .is-switched .pricing-body {
  460. overflow: hidden
  461. }
  462. .pricing-features:after {
  463. content: "";
  464. display: table;
  465. clear: both
  466. }
  467. .pricing-features li {
  468. width: 100%;
  469. float: none;
  470. font-size: 1rem;
  471. text-align: center;
  472. white-space: nowrap;
  473. overflow: hidden;
  474. text-overflow: ellipsis;
  475. padding: 1em
  476. }
  477. .pricing-features em {
  478. display: block;
  479. margin-bottom: 5px;
  480. font-weight: 600
  481. }
  482. .pricing-features em {
  483. display: inline-block;
  484. margin-bottom: 0
  485. }
  486. .has-margins .exclusive .pricing-features li {
  487. margin: 0
  488. }
  489. .pricing-footer {
  490. position: absolute;
  491. z-index: 1;
  492. top: 0;
  493. left: 0;
  494. height: 80px;
  495. width: 100%
  496. }
  497. .pricing-footer {
  498. position: relative;
  499. height: auto;
  500. padding: 1.8em 0;
  501. text-align: center
  502. }
  503. .pricing-footer::after {
  504. display: none
  505. }
  506. .has-margins .pricing-footer {
  507. padding-bottom: 0
  508. }
  509. .select {
  510. position: relative;
  511. z-index: 1;
  512. display: block;
  513. height: 100%;
  514. overflow: hidden;
  515. text-indent: 100%;
  516. white-space: nowrap
  517. }
  518. .select {
  519. display: inline-block;
  520. height: auto;
  521. padding: 1.3em 2em;
  522. color: #1bbc9d;
  523. border-radius: 8px;
  524. border: 2px solid #1bbc9d;
  525. text-indent: 0;
  526. text-transform: uppercase;
  527. letter-spacing: 2px;
  528. transition: all .6s;
  529. width: 70%
  530. }
  531. .no-touch .select:hover {
  532. background-color: #1bbc9d;
  533. color: #ffffff
  534. }
  535. .exclusive .select {
  536. background-color: #1bbc9d;
  537. color: #ffffff
  538. }
  539. .no-touch .exclusive .select:hover {
  540. background-color: #24e0ba
  541. }
  542. .secondary-theme .exclusive .select {
  543. background-color: #1bbc9d
  544. }
  545. .no-touch .secondary-theme .exclusive .select:hover {
  546. background-color: #112e3c
  547. }
  548. .has-margins .select {
  549. display: block;
  550. padding: 1.7em 0;
  551. border-radius: 0 0 4px 4px
  552. }
  553. ul {
  554. list-style: none
  555. }
  556. .grafico-iframe {
  557. float: left;
  558. max-width: 340px
  559. }
  560. .grafico-iframe.esq {
  561. margin-right: 50px;
  562. }
  563. .clearfix {
  564. clear: both;
  565. }
  566. .qa-a-item-content {
  567. line-height: 2em;
  568. }
  569. .qa-error {
  570. margin: 70px 5px 1rem 5px;
  571. }
  572. .qa-footer {
  573. font-size: 1em;
  574. line-height: 2em;
  575. }
  576. @media(max-width:1050px) {
  577. .qa-a-item-main table, qa-q-view-main table {
  578. max-width: 250px;
  579. }
  580. }
  581. table {
  582. width: 100% !important;
  583. }
  584. .qa-a-item-main ul, .qa-q-view-main ul {
  585. list-style: disc;
  586. }
  587. .qa-nav-sub-hot, .qa-nav-sub-views, .qa-nav-sub-votes {
  588. display: none;
  589. }
  590. .qa-notice {
  591. top: 100px;
  592. z-index: 9999;
  593. }
  594. .qa-notice-close-button {
  595. top: auto;
  596. bottom: 15px;
  597. }
  598. .qa-notice-close-button:after {
  599. content: "X";
  600. }
  601. @media (max-width: 1050px) .top-spacer .qa-nav-main {
  602. margin-top: 20px;
  603. }
  604. .top-spacer .qa-nav-main {
  605. margin-top: 20px;
  606. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement