Advertisement
Hardrockdesign

OUAT CSS

Aug 27th, 2015
2,824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.85 KB | None | 0 0
  1. body {
  2. background-image: url(http://s7.postimage.org/83ncrwdmz/Fondo4.jpg);
  3. background-repeat: repeat-y;
  4. background-attachment: fixed;
  5. background-position: center top;
  6. }
  7.  
  8. .chatbox-title, .chatbox-title a.chat-title {display: inline-block; padding-top: 5px; padding-left: 5px;}
  9.  
  10. #chatbox_header a {color: #eee; text-transform: uppercase; font-family: economica; font-size: 10px;}
  11. #chatbox_header{background-color: #2d2049;}
  12. #chatbox_footer{background-color: #2d2049;}
  13.  
  14. #chatbox_footer label {color: #eee; text-transform: uppercase; font-family: economica; font-size: 10px;}
  15.  
  16. ul.topiclist.bg_none {
  17. border: 7px outset #2d2049;
  18. }
  19.  
  20. li.header {font-size: 0px;}
  21.  
  22. .texto-sb::-webkit-scrollbar {background-color: #000; height:5px; width:5px}
  23. .texto-sb::-webkit-scrollbar-thumb {background-color: #52635d;}
  24.  
  25. .texto-sb2::-webkit-scrollbar {background-color: #000; height:5px; width:5px}
  26. .texto-sb2::-webkit-scrollbar-thumb {background-color: #52635d;}
  27.  
  28. .link-sb2 {
  29. position: absolute;
  30. width: 370px;
  31. right: 10px;
  32. top: 10px;
  33. line-height: 100%;
  34. }
  35.  
  36. .link-sb2 a {
  37. background: #2d2049;
  38. color: #eee;
  39. display: inline-block;
  40. font-family: economica;
  41. margin: 1px;
  42. font-size: 9px;
  43. letter-spacing: 1px;
  44. line-height: 100%;
  45. padding-bottom: 2px;
  46. padding-top: 2px;
  47. text-align: center;
  48. text-transform: uppercase;
  49. width: 120px;
  50. }
  51.  
  52. .link-sb {
  53. position: absolute;
  54. width: 184px;
  55. right: 10px;
  56. top: 10px;
  57. line-height: 100%;
  58. }
  59.  
  60. .link-sb a {
  61. background: #2d2049;
  62. color: #eee;
  63. display: inline-block;
  64. font-family: economica;
  65. margin: 1px;
  66. font-size: 9px;
  67. letter-spacing: 1px;
  68. line-height: 100%;
  69. padding-bottom: 2px;
  70. padding-top: 2px;
  71. text-align: center;
  72. text-transform: uppercase;
  73. width: 90px;
  74. }
  75.  
  76. .desc-sb:hover {
  77. transition: 1s;
  78. opacity: 1;
  79. }
  80.  
  81. .texto-sb2 {
  82. top: 10px;
  83. position: absolute;
  84. left: 10px;
  85. padding: 5px;
  86. font-size: 10px;
  87. width: 180px;
  88. height: 50px;
  89. text-align: justify;
  90. line-height: 110%;
  91. overflow-y: auto;
  92. overflow-x: hidden;
  93. color: #000;
  94. background:rgba(238, 238, 238, 0.7);
  95. }
  96.  
  97. .texto-sb {
  98. top: 10px;
  99. position: absolute;
  100. left: 10px;
  101. padding: 5px;
  102. font-size: 10px;
  103. width: 370px;
  104. height: 50px;
  105. text-align: justify;
  106. line-height: 110%;
  107. overflow-y: auto;
  108. overflow-x: hidden;
  109. color: #000;
  110. background:rgba(238, 238, 238, 0.7);
  111. }
  112.  
  113. .desc-sb {
  114. position: relative;
  115. opacity: 0;
  116. transition: 1s;
  117. width: 400px;
  118. height: 80px;
  119. }
  120.  
  121. p.right.rightside + p {
  122. display:none;
  123. }
  124. p.rightside {
  125. display: none;
  126. }
  127. p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
  128. display: block;
  129. }
  130.  
  131. #profile-advanced-layout {position: relative;}
  132.  
  133. #profile-advanced-layout #tabs #new-message-link {
  134. position: absolute;
  135. top: 40px;
  136. }
  137.  
  138. #profile-advanced-layout #tabs:hover a span {color: #eee;}
  139.  
  140. #profile-advanced-right .module .h3 {
  141. background: #000;
  142. padding-bottom: 5px;
  143. font-family: economica;
  144. font-weight: normal;
  145. padding-top: 5px;
  146. color: #eee;
  147. text-align: center;
  148. font-size: 11px;
  149. }
  150.  
  151. #profile-advanced-right .module {
  152. width: 200px; padding: 10px;
  153. position: relative;
  154. top: -38px;
  155. right: -40px;
  156. }
  157.  
  158. #cp-main h1 {
  159. text-align: center;
  160. font-family: satisfy;
  161. color: #eee;
  162. font-size: 20px;
  163. }
  164.  
  165. #cp-main h1 a {color: #eee; font-weight: normal;}
  166.  
  167. #profile-advanced-details .stats-field {color: #eee; text-transform: uppercase;
  168. font-weight: bold; font-family: economica; font-size: 11px;}
  169.  
  170. #profile-advanced-details .stats-field a {color: #52635d;}
  171.  
  172. #profile-tab-field-profil dl dt {width: 45%; margin-right: 30px; text-align: right;}
  173.  
  174. #profile-tab-field-profil dl {
  175. color: #eee;
  176. text-transform: uppercase;
  177. font-weight: bold;
  178. font-family: economica;
  179. font-size: 11px;
  180. padding-top: 4px;
  181. padding-bottom: 4px;
  182. }
  183.  
  184. #profile-advanced-left #cp-main {
  185. display: block;
  186. width: 592px;
  187. border: 7px outset #2d2049;
  188. margin-top: -4px;
  189. margin-left: -3px;
  190. }
  191.  
  192. #tabs a span {color: #eee;}
  193.  
  194. #tabs .activetab a span {color: #eee;}
  195.  
  196. #profile-advanced-layout #tabs .activetab a {
  197. border: 1px solid #2d2049;
  198. background: #2d2049;
  199. display: inline-block;
  200. }
  201.  
  202. #profile-tab-field-profil div.separator {border-bottom: 0px; padding-top: 0px;}
  203.  
  204. #profile-advanced-layout #tabs a {
  205. background: #000;
  206. width: 115px;
  207. display: inline-block;
  208. text-align: center;
  209. text-transform: uppercase;
  210. font-family: economica;
  211. }
  212.  
  213. div#new-message {
  214. margin-right: 0px;
  215. }
  216.  
  217. #profile-advanced-layout #tabs { text-align: center; }
  218.  
  219. .button, .button1, .button2, input.button, input.button1, input.button2, button.bbcode, #submit_button, #profile-advanced-button, #login_popup_buttons, #login_popup_buttons input, .liteoption {
  220. background: #2d2049;
  221. border: transparent;
  222. color: #eee;
  223. font-family: economica;
  224. text-transform: uppercase;
  225. letter-spacing: 1px;
  226. font-style: normal;
  227. display: inline-block;
  228. outline: medium none;
  229. padding:4px;
  230. line-height: 100%;
  231. font-size:10px;
  232. border-radius: 0px;
  233. }
  234.  
  235. .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 {
  236. background: #2d2049;
  237. border: transparent;
  238. color: #eee;
  239. font-family: economica;
  240. text-transform: uppercase;
  241. letter-spacing: 1px;
  242. font-style: normal;
  243. display: inline-block;
  244. outline: medium none;
  245. padding:4px;
  246. line-height: 100%;
  247. font-size:10px;
  248. border-radius: 0px;
  249. }
  250.  
  251. dl.spoiler {
  252. font-size: 1em;
  253. padding: 3px;
  254. border-top: 0px;
  255. border-bottom: 0px;
  256. color: #6b6b6b;
  257. letter-spacing:1px;
  258. }
  259.  
  260. blockquote {
  261. border-top: transparent;
  262. border-left: 10px solid #2d2049;
  263. border-bottom: 0px;
  264. padding-left: 10px;
  265. color: #ababab;
  266. background: transparent;
  267. font-size: 12px;
  268. -moz-border-radius: 0px;!important;
  269. border-radius: 0px;!important;
  270. font-family: calibri; !important;
  271. line-height:100%;
  272. font-style: none !important;
  273. letter-spacing:1px;
  274. width: 500px;
  275. border-right: transparent;
  276. }
  277.  
  278. dl.codebox {
  279. border: transparent;
  280. font-size: 12px;
  281. padding: 0px;
  282. background: transparent;
  283. padding: 5px;
  284. border: 1px solid #2d2049;
  285. color: #ababab;
  286. font-family: calibri;
  287. }
  288.  
  289. .content blockquote {
  290. font-size: 12px;
  291. font-family: calibri;
  292. }
  293. .spoiler_content.hidden {
  294. font-size: 12px;
  295. padding: 5px;
  296. font-family: calibri;
  297. color: #ababab;
  298. }
  299. dl.codebox code {
  300. color: #ababab;
  301. display: block;
  302. letter-spacing: 1px;
  303. padding: 5px;
  304. font-family: calibri;
  305. font-size: 12px;
  306. font-style: normal;
  307. font-variant: normal;
  308. font-weight: normal;
  309. height: auto;
  310. line-height: 1.3em;
  311. margin: 2px 0;
  312. max-height: 200px;
  313. overflow: auto;
  314. padding-top: 5px;
  315. border:none;
  316. white-space: no;
  317. -moz-border-radius: 0px;
  318. }
  319.  
  320. dl.codebox dt {
  321. border:none;
  322. display: block;
  323. font-family: satisfy;
  324. color: #eee;
  325. text-transform: none;
  326. width: 100%;
  327. background: #2d2049;
  328. font-size: 15px;
  329. font-weight: 400;
  330. margin-bottom: 0px;
  331. text-align:center;
  332. }
  333.  
  334. .postbody .topic-title a {
  335. margin-top: 5px;
  336. display: block;
  337. color: #eee;
  338. font-family: satisfy;
  339. font-weight: normal;
  340. font-size: 20px;
  341. }
  342.  
  343. .postbody p.author {
  344. font-size: 10px;
  345. letter-spacing: 1px;
  346. text-transform: uppercase;
  347. font-family: economica;
  348. }
  349.  
  350. .postbody p.author img {display: none;}
  351.  
  352. .postbody p.author::before {
  353. display: inline-block;
  354. content: 'Escrito';
  355. }
  356.  
  357. .postbody .content {
  358. padding-top: 20px;
  359. }
  360.  
  361. .postbody ul.profile-icons {
  362. position: absolute;
  363. margin-bottom: 10px;
  364. top: -5px;
  365. width: 93px;
  366. right: -35px;
  367. line-height: 100%;
  368. display: block;
  369. }
  370.  
  371. .postbody ul.profile-icons img {
  372. display: block;
  373. margin-bottom: 2px;
  374. }
  375.  
  376. .field-userpic {
  377. position: absolute;
  378. top: 18px;
  379. right: 5px;
  380. }
  381.  
  382. .field-userpic img {
  383. height: 70px;
  384. width: 92px;
  385. }
  386.  
  387. .field-userpic .label {display: none;}
  388.  
  389. .field-msg {
  390. position: absolute;
  391. top: 18px;
  392. left: 5px;
  393. display: inline-block;
  394. font-size: 20px;
  395. padding: 4px;
  396. background: #52635d;
  397. line-height: 110%;
  398. font-style: normal;
  399. text-align: center;
  400. width: 50px;
  401. height: 49px;
  402. padding-top: 17px;
  403. color: #eee;
  404. }
  405.  
  406. .field-msg .label {display: none;}
  407.  
  408. .field-msg::after {
  409. content: 'posts';
  410. font-size: 9px;
  411. padding-bottom: 4px;
  412. display: block;
  413. line-height: 110%;
  414. font-family: economica;
  415. text-transform: uppercase;
  416. letter-spacing: 1px;
  417. }
  418.  
  419. .postbody {
  420. width: 640px;
  421. padding: 10px;
  422. position: relative;
  423. top: 5px;
  424. border: 7px outset #2d2049;
  425. text-align: justify;
  426. }
  427.  
  428. h1.page-title {
  429. color: #eee;
  430. font-family: Satisfy;
  431. font-size: 30px;
  432. line-height: 100%;
  433. text-align: center;
  434. text-transform: none;
  435. display: block;
  436. width: 100%;
  437. }
  438.  
  439. h1.page-title a {color: #eee;}
  440.  
  441. .topic-actions a {color: #52635d;}
  442.  
  443. .topic-actions {
  444. color: #52635d;
  445. font-family: economica;
  446. font-size: 9px;
  447. font-weight: 700;
  448. letter-spacing: 1px;
  449. padding: 5px;
  450. text-transform: uppercase;
  451. }
  452.  
  453. .info-prof {
  454. padding: 5px;
  455. padding-top: 80px;
  456. text-align: center;
  457. text-transform: uppercase;
  458. font-style: normal;
  459. font-size: 10px;
  460. font-weight: bold;
  461. font-family: calibri;
  462. }
  463.  
  464. .info-prof span.label {
  465. color: #2d2049;
  466. }
  467.  
  468. .title-prof {
  469. width: 100%;
  470. background: #000;
  471. color: #eee;
  472. letter-spacing: 1px;
  473. text-transform: uppercase;
  474. font-family: economica;
  475. padding-top: 2px;
  476. padding-bottom: 2px;
  477. display: block;
  478. font-size: 10px;
  479. text-align: center;
  480. line-height: 100%;
  481. }
  482.  
  483. .contacto-prof {
  484. padding: 3px;
  485. height: 20px;
  486. background: #2d2049;
  487. position: absolute;
  488. bottom: 0px;
  489. margin: 0px;
  490. width: 160px;
  491. }
  492.  
  493. .contacto-prof img {
  494. margin-left: 12px;
  495. }
  496.  
  497. .postprofile .contenido-prof {
  498. position:absolute;
  499. background:rgba(238, 238, 238, 0.7);
  500. color: #000;
  501. transition: 1s;
  502. overflow: hidden;
  503. opacity: 0;
  504. top: 20px;
  505. left: 20px;
  506. width: 160px;
  507. height: 310px;
  508. }
  509.  
  510. .postprofile:hover .contenido-prof {
  511. opacity: 1;
  512. transition: 1s;
  513. }
  514.  
  515. .postprofile {
  516. position: relative;
  517. overflow: hidden;
  518. width: 200px;
  519. height: 420px;
  520. }
  521.  
  522. .pie-prof {
  523. background: #2d2049;
  524. padding: 10px;
  525. width: 180px;
  526. line-height: 100%;
  527. height: 50px;
  528. }
  529.  
  530. .nombre-usuario a:hover {
  531. text-decoration: none;
  532. }
  533.  
  534. .nombre-usuario {
  535. text-align: left;
  536. padding-top: 5px;
  537. font-family: satisfy;
  538. display: block;
  539. padding-bottom: 5px;
  540. border-bottom: 1px solid #eee;
  541. font-size: 15px;
  542. line-height: 100%;
  543. }
  544.  
  545. .rango {
  546. padding-top: 5px;
  547. letter-spacing: 1px;
  548. text-transform: uppercase;
  549. text-align: right;
  550. font-weight: bold;
  551. font-size: 10px;
  552. color: #eee;
  553. font-family: economica;
  554. display: block;
  555. line-height: 100%;
  556. }
  557.  
  558. #page-footer a {
  559. font-weight: bold;
  560. font-size: 10px;
  561. color: #52635d;
  562. text-transform: uppercase;
  563. letter-spacing: 1px;
  564. font-family: economica;
  565. }
  566.  
  567. #page-footer .navbar {
  568. color: #0b100f;
  569. padding-top: 30px;
  570. }
  571.  
  572. ::-webkit-scrollbar {background-color: #000; height:8px; width:8px}
  573. ::-webkit-scrollbar-thumb {background-color: #52635d;}
  574.  
  575. .grupos {
  576. position: absolute;
  577. right: 5px;
  578. top: 5px;
  579. }
  580.  
  581. .grup {
  582. display: block;
  583. width: 130px;
  584. font-weight: bold;
  585. line-height: 100%;
  586. color: #000;
  587. padding-top: 5px;
  588. padding-bottom: 5px;
  589. font-size: 10px;
  590. letter-spacing: 1px;
  591. text-transform: uppercase;
  592. font-family: economica;
  593. text-align: center;
  594. }
  595.  
  596. .censo {
  597. display: block;
  598. margin-bottom: 5px;
  599. width: 130px;
  600. line-height: 100%;
  601. color: #eee;
  602. background: #000;
  603. padding-top: 2px;
  604. padding-bottom: 2px;
  605. font-size: 9px;
  606. letter-spacing: 1px;
  607. text-transform: uppercase;
  608. font-family: economica;
  609. text-align: center;
  610. }
  611.  
  612. ul#picture_legend {
  613. font-size: 0px;
  614. position: absolute;
  615. right: -5px;
  616. top: 230px;
  617. }
  618.  
  619. ul#picture_legend img {
  620. width: 75px;
  621. }
  622.  
  623. .img-whois {
  624. height: 292px;
  625. }
  626.  
  627. .stats1 {
  628. background: #2d2049;
  629. display: block;
  630. width: 384px;
  631. line-height: 100%;
  632. padding-top: 10px;
  633. padding-bottom: 10px;
  634. font-size: 11px;
  635. color: #eee;
  636. font-family: economica;
  637. text-align: center;
  638. letter-spacing: 1px;
  639. text-transform: uppercase;
  640. position: absolute;
  641. left: 260px;
  642. top: 194px;
  643. }
  644.  
  645. .stats2 {
  646. background: #2d2049;
  647. display: block;
  648. width: 384px;
  649. line-height: 100%;
  650. padding-top: 10px;
  651. padding-bottom: 10px;
  652. font-size: 11px;
  653. color: #eee;
  654. font-family: economica;
  655. text-align: center;
  656. letter-spacing: 1px;
  657. text-transform: uppercase;
  658. position: absolute;
  659. left: 260px;
  660. top: 230px;
  661. }
  662.  
  663. .stats3 {
  664. background: #2d2049;
  665. display: block;
  666. width: 384px;
  667. line-height: 100%;
  668. padding-top: 10px;
  669. padding-bottom: 10px;
  670. font-size: 11px;
  671. color: #eee;
  672. font-family: economica;
  673. text-align: center;
  674. letter-spacing: 1px;
  675. text-transform: uppercase;
  676. position: absolute;
  677. left: 260px;
  678. top: 266px;
  679. }
  680.  
  681. .enlinea {
  682. left: 260px;
  683. top: 5px;
  684. overflow-y: auto;
  685. overflow-x: hidden;
  686. position: absolute;
  687. border: 7px outset #2d2049;
  688. padding: 10px;
  689. width: 350px;
  690. font-size: 11px;
  691. letter-spacing: 0.5px;
  692. height: 150px;
  693. }
  694.  
  695. a.forumtitle {
  696. display: block;
  697. width: 200px;
  698. text-align: left;
  699. font-family: satisfy;
  700. font-size: 20px;
  701. position: absolute;
  702. font-weight: normal;
  703. color: #eee;
  704. line-height: 100%;
  705. top: 25px;
  706. left: 15px;
  707. }
  708.  
  709.  
  710. ul.forums .icon {
  711. background-position: 150px 5px !important;
  712. }
  713.  
  714. ul.forums dd.dterm {
  715. height: 80px;
  716. }
  717.  
  718. ul.forums li.row {
  719. margin-top: 5px;
  720. border: 7px outset #2d2049;
  721. height: 80px;
  722. position: relative;
  723. }
  724.  
  725.  
  726. .forabg ul.forums li.row dd.lastpost {
  727. text-transform: uppercase;
  728. position: absolute;
  729. right: 40px;
  730. top: 10px;
  731. font-size: 10px;
  732. font-weight: bold;
  733. font-family: economica;
  734. }
  735.  
  736. .forabg ul.forums li.row dd.lastpost a.last-post-icon {
  737. display: inline-block;
  738. width: 20px;
  739. border-bottom: transparent;
  740. padding-bottom: 0px;
  741. }
  742.  
  743. .forabg ul.forums li.row dd.lastpost a {
  744. display: block;
  745. text-align: center;
  746. font-weight: normal;
  747. line-height: 110%;
  748. font-family: Satisfy;
  749. text-transform: none;
  750. border-bottom: 1px solid #eee;
  751. padding-bottom: 5px;
  752. color: #eee;
  753. font-size: 15px;
  754. width: 200px;
  755. }
  756.  
  757. .forabg ul.forums li.row dd.lastpost strong a {
  758. text-transform: uppercase;
  759. text-align: left;
  760. font-weight: bold;
  761. display: inline-block;
  762. width: 120px;
  763. font-size: 10px;
  764. border-bottom: transparent! important;
  765. font-family: economica;
  766. padding-bottom: 0px;
  767. }
  768.  
  769. .forabg ul.forums li.row dd.lastpost span.color-groups::before {
  770. content: 'Escrito por';
  771. margin-right: 4px;
  772. color: #A09EA5;
  773. display: inline-block;
  774. }
  775. .forabg li.header dd.posts, .forabg ul.forums li.row dd.topics {
  776. display: none;
  777. }
  778.  
  779. .forabg li.header dd.topics, .forabg ul.forums li.row dd.posts {
  780. display: none;
  781. }
  782.  
  783. .forabg li.header dd.lastpost {
  784. display: none;
  785. }
  786.  
  787. .table-title h2::after {
  788. content: 'Pon aquí el lema del foro';
  789. font-size: 10px;
  790. font-family: economica;
  791. display: block;
  792. line-height: 100%;
  793. margin-top: 0px;
  794. margin-left: 350px;
  795. padding-top: 10px;
  796. text-transform: uppercase;
  797. letter-spacing: 2px;
  798. border-top: 1px solid #eee;
  799. width: 200px;
  800. }
  801.  
  802. li.header {
  803. position: relative;
  804. line-height: 100%;
  805. padding-top: 0px;
  806. padding-bottom: 0px;
  807. background: transparent;
  808. }
  809.  
  810. .table-title h2 {
  811. text-align: center;
  812. text-transform: none;
  813. font-family: Satisfy;
  814. color: #eee;
  815. line-height: 100%;
  816. font-size: 30px;
  817. }
  818.  
  819. #main ul.linklist {
  820. padding: 5px;
  821. color: #52635d;
  822. text-transform: uppercase;
  823. font-size: 9px;
  824. font-family: economica;
  825. font-weight: bold;
  826. letter-spacing: 1px;
  827. }
  828.  
  829. #main ul.linklist a {
  830. color: #52635d;
  831. }
  832.  
  833. .adnom {
  834. background: #52635d;
  835. width: 100%;
  836. text-transform: uppercase;
  837. display: block;
  838. text-align: center;
  839. padding-top: 3px;
  840. padding-bottom: 3px;
  841. font-size: 9px;
  842. font-weight: bold;
  843. font-family: economica;
  844. color: #eee;
  845. letter-spacing: 1px;
  846. }
  847.  
  848. .adcon a {
  849. background: #2d2049;
  850. width: 93px;
  851. margin-top: 2px;
  852. line-height: 100%;
  853. padding-top: 3px;
  854. padding-bottom: 3px;
  855. display: inline-block;
  856. font-family: economica;
  857. text-align: center;
  858. text-transform: uppercase;
  859. letter-spacing: 1px;
  860. font-size: 9px;
  861. margin-bottom: 4px;
  862. color: #eee;
  863. }
  864.  
  865.  
  866. .fecha {
  867. background: #52635d;
  868. display: inline-block;
  869. color: #eee;
  870. text-align: center;
  871. left: -5px;
  872. position: relative;
  873. width: 30px;
  874. font-size: 10px;
  875. letter-spacing: 0px;
  876. padding-top: 2px;
  877. padding-bottom: 2px;
  878. line-height: 100%;
  879. }
  880.  
  881. .triangle {
  882. width: 0;
  883. margin-bottom: -4px;
  884. position: relative;
  885. right: -4px;
  886. height: 0;
  887. border-style: solid;
  888. border-width: 7px 7px 7px 0;
  889. border-color: transparent #52635d transparent transparent;
  890. display: inline-block;
  891. }
  892.  
  893. .headerbar {position: relative;}
  894.  
  895. #comments_scroll_div a {
  896. color: #eee;
  897. text-transform: uppercase;
  898. letter-spacing: 1px;
  899. font-size: 9px;
  900. font-family: economica;
  901. font-weight: bold;
  902. }
  903.  
  904. #comments_scroll_div {
  905. line-height: 130%;
  906. }
  907.  
  908. #left .module .h3 {
  909. color: #eee;
  910. font-family: Satisfy;
  911. text-transform: none;
  912. text-align: center;
  913. font-size: 20px;
  914. font-weight: normal;
  915. }
  916.  
  917. #left .module {
  918. float: left;
  919. height: 250px;
  920. margin: 3px;
  921. font-size: 11px;
  922. letter-spacing: 0.5px;
  923. width: 188px;
  924. border: 7px outset #2d2049;
  925. }
  926.  
  927. #left {
  928. float: none !important;
  929. height: 300px;
  930. margin-bottom: 0;
  931. margin-left: 7px;
  932. margin-right: 0;
  933. margin-top: 5px !important;
  934. overflow-x: hidden;
  935. overflow-y: hidden;
  936. background: transparent;
  937. padding-bottom: 0;
  938. padding-left: 0;
  939. padding-right: 0;
  940. padding-top: 0;
  941. width: 920px !important;
  942. }
  943.  
  944. #content-container div#left {
  945. float: left;
  946. margin-right: 20px;
  947. overflow-x: hidden;
  948. overflow-y: hidden;
  949. width: 180px;
  950. }
  951.  
  952. #search-box {display: none;}
  953.  
  954. a.mainmenu[href^="/memberlist"] {
  955. margin-right: 20px;
  956. }
  957.  
  958. a.mainmenu[href^="/search"] {font-size: 0px;}
  959.  
  960. a.mainmenu[href^="/groups"] {
  961. margin-left: 380px;
  962. }
  963.  
  964. ul.linklist.navlinks {
  965. width: 900px;
  966. border-radius: 50px;
  967. padding-top: 10px;
  968. padding-bottom: 10px;
  969. line-height: 100%;
  970. background: #2d2049;
  971. position: relative;
  972. top: -20px;
  973. }
  974.  
  975. a.mainmenu {
  976. line-height: 100%;
  977. font-family: Economica;
  978. font-size: 12px;
  979. text-transform: uppercase;
  980. font-weight: normal;
  981. color: #eee;
  982. }
  983.  
  984. #site-title {
  985. position: absolute;
  986. left: 300px;
  987. top: 250px;
  988. }
  989.  
  990.  
  991. #site-title, #site-title h1 {
  992. font-family: Satisfy;
  993. line-height: 110%;
  994. font-size: 50px;
  995. color: #eee;
  996. display: block;
  997. width: 300px;
  998. text-align: center;
  999. font-weight: normal;
  1000. }
  1001.  
  1002. #wrap {
  1003. min-width: 920px;
  1004. max-width: 920px;
  1005. position: relative;
  1006. width: 920px;
  1007. margin-top: -10px;
  1008. margin-bottom: -10px;
  1009. background: #0b100f;
  1010. }
  1011.  
  1012. #logo-desc img {
  1013. margin-left: -15px;
  1014. margin-top: -15px;
  1015. }
  1016.  
  1017. /*Quitar subrayado del título de subforo al pasar el ratón*/
  1018. a.forumtitle:hover {
  1019. color: #eee;
  1020. text-decoration: none;
  1021. }
  1022.  
  1023.  
  1024. /*Quitar el borde azul bajo la caja de edición de la firma*/
  1025. #cp-main .panel.sig {
  1026. background-color: transparent;
  1027. }
  1028.  
  1029. /*Quitar el borde blanco de las cajas de edición*/
  1030. .sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode, div.sceditor-toolbar {
  1031. border-color: transparent !important;
  1032. }
  1033.  
  1034. /*Quitar el borde blanco de las cajas de edición de títulos, etc*/
  1035. .inputbox{
  1036. border-color: transparent !important;
  1037. }
  1038.  
  1039. /*Quitar el apartado de información sobre el chatbox a pie de foro en el índice*/
  1040. div.page-bottom, #chatbox_popup, .h3 a[target="ChatBox"]{
  1041. display:none;
  1042. }
  1043.  
  1044. /*Código para centrar el título de la categoría o ponerla en el lado que quieras*/
  1045.  
  1046. .forabg li.header dd.dterm {
  1047. width: 100%;
  1048. text-align: center;
  1049. }
  1050.  
  1051. /* latin */
  1052. @font-face {
  1053. font-family: 'Satisfy';
  1054. font-style: normal;
  1055. font-weight: 400;
  1056. src: local('Satisfy'), url(http://fonts.gstatic.com/s/satisfy/v6/2OzALGYfHwQjkPYWELy-cw.woff2) format('woff2');
  1057. 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;
  1058. }
  1059.  
  1060. /* latin-ext */
  1061. @font-face {
  1062. font-family: 'Economica';
  1063. font-style: normal;
  1064. font-weight: 400;
  1065. src: local('Economica'), local('Economica-Regular'), url(http://fonts.gstatic.com/s/economica/v4/ivOlup5oBnODGd64nVDAFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  1066. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  1067. }
  1068. /* latin */
  1069. @font-face {
  1070. font-family: 'Economica';
  1071. font-style: normal;
  1072. font-weight: 400;
  1073. src: local('Economica'), local('Economica-Regular'), url(http://fonts.gstatic.com/s/economica/v4/jObgDQiPUtmACAaaK3pMG1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  1074. 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;
  1075. }
  1076. /* latin-ext */
  1077. @font-face {
  1078. font-family: 'Economica';
  1079. font-style: normal;
  1080. font-weight: 700;
  1081. src: local('Economica Bold'), local('Economica-Bold'), url(http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9D0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
  1082. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  1083. }
  1084. /* latin */
  1085. @font-face {
  1086. font-family: 'Economica';
  1087. font-style: normal;
  1088. font-weight: 700;
  1089. src: local('Economica Bold'), local('Economica-Bold'), url(http://fonts.gstatic.com/s/economica/v4/UK4l2VEpwjv3gdcwbwXE9Ogdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  1090. 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;
  1091. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement