Advertisement
Hardrockdesign

Precious CSS

Apr 4th, 2015
1,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.90 KB | None | 0 0
  1. #SSlider {
  2. width: 220px;
  3. height:300px;
  4. margin-left: 2px;
  5. }
  6.  
  7. #botones {
  8. text-align:center; /*CSS base*/
  9. }
  10. #botones div {
  11. display: inline-block;/*CSS base*/
  12. }
  13. .Sb.selected {
  14. background-color: white; /*CSS base*/
  15. border: 2px solid #ad090a;
  16. }
  17. .Sb {
  18. background: none repeat scroll 0 0 #ffffff;/*CSS base*/
  19. border: 2px solid #7a8d74;/*CSS base*/
  20. width: 40px;
  21. border-radius: 50% 50% 50% 50%;/*CSS base*/
  22. margin-top: 10px;
  23. padding: 3px;/*CSS base*/
  24. color: #000;
  25. text-transform: uppercase;
  26. font-family: Trebuchet MS;
  27. font-size: 9px;
  28. }
  29.  
  30.  
  31. #SCont {
  32. margin-top: 5px;
  33. }
  34. #SCont > div {
  35. background: #daefeb;
  36. width: 206px;
  37. height: 250px;
  38. }
  39. .Sc{
  40. height: 400px;
  41. margin-top: 10px;
  42. }
  43. #phpbb {
  44. margin-left: 270px;
  45. }
  46. #logo-desc {
  47. margin-top: -4px;
  48. }
  49. #hermano img {
  50. width: 100px;
  51. height: 30px;
  52. border: 1px solid #7a8d74;
  53. }
  54. #elite img {
  55. width: 35px;
  56. height: 35px;
  57. border: 1px solid #7a8d74;
  58. border-left: 2px solid #7a8d74;
  59. border-right: 2px solid #7a8d74;
  60. margin-right: 1px;
  61. margin-left: 1px;
  62. }
  63. .staff {
  64. opacity: 0;
  65. width: 80px;
  66. height: 60px;
  67. padding: 5px;
  68. background-color: white;
  69. -moz-transition-duration: 0.9s;
  70. -webkit-transition-duration: 0.9s;
  71. -o-transition-duration: 0.9s;
  72. }
  73. .staff:hover {
  74. opacity: 1;
  75. width: 70px;
  76. height: 50px;
  77. padding: 5px;
  78. background-color: white;
  79. -moz-transition-duration: 0.9s;
  80. -webkit-transition-duration: 0.9s;
  81. -o-transition-duration: 0.9s;
  82. }
  83. .postbody {
  84. background: transparent;
  85. border: 5px solid #6bb594;
  86. outline: 1px dotted #000;
  87. clear: both;
  88. float: left;
  89. line-height: 90%;
  90. padding-top: 10px;
  91. padding-bottom: 20px;
  92. padding-left: 20px;
  93. padding-right: 20px;
  94. text-align: justify;
  95. font-size: 10px;
  96. width: 580px;
  97. }
  98. .postbody .topic-title {
  99. background: #6bb594;
  100. display: inline-block;
  101. font-size: 11px;
  102. font-style: none;
  103. font-weight: 700;
  104. left: -20px;
  105. position: relative;
  106. text-align: center;
  107. text-transform: uppercase;
  108. width: 620px;
  109. }
  110. .postbody p.author {
  111. background: #990616;
  112. color: #fffaf7;
  113. font-family: arial;
  114. font-size: 11px;
  115. font-weight: 700;
  116. margin-left: -20px;
  117. text-align: center;
  118. text-transform: uppercase;
  119. width: 620px;
  120. padding-top: 5px;
  121. }
  122. .postbody ul.profile-icons {
  123. position:relative;
  124. top: -5px;
  125. }
  126. #message-box textarea {
  127. color: #000000;
  128. }
  129. #page-body ul.linklist {
  130. background-color: #acc1b8;
  131. border: 1px dotted #000;
  132. font-size: 10px;
  133. font-style: normal;
  134. font-family: arial;
  135. font-variant: normal;
  136. font-weight: 700;
  137. letter-spacing: -1px;
  138. margin: 0 auto 20px 9px;
  139. padding: 5px;
  140. position: relative;
  141. text-transform: uppercase;
  142. top: 5px;
  143. width: 880px;
  144. }
  145. .search-box {
  146. position: relative;
  147. right: -250px;
  148. bottom: -17px;
  149. }
  150. a.nav {
  151. background-color: #acc1b8;
  152. border: 1px dotted #000;
  153. font-size: 10px;
  154. font-style: normal;
  155. font-family: arial;
  156. font-variant: normal;
  157. font-weight: 700;
  158. letter-spacing: -1px;
  159. padding: 5px;
  160. position: relative;
  161. text-transform: uppercase;
  162. }
  163. div.post-icon {
  164. position: relative;
  165. top: -10px;
  166. }
  167. /*Quitar el Buscar*/
  168. #search-box {visibility:hidden}
  169. #cp-main .panel.sig {
  170. background-color: transparent;
  171. }
  172. .inputbox {
  173. border: transparent;
  174. }
  175. input {
  176. color:#000000;}
  177.  
  178. div.sceditor-dropdown input{
  179. color: black !important;
  180. }
  181. .button, .button1, .button2, input.button, input.button1, input.button2, button.bbcode, #submit_button, #profile-advanced-button, #login_popup_buttons, #login_popup_buttons input, .liteoption {
  182. background:#acc1b8;
  183. border: transparent;
  184. color: #000000;
  185. display: inline-block;
  186. outline: medium none;
  187. padding:5px;
  188. text-transform:uppercase;
  189. font-size:11px;
  190. font-weight: 700;
  191. }
  192.  
  193. .button:hover, .button1:hover, .button2:hover, input.button:hover, input.button1:hover, input.button2:hover, button.bbcode:hover, #submit_button:hover, #profile-advanced-button:hover, #login_popup_buttons:hover, #login_popup_buttons input:hover, .liteoption:hover {
  194. background: #acc1b8;
  195. border: transparent;
  196. color: #000000;
  197. display: inline-block;
  198. outline: medium none;
  199. padding:5px;
  200. text-transform:uppercase;
  201. font-size:11px;
  202. font-weight: 700;
  203. }
  204. /*perfil*/
  205. .postprofile dt img {
  206. max-width:180px;
  207. max-height:300px;
  208. position:relative;
  209. margin-top: 20px;
  210. left: 12px;
  211. border: 5px solid #7a8d74;
  212. }
  213.  
  214. .postprofile {
  215. display: block;
  216. text-align: left;
  217. width: 230px;
  218. background: #6bb594;
  219. border-bottom: 15px solid #7a8d74;
  220. border-left: none;
  221. position:relative;
  222. right: 10px;
  223. color: #fff;
  224. }
  225.  
  226. .postprofile dd {
  227. text-align: left;
  228. margin-top: 4px;
  229. color: #000000;
  230. text-transform: uppercase;
  231. }
  232. .postprofile dt strong {
  233. align: center;
  234. background-color: #7a8d74;
  235. display: block;
  236. font-family: Calibri;
  237. font-size: 10px;
  238. left: 0;
  239. letter-spacing: 1px;
  240. max-height: 15px;
  241. max-width: 230px;
  242. min-height: 15px;
  243. min-width: 230px;
  244. padding-bottom: 0;
  245. padding-top: 4px;
  246. position: absolute;
  247. text-align: center;
  248. text-transform: uppercase;
  249. top: 0;
  250. z-index: 802;
  251. }
  252. #comments_scroll_container {
  253. height: 170px;
  254. padding: 8px;
  255. border: 1px dotted #7a8d74;
  256. width: 185px;
  257. text-align: center;
  258. background:#acc1b8;
  259. color: #000000;
  260. font-weight: 700;
  261. text-transform: uppercase;
  262. line-height: 100%;
  263. }
  264. /*Modelo de conexión*/
  265. .sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode, div.sceditor-toolbar {
  266. border-color: transparent !important;
  267. }
  268. fieldset.fields1 {
  269. display: block;
  270. }
  271.  
  272. /*Scrollbar del foro*/
  273.  
  274. body {
  275. position: absolute;
  276. top: 0;
  277. left: 0;
  278. bottom: 0;
  279. padding: 2px;
  280. right: 1px;
  281. overflow-y: auto;
  282. overflow-x: auto;
  283. }
  284.  
  285.  
  286. ::-webkit-scrollbar {
  287. width: 8px;
  288. height: 10px;
  289. }
  290.  
  291. ::-webkit-scrollbar-track-piece {
  292. background-color: #acc1b8;
  293. }
  294.  
  295. ::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
  296. height: 30px;
  297. display: none;
  298. background-color: #171216;
  299. }
  300.  
  301. ::-webkit-scrollbar-thumb:vertical {
  302. height: 90px;
  303. background-color: #7a8d74;
  304. border: none;
  305. }
  306.  
  307. ::-webkit-scrollbar-thumb:horizontal {
  308. width: 2px;
  309. background-color: #7a8d74;
  310. border: none;
  311. }
  312. p.right.rightside + p {
  313. display:none;
  314. }
  315. p.rightside {
  316. display: none;
  317. }
  318. p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
  319. display: block;
  320. }
  321. /*Navegación del banner*/
  322.  
  323. ul.navlinks {
  324. background: #6bb594;
  325. text-transform: uppercase;
  326. position: relative;
  327. height: 28px;
  328. width: 100%;
  329. left: 0px;
  330. top: -18px;
  331. padding-top: 10px;
  332. text-align: center;
  333. border: 1px dotted #ebf5da;
  334. }
  335.  
  336. ul.linklist li {
  337. font-size: 1.1em;
  338. line-height: 2.2em;
  339. list-style-type: none;
  340. padding-left: 10px;
  341. }
  342.  
  343. a.mainmenu {
  344. font-family: 'Economica';
  345. font-size: 14px;
  346. font-weight: lighter;
  347. letter-spacing: 1px;
  348. line-height: 0.6em;
  349. margin-top: 0px;
  350. right: 0px;
  351. text-align: center;
  352. text-transform: uppercase;
  353. background-color: #6bb594;
  354. color: #2d3129;
  355. -webkit-transition: 0.8s ease-in-out;
  356. -moz-transition: 0.8s ease-in-out;
  357. -o-transition: 0.8s ease-in-out;
  358. -ms-transition: 0.8s ease-in-out;
  359. transition: 0.8s ease-in-out;
  360. }
  361. .mainmenu[href="/memberlist"] {
  362. margin-left: -40px;
  363. }
  364. a.mainmenu:hover {
  365. color: #2d3129;
  366. border-top: 2px solid #2d3129;
  367. border-bottom: 2px solid #2d3129;
  368. padding-bottom: 4px;
  369. padding-top: 4px;
  370. -webkit-transition: 0.8s ease-in-out;
  371. -moz-transition: 0.8s ease-in-out;
  372. -o-transition: 0.8s ease-in-out;
  373. -ms-transition: 0.8s ease-in-out;
  374. transition: 0.8s ease-in-out;
  375. }
  376.  
  377. /*Quitar links del footer*/
  378.  
  379. #page-footer div.navbar {
  380. font-family: small fonts;
  381. font-size: 0px;
  382. }
  383.  
  384. #content-container div#left {
  385. background:#daefeb;
  386. padding:10px;
  387. position: fixed;
  388. top: 0px;
  389. margin-left: -270px;
  390. max-height: 500px;
  391. min-height: 500px;
  392. border: 5px solid #7a8d74;
  393. }
  394.  
  395.  
  396. .module span.corners-bottom,.module span.corners-top{margin:0 -10px}.module h3{border-bottom:1px solid #;color:#;margin:.5em 0;text-align:center}* html .module h3{height:1%}*+ html
  397. .module span.corners-top{margin:0 -10px}.module h3{border-bottom:1px solid #;color:#;margin:.5em 0;text-align:center}
  398. .h3 {
  399. width: 100%;
  400. text-align:center;
  401. color: #000000;
  402. }
  403. p em {
  404. background: #acc1b8;
  405. border-radius: 15px 15px 15px 15px;
  406. display: block;
  407. padding: 5px;
  408. width: 400px;
  409. line-height: 120%;
  410. }
  411. .img-whois {
  412. width: 250px;
  413. height: 250px;
  414. border-radius: 250px;
  415. border: 10px solid #6bb594;
  416. border-top: 15px solid #6bb594;
  417. border-bottom: 15px solid #6bb594;
  418. position: relative;
  419. left: 100px;
  420. }
  421. #i_whosonline + p {
  422. height: 150px;
  423. width: 420px;
  424. overflow: auto;
  425. border: 10px solid #6bb594;
  426. position: relative;
  427. left: 60px;
  428. top: 45px;
  429. padding: 10px;
  430. border-left: transparent;
  431. padding-left: 40px;
  432. }
  433. .module .h3 {
  434. visibility:hidden;
  435. display: none;
  436. }
  437.  
  438. /*FONDO CATEGORIAS*/
  439. li.header {
  440. text-align: center;
  441. background: #6bb594;
  442. color: #ffffff;
  443. padding: 15px;
  444. border: solid 2px #acc1b8;
  445. font-size: 0px;
  446. outline: 1px dotted #000;
  447. }
  448. ul.topiclist.topics.bg_none {
  449. border-bottom: 20px solid #6bb594;
  450. }
  451. .forumbg li.row {
  452. border-bottom: dotted 1px #000;
  453. }
  454. /*Code, Spoiler y Quote*/
  455. dl.codebox {
  456. background-color: #6bb594;
  457. border-left: 20px solid #7a8d74;
  458. border-top:none;
  459. border-right: none;
  460. border-bottom: none;
  461. padding:5px;
  462. }
  463. .spoiler_content.hidden {
  464. color: #fff;
  465. }
  466. dl.codebox dt {
  467. display:block;
  468. font-size:0.8em;
  469. font-weight:700;
  470. color:#ffffff;
  471. text-align: center;
  472. margin-bottom:3px;
  473. text-transform:uppercase;
  474. font-family:,Arial,Helvetica,sans-serif;
  475. border-bottom:none;
  476. }
  477.  
  478. dl.codebox code {
  479. color:#ffffff;
  480. font-family:,Arial,Helvetica,sans-serif;
  481. text-shadow:1px 1px 1px 141414;
  482. font-size:11px;
  483. border-bottom:none;
  484. }
  485.  
  486.  
  487. blockquote {
  488. background-color: #6bb594;
  489. border-left: 20px solid #7a8d74;
  490. border-top:none;
  491. border-right: none;
  492. border-bottom: none;
  493. padding:5px;
  494. }
  495.  
  496. blockquote blockquote {
  497. background-color: #6bb594;
  498. border-left: 20px solid #7a8d74;
  499. border-top:none;
  500. border-right: none;
  501. border-bottom: none;
  502. padding: 5px;
  503. }
  504.  
  505. .content blockquote {
  506. color:#ffffff;
  507. font-family:,Arial,Helvetica,sans-serif;
  508. text-shadow:1px 1px 1px 141414;
  509. font-size:11px;
  510. border-bottom: none;
  511. }
  512.  
  513.  
  514.  
  515. /*CABECERA DE LA CATEGORIA*/
  516. .forabg li.header dd.dterm {
  517. width: 80%;
  518. text-align: center;
  519. color: #ffffff;
  520. line-height: 60%;
  521. font-size: 50px;
  522. font-family: dorsa;
  523. text-transform: lowercase;
  524. letter-spacing: -6px;
  525. text-shadow: 1px 1px 0px #000;
  526. color: #ffffff;
  527. font-style: italic;
  528. }
  529. .forabg li.row dd.dterm {
  530. width: 500px;
  531. }
  532. .picsub {
  533. opacity: 0;
  534. padding-top: 7px;
  535. width: 140px;
  536. height: 133px;
  537. background-color: white;
  538. -moz-transition-duration: 0.9s;
  539. -webkit-transition-duration: 0.9s;
  540. -o-transition-duration: 0.9s;
  541. }
  542. .picsub:hover {
  543. opacity: 1;
  544. width: 140px;
  545. height: 133px;
  546. background-color: white;
  547. -moz-transition-duration: 0.9s;
  548. -webkit-transition-duration: 0.9s;
  549. -o-transition-duration: 0.9s;
  550. }
  551. .basesub {
  552. background: transparent;
  553. width: 490px;
  554. height: 150px;
  555. padding-top: 5px;
  556. margin-top: -36px;
  557. margin-left: 25px;
  558. }
  559. .textosub {
  560. width: 300px;
  561. height: 90px;
  562. padding: 10px;
  563. overflow: auto;
  564. text-align: justify;
  565. font-size: 11px;
  566. line-height: 100%;
  567. margin-top: -30px;
  568. }
  569. .menusub a {
  570. background-color: #acc1b8;
  571. display: block;
  572. color: #ffffff;
  573. font-family: Calibri;
  574. font-size: 10px;
  575. font-style: normal;
  576. margin-bottom: 1px;
  577. padding-bottom:1px;
  578. padding-top:1px;
  579. float: center;
  580. text-align: center;
  581. text-transform: uppercase;
  582. font-weight: 700;
  583. width: 130px;
  584. margin-left: 5px;
  585. }
  586. .menusub a:hover {
  587. background-color: #acc1b8;
  588. position: center;
  589. text-align: center;
  590. color: #ffffff;
  591. }
  592. .menusub a:active, .menusub a:link, .menusub a:visited {
  593. -webkit-transition-duration: 2s;
  594. -moz-transition-duration: 2s;
  595. -o-transition-duration: 2s;
  596. transition-duration: 2s;
  597. }
  598. .forabg li.row dd.topics::after {
  599. content: "topics";
  600. font-family: arial;
  601. font-size: 10px;
  602. letter-spacing: 0px;
  603. text-transform: uppercase;
  604. line-height: 100%;
  605. font-weight: 700;
  606. }
  607. .forabg li.row dd.topics {
  608. -webkit-transform: rotate(-90deg);
  609. -moz-transform: rotate(-90deg);
  610. transform: rotate(-90deg);
  611. width: 140px;
  612. background: #acc1b8;
  613. margin-top: 60px;
  614. font-family: arial;
  615. position:relative;
  616. left: 15px;
  617. }
  618. .forabg li.row dd.posts {
  619. -webkit-transform: rotate(-90deg);
  620. -moz-transform: rotate(-90deg);
  621. transform: rotate(-90deg);
  622. width: 140px;
  623. background: #6bb594;
  624. margin-top: 60px;
  625. color: #daefeb;
  626. position: relative;
  627. left: -90px;
  628. font-family:arial;
  629. }
  630. .forabg li.row dd.posts::after {
  631. content: "posts";
  632. font-family: arial;
  633. font-size: 10px;
  634. letter-spacing: 0px;
  635. text-transform: uppercase;
  636. line-height: 100%;
  637. font-weight: 700;
  638. color: #daefeb;
  639. }
  640. .forabg li.row dd.lastpost {
  641. width: 180px;
  642. background: #acc1b8;
  643. height: 92px;
  644. padding-top: 45px;
  645. text-align: center;
  646. font-size: 10px;
  647. font-family: Arial;
  648. text-transform: uppercase;
  649. position: relative;
  650. font-weight: 700;
  651. left: 142px;
  652. margin-top: -86px;
  653. letter-spacing: 0px;
  654. }
  655. dd.lastpost span.color-groups {
  656. float: center;
  657. text-align: center;
  658. }
  659. .forabg li.header dd.topics {
  660. display:none;
  661. }
  662. .forabg li.header dd.posts {
  663. display:none;
  664. }
  665.  
  666. .forabg li.header dd.lastpost {
  667. display:none;
  668. }
  669. .forabg ul.topiclist.forums li.row dd.dterm {
  670. height: 140px;
  671. }
  672. /*TITULO CATEGORIAS*/
  673. .table-title h2 {
  674. text-align: center;
  675. color: #ffffff;
  676. line-height: 100%;
  677. font-size: 40px;
  678. font-family: playfair display;
  679. text-transform: lowercase;
  680. letter-spacing: -2px;
  681. font-style: italic;
  682. }
  683. h1.page-title {
  684. text-align: center;
  685. color: #ffffff;
  686. line-height: 100%;
  687. font-size: 35px;
  688. font-family: playfair display;
  689. text-transform: lowercase;
  690. letter-spacing: -2px;
  691. font-style: italic;
  692. width: 100%;
  693. margin-bottom: 30px;
  694. }
  695. h1.page-title a {
  696. color: #7a8d74;
  697. }
  698.  
  699. .forabg li.header dd.dterm {
  700. text-align: center;
  701. width: 100%;
  702. }
  703.  
  704. /*TITULOS DE LOS FOROS*/
  705. a.forumtitle {
  706. text-align: center;
  707. display: block;
  708. font-size: 10px;
  709. font-family: trebuchet ms;
  710. text-transform: uppercase;
  711. letter-spacing: 1px;
  712. color: fff;
  713. width: 310px;
  714. background: #6bb594;
  715. position: relative;
  716. left: 190px;
  717. top: 115px;
  718. border: 1px dotted #000;
  719. }
  720.  
  721. .headerbar{
  722. margin-left: -25px;
  723. margin-right: -25px;
  724. }
  725.  
  726. #wrap {
  727. margin-top: -10px;
  728. margin-bottom: -10px;
  729. -moz-border-radius: 0px;
  730. border-radius: 0px;
  731. border-right : 40px solid #7a8d74;
  732. border-left: 10px solid #7a8d74;
  733. max-width: 910px;
  734. min-width: 910px;
  735. background-color: #daefeb;
  736. }
  737.  
  738. p em b a.gensmall {
  739. text-shadow: 1px 1px 1px #000000;
  740. font-family: trebuchet ms;
  741. font-size: 9px;
  742. text-align: center;
  743. text-transform: uppercase;
  744. }
  745. #i_whosonline + p a span strong {
  746. text-shadow: 1px 1px 1px #000000;
  747. font-size: 12px;
  748. letter-spacing: 1px;
  749. text-transform:uppercase;
  750. font-weight: bold;
  751. }
  752. p em {
  753. font-style: normal;
  754. color: transparent;
  755. }
  756.  
  757. .mainmenu[href="/faq"],.mainmenu[href="/calendar"],.mainmenu[href="/search"] {
  758. display: none;
  759. color: transparent; font-size: 0px;
  760. }
  761. a[href="/viewonline"] {
  762. display:none;
  763. }
  764. a[href="/statistics"] {
  765. display:none;
  766. }
  767. @font-face {
  768. font-family: 'Dorsa', sans-serif;
  769. font-style: normal;
  770. font-weight: 400;
  771. src: local('Dorsa'), local('Dorsa-Regular'), url(http://themes.googleusercontent.com/static/fonts/dorsa/v4/2nGoyekyJwdQo01pNwjk8w.woff) format('woff');
  772. }
  773.  
  774.  
  775. @font-face {
  776. font-family: 'Economica';
  777. font-style: normal;
  778. font-weight: 400;
  779. src: local('Economica'), local('Economica-Regular'), url(http://themes.googleusercontent.com/static/fonts/economica/v1/jObgDQiPUtmACAaaK3pMGz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  780. }
  781.  
  782. @font-face {
  783. font-family: 'Oswald';
  784. font-style: normal;
  785. font-weight: 400;
  786. src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
  787. }
  788.  
  789.  
  790. @font-face {
  791. font-family: 'Playfair Display';
  792. font-style: normal;
  793. font-weight: 400;
  794. src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(http://fonts.gstatic.com/s/playfairdisplay/v9/2NBgzUtEeyB-Xtpr9bm1Cdhy5e3cTyNKTHXrP9DO-Rc.woff2) format('woff2'), url(http://fonts.gstatic.com/s/playfairdisplay/v9/2NBgzUtEeyB-Xtpr9bm1CZa6Tn9fxpDPuRSK4Gn5Ybw.woff) format('woff');
  795. }
  796. @font-face {
  797. font-family: 'Playfair Display';
  798. font-style: italic;
  799. font-weight: 400;
  800. src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(http://fonts.gstatic.com/s/playfairdisplay/v9/9MkijrV-dEJ0-_NWV7E6NwXiAI3F8adTt8b-_w2WoPM.woff2) format('woff2'), url(http://fonts.gstatic.com/s/playfairdisplay/v9/9MkijrV-dEJ0-_NWV7E6N3aqFElqJjV-H5EUExnZgmU.woff) format('woff');
  801. }
  802.  
  803. * div.postprofile dl dd{
  804. display: none;
  805. }
  806. * div.postprofile dl dt{
  807. padding-bottom: 40px;
  808. padding-top: 35px;
  809. }
  810. * div.postprofile dl:hover dd{
  811. display: block;
  812. }
  813. * div.postprofile dl:hover dt{
  814. padding-bottom: 0px;
  815. background: none;
  816. }
  817.  
  818. p.page-bottom{
  819. margin-right:5px !important;
  820. margin-top:5px !important;
  821. background:transparent;
  822. border-radius:5px;
  823. padding:5px;
  824. float:left;
  825. position: relative;
  826. left: 120px;
  827. }
  828.  
  829. .chatbox-title, .chatbox-title a.chat-title {
  830. font-family: Calibri;
  831. font-weight: 700;
  832. font-size: 12px;
  833. text-transform: uppercase;
  834. color: #DEDDD0;
  835. margin-top: 5px;
  836. margin-left: 5px;
  837. }
  838. .chatbox-options li, .chatbox-options li a, .chatbox-options li label {
  839. font-family: calibri;
  840. font-size: 12px;
  841. text-transform: uppercase;
  842. font-weight: 700;
  843. color: #DEDDD0;
  844. }
  845. #chatbox_header{background-color: #281312;}
  846. #chatbox_footer{background-color: #281312;}
  847. .chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
  848. font-size:12px;
  849. }
  850. #chatbox_footer label {
  851. font-family: calibri;
  852. font-size: 12px;
  853. font-weight: 700;
  854. text-transform: uppercase;
  855. color: #DEDDD0;
  856. }
  857. #chatbox_members{
  858. font-size: 13px;
  859. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement