Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.89 KB | None | 0 0
  1. .ME8,
  2. .ME8 * {
  3. box-sizing: border-box;
  4. scrollbar-color: #0006 #0003;
  5. scrollbar-width: thin;
  6. }
  7. :root {
  8. --fondo-uno: #111;
  9. --fondo-dos: #181818;
  10. --borde: #262626;
  11. --texto: #777;
  12. --hover: #ac471d;
  13. }
  14. .ME8 {
  15. min-width: 900px;
  16. margin: auto;
  17. padding-top: 250px;
  18. background-position: center;
  19. background-size: cover;
  20. border: 1px solid var(--borde);
  21. font: 12px Lato;
  22. color: var(--texto);
  23. }
  24. .inME8 {
  25. background: var(--fondo-uno);
  26. border-top: 1px solid var(--borde);
  27. position: relative;
  28. min-height: 200px;
  29. font-size: 0px;
  30. letter-spacing: -5px;
  31. }
  32. .ttME8 {
  33. font: bold 50px/30px Prompt;
  34. letter-spacing: 20px;
  35. position: absolute;
  36. bottom: calc(100% - 1px);
  37. width: 100%;
  38. text-align: center;
  39. color: var(--fondo-uno) !important;
  40. text-transform: uppercase;
  41. padding: 20px 0 0 20px;
  42. -webkit-text-stroke: 1px var(--borde);
  43. overflow: hidden;
  44. }
  45. .linksME8 {
  46. padding: 5px;
  47. border-bottom: 1px solid var(--borde);
  48. display: flex;
  49. }
  50. .linksME8 a {
  51. margin: 5px;
  52. flex: 1;
  53. text-align: center;
  54. background: var(--fondo-dos);
  55. padding: 5px 3px 5px 5px;
  56. transition: 0.5s;
  57. color: var(--texto);
  58. font-size: 10px;
  59. text-transform: uppercase;
  60. letter-spacing: 2px;
  61. font-weight: bold;
  62. border: 1px solid var(--borde);
  63. }
  64. .linksME8 a:hover {
  65. flex: 1.5;
  66. color: var(--hover);
  67. }
  68. .moME8 {
  69. display: inline-block;
  70. vertical-align: middle;
  71. letter-spacing: normal;
  72. }
  73. .moME8.mmst {
  74. background: var(--fondo-dos);
  75. padding: 20px;
  76. border-right: 1px solid var(--borde);
  77. width: 270px;
  78. }
  79. .moME8.mmst > div {
  80. display: flex;
  81. }
  82. .moME8.mmst > div > div {
  83. margin: 5px;
  84. flex: 1;
  85. height: 120px;
  86. border: 5px solid;
  87. box-shadow: inset 0 0 0 1px var(--borde);
  88. position: relative;
  89. background-size: cover;
  90. background-position: center;
  91. overflow: hidden;
  92. transition: 0.5s;
  93. }
  94. .moME8.mmst > div > div:hover {
  95. border: 5px solid var(--hover);
  96. }
  97. .moME8.mmst > div > div > div {
  98. position: absolute;
  99. background: var(--fondo-uno);
  100. width: 100%;
  101. height: 100%;
  102. display: flex;
  103. font-size: 20px;
  104. align-items: center;
  105. justify-content: center;
  106. transition: 0.5s;
  107. flex-wrap: wrap;
  108. top: 100%;
  109. padding: 20px 0;
  110. }
  111. .moME8.mmst > div > div:hover > div {
  112. top: 0%;
  113. }
  114. .moME8.mmst a {
  115. padding: 0 10px;
  116. color: var(--texto);
  117. transition: 0.3s;
  118. transform: scale(0.8);
  119. }
  120. .moME8.mmst a:hover {
  121. transform: scale(1);
  122. color: var(--hover);
  123. }
  124.  
  125. .moME8.mmam {
  126. width: 60px;
  127. padding: 0 5px;
  128. text-align: center;
  129. }
  130. .moME8.mmam a {
  131. display: block;
  132. font-size: 20px;
  133. margin: 15px 0;
  134. transform: scale(0.8);
  135. transition: 0.3s;
  136. color: var(--texto);
  137. }
  138. .moME8.mmam a:hover {
  139. transform: scale(1);
  140. color: var(--hover);
  141. }
  142. .moME8.mmbo {
  143. height: 170px;
  144. background: var(--fondo-dos);
  145. border-left: 1px solid var(--borde);
  146. border-right: 1px solid var(--borde);
  147. width: calc(100% - 580px);
  148. }
  149. .moME8.mmbo > div {
  150. margin: 30px;
  151. font: 12px Lato;
  152. height: calc(100% - 60px);
  153. overflow: auto;
  154. text-align: justify;
  155. hyphens: auto;
  156. padding-right: 5px;
  157. }
  158. .moME8.mmwh {
  159. padding: 20px;
  160. width: 250px;
  161. }
  162. .moME8.mmwh > div {
  163. font: 12px Lato;
  164. height: 125px;
  165. overflow: auto;
  166. text-align: justify;
  167. hyphens: auto;
  168. }
  169. .moME8.mmwh > div span {
  170. display: block;
  171. margin-bottom: 10px;
  172. clear: both;
  173. }
  174. .moME8.mmwh > div strong {
  175. font: 30px/30px Prompt;
  176. float: left;
  177. margin-right: 5px;
  178. color: var(--hover);
  179. width: 40px;
  180. text-align: center;
  181. }
  182. .moME8.mmwh > div a {
  183. color: var(--hover);
  184. }
  185.  
  186. .miME8 {
  187. display: block;
  188. font: 10px arial;
  189. letter-spacing: 2px;
  190. text-align: center;
  191. transition: 0.5s;
  192. }
  193. .miME8:hover {
  194. letter-spacing: 10px;
  195. }
  196. .ME8 div::-webkit-scrollbar {
  197. width: 5px !important;
  198. height: 5px !important;
  199. background: #0006 !important;
  200. }
  201. .ME8 div::-webkit-scrollbar-thumb {
  202. background: #0003 !important;
  203. }
  204.  
  205.  
  206. /**/
  207. #left {
  208. display: flex!important;
  209. align-items: stretch;
  210. max-width: 100%;
  211. }
  212.  
  213. #left .module {
  214. width: 30%;
  215. }
  216.  
  217. #left .module:not(:first-child) {
  218. margin-left: 1em;
  219. }
  220.  
  221. #content-container #container {
  222. margin-left: 0!important;
  223. }
  224.  
  225. .temp-geral {
  226. height: 320px;
  227. background-color: #e1f2f0;
  228. margin: 0px 0px 0px;
  229. }
  230. .temp-links {
  231. height: 200px;
  232. margin: 20px;
  233. position: absolute;
  234. margin-left: 15px;
  235. }
  236. .temp-links i {
  237. color: #ffffff;
  238. padding: 15px;
  239. font-size: 30px;
  240. background-color: #136966;
  241. margin: 5px;
  242. width: 35px;
  243. text-align: center;
  244. transition: 1s;
  245. }
  246. .fa, .fas {
  247. font-weight: 900;
  248. }
  249. .fa, .far, .fas {
  250. font-family: "Font Awesome 5 Free";
  251. }
  252. .fa, .fab, .fal, .far, .fas {
  253. -moz-osx-font-smoothing: grayscale;
  254. -webkit-font-smoothing: antialiased;
  255. display: inline-block;
  256. font-style: normal;
  257. font-variant: normal;
  258. text-rendering: auto;
  259. line-height: 1;
  260. }
  261. .temp-links i:hover {
  262. background-color: #d88225;
  263. }
  264. .fa-book:before {
  265. content: "\f02d";
  266. }
  267.  
  268. .fa-file-alt:before {
  269. content: "\f15c";
  270. }
  271. .fa-id-card:before {
  272. content: "\f2c2";
  273. }
  274. .fa-list-alt:before {
  275. content: "\f022";
  276. }
  277. .fa-project-diagram:before {
  278. content: "\f542";
  279. }
  280. .fa-chart-bar:before {
  281. content: "\f080";
  282. }
  283. .fa-map-marked-alt:before {
  284. content: "\f5a0";
  285. }
  286. .temp-texto {
  287. position: absolute;
  288. width: 325px;
  289. margin-left: 19px;
  290. margin-top: 100px;
  291. text-align: justify;
  292. font-size: 12px;
  293. line-height: 17px;
  294. padding: 20px;
  295. border: 1px solid #E0E0E0;
  296. background-color: #ffffff;
  297. color: #222;
  298. line-height: 25px;
  299. }
  300.  
  301. .temp-texto>h2 {
  302. background-color: #136966;
  303. color: #fff!important;
  304. font-family: sans-serif;
  305. margin: 0;
  306. padding: 14px 8px;
  307. text-align: center;
  308. }
  309.  
  310. .temp-texto2 {
  311. position: absolute;
  312. width: 330px;
  313. margin-top: 25px;
  314. margin-left: 395px;
  315. text-align: justify;
  316. background-color: #ffffff;
  317. padding: 20px;
  318. font-size: 12px;
  319. line-height: 17px;
  320. border: 1px solid #E0E0E0;
  321. color: #222;
  322. }
  323. .staff {
  324. width: 371px;
  325. height: 193px;
  326. display: inline-block;
  327. background-size: 100;
  328. background-position: center;
  329. margin: 5px;
  330. }
  331. #tab-cont img {
  332. width: 24px;
  333. margin-left: 1081px;
  334. margin-top: 25px;
  335. position: absolute;
  336. z-index: 0;
  337. background-color: #136966;
  338. padding: 123px 10px;
  339. }
  340. #comments_scroll_div {
  341. width: 268px;
  342. overflow: auto;
  343. overflow-x: hidden;
  344. height: 238px;
  345. font-size: 12px;
  346. line-height: 19px;
  347. text-align: left;
  348. padding: 15px;
  349. margin-top: 25px;
  350. margin-left: 775px;
  351. position: absolute;
  352. color: #131313;
  353. background-color: #ffffff;
  354. border: 1px solid #dad8d8;
  355. }
  356. #comments_scroll_div > .marquee > .js-marquee-wrapper {
  357. animation: none !important;
  358. margin-top: 0 !important;
  359. }
  360. #comments_scroll_div a {
  361. font-weight: 900;
  362. color: #136966;
  363. }
  364.  
  365.  
  366. #wrap {
  367. padding: 15px 15px!important;
  368. width: 1150px!important;
  369. transition: 1s!important;
  370. overflow-x: hidden!important;
  371. font-size: 10px!important;
  372. margin-top: 130px!important;
  373. margin-bottom: 30px!important;
  374. }
  375. #wrap {
  376. background-color: #fff;
  377. margin: 0 auto;
  378. min-width: 948px;
  379. padding: 5px;
  380. width: 98%;
  381. }
  382. #wrap {
  383. background-color: #fff;
  384. border: 1px solid #;
  385. margin: 0 auto;
  386. min-width: 948px;
  387. padding: 5px;
  388. width: 98%;
  389. }
  390.  
  391.  
  392. .forabg {
  393. margin-top: -5px;
  394. margin-bottom: 0px;
  395. padding: 15px;
  396. background-color: #f0f0f03b;
  397. border: 1px solid #E0E0E0;
  398. }
  399. .forabg {
  400. background-color: #;
  401. background-image: url(https://illiweb.com/fa/empty.gif);
  402. background-position: 0 0;
  403. background-repeat: repeat-x;
  404. border: 2px solid #;
  405. clear: both;
  406. margin-bottom: 4px;
  407. padding: 0 5px;
  408. }
  409.  
  410. ul.topiclist {
  411. background-image: url(https://illiweb.com/fa/empty.gif);
  412. background-repeat: repeat-x;
  413. color: #444;
  414. list-style-type: none;
  415. margin: 0;
  416. }
  417. ul.topiclist li {
  418. display: block;
  419. margin: 0;
  420. }
  421. li.header {
  422. background-color: #136966;
  423. background-size: 100%;
  424. background-attachment: fixed;
  425. padding: 30px 0px 0px 0px;
  426. margin: -10px -15px 10px!important;
  427. color: white;
  428. text-align: center;
  429. overflow: hidden;
  430. height: 70px;
  431. font-size: 44px;
  432. }
  433. .subtable-title h2 {
  434. color: white;
  435. margin-top: -10px;
  436. color: white;
  437. opacity: 0.15;
  438. line-height: 50px;
  439. font-weight: 900;
  440. font-family: playfair display;
  441. text-transform: uppercase;
  442. letter-spacing: -10px;
  443. cursor: default;
  444. text-align: center;
  445. height: 0px;
  446. }
  447. .table-title, .table-title h2 {
  448. color: #fff;
  449. display: inline;
  450.  
  451. }
  452. .table-title h2 {
  453. font-family: verdana;
  454. font-size: 28px;
  455. font-weight: 300;
  456. letter-spacing: 20px;
  457. text-transform: uppercase;
  458. display: block;
  459. margin-top: -8px;
  460. text-align: center;
  461. }
  462. .table-title, .table-title h2 {
  463. color: #fff;
  464. display: inline;
  465. }
  466. h2 {
  467. color: #a77794;
  468. font-family: Verdana;
  469. font-size: 2em;
  470. font-weight: 400;
  471. margin: .8em 0 .2em;
  472. }
  473. ul.forums {
  474. background-color: #;
  475. background-image: none;
  476. }
  477. ul.topiclist {
  478. background-image: url(https://illiweb.com/fa/empty.gif);
  479. background-repeat: repeat-x;
  480. color: #444;
  481. list-style-type: none;
  482. margin: 0;
  483. }
  484. .forabg .row {
  485. height: 189px;
  486. overflow: hidden!important;
  487. padding: 10px;
  488. border-top: 0px;
  489. margin-left: 14px;
  490. width: 1096px;
  491. background-color: white;
  492. margin-bottom: 15px;!important;
  493. }
  494. ul.topiclist li {
  495. display: block;
  496. margin: 0;
  497. }
  498. .row:nth-child(even) {
  499. border-left: 1px solid #CCC;
  500. }
  501. ul.forums li.row dl {
  502. min-height: 0;
  503. }
  504. ul.topiclist li.row dl {
  505. padding: 2px 0;
  506. }
  507. ul.topiclist dd.dterm, ul.topiclist dt {
  508. display: block;
  509. float: left;
  510. font-size: 1.1em;
  511. padding-left: 5px;
  512. padding-right: 5px;
  513. }
  514. ul.forums dd {
  515. border-color: transparent;
  516. border-left-style: solid;
  517. border-left-width: 1px;
  518. }
  519. ul.topiclist dd {
  520. border-left: 1px solid transparent;
  521. display: block;
  522. float: left;
  523. padding: 4px 0;
  524. }
  525. .hierarchy {
  526. border: none;
  527. display: inline;
  528. font-size: 1em!important;
  529. text-transform: none;
  530. }
  531. .forumtitle2 {
  532. position: relative;
  533. width: 710px;
  534. margin-lefT: 430px;
  535. margin-top: -16px;
  536. padding: 1px 10px 10px 0px;
  537. text-align: center;
  538. background: white;
  539. border-bottom: 1px solid #E0E0E0;
  540. background-color: #f0f0f073;
  541. }
  542.  
  543. .row:nth-child(even) .forumtitle2 {
  544. margin-left: -16px;
  545. width: 659px;
  546. border-left: 0px;
  547. padding-left: 10px;
  548. }
  549.  
  550. a.forumtitle {
  551. color: #f26b36;
  552. padding: 15px;
  553. font: 900 40px/50px display;
  554. letter-spacing: -2px;
  555. transition: 0.5s;
  556. }
  557.  
  558. a.forumtitle:hover {
  559. color: #136966;
  560. text-decoration: none;
  561. }
  562. .descskew {
  563. transform: skew(-12deg);
  564. overflow: hidden;
  565. width: 475px;
  566. height: 210px;
  567. margin-lefT: -39px;
  568. margin-top: -75px;
  569. border-right: 8px solid #e2e2e2;
  570. z-index: 1;
  571. position: relative;
  572. }
  573. .descimg {
  574. width: 500px;
  575. height: 210px;
  576. filter: grayscale(0%);
  577. z-index: 1;
  578. position: relative;
  579. transform: skew(12deg);
  580. background-image: url(http://placehold.it/500x210);
  581. background-size: auto 100%;
  582. }
  583. .desctext {
  584. width: 595px;
  585. height: 60px;
  586. overflow: auto;
  587. margin-left: 470px;
  588. margin-top: -130px;
  589. margin-bottom: -6px;
  590. background: white;
  591. color: #444;
  592. text-align: justify;
  593. backgorund: white;
  594. font: 400 11px/14px;
  595. outline: 1px solid #E0E0E0;
  596. border: 10px solid white;
  597. }
  598. .subforuns:hover {
  599. opacity: 1;
  600. }
  601. .subforuns {
  602. position: absolute;
  603. margin-top: -167px;
  604. margin-lefT: -17px;
  605. font-size: 0px;
  606. width: 472px;
  607. height: 210px;
  608. opacity: 0;
  609. text-align: center;
  610. background-image: url(https://i.imgur.com/yZhBwg0.png);
  611. background-size: 115%;
  612. background-position: right;
  613. z-index: 99!important;
  614. transition: 0.5s;
  615. }
  616. .subforuns2 {
  617. margin: 30px 40px;
  618. margin-left: 30px;
  619. width: 350px;
  620. }
  621. .subforuns a {
  622. background: #efefef;
  623. color: #1b1b1b;
  624. display: inline-block;
  625. margin: 0px 5px 5px 0px;
  626. padding: 6px 9px;
  627. font-family: Roboto;
  628. font-size: 10px;
  629. letter-spacing: 0px;
  630. font-weight: 900;
  631. text-transform: uppercase;
  632. width: 174px;
  633. text-align: center;
  634. transition: 0.5s;
  635. }
  636. .subforuns a:hover {
  637. background: #f26b36;
  638. color: white;
  639. }
  640. .forabg dd.topics {
  641. margin: 60px 0px 0px -235px!important;
  642. }
  643. .row:nth-child(even) dd.topics {
  644. margin: 65px 0 0 -33px !important;
  645. }
  646. .row:nth-child(even) dd.posts {
  647. margin: 107px 0px 0px -27px!important;
  648. }
  649. .forabg dd.posts, .forabg dd.topics {
  650. border-radius: 180px;
  651. width: 33px;
  652. box-shadow: 0px 0px 0px 1px #bbb;
  653. height: 26px;
  654. padding-top: 5px;
  655. background: white;
  656. position: relative;
  657. margin: 107px 0px 0px -262px;
  658. z-index: 99;
  659. font-size: 14px;
  660. text-align: center;
  661. font-family: Roboto;
  662. color: #f26b36;
  663. font-weight: 900;
  664. }
  665. ul.forums dd {
  666. border-color: transparent;
  667. border-left-style: solid;
  668. border-left-width: 1px;
  669. }
  670. ul.topiclist dd {
  671. border-left: 1px solid #fff!important;
  672. display: block!important;
  673. float: left!important;
  674. padding: 4px 0;
  675. }
  676. ul.topiclist dfn {
  677. display: none;
  678. }
  679. .forabg dd.posts {
  680. margin: 107px 0px 0px -245px;
  681. }
  682. .forabg dd.lastpost {
  683. background: #f26b36;
  684. width: 655px;
  685. height: 15px;
  686. overflow: hidden;
  687. text-align: center;
  688. padding: 11px 20px;
  689. padding-left: 30px;
  690. margin-left: 400px;
  691. margin-top: 1px;
  692. font: 400 13px condensed;
  693. color: #ffffff;
  694. position: relative;
  695. transition: 1s;}
  696.  
  697. .lastpostdados {
  698. float: right;
  699. }
  700.  
  701. .forabg dd.lastpost:hover {filter: grayscale(0%);opacity: 1;}
  702. li dd.lastpost span a {margin-left: 10px; color: white; font-weight: 700;}
  703. .forabg dd.lastpost strong {color: white!important;margin-right: 5px;}
  704. .forabg dd.lastpost a {color: white; font-weight: 700; transition: 0.4s;margin-right: 0px;
  705. text-decoration: underline;}
  706. .forabg dd.lastpost a:hover {color: #c31919; }
  707. .lastpost br {display:none;}
  708. .forabg .last-post-icon {margin-top: -5px; margin-left: -5px; position: absolute; z-index: 9!important;}
  709.  
  710. .row:nth-child(even) dd.lastpost {
  711. text-align: right;
  712. margin-left: -10px;
  713. margin-top: 1px;
  714. padding-left: 20px;
  715. padding-right: 30px;
  716. color: white;
  717. }
  718.  
  719. .row:nth-child(even) dd.lastpost .lastpostdados {
  720. display: inline;
  721. float: left!important;
  722. margin-right: 10px;
  723. color: white;
  724. }
  725.  
  726. .row:nth-child(even) .descskew {
  727. margin-lefT: 640px!important;
  728. border-left: 8px solid #e2e2e2;
  729. z-index: 1;
  730. position: relative;
  731. transform: skew(12deg);
  732. }
  733. .row:nth-child(even) .descimg {
  734. margin: 0px 0px 0px -20px;
  735. transform: skew(-10deg);
  736. }
  737. .row:nth-child(even) .desctext {
  738. margin-left: 0px;
  739. text-align: justify;
  740. }
  741. .row:nth-child(even) .subforuns {
  742. margin-left: 629px;
  743. text-align: center;
  744. width: 471px;
  745. background: url(https://i.imgur.com/jy1PFIp.png);
  746. background-position: left;
  747. background-size: 112%;
  748. }
  749. .row:nth-child(even) .subforuns .subforuns2 {
  750. margin-left: 70px;
  751. }
  752. /***Categorias em Abas***/
  753. .fa-category-controller {
  754. margin: 10px -18px -6px;
  755. margin-top: 15px;
  756. text-align: center;
  757. border-bottom: 0px;
  758. outline: 0px solid white;
  759. }
  760.  
  761. .fa-category-controller a {display: inline-block;position: relative;color: #fff;padding: 15px 0px;text-transform: uppercase;font-size: 11px;background: #136966;font-weight: 700;opacity: 90;transition: all 1s cubic-bezier(0.68, 0.04, 0, 0.92), background-size 0s cubic-bezier(0.42, 0, 0.46, 1.01);width: 20%!important;}
  762.  
  763. .fa-category-controller a:after {
  764. background-color: white;
  765. bottom: 0;
  766. right: -10px;
  767. content: ' ';
  768. position: absolute;
  769. top: 0;
  770. transform: skew(-20deg);
  771. width: 20px;
  772. }
  773.  
  774. .fa-category-controller a:before {
  775. background-color: white;
  776. bottom: 0;
  777. left: -8px;
  778. content: ' ';
  779. position: absolute;
  780. top: 0;
  781. transform: skew(-20deg);
  782. width: 16px;
  783. }
  784.  
  785. .fa-category-controller > a:hover {background: #d88225;color: white;transition: 0.5s;}
  786.  
  787. .forabg {
  788. margin: 0px -6px;
  789. border: 1px solid #E0E0E0;
  790. }
  791.  
  792. li > a.mainmenu[href="/calendar"] { display : none; }
  793. li > a.mainmenu[href="/faq"] { display : none; }
  794. li > a.mainmenu[href="/memberlist"] { display : none; }
  795. li > a.mainmenu[href="/groups"] { display : none; }
  796. li > a.mainmenu[href="/search"] { display : none; }
  797. li > a.mainmenu[href="/portal"] { display : none; }
  798.  
  799.  
  800. /*topicos*/
  801. .forumbg {
  802. clear: both;
  803. border-bottom: 40px solid #333333;
  804. padding: 0px;
  805. padding-bottom: 5px;
  806. margin: 0px -15px;
  807. }
  808. .forumbg {
  809. background-color: transparent!important;
  810. background-image: url(https://illiweb.com/fa/empty.gif);
  811. background-position: 0 0;
  812. background-repeat: repeat-x;
  813. border: 2px solid transparent;
  814. border-bottom: 40px solid #333;
  815. clear: both;
  816. margin: 0 -14px 4px;
  817. padding: 0 5px;
  818. }
  819. ul.topiclist {
  820. background-image: url(https://illiweb.com/fa/empty.gif);
  821. background-repeat: repeat-x;
  822. color: #222;
  823. list-style-type: none;
  824. margin: 0;
  825. }
  826. ul.topiclist li {
  827. display: block;
  828. margin: 0;
  829. }
  830. li.header2 {
  831. background-image: url(https://i.imgur.com/zocqC7H.png);
  832. background-blend-mode: overlay;
  833. background-position: center;
  834. background-attachment: fixed;
  835. background-color: #545454a8;
  836. background-size: cover;
  837. text-align: center;
  838. margin: 0px -20px 0px!important;
  839. height: 65px;
  840. overflow: hidden;
  841. font-size: 50px;
  842. color: white;
  843. font-weight: 900;
  844. text-transform: uppercase;
  845. letter-spacing: -3px;
  846. padding: 30px;
  847. }
  848. .fa-comments:before {
  849. content: "\f086";
  850. }
  851. span.corners-top {
  852. background-image: url(https://illiweb.com/fa/prosilver/corners_left.gif);
  853. background-position: 0 0;
  854. margin: 0 -5px;
  855. }
  856. span.corners-bottom, span.corners-bottom span, span.corners-top, span.corners-top span {
  857. background-repeat: no-repeat;
  858. display: block;
  859. font-size: 1px;
  860. height: 5px;
  861. line-height: 1px;
  862. }
  863. ul.topiclist.bg_none {
  864. background: none;
  865. }
  866. ul.topiclist {
  867. background-image: url(https://illiweb.com/fa/empty.gif);
  868. background-repeat: repeat-x;
  869. color: #222;
  870. list-style-type: none;
  871. margin: 0;
  872. }
  873. li.row.row2:nth-child(odd) {
  874. background: #86868612!important;
  875. }
  876. ul.topiclist li {
  877. display: block;
  878. margin: 0;
  879. }
  880. li.row.row2 {
  881. border-radius: 0px!important;
  882. margin: 4px 15px -5px!important;
  883. padding: 12px 10px!important;
  884. font-size: 12px!important;
  885. border: 1px solid #E0E0E0!important;
  886. }
  887. .row2 {
  888. background-color: #;
  889. }
  890. dl.icon {
  891. background-position: 10px 50%;
  892. background-repeat: no-repeat;
  893. height: auto;
  894. min-height: 35px;
  895. }
  896. ul.topics dd.dterm, ul.topics dt {
  897. padding-left: 0px;
  898. }
  899. li.topicos dd.dterm {
  900. background-position: -5px!important;
  901. width: 1080px !important;
  902. margin-top: -12px;
  903. height: 55px;
  904. margin-bottom: -12px;
  905. margin-left: -10px;
  906. }
  907. dl.icon dd.dterm, dl.icon dt {
  908. background-position: 5px 50%;
  909. background-repeat: no-repeat;
  910. }
  911. ul.topics dd.dterm, ul.topics dt {
  912. display: block;
  913. float: left;
  914. padding-left: 45px;
  915. width: 50%;
  916. }
  917. ul.topiclist dd.dterm, ul.topiclist dt {
  918. display: block;
  919. float: left;
  920. font-size: 1.1em;
  921. padding-left: 5px;
  922. padding-right: 5px;
  923.  
  924. }
  925. ul.topiclist dd {
  926. border-left: 1px solid transparent;
  927. display: block;
  928. float: left;
  929. padding: 4px 0;
  930. }
  931. div.topic-title-container {
  932. display: inline;
  933. }
  934. .hierarchy {
  935. border: none;
  936. display: inline;
  937. font-size: 1em!important;
  938. text-transform: none;
  939. }
  940. .topic-title {
  941. display: inline;
  942. font-size: 12px;
  943. text-align: left;
  944. }
  945. h2 {
  946. color: #333;
  947. font-family: Roboto;
  948. font-size: 2em;
  949. font-weight: 400;
  950. margin: .8em 0 .2em;
  951. }
  952.  
  953. li.topicos .span-tab {
  954. margin-top: -14px !important;
  955. margin-left: 5px;
  956. display: block;
  957. position: relative;
  958. }
  959. .span-tab {
  960. font-size: .9em;
  961. }
  962. li.topicos .span-tab {
  963. margin-top: -14px !important;
  964. margin-left: 5px;
  965. display: block;
  966. position: relative;
  967. }
  968. .span-tab {
  969. font-size: .9em;
  970. }
  971. .postagens {
  972. font-weight: 600;
  973. color: #333;
  974. position: absolute;
  975. margin-left: 650px;
  976. margin-top: 0px;
  977. }
  978. .fa-comment-alt:before {
  979. content: "\f27a";
  980. padding-right: 4px;
  981. }
  982. ul.topiclist dd {
  983. border-left: 1px solid transparent;
  984. display: block;
  985. float: left;
  986. padding: 4px 0;
  987. }
  988. ul.topics dd {
  989. display: block;
  990. float: left;
  991. }
  992. .visualizacoes {
  993. font-weight: 600;
  994. color: #333;
  995. position: absolute;
  996. margin-left: 650px;
  997. margin-top: 20px;
  998. }
  999. .fa-eye:before {
  1000. content: "\f06e";
  1001. padding-right: 4px;
  1002. }
  1003. .ultimamensagem {
  1004. position: absolute;
  1005. margin-left: 820px;
  1006. color: #555;
  1007. line-height: 18px;
  1008. margin-top: -1px;
  1009. }
  1010. .fa-user:before {
  1011. content: "\f007";
  1012. padding-right: 4px;
  1013. }
  1014. .fa-clock:before {
  1015. content: "\f017";
  1016. padding-right: 4px;
  1017. }
  1018. li.row.row1:nth-child(odd) {
  1019. background: #86868612;
  1020. }
  1021. li.row.row1 {
  1022. background-color: #fff;
  1023. border-radius: 0px;
  1024. margin: 4px 15px -5px!important;
  1025. padding: 12px 10px;
  1026. font-size: 12px;
  1027. border: 1px solid #E0E0E0;
  1028. }
  1029. ul.topics dd.dterm, ul.topics dt {
  1030. padding-left: 60px;
  1031. }
  1032. li.row.row2 dd.dterm {
  1033. background-position: -5px!important;
  1034. width: 50% !important;
  1035. margin-top: 0px;
  1036. height: 55px;
  1037. margin-bottom: -20px;
  1038. margin-left: 0px;
  1039. }
  1040.  
  1041. /*HOVER NOS BOTÕES*/
  1042. .postbody ul.profile-icons img:hover, .post-options img:hover, .posting-icons img:hover, .borderwrap div div a img:hover, .options a img:hover, .right a img:hover, .noprint a img:hover {
  1043. bottom: -2px;
  1044. opacity: 0.7;
  1045. padding: 0px;
  1046. position: relative;
  1047. }
  1048.  
  1049.  
  1050. /*******CURTIR NO POST********/
  1051. #rep_post .reput_vote {
  1052. background-color: #daedfb;
  1053. color: #666;
  1054. -khtml-user-select: none;
  1055. -moz-transition: all,0.15s;
  1056. -moz-user-select: none;
  1057. -ms-user-select: none;
  1058. -o-transition: all,0.15s;
  1059. -webkit-touch-callout: none;
  1060. -webkit-transition: all,0.15s;
  1061. -webkit-user-select: none;
  1062. background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
  1063. background-size: 12px;
  1064. clear: both;
  1065. color: #666;
  1066. cursor: pointer;
  1067. display: table;
  1068. font-size: 11px;
  1069. font-weight: 400;
  1070. line-height: 18px;
  1071. margin: 5px;
  1072. padding: 3px 5px 3px 25px;
  1073. text-align: right;
  1074. transition: all,0.15s;
  1075. }
  1076. .reput_vote.zero {
  1077. background-color: #6a6a6a;
  1078. }
  1079.  
  1080.  
  1081. .BS_like:hover {
  1082. background-color: #daedfb;
  1083. color: #666;
  1084. }
  1085. .BS_like {
  1086. -khtml-user-select: none;
  1087. -moz-transition: all,0.15s;
  1088. -moz-user-select: none;
  1089. -ms-user-select: none;
  1090. -o-transition: all,0.15s;
  1091. -webkit-touch-callout: none;
  1092. -webkit-transition: all,0.15s;
  1093. -webkit-user-select: none;
  1094. background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
  1095. background-size: 12px;
  1096. clear: both;
  1097. color: #666;
  1098. cursor: pointer;
  1099. display: table;
  1100. font-size: 11px;
  1101. font-weight: 400;
  1102. line-height: 18px;
  1103. margin: 5px;
  1104. padding: 3px 5px 3px 25px;
  1105. text-align: right;
  1106. transition: all,0.15s;
  1107. user-select: none;
  1108. }
  1109.  
  1110. .BS_like:before {
  1111. content: "Curtir";
  1112. }
  1113.  
  1114. #rep_post .bs_inline {
  1115. list-style: none;
  1116. }
  1117.  
  1118. .BS_like:hover {
  1119. background-color: #daedfb;
  1120. color: #666;
  1121. }
  1122.  
  1123. #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
  1124. #rep_post .bs_inline {list-style: none;}
  1125. #rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
  1126. #rep_post .bs_inline > li:first-child {margin-left: 0;}
  1127. #rep_post .bs_inline img {display: none;}
  1128. #rep_post span img {cursor: pointer;}
  1129.  
  1130.  
  1131. .reput_vote.positive {background-color: #8db13e;}
  1132. .reput_vote.zero {background-color: #6a6a6a;}
  1133.  
  1134. #rep_post .reput_vote:before {
  1135. content: "Curtidas ";
  1136. }
  1137. /***********FIM CURTIR************/
  1138.  
  1139. /***********MENU************/
  1140. ul.navlinks {
  1141. background-color: #136966!important;
  1142. border-bottom: 5px solid #f26b36!important;
  1143. border-radius: 4px 2px 0 0!important;
  1144. font: bold 14px Verdana;
  1145. text-transform: uppercase;
  1146. color: #fff!important;
  1147. margin: 0px 0px 0px!important;
  1148. padding: 1em!important;
  1149. position: relative!important;
  1150. text-shadow: none!important;
  1151. }
  1152. #page-header > div.navbar > div > ul a{color:#fff!important;margin:6px!important;}
  1153.  
  1154. a.mainmenu:hover {
  1155. border-bottom: 2px solid #f26b36;
  1156. padding-bottom: 10px;
  1157. }
  1158. /***********FIM MENU************/
  1159.  
  1160. /***********PERFIL************/
  1161. .postprofile {
  1162. display: none!important;
  1163. }
  1164. .online {
  1165. background-image: none!important;
  1166. }
  1167. .postbody {
  1168. padding: 9px!important;
  1169. width: 93%!important;
  1170. }
  1171. .postbody .topic-title {
  1172. border: none;
  1173. color: #e4e3e1;
  1174. font-family: arial;
  1175. font-size: 1.5em;
  1176. font-weight: 700;
  1177. line-height: 125%;
  1178. margin: 0 0 .3em!important;
  1179. padding: 2px 0 0;
  1180. text-transform: none;
  1181. }
  1182. .topic-title {
  1183. display: inline;
  1184. font-size: 12px;
  1185. text-align: left;
  1186. }
  1187. .postbody ul.profile-icons {
  1188. display: block;
  1189. list-style: none;
  1190. margin-left: 40px;
  1191. margin-top: 63px;
  1192. padding: 0;
  1193. position: absolute;
  1194. width: auto;
  1195. }
  1196. .postbody ul.profile-icons {
  1197. float: right;
  1198. list-style: none;
  1199. margin-right: 45px;
  1200. padding: 0;
  1201. width: auto;
  1202. }
  1203. .postbody .topic-title a {
  1204. background: #136966;
  1205. border-bottom: 10px solid #f26b36;
  1206. border-top: 20px solid #136966;
  1207. color: #f9f8f7;
  1208. display: block;
  1209. font-family: Oswald;
  1210. font-size: 20px;
  1211. font-weight: lighter;
  1212. height: 40px;
  1213. text-align: center;
  1214. text-transform: uppercase;
  1215. width: 1107px;
  1216. }
  1217. p.author {
  1218. background: #f26b36;
  1219. color: #e4e3e1;
  1220. display: block;
  1221. font-size: 8px;
  1222. letter-spacing: 1px;
  1223. margin-top: -2px;
  1224. padding: 5px;
  1225. text-align: center;
  1226. text-transform: uppercase;
  1227. width: 1107px;
  1228. word-spacing: 1px;
  1229. }
  1230. p.author {
  1231. font-family: arial;
  1232. font-size: 1em;
  1233. line-height: 1.2em;
  1234. margin: 0 15em .6em 0;
  1235. padding: 0 0 5px;
  1236. }
  1237. .sprite-icon_post_target {
  1238. background: url(https://illiweb.com/fa/sprite_icons.png) no-repeat top left;
  1239. background-position: -765px 0;
  1240. height: 9px;
  1241. width: 11px;
  1242. }
  1243.  
  1244. /*search-box*/
  1245. #search #keywords {
  1246. transition: all 1s ease-in-out;
  1247. -webkit-transition: all 1s ease-in-out;
  1248. width: 150px;
  1249. }
  1250. #search-box #keywords {
  1251. background-color: rgb(255, 255, 255);
  1252. width: 95px;
  1253. }
  1254. #search-box input {
  1255. background: rgb(255, 255, 255);
  1256. border: 1px solid rgb(217, 217, 217);
  1257. border-image-source: initial;
  1258. border-image-slice: initial;
  1259. border-image-width: initial;
  1260. border-image-outset: initial;
  1261. border-image-repeat: initial;
  1262. color: rgb(0, 0, 0);
  1263. height: 23px;
  1264. }
  1265. #search-box input.button2 {
  1266. -webkit-user-select: none;
  1267. background-color: rgb(245, 245, 245);
  1268. border: 1px solid rgba(0, 0, 0, 0.0980392);
  1269. border-image-source: initial;
  1270. border-image-slice: initial;
  1271. border-image-width: initial;
  1272. border-image-outset: initial;
  1273. border-image-repeat: initial;
  1274. border-radius: 2px;
  1275. color: rgb(102, 102, 102);
  1276. cursor: pointer;
  1277. font-size: 11px;
  1278. font-weight: 700;
  1279. height: 29px;
  1280. line-height: 27px;
  1281. margin: 11px 6px;
  1282. min-width: 54px;
  1283. padding: 0px 8px;
  1284. text-align: center;
  1285. }
  1286. #search #keywords:focus {
  1287. width:290px;
  1288. }
  1289.  
  1290. /*chatbox */
  1291.  
  1292. #chatbox_header {
  1293. background-color: #136966;
  1294. }
  1295.  
  1296. h2.chatbox-title a.chat-title {
  1297. text-transform: uppercase;
  1298. font-weight: 200;
  1299. }
  1300.  
  1301. #chatbox_members {
  1302. background-color: #e6f2f1;
  1303. }
  1304.  
  1305. #chatbox_footer {
  1306. background-color: #136966;
  1307. }
  1308.  
  1309. .fa-ul {
  1310. list-style-type: none;
  1311. margin-left: 1.2em !important;
  1312. padding-left: 0;
  1313. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement