Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.96 KB | None | 0 0
  1. /* Skin PunBB - Taxy*Forum
  2. Por: Breno Pereira / Eddye / Taxy
  3. Licenciado: Evolution Community
  4. Site: http://taxyforum.forumeiros.com/
  5. Seu servidor de RPG SA:MP!
  6. */
  7. html, body {
  8. font: normal 13px helvetica, arial, sans-serif;
  9. background-color: #e7e7e7;
  10. color: #5a5a5a;
  11. }
  12. .pun {
  13. background: #fff;
  14. padding: 10px 10px;
  15. line-height: 120%;
  16. margin: 0 auto;
  17. width: 90%;
  18. min-width: 960px;
  19. -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  20. -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  21. box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  22. }
  23. .pun, .main_width {
  24. margin: 0 auto;
  25. width: 90%;
  26. min-width: 960px;
  27. }
  28. img, .input_check, .input_radio {
  29. vertical-align: middle;
  30. }
  31. a:link {text-decoration: none;}
  32. #pun-visit, .main-box, #pun-about, .pun .paged-foot, .pun .paged-head {
  33. background-color: transparent;
  34. border: 0px;
  35. }
  36. #pun-about {display: none;}
  37. #pun-intro, #pun-navlinks, #pun-about form {display: none;}
  38. /*header*/
  39. #header_bar {
  40. background: #22242D url() repeat-x bottom;
  41. width: 100%;
  42. position: fixed;
  43. padding: 0;
  44. text-align: right;
  45. border-bottom: 2px solid #00c7e3;
  46. right: 0;
  47. top: 0;
  48. z-index: 999;
  49. }
  50. #branding, #header_bar, #primary_nav {
  51. min-width: 980px;
  52. }
  53. #user_navigation {
  54. color: #555;
  55. font-size: 11px;
  56. }
  57. #user_link {
  58. font-size: 13px;
  59. color: white;
  60. padding: 0 12px;
  61. height: 36px;
  62. line-height: 36px;
  63. display: inline-block;
  64. margin-right: 15px;
  65. outline: 0;
  66. -webkit-transition:background 0.5s ease-out;
  67. -moz-transition:background 0.5s ease-out;
  68. -o-transition:background 0.5s ease-out;
  69. -ms-transition:background 0.5s ease-out;
  70. }
  71. #user_navigation {
  72. overflow: visible;
  73. }
  74. #user_navigation .ipsList_inline li {
  75. margin: 0;
  76. }
  77. .ipsList_inline > li:first-child {
  78. margin-left: 0;
  79. }
  80. #user_navigation a {
  81. color: #fff;
  82. }
  83. #user_navigation.not_logged_in {
  84. height: 26px;
  85. padding: 6px 0 4px;
  86. }
  87. #user_navigation #register_link {
  88. background: #00c7e3;
  89. color: white;
  90. display: inline-block;
  91. padding: 3px 8px;
  92. border: 1px solid #00aac3;
  93. -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
  94. -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
  95. box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
  96. text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  97. }
  98. #user_link:hover, #notify_link:hover, #inbox_link:hover {
  99. background-color: #00c7e3;
  100. -webkit-transition:background 0.5s ease-out;
  101. -moz-transition:background 0.5s ease-out;
  102. -o-transition:background 0.5s ease-out;
  103. -ms-transition:background 0.5s ease-out;
  104. }
  105. #user_navigation #sign_in {
  106. margin-right: 8px;
  107. }
  108. #notify_link {
  109. background: url(http://i.imgur.com/lcE4p4d.png) no-repeat top;
  110. -webkit-transition:background 0.5s ease-out;
  111. -moz-transition:background 0.5s ease-out;
  112. -o-transition:background 0.5s ease-out;
  113. -ms-transition:background 0.5s ease-out;
  114. }
  115. #inbox_link {
  116. background: url(http://i.imgur.com/vVoLhao.png) no-repeat top;
  117. -webkit-transition:background 0.5s ease-out;
  118. -moz-transition:background 0.5s ease-out;
  119. -o-transition:background 0.5s ease-out;
  120. -ms-transition:background 0.5s ease-out;
  121. }
  122. #notify_link, #inbox_link {
  123. vertical-align: middle;
  124. width: 18px;
  125. height: 15px;
  126. padding: 13px 24px 8px 12px;
  127. position: relative;
  128. -webkit-transition:background 0.5s ease-out;
  129. -moz-transition:background 0.5s ease-out;
  130. -o-transition:background 0.5s ease-out;
  131. -ms-transition:background 0.5s ease-out;
  132. }
  133. .ipsList_inline > li {
  134. display: inline-block;
  135. margin: 0 3px;
  136. }
  137. ol, ul {
  138. list-style: none;
  139. }
  140. .attach {float: right;}
  141. /*branding*/
  142. #branding {
  143. background: #e7e7e7 url(http://i.imgur.com/6ZNOL6J.png) repeat-x;
  144. min-height: 100px;
  145. padding-top: 37px;
  146. margin: 0 auto;
  147. width: 90%;
  148. min-width: 960px;
  149. }
  150. #branding:hover {
  151. background: url(http://i.imgur.com/81ACSXe.png);
  152. padding-top: 37px;
  153. }
  154. #branding {
  155. -webkit-transition:background 0.5s ease-out;
  156. -moz-transition:background 0.5s ease-out;
  157. -o-transition:background 0.5s ease-out;
  158. -ms-transition:background 0.5s ease-out;
  159. }
  160. #logo {
  161. display: inline;
  162. /*-webkit-animation-duration: 3s;
  163. -webkit-animation-delay: 2s;
  164. -webkit-animation-iteration-count: infinite;*/
  165. }
  166. #logo:hover {
  167. -webkit-animation-name: rubberBand;
  168. animation-name: rubberBand;
  169. }
  170. .clickable {
  171. cursor: pointer;
  172. }
  173. #search {
  174. margin: 20px 0;
  175. }
  176. #search_wrap {
  177. position: relative;
  178. background: #fff;
  179. display: block;
  180. padding: 0 26px 0 4px;
  181. height: 26px;
  182. line-height: 25px;
  183. -moz-border-radius: 3px 4px 4px 3px;
  184. -webkit-border-top-left-radius: 3px;
  185. -webkit-border-top-right-radius: 4px;
  186. -webkit-border-bottom-right-radius: 4px;
  187. -webkit-border-bottom-left-radius: 3px;
  188. border-radius: 3px 4px 4px 3px;
  189. -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  190. -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  191. box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
  192. min-width: 230px;
  193. }
  194. #main_search {
  195. margin-top: 5px;
  196. font-size: 12px;
  197. border: 0;
  198. padding: 0;
  199. color: #b0b0b0;
  200. background: transparent;
  201. width: 130px;
  202. outline: 0;
  203. }
  204. #main_search:focus {
  205. color: #5a5a5a;
  206. }
  207. input, select {
  208. font: normal 13px helvetica,arial,sans-serif;
  209. }
  210. #search_options {
  211. font-size: 10px;
  212. height: 20px;
  213. line-height: 20px;
  214. margin: 3px 3px 3px 0;
  215. padding: 0 6px;
  216. -moz-border-radius: 3px;
  217. -webkit-border-radius: 3px;
  218. border-radius: 3px;
  219. background: #EAEAEA;
  220. display: inline-block;
  221. float: right;
  222. max-width: 80px;
  223. text-overflow: ellipsis;
  224. overflow: hidden;
  225. }
  226. #search .submit_input {
  227. background: #00d0ee url(http://i81.servimg.com/u/f81/17/45/75/97/search10.png) no-repeat 50%;
  228. text-indent: -3000em;
  229. padding: 0;
  230. border: 0;
  231. border: 1px solid #00d0ee;
  232. display: block;
  233. width: 26px;
  234. height: 26px;
  235. position: absolute;
  236. right: 0;
  237. top: 0;
  238. bottom: 0;
  239. -moz-border-radius: 0 3px 3px 0;
  240. border-radius: 0 3px 3px 0;
  241. border-radius: 0 3px 3px 0;
  242. -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
  243. -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
  244. box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
  245. filter:alpha(opacity=100);
  246. -moz-opacity:1;
  247. opacity:1;
  248. }
  249. #search .submit_input a:hover{
  250. background:#00a7bf;
  251. -webkit-transition:background 0.5s ease-out;
  252. -moz-transition:background 0.5s ease-out;
  253. -o-transition:background 0.5s ease-out;
  254. -ms-transition:background 0.5s ease-out;
  255. }
  256. #adv_search {
  257. width: 16px;
  258. height: 16px;
  259. background: url(http://i81.servimg.com/u/f81/17/45/75/97/advanc10.png) no-repeat right 50%;
  260. text-indent: -3000em;
  261. display: inline-block;
  262. margin: 4px 0 4px 4px;
  263. }
  264. fieldset {
  265. border: 0px groove threedface;
  266. }
  267. /*navegação*/
  268. #primary_nav {
  269. background: #00c7e3;
  270. font-size: 14px;
  271. text-align: center;
  272. padding: 5px 20px 0px 0px;
  273. margin: 0 auto;
  274. width: 90%;
  275. min-width: 960px;
  276. }
  277. #community_app_menu > li {
  278. margin: -5px 1px 0 0px;
  279. text-align: center;
  280. }
  281. #community_app_menu > li > a {
  282. color: #fff;
  283. background: #00c7e3;
  284. text-align: center;
  285. display: block;
  286. padding: 10px 15px 8px;
  287. text-shadow: none;
  288. filter:alpha(opacity=100);
  289. -moz-opacity:1;
  290. opacity:1;
  291. -webkit-transition:background 0.5s ease-out;
  292. -moz-transition:background 0.5s ease-out;
  293. -o-transition:background 0.5s ease-out;
  294. -ms-transition:background 0.5s ease-out;
  295. }
  296. #community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
  297. background: #009dbf;
  298. height: 15px;
  299. color: #fff;
  300. text-align: center;
  301. -webkit-transition:background 0.5s ease-out;
  302. -moz-transition:background 0.5s ease-out;
  303. -o-transition:background 0.5s ease-out;
  304. -ms-transition:background 0.5s ease-out;
  305. }
  306. #community_app_menu > li.active > a {
  307. background: #fff;
  308. font-weight: bold;
  309. margin-top: 0;
  310. text-shadow: none;
  311. }
  312. #primary_nav #quickNavLaunch {
  313. padding: 10px 8px 8px;
  314. }
  315. #quickNavLaunch span {
  316. background: url(http://i78.servimg.com/u/f78/17/31/71/58/icon_q10.png) no-repeat top;
  317. width: 13px;
  318. height: 13px;
  319. display: inline-block;
  320. }
  321. /*table*/
  322. .collapsed {
  323. opacity: 0.8;
  324. }
  325. .main .main-head.collapsed {
  326. border-radius: 4px 4px 4px 4px;
  327. opacity: 0.2;
  328. }
  329. .main .main-head, .main .main-foot {
  330. background: #22242D url() repeat-x top;
  331. color: #fff;
  332. padding: 10px 10px 11px;
  333. -moz-border-radius: 4px 4px 0 0;
  334. -webkit-border-top-left-radius: 4px;
  335. -webkit-border-top-right-radius: 4px;
  336. border-radius: 4px 4px 0 0;
  337. -webkit-box-shadow: inset 0px 1px 0 #000;
  338. -moz-box-shadow: inset 0px 1px 0 #000;
  339. box-shadow: inset 0px 1px 0 #000;
  340. border-width: 1px 1px 0 1px;
  341. border-color: #000;
  342. border-bottom: 3px solid #00d0ee;
  343. border-style: solid;
  344. margin-top: 10px;
  345. }
  346. .main .main-foot {
  347. margin-top: 0px;
  348. -moz-border-radius: 0 0 4px 4px;
  349. -webkit-border-bottom-left-radius: 4px;
  350. -webkit-border-bottom-right-radius: 4px;
  351. border-radius: 0 0 4px 4px;
  352. }
  353. .main .main-head .page-title h2 {
  354. font-size: 12px;
  355. font-weight: 300;
  356. }
  357. .pun .main-content {
  358. background: #ebf0f3;
  359. padding: 9px;
  360. }
  361. .pun table.table {
  362. background: #fff;
  363. border: 1px solid #dbe4ef;
  364. }
  365. .table .tc_icon {
  366. padding: 10px 5px!important;
  367. margin-right: 70px;
  368. vertical-align: middle;
  369. width: 30px;
  370. }
  371. .pun table.table .tc_forum {
  372. height: 42px;
  373. min-height: 24px;
  374. }
  375. .pun tbody.statused span.stats {
  376. margin-top: -10px;
  377. margin-right: 50px;
  378. }
  379. .pun tbody.statused span.status {
  380. margin-top: -10px;
  381. margin-right: 50px;
  382. }
  383. .pun .main table td.tc2, .pun .main table td.tc3 {
  384. background-color: white;
  385. }
  386. .pun table.table td.tc3 {
  387. text-align: right;
  388. width: 15%;
  389. }
  390. .pun table.table td {
  391. background: white;
  392. padding: 10px;
  393. border: 0px;
  394. border-bottom: 1px solid #f3f3f3;
  395. }
  396. .hierarchy {
  397. font-size: 14px!important;
  398. font-weight: 400!important;
  399. }
  400. /*lastpost*/
  401. .mini_ava {
  402. float: left;
  403. }
  404. .mini_ava img {
  405. width: 30px;
  406. height: 30px;
  407. margin: 8px 5px;
  408. padding: 1px;
  409. border: 1px solid #D5D5D5;
  410. background: white;
  411. -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  412. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  413. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  414. }
  415. .mini_ava img:hover {
  416. border-color: #a1a1a1;
  417. -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  418. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  419. box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  420. }
  421. /*module*/
  422. .module .main-head {
  423. background: url() 50% 100% no-repeat #fafafa;
  424. border-top: 3px solid #d8d8d8;
  425. color: #727272;
  426. font-family: 'Open Sans', Arial;
  427. font-size: 13px;
  428. font-weight: 400;
  429. padding: 12px;
  430. }
  431. .module .main-content {background: #F7FBFC; border: 0px;}
  432. /*stats*/
  433. #onlinelist {background: white;border-top: 3px solid #d8d8d8;}
  434. #onlinechat {background: white;border-top: 0px;}
  435. #statistics {
  436. margin: 0 auto !important;
  437. text-align: center !important;
  438. display: table;
  439. background: none;
  440. }
  441. .statHide{display:none !important;}
  442. .statsPers li span a {
  443. text-decoration: none !important;
  444. }
  445. .statsPers li > span {
  446. display: inline-block;
  447. background: #e2e2e2;
  448. color: #4a4a4a;
  449. padding: 2px 6px;
  450. font-weight: bold;
  451. -moz-border-radius: 2px;
  452. -webkit-border-radius: 2px;
  453. border-radius: 2px;
  454. margin-right: 3px;
  455. }
  456. .statsPers li {
  457. float: left;
  458. color:#4a4a4a;
  459. margin: 2px 10px;
  460. }
  461. .statsPers {
  462. list-style: none;
  463. display: block;
  464. margin: 0px auto;
  465. width: 100%;
  466. }
  467. /*footer*/
  468. #footer_utilities {
  469. padding: 10px;
  470. font-size: 11px;
  471. position: relative;
  472. }
  473. #footer_utilities .ipsList_inline>li>a {
  474. margin-right: 0px;
  475. padding: 4px 10px;
  476. }
  477. #footer_utilities .ipsList_inline > li > a.rss_feed {padding: 0px;}
  478. #footer_utilities a {color: #225985;}
  479. #footer_utilities a:hover {color: #328586;}
  480. #footer_utilities .ipsList_inline > li > a {
  481. margin-right: 0px;
  482. padding: 4px 10px;
  483. }
  484. #backtotop {
  485. width: 24px;
  486. height: 24px;
  487. line-height: 20px;
  488. left: 50%;
  489. margin-left: -12px;
  490. position: absolute;
  491. display: inline-block;
  492. background: #bdbdbd;
  493. text-align: center;
  494. -moz-border-radius: 16px;
  495. -webkit-border-radius: 16px;
  496. border-radius: 16px;
  497. opacity: 0.4;
  498. outline: 0;
  499. -webkit-transition:background 1.0s ease-out;
  500. -moz-transition:background 1.0s ease-out;
  501. -o-transition:background 1.0s ease-out;
  502. -ms-transition:background 1.0s ease-out;
  503. }
  504. #backtotop img {margin-top: 5px;}
  505. #backtotop:hover{
  506. background:#00c7e3;
  507. color:#fff;
  508. opacity:1;
  509. -webkit-transition:background 1.0s ease-out;
  510. -moz-transition:background 1.0s ease-out;
  511. -o-transition:background 1.0s ease-out;
  512. -ms-transition:background 1.0s ease-out;
  513. }
  514. #copyright {
  515. color: #848484;
  516. text-align: right;
  517. text-shadow: 0px 1px 0px #fff;
  518. }
  519. #copyright a {
  520. color: #848484;
  521. }
  522. /*post*/
  523. .post h3 {
  524. background: #FFF;
  525. padding: 0 10px;
  526. height: 36px;
  527. line-height: 36px;
  528. font-weight: normal;
  529. font-size: 16px;
  530. }
  531. span.post_id {
  532. margin-left: 4px;
  533. }
  534. .post_date {
  535. padding: 0 0 10px 0;
  536. font-size: 12px;
  537. color: #a4a4a4;
  538. }
  539. .desc.blend_links a {
  540. font: normal 12px helvetica, arial, sans-serif;
  541. color: #777777;
  542. }
  543. .post_id a img.small {
  544. max-height: 12px;
  545. margin-left: 3px;
  546. margin-top: -2px;
  547. opacity: 0.5;
  548. }
  549. .post_online {display: inline-block;}
  550. .pun .post .user {
  551. margin-left: -16em;
  552. margin-top: -0.9em;
  553. }
  554. .pun .post {background: white;}
  555. .pun .postmain {
  556. background-color: white;
  557. border-left: 0px;
  558. margin-left: 14em;
  559. }
  560. .pun .post .user {
  561. width: 155px;
  562. font-size: 12px;
  563. text-align: center;
  564. line-height: 150%;
  565. margin-left: -170px;
  566. margin-top: -0.6em;
  567. }
  568. .pun .user .user-ident .user-basic-info {
  569. font-size: 11px;
  570. color: #a4a4a4;
  571. text-align: center;
  572. font-weight: normal;
  573. }
  574. .postfoot {
  575. border-top: 0px;
  576. margin-left: -14em;
  577. }
  578. /*user img*/
  579. .user-basic-info a img {
  580. height: 90px;
  581. width: 90px;
  582. padding: 1px;
  583. border: 1px solid #D5D5D5;
  584. background: white;
  585. -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  586. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  587. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  588. }
  589. .user-basic-info a img:hover {
  590. border-color: #A1A1A1;
  591. -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  592. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  593. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  594. }
  595. /*quick reply*/
  596. #pun-qpost {
  597. background: #ebf0f3;
  598. padding: 9px;
  599. padding-top: 1px;
  600. }
  601. #pun-qpost .main-head {
  602. font: 300 26px/1.3 Helvetica, Arial, sans-serif;
  603. color: #323232;
  604. font-size: 18px;
  605. background: white;
  606. border-top: 1px solid #dbe4ef;
  607. border-left: 1px solid #dbe4ef;
  608. border-right: 1px solid #dbe4ef;
  609. border-radius: 0px;
  610. -webkit-box-shadow: inset 0px 0px 0;
  611. -moz-box-shadow: inset 0px 0px 0;
  612. box-shadow: inset 0px 0px 0;
  613. }
  614. #pun-qpost a.exthelp {display: none;}
  615. .pun .frm-form, .main .main-content.frm {
  616. background-color: white;
  617. }
  618. .pun .post {
  619. border: 1px solid #dbe4ef;
  620. }
  621. .pun .main-content {
  622. border: 1px solid #dbe4ef;
  623. border-top: 0px;
  624. }
  625. #pun-qpost .frm-buttons {
  626. border-top: 0px;
  627. text-align: right;
  628. }
  629. /*chatbox*/
  630. #chatbox_header.main-head {
  631. background: #2c5687 url(http://i78.servimg.com/u/f78/17/31/71/58/mainti10.png) repeat-x top;
  632. padding: 6px 8px 6px;
  633. -moz-border-radius: 4px 4px 0 0;
  634. -webkit-border-top-left-radius: 4px;
  635. -webkit-border-top-right-radius: 4px;
  636. border-radius: 4px 4px 0 0;
  637. -webkit-box-shadow: inset 0px 1px 0 #528cbc;
  638. -moz-box-shadow: inset 0px 1px 0 #528cbc;
  639. box-shadow: inset 0px 1px 0 #528cbc;
  640. border-width: 1px 1px 0 1px;
  641. border-color: #316897;
  642. border-style: solid;
  643. }
  644. .chatbox-title, .chatbox-title a.chat-title {
  645. color: #fff;
  646. font-size: 13px;
  647. font-weight: 300;
  648. }
  649. .chatbox-options {margin: .3em .3em .5em;}
  650. .chatbox-options li, .chatbox-options li a, .chatbox-options li label {
  651. color: #fff;
  652. }
  653. #chatbox_members {
  654. top: 40px;
  655. border-right: 1px solid #ccc;
  656. }
  657. #chatbox p:first-child {
  658. border-top: 1px solid #d5dde5;
  659. }
  660. #chatbox p {
  661. background: #f1f6f9;
  662. border-right: 1px solid #d5dde5;
  663. border-left: 1px solid #d5dde5;
  664. border-bottom: 1px solid #d5dde5;
  665. line-height: 1.2em;
  666. }
  667. #chatbox_footer {
  668. padding-bottom: 6px;
  669. border-top: 1px solid #d5dde5;
  670. background: #f1f6f9;
  671. }
  672. #chatbox_footer .right {
  673. /*display: none !important;*/
  674. float: left;
  675. }
  676. #chatbox_messenger_form .right {margin-left: 8px;font-size:0}
  677. input#message.post {
  678. color: #5a5a5a;
  679. border-width: 1px;
  680. border-style: solid;
  681. border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
  682. background: #fff;
  683. padding: 4px;
  684. min-width: 395px;
  685. -moz-border-radius: 2px;
  686. -webkit-border-radius: 2px;
  687. border-radius: 2px;
  688. }
  689. #message, #submit_button {
  690. margin-left: 15px;
  691. }
  692. .fontbutton {
  693. background: #EFF1F3;
  694. border-color: #DEE0E2;
  695. color: #464646;
  696. -moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
  697. -webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
  698. box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
  699. }
  700. #divsmilies img + img{visibility:visible!important}
  701. #chatbox_messenger_form div.right img{visibility:hidden}
  702. #simple-wrap {
  703. background:white;
  704. }
  705. #divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
  706. background-position: center;
  707. background-repeat: no-repeat;
  708. }
  709. #divbold {
  710. background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
  711. }
  712. #divitalic {
  713. background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
  714. }
  715. #divunderline {
  716. background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
  717. }
  718. #divstrike {
  719. background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
  720. }
  721. #divcolor {
  722. background-image: url(http://illiweb.com/fa/wysiwyg/color_swatch.png);
  723. }
  724. #divsmilies {
  725. background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
  726. }
  727. .main-content.chatbox {padding: 0px;}
  728. #chatbox{
  729. margin: 10px 0 10px 0;
  730. border: 1px solid #DCE2EC;
  731. border-bottom: 6px solid #DCE2EC;
  732. background: #ebf0f3;
  733. padding: 8px;
  734. }
  735. input[type="submit"] {
  736. text-decoration: none;
  737. border-width: 1px;
  738. border-style: solid;
  739. padding: 4px 10px;
  740. cursor: pointer;
  741. }
  742. input[type="submit"] {
  743. background: #212121 url(http://i.imgur.com/EaN6eQn.png) repeat-x top;
  744. color: #fff;
  745. -moz-border-radius: 3px;
  746. -webkit-border-radius: 3px;
  747. border-radius: 3px;
  748. -moz-box-shadow: inset 0 1px 0 0 #1fccff, 0px 2px 3px rgba(0,0,0,0.2);
  749. -webkit-box-shadow: inset 0 1px 0 0 #1fccff, 0px 2px 3px rgba(0,0,0,0.2);
  750. box-shadow: inset 0 1px 0 0 #1fccff, 0px 2px 3px rgba(0,0,0,0.2);
  751. border-color: #00a6c9;
  752. }
  753. /*crumbs*/
  754. p.crumbs a {
  755. color: #777!important;
  756. font: normal 13px helvetica, arial, sans-serif;
  757. }
  758. /*Avatar on title*/
  759. .avat-miembro {
  760. float: left;
  761. }
  762. .avat-miembro img {
  763. width: 40px;
  764. height: 40px;
  765. padding: 1px;
  766. margin: 0 5px;
  767. border-radius: 10px
  768. }
  769. /* Menu Dropdown */
  770. #perfil_drop{
  771. background: linear-gradient(#FFF, #EDEDED) repeat scroll 0px 0px transparent;
  772. border: 0px none !important;
  773. border-radius: 0px 0px 6px 6px;
  774. box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
  775. color: #225985;
  776. font-family: helvetica,arial,sans-serif;
  777. font-size: 12px;
  778. font-style: normal;
  779. font-variant: normal;
  780. font-weight: 400;
  781. overflow: hidden;
  782. position: absolute;
  783. right: 7.1%;
  784. text-align: left;
  785. top: 36px;
  786. width: 360px;
  787. z-index: 999;
  788. }
  789. .nav_c{
  790. box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.58)!important;
  791. }
  792.  
  793. .avat img {
  794. background: none repeat scroll 0px 0px #FFF;
  795. border: 1px solid #D5D5D5;
  796. box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  797. height: 50px;
  798. margin: 10px;
  799. padding: 1px;
  800. width: 50px;
  801. }
  802. #perfil_drop li {
  803. float: right;
  804. line-height: 22px;
  805. white-space: nowrap;
  806. width: 38%;
  807. }
  808. #perfil_drop li a {
  809. color: #00569C;
  810. text-decoration: none;
  811. }
  812. .menu_active {
  813. background: #fff;
  814. border-radius: 5px 5px 0 0;
  815. color: #000!important;
  816. }
  817. .sceditor-container {
  818. width: 120% !important;
  819. height: 280px !important;
  820. }
  821. /* Quick Answers Avatar */
  822. #quick-avatar img {
  823. -border-radius: 100%;
  824. -moz-border-radius: 100%;
  825. -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  826. -webkit-border-radius: 100%;
  827. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  828. background: #fff;
  829. border: 1px solid #d8d8d8;
  830. box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  831. height: 50px;
  832. padding: 2px;
  833. width: 50px;
  834. }
  835. .pun .main-content {
  836. background-color: #fbfbfb;
  837. border: 1px solid #ddd;
  838. border-top: none;
  839. }
  840. #stats {
  841. background-color: #FFFFFF;
  842. line-height: 150%;
  843. padding: 0px;
  844. }
  845. .onlinemeet {
  846. text-align: center;
  847. font-family: Arial;
  848. color: #616161;
  849. font-weight: 900;
  850. font-size: 16px;
  851. padding: 5px;
  852. background-color: #EEEEEE;
  853. border: 1px solid #DADADA;
  854. border-right: none;
  855. border-left: none;
  856. }
  857. #classeperson {
  858. margin-left: 15px;
  859. color: #616161;
  860. float: left;
  861. font-family: Arial;
  862. }
  863. #onlinelist {
  864. float: right;
  865. border-top: none;
  866. background-color: #FAFAFA;
  867. border-left: 3px dashed #F8F8F8;
  868. float: right;
  869. font-family: Arial;
  870. padding-left: 40px;
  871. }
  872. .legendaa {
  873. margin-top: 88px;
  874. border-top: 1px solid #D6D6D6;
  875. border-bottom: 5px solid #ACACAC;
  876. border-radius: 0 0 5px 5px;
  877. text-align: center;
  878. background-color: #E9E9E9;
  879. padding: 15px;
  880. }
  881. #pun-info .main-content {
  882. background-color: #FFF;
  883. }
  884. .BS_like{-moz-border-radius:2px;-webkit-border-radius:2px;background:#740a0e url(http://imgur.com/nzsWyYT.png) no-repeat;border:1px solid #63070a;border-radius:2px;color:#fff;cursor:pointer;display:inline-block;font-size:11px;line-height:22px;margin-right:4px;padding:0 7px 0 26px;text-shadow:rgba(0,0,0,0.2) 0 -1px 0}.BS_count{-moz-border-radius:2px;-webkit-border-radius:2px;background:#f4f4f4;border-radius:2px;padding:3px 10px}.BS_vote{float:right;margin:0 5px}.BS_done{display:none}
  885. /* Inbox message */
  886. #bs_full_inbox {
  887. font-size: 13px;
  888. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  889. line-height: 18px;
  890. margin-top: 15px;
  891. display: none;
  892. width: 450px;
  893. background: #fff;
  894. box-shadow: 0px 15px 110px rgba(0,0,0,0.2);
  895. border-radius: 3px;
  896. z-index: 200;
  897. position: absolute;
  898. }
  899. #bs_full_inbox a {
  900. color: #255b79;
  901. text-decoration: none;
  902. }
  903. #bs_full_inbox a:hover {color: #cd3816;}
  904. #bs_full_inbox:before {
  905. border-style: solid;
  906. border-width: 15px;
  907. border-color: transparent transparent #fff;
  908. bottom: 100%;
  909. pointer-events: none;
  910. left: 15px;
  911. content: '';
  912. display: block;
  913. height: 0;
  914. position: absolute;
  915. width: 0;
  916. z-index: 3;
  917. }
  918. .bs_inbox_header {
  919. background: #fff url('http://i.imgur.com/sl0Efuz.png') repeat-x 0 0;
  920. border-bottom: 1px solid #e0e0e0;
  921. box-shadow: 0px 1px 6px rgba(0,0,0,0.07);
  922. border-radius: 3px 3px 0px 0px;
  923. padding: 10px;
  924. line-height: 24px;
  925. }
  926. .bs_inbox_header .compose {
  927. font-size: 12px;
  928. line-height: 28px;
  929. padding: 0 15px;
  930. float: right;
  931. background: #262e33;
  932. color: #ffffff !important;
  933. font-weight: 500;
  934. text-align: center;
  935. text-decoration: none;
  936. text-shadow: none;
  937. white-space: nowrap;
  938. display: inline-block;
  939. vertical-align: middle;
  940. border-radius: 3px;
  941. border: 1px solid rgba(0,0,0,0.1);
  942. -webkit-transition: 0.1s all linear;
  943. -moz-transition: 0.1s all linear;
  944. -ms-transition: 0.1s all linear;
  945. -o-transition: 0.1s all linear;
  946. transition: 0.1s all linear;
  947. -webkit-user-select: none;
  948. -moz-user-select: none;
  949. -ms-user-select: none;
  950. -o-user-select: none;
  951. user-select: none;
  952. -webkit-font-smoothing: antialiased;
  953. }
  954. .bs_inbox_header .compose:hover {
  955. background-image: url('http://i.imgur.com/eaB5FHK.png');
  956. background-repeat: repeat;
  957. }
  958. .bs_inbox_sectionHead {
  959. font-size: 18px;
  960. color: #333333;
  961. line-height: 24px;
  962. font-weight: 400;
  963. display: inline-block;
  964. margin: 0;
  965. }
  966. .bs_inbox_inner {
  967. width: 100%;
  968. display: table;
  969. table-layout: auto;
  970. position: relative;
  971. border-collapse: separate;
  972. border-spacing: 0;
  973. list-style: none;
  974. padding: 0;
  975. margin: 0;
  976. }
  977. .bs_inbox_li {
  978. width: 100%;
  979. position: relative;
  980. padding: 5px 3px;
  981. border-width: 0 0 1px 0;
  982. border-style: solid;
  983. border-color: #f5f5f5;
  984. }
  985. .bs_inbox_li:last-child {border-bottom: 0;}
  986. .bs_inbox_li strong {font-weight: normal !important;}
  987. .bs_inbox_item, .bs_user_p {
  988. display: table-cell;
  989. padding: 8px 10px;
  990. }
  991. .bs_inbox_item {color: #9c9c9c;}
  992. .bs_inbox_item .topictitle {display: inherit;}
  993. .bs_inbox_footer {
  994. background: #fff url('http://i.imgur.com/sl0Efuz.png') repeat-x 0 0;
  995. text-align: center;
  996. padding: 10px;
  997. line-height: 24px;
  998. border-top: 1px solid #e0e0e0;
  999. box-shadow: 0px -1px 6px rgba(0,0,0,0.07);
  1000. border-radius: 0px 0px 3px 3px;
  1001. }
  1002. .bs_inbox_photo {
  1003. background: #fff;
  1004. border: 1px solid #fff;
  1005. box-shadow: 0px 0px 0px 1px #e2e2e2;
  1006. padding: 0.5px;
  1007. vertical-align: middle;
  1008. line-height: 1px;
  1009. position: relative;
  1010. border-radius: 150px;
  1011. width: 34px;
  1012. height: 34px;
  1013. }
  1014. /* view topic */
  1015. .uix_usernameWrapper span.username .i_icon_online{margin-right:5px} .pun .post .user { float:left; margin-left:0!important; margin-top:0!important; padding-top:0!important; position:relative; width:160px!important; } .pun .postmain { background-color:#fbfbfb; border:1px solid #e2e2e2!important; -webkit-border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; border-radius:4px; margin:16px auto 16px 0 !important; padding:8px; } .pun .post-entry { float:left; width:79%; padding:1em 1em 0; } .pun .post { border-color:none!important; border-style:none!important; border-width:0!important; } .postfoot { border-top:0 dashed!important; clear:both; margin-left:0!important; text-align:right; padding:.5em 1em; } .pun .posthead { float:left; background:none!important; border-bottom:0 dashed #ccc!important; } .user-basic-info img:first-child { -moz-border-radius:100%; -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1); -webkit-border-radius:100%; -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1); background:#fff; border:1px solid #d8d8d8; border-radius:100%; box-shadow:0 2px 2px rgba(0,0,0,0.1); height:110px; width:110px; padding:2px; } .messageUserBlock .extraUserInfo div { border-bottom:1px dashed #e2e2e2; padding-top:5px; } .user .messageUserInfo .messageUserBlock h3.userText br { display:none; } .messageUserInfo { background-color:#FFF; float:left; width:140px; margin-left:5px; } .messageUserBlock { background-color:#FFF; border:1px solid #e2e2e2; -webkit-border-radius:2px; -moz-border-radius:2px; -khtml-border-radius:2px; border-radius:2px; position:relative; } .messageUserBlock div.avatarHolder { background-color:#FFF; -webkit-border-radius:2px; -moz-border-radius:2px; -khtml-border-radius:2px; border-radius:2px; -webkit-border-bottom-right-radius:0; -moz-border-radius-bottomright:0; -khtml-border-bottom-right-radius:0; border-bottom-right-radius:0; -webkit-border-bottom-left-radius:0; -moz-border-radius-bottomleft:0; -khtml-border-bottom-left-radius:0; border-bottom-left-radius:0; text-align:center; position:relative; padding:8px; } .messageUserBlock div.avatarHolder .avatar { display:block; font-size:0; } .messageUserBlock h3.userText { background-color:#f0f0f0; border:0 solid #e2e2e2; border-top-width:1px; padding:8px; } .messageUserBlock a.username { font-weight:700; display:block; overflow:hidden; line-height:16px; } .messageUserBlock .userTitle { font-size:11px; display:block; } .messageUserBlock .uB:last-child { margin-bottom:0; } .uB.wp { -webkit-border-top-right-radius:0; -moz-border-radius-topright:0; -khtml-border-top-right-radius:0; border-top-right-radius:0; -webkit-border-top-left-radius:0; -moz-border-radius-topleft:0; -khtml-border-top-left-radius:0; border-top-left-radius:0; position:relative; } .messageUserBlock .uB { display:block; margin:5px -14px; } .uB { font-size:11px; background:transparent url(styles/uix/xenforo/gradients/form-button-white-25px.png) repeat-x top; border:1px solid transparent; -webkit-border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; text-align:center; background-image:none; -webkit-box-shadow:none; -moz-box-shadow:none; -khtml-box-shadow:none; box-shadow:none; padding:4px 5px; } .uB.wp span.ber { -webkit-border-top-left-radius:3px; -moz-border-radius-topleft:3px; -khtml-border-top-left-radius:3px; border-top-left-radius:3px; left:-1px; } .uB.wp span.aft { -webkit-border-top-right-radius:3px; -moz-border-radius-topright:3px; -khtml-border-top-right-radius:3px; border-top-right-radius:3px; right:-1px; } .uB.wp span { position:absolute; top:-4px; width:5px; height:4px; background-color:inherit; } .uB.bannerStaff { background-color:#fafafa; background:#6ba65e; color:#FFF; border-color:transparent; } .messageUserBlock .extraUserInfo { font-size:12px; background-color:#FFF; border:0 solid #e2e2e2; border-top-width:1px; -webkit-border-radius:2px; -moz-border-radius:2px; -khtml-border-radius:2px; border-radius:2px; -webkit-border-top-left-radius:0; -moz-border-radius-topleft:0; -khtml-border-top-left-radius:0; border-top-left-radius:0; -webkit-border-top-right-radius:0; -moz-border-radius-topright:0; -khtml-border-top-right-radius:0; border-top-right-radius:0; padding:4px 6px; } .messageUserBlock .extraUserInfo dl { margin:2px 0 0; } .messageUserBlock .arrow { position:absolute; top:10px; right:-10px; display:block; width:0; height:0; line-height:0; border:10px solid transparent; border-left-color:#e2e2e2; -moz-border-left-colors:#e2e2e2; border-right:none; _display:none; } .messageUserBlock .arrow span { position:absolute; top:-10px; left:-11px; display:block; width:0; height:0; line-height:0; border:10px solid transparent; border-left-color:#FFF; -moz-border-left-colors:#FFF; border-right:none; }@media only screen and (max-width: 1024px) and (min-width: 1000px){ .pun .post-entry { width: 75%!important; }}
  1016. .newmp_bs span.status {
  1017. display: none;
  1018. }
  1019.  
  1020. .newmp_bs a.topictitle {
  1021. color: #fff;
  1022. font-size: 12px;
  1023. }
  1024.  
  1025. .newmp_bs {
  1026. color: #fff;
  1027. display: inline-block;
  1028. }
  1029.  
  1030. .newmp_bs a {
  1031. font-size: 11px;
  1032. color: #F0F0F0;
  1033. }
  1034.  
  1035. /*****
  1036. Receive private messages
  1037. *****/
  1038. span#msg_header {
  1039. font-size : 12px;
  1040. text-transform : uppercase;
  1041. color : #F1F1F1;
  1042. }
  1043.  
  1044. .mpnew_targetcode {
  1045. position : fixed;
  1046. left : 40%;
  1047. top : 33%;
  1048. background : rgba(0, 0, 0, 0.8);
  1049. border : 5px solid #000;
  1050. padding : 20px;
  1051. z-index : 999;
  1052. border-radius : 5px;
  1053. width : 280px;
  1054. height : 110px
  1055. }
  1056.  
  1057. .headermpnew {
  1058. font-size : 16px;
  1059. padding : 2px;
  1060. margin-top : -11px;
  1061. margin-bottom : 12px;
  1062. }
  1063.  
  1064. a#close_window {
  1065. float : right;
  1066. width : 5px;
  1067. height : 5px;
  1068. color : red;
  1069. font-size : 15px;
  1070. font-family : serif;
  1071. }
  1072.  
  1073. a.restantemp {
  1074. color : #ECECEC;
  1075. text-transform : uppercase;
  1076. font-size : 10px;
  1077. margin-top : 15px;
  1078. padding : 2px;
  1079. float : left;
  1080. margin-left : -1px;
  1081. }
  1082.  
  1083. .infomp {
  1084. padding : 2px;
  1085. font-size : 12px;
  1086. float : left;
  1087. }
  1088.  
  1089. .forabg {
  1090. position : fixed;
  1091. background : rgba(0, 0, 0, 0.4);
  1092. width : 100%;
  1093. height : 100%;
  1094. top : 0px;
  1095. z-index : 1;
  1096. }
  1097. /* TITLEBOX */
  1098.  
  1099. .titlebox{
  1100. -moz-border-radius:3px;
  1101. -moz-box-shadow:inset rgba(0,0,0,0.1) 0 1px 4px;
  1102. -webkit-border-radius:3px;
  1103. -webkit-box-shadow:inset rgba(0,0,0,0.1) 0 1px 4px;
  1104. background:#EFEFEF;
  1105. border:1px solid #D6D6D6;
  1106. border-radius:3px;
  1107. box-shadow:inset rgba(0,0,0,0.1) 0 1px 4px;
  1108. overflow:hidden;
  1109. padding:10px;
  1110. text-shadow:#fff 0 1px 0
  1111. }
  1112. .titlebox dd{display:block}
  1113. .titlebox dava{float:left}
  1114. .titlebox dava a img{
  1115. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1116. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1117. background:#fff;
  1118. border:1px solid #D5D5D5;
  1119. box-shadow:0 2px 2px rgba(0,0,0,0.1);
  1120. float:left;
  1121. height:50px!important;
  1122. padding:1px;
  1123. width:50px!important
  1124. }
  1125. .titlebox dava a img:hover{
  1126. -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  1127. -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);
  1128. border-color:#A1A1A1;
  1129. box-shadow:0 2px 2px rgba(0,0,0,0.2)
  1130. }
  1131. .ipsType_pagetitle a{font-size:23px;z-index:999}
  1132. .desc.lighter.blend_links{color:#a4a4a4;float:left;font-size:11px}
  1133. .desc.lighter,.desc.lighter.blend_links a{color:#A4A4A4}
  1134. .desc,.desc.blend_links a,p.posted_info{color:#777;font-size:12px}
  1135. .conect{display:inline-block;padding-left:5px}
  1136.  
  1137. .seguir{float:right;position:relative}
  1138. .seguir a{
  1139. -moz-border-radius:2px;
  1140. -moz-box-shadow:0 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0 1px 0;
  1141. -webkit-border-radius:2px;
  1142. -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0 1px 0;
  1143. background:#ececec url(http://i45.tinypic.com/2hrd3tg.png) repeat-x 0 0;
  1144. border:1px solid #d0d0d0;
  1145. border-radius:2px;
  1146. box-shadow:0 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0 1px 0;
  1147. color:#616161!important;
  1148. cursor:pointer;
  1149. display:inline-block;
  1150. font-size:11px;
  1151. height:24px;
  1152. line-height:24px;
  1153. padding:0 10px;
  1154. text-shadow:#fff 0 1px 0;
  1155. white-space:nowrap
  1156. }
  1157. .seguir a:hover{background-color:#f8f8f8;color:#4c4c4c}
  1158.  
  1159. /* FIM */
  1160. .posthead[id] + .postmain .entry-content div p:not(:empty) {
  1161. background: #ffebc8 url(http://imgur.com/PIQA4LA.png) no-repeat 6px 10px;
  1162. border: 1px solid #ecc272;
  1163. color: #ac6328;
  1164. font-family: "Trebuchet MS",tahoma,helvetica,arial,sans-serif;
  1165. font-size: 11px;
  1166. font-style: normal;
  1167. font-variant: normal;
  1168. font-weight: 700;
  1169. line-height: 18px;
  1170. margin-top: 15px;
  1171. padding: 8px 8px 8px 28px;
  1172. text-shadow: #fffaf1 0 1px 0;
  1173. }
  1174. .entry-content p:not(:empty) br {display: none;}
  1175. .pun fieldset, .pun img {
  1176. border: none;
  1177. }
  1178. ul#pun-legend, ul.pun-legend {
  1179. display: none;
  1180. }
  1181. /* Animate on Header by Eddye */
  1182. .animated {
  1183. -webkit-animation-duration: 1s;
  1184. animation-duration: 1s;
  1185. -webkit-animation-fill-mode: both;
  1186. animation-fill-mode: both;
  1187. }
  1188.  
  1189. .animated.infinite {
  1190. -webkit-animation-iteration-count: infinite;
  1191. animation-iteration-count: infinite;
  1192. }
  1193.  
  1194. .animated.hinge {
  1195. -webkit-animation-duration: 2s;
  1196. animation-duration: 2s;
  1197. }
  1198. @-webkit-keyframes bounceInDown {
  1199. 0%, 60%, 75%, 90%, 100% {
  1200. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1201. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1202. }
  1203.  
  1204. 0% {
  1205. opacity: 0;
  1206. -webkit-transform: translate3d(0, -3000px, 0);
  1207. transform: translate3d(0, -3000px, 0);
  1208. }
  1209.  
  1210. 60% {
  1211. opacity: 1;
  1212. -webkit-transform: translate3d(0, 25px, 0);
  1213. transform: translate3d(0, 25px, 0);
  1214. }
  1215.  
  1216. 75% {
  1217. -webkit-transform: translate3d(0, -10px, 0);
  1218. transform: translate3d(0, -10px, 0);
  1219. }
  1220.  
  1221. 90% {
  1222. -webkit-transform: translate3d(0, 5px, 0);
  1223. transform: translate3d(0, 5px, 0);
  1224. }
  1225.  
  1226. 100% {
  1227. -webkit-transform: none;
  1228. transform: none;
  1229. }
  1230. }
  1231. @keyframes bounceInDown {
  1232. 0%, 60%, 75%, 90%, 100% {
  1233. -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1234. transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  1235. }
  1236.  
  1237. 0% {
  1238. opacity: 0;
  1239. -webkit-transform: translate3d(0, -3000px, 0);
  1240. transform: translate3d(0, -3000px, 0);
  1241. }
  1242.  
  1243. 60% {
  1244. opacity: 1;
  1245. -webkit-transform: translate3d(0, 25px, 0);
  1246. transform: translate3d(0, 25px, 0);
  1247. }
  1248.  
  1249. 75% {
  1250. -webkit-transform: translate3d(0, -10px, 0);
  1251. transform: translate3d(0, -10px, 0);
  1252. }
  1253.  
  1254. 90% {
  1255. -webkit-transform: translate3d(0, 5px, 0);
  1256. transform: translate3d(0, 5px, 0);
  1257. }
  1258.  
  1259. 100% {
  1260. -webkit-transform: none;
  1261. transform: none;
  1262. }
  1263. }
  1264.  
  1265. .bounceInDown {
  1266. -webkit-animation-name: bounceInDown;
  1267. animation-name: bounceInDown;
  1268. }
  1269. @-webkit-keyframes rubberBand {
  1270. 0% {
  1271. -webkit-transform: scale3d(1, 1, 1);
  1272. transform: scale3d(1, 1, 1);
  1273. }
  1274.  
  1275. 30% {
  1276. -webkit-transform: scale3d(1.25, 0.75, 1);
  1277. transform: scale3d(1.25, 0.75, 1);
  1278. }
  1279.  
  1280. 40% {
  1281. -webkit-transform: scale3d(0.75, 1.25, 1);
  1282. transform: scale3d(0.75, 1.25, 1);
  1283. }
  1284.  
  1285. 50% {
  1286. -webkit-transform: scale3d(1.15, 0.85, 1);
  1287. transform: scale3d(1.15, 0.85, 1);
  1288. }
  1289.  
  1290. 65% {
  1291. -webkit-transform: scale3d(.95, 1.05, 1);
  1292. transform: scale3d(.95, 1.05, 1);
  1293. }
  1294.  
  1295. 75% {
  1296. -webkit-transform: scale3d(1.05, .95, 1);
  1297. transform: scale3d(1.05, .95, 1);
  1298. }
  1299.  
  1300. 100% {
  1301. -webkit-transform: scale3d(1, 1, 1);
  1302. transform: scale3d(1, 1, 1);
  1303. }
  1304. }
  1305.  
  1306. @keyframes rubberBand {
  1307. 0% {
  1308. -webkit-transform: scale3d(1, 1, 1);
  1309. transform: scale3d(1, 1, 1);
  1310. }
  1311.  
  1312. 30% {
  1313. -webkit-transform: scale3d(1.25, 0.75, 1);
  1314. transform: scale3d(1.25, 0.75, 1);
  1315. }
  1316.  
  1317. 40% {
  1318. -webkit-transform: scale3d(0.75, 1.25, 1);
  1319. transform: scale3d(0.75, 1.25, 1);
  1320. }
  1321.  
  1322. 50% {
  1323. -webkit-transform: scale3d(1.15, 0.85, 1);
  1324. transform: scale3d(1.15, 0.85, 1);
  1325. }
  1326.  
  1327. 65% {
  1328. -webkit-transform: scale3d(.95, 1.05, 1);
  1329. transform: scale3d(.95, 1.05, 1);
  1330. }
  1331.  
  1332. 75% {
  1333. -webkit-transform: scale3d(1.05, .95, 1);
  1334. transform: scale3d(1.05, .95, 1);
  1335. }
  1336.  
  1337. 100% {
  1338. -webkit-transform: scale3d(1, 1, 1);
  1339. transform: scale3d(1, 1, 1);
  1340. }
  1341. }
  1342.  
  1343. .rubberBand {
  1344. -webkit-animation-name: rubberBand;
  1345. animation-name: rubberBand;
  1346. }
  1347. /* End Animate CSS on Header */
  1348. /* Ajax Mito */
  1349. #ajax_loading {background: #00c7e3;color: #fff;text-align: center;padding: 5px 0 8px;width: 8%;top: 37px;left: 46%;-moz-border-radius: 0 0 5px 5px;-webkit-border-bottom-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-radius: 0 0 5px 5px;z-index: 999;position: fixed;-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);box-shadow: 0px 3px 5px rgba(0,0,0,0.2);opacity: 0.6;}
  1350. /*Font Awesome */
  1351. @font-face {
  1352. font-family: 'Open Sans';
  1353. font-style: normal;
  1354. font-weight: 400;
  1355. src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  1356. }
  1357. @font-face {
  1358. font-family: 'FontAwesome';
  1359. font-style: normal;
  1360. font-weight: normal;
  1361. src: local('FontAwesome'), local('FontAwesome'), url(http://asusgames.esy.es/fonts/fontawesome-webfont.woff) format('woff');
  1362. }
  1363. /* ranks */
  1364. .rank{
  1365. background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.1)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.1)),color-stop(0.75,rgba(255,255,255,.1)),color-stop(0.75,transparent),to(transparent));
  1366. background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
  1367. background-image: -moz-linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
  1368. background-image: linear-gradient(45deg,rgba(255,255,255,.1)25%,transparent 25%,transparent 50%,rgba(255,255,255,.1)50%,rgba(255,255,255,.1)75%,transparent 75%,transparent);
  1369. background-size: 10px 10px;
  1370. padding: 3px;
  1371. width: 130px;
  1372. margin: 5px;
  1373. text-align: center;
  1374. text-shadow: #000 1px 1px 0;
  1375. color: #fff;
  1376. border-radius: 3px;
  1377. box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.5), rgba(0,0,0,.3) 0 1px 1px;
  1378. font: 13px 'Open Sans', Arial, sans-serif;
  1379. -webkit-user-select: none;
  1380. -moz-user-select: none;
  1381. -ms-user-select: none;
  1382. -o-user-select: none;
  1383. user-select: none;
  1384. cursor: default;
  1385. }
  1386. .stars{
  1387. height: 16px;
  1388. width: 31px;
  1389. margin: 5px 0 0 3px;
  1390. background: url('https://cdn1.iconfinder.com/data/icons/fatcow/16/star.png') repeat-x;
  1391. background-size: 10px;
  1392. float: left;
  1393. }
  1394. .admin{
  1395. background-color: #c70000;
  1396. }
  1397. .admin:before {
  1398. content: "\f000";
  1399. font-family: FontAwesome;
  1400. font-style: normal;
  1401. font-weight: normal;
  1402. text-decoration: inherit;
  1403. }
  1404. .mod{
  1405. background-color: #009;
  1406. }
  1407. .co-admin{
  1408. background-color: #a2712b;
  1409. }
  1410. .co-admin .stars{
  1411. width: 20px;
  1412. }
  1413. .mod .stars{
  1414. width: 10px;
  1415. }
  1416.  
  1417. body#ipboard_body {
  1418. background-image: url(https://i11.servimg.com/u/f11/16/48/51/40/101d5710.png);
  1419. background-size: 100%;
  1420. }
  1421.  
  1422. a[href^="/u"] span[style^="color:#FF0091"] {
  1423. background: url(http://i.imgur.com/e1Oatcu.gif);
  1424. text-shadow: 0 2px 6px #FF0091;
  1425. }
  1426.  
  1427. a[href^="/u"] span[style^="color:#7500FA"] {
  1428. background: url(http://i.imgur.com/e1Oatcu.gif);
  1429. text-shadow: 0 2px 6px #7500FA;
  1430. }
  1431.  
  1432. a[href^="/u"] span[style^="color:#FF4FD0"] {
  1433. background: url(http://i.imgur.com/e1Oatcu.gif);
  1434. text-shadow: 0 2px 6px #FF4FD0;
  1435. }
  1436.  
  1437. a[href^="/u"] span[style^="color:#442EE8"] {
  1438. background: url(http://i.imgur.com/e1Oatcu.gif);
  1439. text-shadow: 0 2px 6px #442EE8;
  1440. }
  1441.  
  1442. a[href^="/u"] span[style^="color:#00F068"] {
  1443. background: url(http://i.imgur.com/e1Oatcu.gif);
  1444. text-shadow: 0 2px 6px #00F068;
  1445. }
  1446.  
  1447. a[href^="/u"] span[style^="color:#387842"] {
  1448. background: url(http://i.imgur.com/e1Oatcu.gif);
  1449. text-shadow: 0 2px 6px #387842;
  1450. }
  1451.  
  1452. a[href^="/u"] span[style^="color:#000896"] {
  1453. background: url(http://i.imgur.com/e1Oatcu.gif);
  1454. text-shadow: 0 2px 6px #000896;
  1455. }
  1456.  
  1457. a[href^="/u"] span[style^="color:#FC5800"] {
  1458. background: url(http://i.imgur.com/e1Oatcu.gif);
  1459. text-shadow: 0 2px 6px #FC5800;
  1460. }
  1461.  
  1462. a[href^="/u"] span[style^="color:#7F468A"] {
  1463. background: url(http://i.imgur.com/e1Oatcu.gif);
  1464. text-shadow: 0 2px 6px #7F468A;
  1465. }
  1466.  
  1467. a[href^="/u"] span[style^="color:#B0A100"] {
  1468. background: url(http://i.imgur.com/e1Oatcu.gif);
  1469. text-shadow: 0 2px 6px #B0A100;
  1470. }
  1471.  
  1472. a[href^="/u"] span[style^="color:#91B6FF"] {
  1473. background: url(http://i.imgur.com/e1Oatcu.gif);
  1474. text-shadow: 0 2px 6px #91B6FF;
  1475. }
  1476.  
  1477. a[href^="/u"] span[style^="color:#B30000"] {
  1478. background: url(http://i.imgur.com/e1Oatcu.gif);
  1479. text-shadow: 0 2px 6px #B30000;
  1480. }
  1481.  
  1482. a[href^="/u"] span[style^="color:#1973FA"] {
  1483. background: url(http://i.imgur.com/e1Oatcu.gif);
  1484. text-shadow: 0 2px 6px #1973FA;
  1485. }
  1486.  
  1487. a[href="/u1"] {
  1488. text-shadow: 0px 0px 5px BLACK;
  1489. background: url(http://i.imgur.com/e1Oatcu.gif);
  1490. }
  1491.  
  1492. a[href="/g12-responsavel-forum"] {
  1493. text-shadow: 0px 0px 5px BLACK;
  1494. background: url(http://i.imgur.com/e1Oatcu.gif);
  1495. }
  1496.  
  1497. a[href="/g1-fundador"] {
  1498. text-shadow: 0px 0px 5px RED;
  1499. background: url(http://i.imgur.com/DeeiUkd.gif);
  1500. }
  1501.  
  1502. a[href="/g3-sub-dono"] {
  1503. text-shadow: 0px 0px 5px PURPLE;
  1504. background: url(http://i.imgur.com/DeeiUkd.gif);
  1505. }
  1506.  
  1507. a[href="/g4-administrador"] {
  1508. text-shadow: 0px 0px 5px black;
  1509. background: url(http://i.imgur.com/DeeiUkd.gif);
  1510. }
  1511.  
  1512. a[href="/g5-moderador"] {
  1513. text-shadow: 0px 0px 5px BLUE;
  1514. background: url(http://i.imgur.com/DeeiUkd.gif);
  1515. }
  1516.  
  1517. a[href="/g6-helper"] {
  1518. text-shadow: 0px 0px 5px PURPLE;
  1519. background: url(http://i.imgur.com/DeeiUkd.gif);
  1520. }
  1521.  
  1522. a[href="/g7-gerente"] {
  1523. text-shadow: 0px 0px 5px GREEN;
  1524. background: url(http://i.imgur.com/DeeiUkd.gif);
  1525. }
  1526.  
  1527. a[href="/g8-master"] {
  1528. text-shadow: 0px 0px 5px BLUE;
  1529. background: url(http://i.imgur.com/DeeiUkd.gif);
  1530. }
  1531.  
  1532. a[href="/g9-lider"] {
  1533. text-shadow: 0px 0px 5px ORANGE;
  1534. background: url(http://i.imgur.com/DeeiUkd.gif);
  1535. }
  1536.  
  1537. a[href="/g10-designer"] {
  1538. text-shadow: 0px 0px 5px VIOLET;
  1539. background: url(http://i.imgur.com/DeeiUkd.gif);
  1540. }
  1541.  
  1542. a[href="/g11-vips"] {
  1543. text-shadow: 0px 0px 5px Yellow;
  1544. background: url(http://i.imgur.com/DeeiUkd.gif);
  1545. }
  1546.  
  1547. a[href="/g13-equipe-ts3"] {
  1548. text-shadow: 0px 0px 5px blue;
  1549. background: url(http://i.imgur.com/e1Oatcu.gif);
  1550. }
  1551.  
  1552. a[href="/g14-youtuber"] {
  1553. text-shadow: 0px 0px 5px red;
  1554. background: url(http://i.imgur.com/e1Oatcu.gif);
  1555. }
  1556.  
  1557. a[href="/g15-facebook"] {
  1558. text-shadow: 0px 0px 5px black;
  1559. background: url(http://i.imgur.com/e1Oatcu.gif);
  1560. }
  1561.  
  1562. @font-face {
  1563. font-family: 'Sigmar One';
  1564. font-style: normal;
  1565. font-weight: 400;
  1566. src: local('Sigmar One'), local('SigmarOne'), url(http://themes.googleusercontent.com/static/fonts/sigmarone/v4/aRAZJs6CY7SV6eSg6Wx4jxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
  1567. }
  1568.  
  1569. .mini_ava {
  1570. float: left;
  1571. }
  1572. .mini_ava img {
  1573. width: 40px;
  1574. height: 40px;
  1575. margin: 0 5px;
  1576. border-radius: 10px;
  1577. transition: all 2s;
  1578. -moz-transition: all 2s;
  1579. -webkit-transition: all 2s;
  1580. -o-transition: all 2s;
  1581. }
  1582. .mini_ava img:hover
  1583. {
  1584. width: 80px;
  1585. height: 80px;
  1586. }
  1587.  
  1588. .pun-crumbs {
  1589. display: flex;
  1590. background-image: linear-gradient(0deg, #f6f6f6 0%, #fff 100%);
  1591. box-shadow: rgba(0,0,0,0.2) 0px 1px 3px, inset rgba(255,255,255,0.8) 0px 1px 0px;
  1592. padding: 0;
  1593. font-size: 0;
  1594. align-items: center;
  1595. margin-bottom: 20px;
  1596. overflow: hidden;
  1597. }
  1598.  
  1599. .pun-crumbs > p {
  1600. display: flex;
  1601. }
  1602.  
  1603. .pun-crumbs strong {
  1604. font-weight: normal;
  1605. }
  1606.  
  1607. .pun-crumbs a {
  1608. display: block;
  1609. font-size: 12px;
  1610. padding: 0 10px 0 40px;
  1611. line-height: 40px;
  1612. position: relative;
  1613. transition: 250ms color;
  1614. }
  1615.  
  1616. .pun-crumbs a:hover,
  1617. .pun-crumbs a:focus,
  1618. .pun-crumbs a:active {
  1619. color: #2ea3f2;
  1620. }
  1621.  
  1622. .pun-crumbs .crumbs a:last-child {
  1623. display: none;
  1624. }
  1625.  
  1626. .pun-crumbs a::before {
  1627. content: ' ';
  1628. position: absolute;
  1629. height: 40px;
  1630. width: 40px;
  1631. top: 0;
  1632. right: -14px;
  1633. border-top: 1px #ddd solid;
  1634. border-right: 1px #ddd solid;
  1635. transform: rotate(45deg);
  1636. }
  1637.  
  1638. @font-face {
  1639. font-family: 'Play';
  1640. font-style: normal;
  1641. font-weight: 400;
  1642. src: local('Play'), local('Play-Regular'), url(https://fonts.gstatic.com/s/play/v7/ZNo-5SxCwH1CXgZ-n3bt2g.woff2) format('woff2');
  1643. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
  1644. }
  1645.  
  1646. body[bgcolor] {
  1647. background: #fff;
  1648. }
  1649.  
  1650. .chatbox_row_1.clearfix.shout-0 span span[style="color:undefined"] {
  1651. font-size: 0px;
  1652. }
  1653.  
  1654. .chatbox-options li a span#chatbox_option_co:before {
  1655. content: "Para visualizar as mensagens clique em login.";
  1656. text-align: center;
  1657. margin-top: 125px;
  1658. background: #FFFFFF!important;
  1659. width: 100%;
  1660. height: 80px;
  1661. right: 0;
  1662. position: absolute;
  1663. z-index: 1;
  1664. display: block;
  1665. border-top: 1px solid #ebebeb;
  1666. font-size: 14px!important;
  1667. color: #000;
  1668. }
  1669.  
  1670. .chatbox-options li a span#chatbox_option_co:after {
  1671. content: " Você está desconectado!";
  1672. margin-top: 180px;
  1673. background: #ccc!important;
  1674. width: 100%;
  1675. padding: 10px 0;
  1676. right: 0;
  1677. position: absolute;
  1678. z-index: 1;
  1679. text-align: center;
  1680. display: block;
  1681. border-top: 1px solid #ebebeb;
  1682. font-size: 20px!important;
  1683. color: #000;
  1684. }
  1685.  
  1686. #chatbox .user strong span, body #chatbox .msg, #chatbox .date-and-time, #chatbox_header.main-head {
  1687. font-family: Play,Arial,Helvetica,sans-serif!important;
  1688. font-size: 14px!important;
  1689. }
  1690.  
  1691. #chatbox .date-and-time {
  1692. float: right;
  1693. color: #cacaca;
  1694. font-size: 11px;
  1695. }
  1696.  
  1697. #chatbox .date-and-time img {
  1698. opacity: 0.5;
  1699. }
  1700.  
  1701. #chatbox .date-and-time img:hover {
  1702. opacity: 1.0;
  1703. }
  1704.  
  1705. #chatbox_header.main-head {
  1706. background: #3d648a;
  1707. padding: 0;
  1708. margin: 0;
  1709. list-style: none;
  1710. position: inherit;
  1711. height: 40px;
  1712. display: block;
  1713. }
  1714.  
  1715. #chatbox_header.main-head:after {
  1716. content: "Divulgação, flood, spam ou atitudes desrespeitosas não são toleradas neste Chat.";
  1717. background: #ebebeb;
  1718. color: #111111;
  1719. margin-top: 40px;
  1720. display: block;
  1721. padding: 10px;
  1722. position: absolute;
  1723. width: 100%;
  1724. }
  1725.  
  1726. .chatbox-title {
  1727. font-size: 14px;
  1728. color: #fff;
  1729. padding: 10px 10px 0 10px;
  1730. }
  1731.  
  1732. .chatbox-title, .chatbox-title a.chat-title {
  1733. color: #fff;
  1734. font-weight: 300;
  1735. text-decoration: none;
  1736. }
  1737.  
  1738. #chatbox_members, #chatbox {
  1739. top: 80px;
  1740. }
  1741.  
  1742. .chatbox-options {
  1743. background: rgba(0,0,0,0.5);
  1744. opacity: 0.6;
  1745. color: #fff;
  1746. padding: 5px;
  1747. }
  1748.  
  1749. #chatbox_members {
  1750. display: none;
  1751. }
  1752.  
  1753. #chatbox {
  1754. left: 0;
  1755. }
  1756.  
  1757. .chatbox_row_1, .chatbox_row_2 {
  1758. background-color: #fff;
  1759. position: relative;
  1760. border-width: 0 0 1px 0;
  1761. border-style: solid;
  1762. border-color: #ebebeb;
  1763. padding: 7px;
  1764. }
  1765.  
  1766. #chatbox > p {
  1767. border-bottom: 1px solid #ebebeb!important;
  1768. }
  1769.  
  1770. body #chatbox .user strong {
  1771. font-size: 0px;
  1772. margin-left: 4px;
  1773. }
  1774.  
  1775. body #chatbox .user strong span {
  1776. font-size: 12px;
  1777. font-weight: 300;
  1778. }
  1779.  
  1780. body #chatbox .msg {
  1781. display: block;
  1782. line-height: 1.5em;
  1783. margin-top: -7px!important;
  1784. }
  1785.  
  1786. #chatbox_footer .right:first-child {
  1787. width: 100% !important;
  1788. float: right;
  1789. }
  1790.  
  1791. .pun .main-content.chatbox {
  1792. border: 0px solid #ebebeb;
  1793. }
  1794.  
  1795. #chatbox_footer .right:nth-child(2) {
  1796. float: right;
  1797. margin-top: -42px;
  1798. z-index: 999;
  1799. }
  1800.  
  1801. #chatbox_messenger_form label[for="message"] {
  1802. display: none;
  1803. }
  1804.  
  1805. input#message.post {
  1806. width: 90% !important;
  1807. margin-top: 2px;
  1808. height: 12px;
  1809. padding: 8px 10px 8px 8px !important;
  1810. border: none !important;
  1811. background: transparent;
  1812. outline: none;
  1813. }
  1814.  
  1815. input#message.post {
  1816. background: url(http://i.imgur.com/5zppq7r.png) no-repeat!important;
  1817. }
  1818.  
  1819. input#message.post:focus {
  1820. background: transparent!important;
  1821. }
  1822.  
  1823. #divcolor, #help-button, .format-message + label {
  1824. display: none!important;
  1825. }
  1826.  
  1827. .right #submit_button {
  1828. position: absolute;
  1829. right: 0;
  1830. margin-right: 10px;
  1831. }
  1832.  
  1833. .right #submit_button {
  1834. height: 30px!important;
  1835. background: #1abc9c;
  1836. color: #ffffff !important;
  1837. cursor: pointer;
  1838. text-align: center;
  1839. font-size: 13px;
  1840. font-weight: 500;
  1841. text-align: center;
  1842. text-decoration: none;
  1843. text-shadow: none;
  1844. white-space: nowrap;
  1845. display: inline-block;
  1846. vertical-align: middle;
  1847. padding: 5px 15px;
  1848. border-radius: 3px;
  1849. border: 1px solid rgba(0,0,0,0.1);
  1850. -webkit-transition: 0.1s all linear;
  1851. -moz-transition: 0.1s all linear;
  1852. -ms-transition: 0.1s all linear;
  1853. -o-transition: 0.1s all linear;
  1854. transition: 0.1s all linear;
  1855. -webkit-user-select: none;
  1856. -moz-user-select: none;
  1857. -ms-user-select: none;
  1858. -o-user-select: none;
  1859. user-select: none;
  1860. -webkit-font-smoothing: antialiased;
  1861. border-width: 0px!important;
  1862. }
  1863.  
  1864. #divsmilies {
  1865. width: 24px!important;
  1866. height: 24px!important;
  1867. background: url(http://i.imgur.com/Ku7QNJd.png) no-repeat;
  1868. border: 0px!important;
  1869. /* position:absolute; */
  1870. margin-right: 80px;
  1871. margin-top: 15px;
  1872. }
  1873.  
  1874. #divsmilies>img {
  1875. display: none;
  1876. }
  1877.  
  1878. #divsmilies:hover:before {
  1879. content: "Emoticons";
  1880. background: #2a2a2a;
  1881. line-height: 26px;
  1882. font-size: 12px;
  1883. color: #fff;
  1884. position: absolute;
  1885. padding: 0 8px;
  1886. pointer-events: none;
  1887. border-radius: 2px;
  1888. position: absolute;
  1889. margin-top: -30px;
  1890. margin-left: -35px;
  1891. }
  1892.  
  1893. #chatbox_footer {
  1894. height: auto !important;
  1895. background-color: #fff!important;
  1896. border-top: 0px dashed #ccc;
  1897. }
  1898.  
  1899. body #chatbox .cb-avatar {
  1900. border-width: 0!important;
  1901. }
  1902.  
  1903. #chatbox .cb-avatar, #chatbox .cb-avatar img {
  1904. background: none repeat scroll 0 0 #fff!important;
  1905. border: 0px solid #d5d5d5!important;
  1906. border-width: 0!important;
  1907. box-shadow: none!important;
  1908. float: left;
  1909. margin-right: 4px!important;
  1910. padding: 1px!important;
  1911. vertical-align: middle!important;
  1912. width: 34px!important;
  1913. height: 34px!important;
  1914. }
  1915. /*******CURTIR NO POST********/
  1916. #rep_post .reput_vote {
  1917. background-color: #daedfb;
  1918. color: #666;
  1919. -khtml-user-select: none;
  1920. -moz-transition: all,0.15s;
  1921. -moz-user-select: none;
  1922. -ms-user-select: none;
  1923. -o-transition: all,0.15s;
  1924. -webkit-touch-callout: none;
  1925. -webkit-transition: all,0.15s;
  1926. -webkit-user-select: none;
  1927. background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
  1928. background-size: 12px;
  1929. clear: both;
  1930. color: #666;
  1931. cursor: pointer;
  1932. display: table;
  1933. font-size: 11px;
  1934. font-weight: 400;
  1935. line-height: 18px;
  1936. margin: 5px;
  1937. padding: 3px 5px 3px 25px;
  1938. text-align: right;
  1939. transition: all,0.15s;
  1940. }
  1941. .reput_vote.zero {
  1942. background-color: #6a6a6a;
  1943. }
  1944.  
  1945. .BS_like:hover {
  1946. background-color: #daedfb;
  1947. color: #666;
  1948. }
  1949. .BS_like {
  1950. -khtml-user-select: none;
  1951. -moz-transition: all,0.15s;
  1952. -moz-user-select: none;
  1953. -ms-user-select: none;
  1954. -o-transition: all,0.15s;
  1955. -webkit-touch-callout: none;
  1956. -webkit-transition: all,0.15s;
  1957. -webkit-user-select: none;
  1958. background: #f0f0f0 url(https://cdn1.iconfinder.com/data/icons/social-media-13/24/Like-16.png) no-repeat 6px center;
  1959. background-size: 12px;
  1960. clear: both;
  1961. color: #666;
  1962. cursor: pointer;
  1963. display: table;
  1964. font-size: 11px;
  1965. font-weight: 400;
  1966. line-height: 18px;
  1967. margin: 5px;
  1968. padding: 3px 5px 3px 25px;
  1969. text-align: right;
  1970. transition: all,0.15s;
  1971. user-select: none;
  1972. }
  1973. .BS_like:before {
  1974. content: "Curtir";
  1975. }
  1976. #rep_post .bs_inline {
  1977. list-style: none;
  1978. }
  1979. .BS_like:hover {
  1980. background-color: #daedfb;
  1981. color: #666;
  1982. }
  1983. #rep_post {white-space: nowrap;margin: 6px 4px;float: right;}
  1984. #rep_post .bs_inline {list-style: none;}
  1985. #rep_post .bs_inline > li {display: inline-block;margin: 0 3px;}
  1986. #rep_post .bs_inline > li:first-child {margin-left: 0;}
  1987. #rep_post .bs_inline img {display: none;}
  1988. #rep_post span img {cursor: pointer;}
  1989.  
  1990.  
  1991. .reput_vote.positive {background-color: #8db13e;}
  1992. .reput_vote.zero {background-color: #6a6a6a;}
  1993.  
  1994. #rep_post .reput_vote:before {
  1995. content: "Curtidas ";
  1996. }
  1997. /***********FIM CURTIR************/
  1998.  
  1999. #content-container #container {
  2000. margin-left: 0;
  2001. margin-right: 0;
  2002. }
  2003.  
  2004. #content-container #left {
  2005. display: none;
  2006. }
  2007.  
  2008. .pun table .tdtopics img:nth-child(2) {
  2009. margin-right: 3vw;
  2010. }
  2011.  
  2012. /* Warning buttons */
  2013.  
  2014. .mod_mess, .adm_mess {
  2015. margin: 5px auto;
  2016. width: 90%;
  2017. -webkit-border-radius: 4px;
  2018. -moz-border-radius: 4px;
  2019. border-radius: 4px;
  2020. }
  2021.  
  2022. .mod_mess a.postlink, .adm_mess a.postlink {
  2023. color: #FFF !important;
  2024. text-decoration: underline !important;
  2025. }
  2026.  
  2027. /* Administrator bb-Code - message block */
  2028.  
  2029. .adm_mess {
  2030. background: #e54858;
  2031. background: -moz-linear-gradient(left, #e54858 0%, #f5b57a 100%);
  2032. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e54858), color-stop(100%, #f5b57a));
  2033. background: -webkit-linear-gradient(left, #e54858 0%, #f5b57a 100%);
  2034. background: -o-linear-gradient(left, #e54858 0%, #f5b57a 100%);
  2035. background: -ms-linear-gradient(left, #e54858 0%, #f5b57a 100%);
  2036. background: linear-gradient(left, #e54858 0%, #f5b57a 100%);
  2037. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
  2038. -webkit-box-shadow: 4px 4px 0px 0px #352727;
  2039. -moz-box-shadow: 4px 4px 0px 0px #352727;
  2040. box-shadow: 4px 4px 0px 0px #352727;
  2041. }
  2042.  
  2043. /* Administrator bb-Code - title */
  2044. .adm_mess .titl {
  2045. font-size: 15px;
  2046. font-weight: bold;
  2047. padding: 5px;
  2048. border-bottom: 1px dashed #B60505;
  2049. }
  2050.  
  2051. /* Administrator BB-Code - text presentation */
  2052. .adm_mess .titl + div {
  2053. display: block;
  2054. margin-left: 10px;
  2055. padding: 25px 5px 25px 80px;
  2056. background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome-10.png) no-repeat left center;
  2057. }
  2058.  
  2059. /* Moderator BB-Code - message block */
  2060.  
  2061. .mod_mess {
  2062. background: #5c93f5;
  2063. background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
  2064. background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
  2065. background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
  2066. background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
  2067. background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
  2068. background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
  2069. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
  2070. -webkit-box-shadow: 4px 4px 0px 0px #352727;
  2071. -moz-box-shadow: 4px 4px 0px 0px #352727;
  2072. box-shadow: 4px 4px 0px 0px #352727;
  2073. }
  2074.  
  2075. /* Moderator BB-Code - title */
  2076. .mod_mess .titl {
  2077. font-size: 15px;
  2078. font-weight: bold;
  2079. padding: 5px;
  2080. border-bottom: 1px dashed #0D4DD3;
  2081. }
  2082.  
  2083. /* Moderator BB-Code - text presentation */
  2084. .mod_mess .titl + div {
  2085. display: block;
  2086. margin-left: 10px;
  2087. padding: 25px 5px 25px 80px;
  2088. background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome610.png) no-repeat left center;
  2089. }
  2090.  
  2091.  
  2092. /*Destaque do mês*/
  2093. .destaque img.avatar_d {
  2094. width: 50px;
  2095. height: 50px;
  2096. padding: 1px;
  2097. border: 1px solid #d5d5d5;
  2098. background: #fff;
  2099. -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  2100. -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  2101. box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  2102. }
  2103. .destaque h4 {font-weight: normal;}
  2104. .bs_badge {
  2105. background: #7ba60d;
  2106. display: inline-block;
  2107. height: 16px;
  2108. line-height: 16px;
  2109. padding: 0 5px;
  2110. font-size: 9px;
  2111. font-weight: bold;
  2112. text-transform: uppercase;
  2113. -moz-border-radius: 4px;
  2114. -webkit-border-radius: 4px;
  2115. border-radius: 4px;
  2116. vertical-align: middle;
  2117. margin-right: 8px;
  2118. }
  2119. .bs_badge_lightgrey {
  2120. background: #b3b3b3;
  2121. }
  2122. .bs_badge, .bs_badge a {color: #fff !important;}
  2123. .reset_cursor {
  2124. cursor: default;
  2125. }
  2126. .destaque .main-content table {
  2127. background: #F6F8FA;
  2128. border: 1px solid #DCE2EC;
  2129. width: 100%;
  2130. }
  2131.  
  2132. .fa-forum-stats-wrapper,
  2133. .fa-forum-stats-wrapper * {
  2134. box-sizing: border-box;
  2135. }
  2136.  
  2137. .fa-forum-stats-bar {
  2138. background-color: #00c7e3;
  2139. padding: 10px;
  2140. display: flex;
  2141. justify-content: space-between;
  2142. align-items: center;
  2143. border-radius: 3px;
  2144. }
  2145.  
  2146. .fa-forum-stats-bar > span::after {
  2147. text-transform: uppercase;
  2148. color: #fff;
  2149. font-size: 15px;
  2150. margin-left: 6px;
  2151. font-family: "Trebuchet MS", "Arial", "Helvetica", "Segoe UI", sans-serif;
  2152. }
  2153.  
  2154. .fa-forum-stats-bar > .total-posts::after {
  2155. content: "Mensagens Postadas";
  2156. }
  2157.  
  2158. .fa-forum-stats-bar > .total-users::after {
  2159. content: "Usuários Registrados";
  2160. }
  2161.  
  2162. .fa-forum-stats-bar > .newest-user::after {
  2163. content: "Membro mais novo";
  2164. }
  2165.  
  2166. .fa-forum-stats-bar > span > span {
  2167. font-size: 0;
  2168. }
  2169.  
  2170. .fa-forum-stats-bar > span > span > strong,
  2171. .fa-forum-stats-bar > span > span > a {
  2172. font-size: 13px;
  2173. background-color: #fff;
  2174. padding: 7px 16px;
  2175. display: inline-block;
  2176. border-radius: 3px;
  2177. }
  2178.  
  2179. .fa-status-content {
  2180. padding: 15px;
  2181. border: solid 1px #ddd;
  2182. border-left: solid 3px #00c7e3;
  2183. border-radius: 3px;
  2184. margin-top: 10px;
  2185. line-height: 25px;
  2186. box-shadow: inset 0 0 1px rgba(0, 199, 227, 0.53);
  2187. }
  2188.  
  2189. .fa-status-legend {
  2190. border: solid 1px #ddd;
  2191. margin-top: 10px;
  2192. padding: 0;
  2193. border-radius: 3px;
  2194. overflow: hidden;
  2195. }
  2196.  
  2197. .fa-status-legend > header {
  2198. background-color: #00c7e3;
  2199. padding: 10px;
  2200. font-size: 14px;
  2201. color: #fff;
  2202. }
  2203.  
  2204. .fa-status-legend > main {
  2205. padding: 15px 10px;
  2206. }
  2207.  
  2208. .post .postbody > .user {
  2209. border: solid 1px #ddd;
  2210. border-radius: 3px;
  2211. }
  2212.  
  2213. .post .postbody > .user > div > .user-basic-info {
  2214. border-bottom: solid 1px #ddd;
  2215. padding-bottom: 10px;
  2216. }
  2217.  
  2218. .post .postbody > .user > div > .user-basic-info > a > img {
  2219. border: none;
  2220. border-radius: 0px;
  2221. box-shadow: none;
  2222. width: auto;
  2223. height: auto;
  2224. max-width: 80%;
  2225. max-height: 80%;
  2226. margin-top: 10px;
  2227. }
  2228.  
  2229. form[action="/privmsg?folder=inbox"] + .main .user,
  2230. form[action="/privmsg?folder=inbox"] .user {
  2231. float: left !important;
  2232. }
  2233.  
  2234. form[action="/privmsg?folder=inbox"] + .main .posthead,
  2235. form[action="/privmsg?folder=inbox"] .posthead {
  2236. float: right !important;
  2237. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement