Advertisement
Hardrockdesign

CSS Supernatural

May 27th, 2015
2,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.86 KB | None | 0 0
  1. #wrap {
  2. max-width: 990px;
  3. min-width: 990px;
  4. font-family: Roboto;
  5. background: #aac1bd;
  6. margin-bottom: -20px;
  7. overflow: hidden;
  8. }
  9.  
  10. dl.icon dd.dterm, dl.icon dt {
  11. background-position: 20px 50%;
  12. background-repeat: no-repeat;
  13. }
  14.  
  15. .forabg ul.topiclist.forums li.row dd.dterm {
  16. height: 26px;
  17. }
  18.  
  19. #cp-main h1 {
  20. display: block;
  21. background: #D3643B;
  22. max-width: 632px;
  23. text-align: center;
  24. margin-bottom: -5px;
  25. padding-top: 10px;
  26. padding-bottom: 10px;
  27. }
  28.  
  29. #profile-tab-field-profil {
  30. background: #e7ebe3;
  31. padding: 10px;
  32. font-size: 12px;
  33. }
  34.  
  35. #profile-advanced-right {
  36. max-width: 200px;
  37. min-width: 200px;
  38. padding-right: 50px;
  39. background: #526b64;
  40. padding-left: 50px;
  41. }
  42.  
  43. #profile-tab-field-profil div.separator {
  44. border-bottom: transparent;
  45. }
  46.  
  47. #profile-tab-field-profil dt {
  48. text-transform: uppercase;
  49. line-height: 110%;
  50. text-align: center;
  51. font-size: 10px;
  52. padding-top: 15px;
  53. padding-bottom: 15px;
  54. min-width: 130px;
  55. height: 10px;
  56. margin-bottom: -10px;
  57. margin-right: 10px;
  58. margin-top: -10px;
  59. background: #526b64;
  60. font-weight: bold;
  61. }
  62.  
  63. .postbody ul.profile-icons {
  64. position: absolute;
  65. top: -10px;
  66. right: -40px;
  67. }
  68.  
  69. .textodesc1 {
  70. text-align: justify;
  71. line-height: 100%;
  72. font-size: 11px;
  73. height: 100px;
  74. overflow-y: auto;
  75. }
  76.  
  77. .basedesc {
  78. background: #e7ebe3;
  79. width: 330px;
  80. position: absolute;
  81. right: 15px;
  82. padding: 10px;
  83. height: 100px;
  84. top: 32px;
  85. }
  86.  
  87. .basedesc a {
  88. width: 160px;
  89. margin-bottom: 2px;
  90. display: block;
  91. line-height: 100%;
  92. padding-top: 3px;
  93. padding-bottom: 3px;
  94. background: #d3643b;
  95. color: #e7ebe3;
  96. text-align: center;
  97. font-weight: 700;
  98. }
  99.  
  100. .autor {
  101. display: block;
  102. width: 540px;
  103. text-align: center;
  104. background: #e7ebe3;
  105. padding-top: 5px;
  106. padding-bottom: 5px;
  107. border-radius: 10px;
  108. margin-bottom: 10px;
  109. line-height: 100%;
  110. }
  111.  
  112. .premiado {
  113. margin:0px;
  114. width: 170px;
  115. line-height: 100%;
  116. padding-top:3px;
  117. padding-bottom:3px;
  118. background:#19342b;
  119. color:#e7ebe3;
  120. text-transform: uppercase;
  121. font-weight: bold;
  122. font-size: 10px;
  123. text-align: center;
  124. }
  125.  
  126. .categoriap {
  127. margin:0px;
  128. width: 170px;
  129. line-height: 100%;
  130. padding-top:3px;
  131. padding-bottom:3px;
  132. background:#526b64;
  133. color:#e7ebe3;
  134. text-transform: uppercase;
  135. font-weight: bold;
  136. font-size: 10px;
  137. text-align: center;
  138. }
  139.  
  140. .staff a {
  141. margin:1px;
  142. width: 83px;
  143. display: inline-block;
  144. line-height: 100%;
  145. padding-top:3px;
  146. margin-top: 0px;
  147. padding-bottom:3px;
  148. background:#526b64;
  149. color:#e7ebe3;
  150. text-transform: uppercase;
  151. font-weight: bold;
  152. font-size: 10px;
  153. text-align: center;
  154. margin-bottom: 4px;
  155. }
  156.  
  157. #content-container div#left {
  158. margin-right: 10px;
  159. background: #e7ebe3;
  160. }
  161.  
  162. #comments_scroll_div {
  163. height: 130px;
  164. }
  165.  
  166. #comments_scroll_div a {
  167. text-transform: uppercase;
  168. }
  169.  
  170. ::-webkit-scrollbar {background-color: #000; height:2px; width:5px}
  171. ::-webkit-scrollbar-thumb:vertical {background-color: #d3643b;}
  172. ::-webkit-scrollbar-thumb:horizontal {background-color: #d3643b; height:3px!important}
  173.  
  174. .topic-actions {
  175. margin-left: 10px;
  176. }
  177.  
  178. .topic-actions a {
  179. color: #000;
  180. }
  181.  
  182. h1.page-title {
  183. margin-left: 10px;
  184. width: 100%;
  185. text-align: center;
  186. background: #526b64;
  187. text-transform: uppercase;
  188. line-height: 100%;
  189. padding-top: 15px;
  190. padding-bottom: 15px;
  191. }
  192.  
  193. h1.page-title a {
  194. color: #e7ebe3;
  195. }
  196.  
  197. .h3 {
  198. margin-left: 10px;
  199. text-align: center;
  200. background: #526b64;
  201. text-transform: uppercase;
  202. line-height: 100%;
  203. padding-top: 15px;
  204. padding-bottom: 15px;
  205. color: #e7ebe3;
  206. }
  207.  
  208. .h3 a {
  209. color: #e7ebe3;
  210. }
  211. .cajaprof {
  212. height: 239px;
  213. overflow-y:auto;
  214. right: 0px;
  215. position: relative;
  216. }
  217.  
  218. .contenidoprof {
  219. background: #e7ebe3;
  220. display: block;
  221. width: 180px;
  222. text-align: center;
  223. font-weight: 700;
  224. line-height: 100%;
  225. font-size: 10px;
  226. text-transform: uppercase;
  227. padding-top: 3px;
  228. padding-bottom:3px;
  229. color: #000;
  230. }
  231. span.label {
  232. display: block;
  233. width: 180px;
  234. background: #d3643b;
  235. text-align: center;
  236. font-weight: 700;
  237. line-height: 100%;
  238. font-size: 10px;
  239. text-transform: uppercase;
  240. padding-top: 3px;
  241. padding-bottom:3px;
  242. color: #000;
  243. }
  244.  
  245. .cajaprof {
  246. width: 180px;
  247. margin: 10px;
  248. position: absolute;
  249. top: 10px;
  250. }
  251.  
  252. .rango img {
  253. position: absolute;
  254. bottom: 91px;
  255. left: 0px;
  256. max-width: 200px;
  257. }
  258.  
  259. .contactoprof {
  260. position: absolute;
  261. bottom: 50px;
  262. left: 0px;
  263. width: 200px;
  264. background: #000;
  265. }
  266.  
  267. .contactoprof a img {
  268. max-width:140px;
  269. margin:-1px;
  270. margin-bottom: -2px;
  271. display: inline-block;
  272. }
  273.  
  274. .postbody {
  275. width: 550px;
  276. text-align: justify;
  277. position: relative;
  278. }
  279.  
  280. .postprofile dt img {
  281. position: absolute;
  282. left: 0px;
  283. transition: 1s;
  284. z-index: 99;
  285. }
  286.  
  287. .postprofile:hover dt img {
  288. left: -200px;
  289. transition: 1s;
  290. }
  291. .postprofile dt strong {
  292. line-height: 100%;
  293. width: 200px;
  294. position: absolute;
  295. bottom: 0px;
  296. left: 0px;
  297. display: block;
  298. border-bottom: 5px solid #19342b;
  299. background: #526b64;
  300. text-align: center;
  301. padding-top: 14px;
  302. padding-bottom: 14px;
  303. }
  304.  
  305. .postprofile {
  306. position: relative;
  307. width: 200px;
  308. overflow: hidden;
  309. right: -10px;
  310. height: 400px;
  311. background: #526b64;
  312. border: transparent;
  313. border-top: 12px solid #19342b;
  314. }
  315.  
  316. #page-header .navbar {
  317. position: fixed;
  318. top: 0;
  319. left: 0;
  320. right: 0;
  321. width: auto;
  322. z-index: 999;
  323. background: #526b64;
  324. border-bottom: 2px solid #d3643b;
  325. }
  326.  
  327. ul#picture_legend li, ul#privmsgs-menu li {
  328. display:none;
  329. }
  330.  
  331. #hermanos img {
  332. max-width: 100px;
  333. max-height: 40px;
  334. margin:2px;
  335. }
  336.  
  337. #elite img {
  338. max-width: 40px;
  339. max-height: 40px;
  340. margin: 2px;
  341. }
  342.  
  343. .bros {
  344. width: 208px;
  345. position: relative;
  346. top: -22px;
  347. }
  348.  
  349. .elite {
  350. width: 280px;
  351. margin-left: 20px;
  352. }
  353.  
  354. #alfinalforo {
  355. width: 764px;
  356. position: relative;
  357. right: -210px;
  358. top: -6px;
  359. margin-bottom: 40px;
  360. height: 160px;
  361. }
  362.  
  363. .afiliados {
  364. background: #e7ebe3;
  365. border: 10px solid #526b64;
  366. margin-left: 4px;
  367. padding: 5px;
  368. height: 150px;
  369. width: 530px;
  370. display: inline-block;
  371. position: absolute;
  372. overflow: hidden;
  373. top: 0px;
  374. right: 0px;
  375. }
  376.  
  377. #grupos {
  378. background: #e7ebe3;
  379. border: 10px solid #526b64;
  380. width: 180px;
  381. height: 160px;
  382. display: inline-block;
  383. overflow-y: auto;
  384. overflow-x: hidden;
  385. position: absolute;
  386. left: 0px;
  387. }
  388.  
  389. #grupos a {
  390. line-height: 100%;
  391. width: 180px;
  392. padding-top: 5px;
  393. padding-bottom: 5px;
  394. text-align: center;
  395. display: block;
  396. color: #000;
  397. }
  398.  
  399. .grupo1 {background: #EBC88E;}
  400. .grupo2 {background: #FFB461;}
  401. .grupo3 {background: #D47F3E;}
  402. .grupo4 {background: #EBC88E;}
  403. .grupo5 {background: #FFB461;}
  404. .grupo6 {background: #D47F3E;}
  405. .grupo7 {background: #EBC88E;}
  406. .grupo8 {background: #FFB461;}
  407.  
  408. .enlinea {
  409. background: #e7ebe3;
  410. border: 10px solid #526b64;
  411. padding: 10px;
  412. margin-left: 4px;
  413. height: 140px;
  414. width: 238px;
  415. display: inline-block;
  416. position: absolute; top: 0px;
  417. overflow-y: auto;
  418. }
  419.  
  420. .conectados {
  421. background: #e7ebe3;
  422. border: 10px solid #526b64;
  423. margin-left: 4px;
  424. padding: 10px;
  425. height: 140px;
  426. width: 238px;
  427. display: inline-block;
  428. position: absolute;
  429. overflow-y: auto;
  430. top: 0px;
  431. right: 0px;
  432. }
  433.  
  434. .stats-bottom {
  435. line-height: 100%;
  436. width: 180px;
  437. background: #e7ebe3;
  438. padding-top: 10px;
  439. margin-bottom: 2px;
  440. padding-bottom: 10px;
  441. text-align: center;
  442. display: block;
  443. }
  444.  
  445. .conectados a {
  446. text-transform: uppercase;
  447. font-size: 13px;
  448. }
  449.  
  450. .enlinea a {
  451. text-transform: uppercase;
  452. font-size: 13px;
  453. }
  454.  
  455. #estadisticas {
  456. padding: 10px;
  457. background: #526b64;
  458. width: 180px;
  459. height: 128px;
  460. padding-top: 42px;
  461. display: inline-block;
  462. }
  463.  
  464. .fondopagina {
  465. width: 764px;
  466. position: relative;
  467. height: 200px;
  468. left: 10px;
  469. top: 40px;
  470. }
  471.  
  472. ul.linklist {
  473. padding-left: 12px;
  474. padding-right: 15px;
  475. }
  476.  
  477. ul.linklist a {
  478. color: #000;
  479. }
  480.  
  481. a.mainmenu {
  482. text-transform: uppercase;
  483. }
  484.  
  485. #logo-desc img {
  486. margin-left: -15px;
  487. }
  488.  
  489. a {
  490. font-weight: bold;
  491. }
  492. a.forumtitle {
  493. padding-top: 5px;
  494. padding-bottom: 5px;
  495. position: absolute;
  496. top: 8px;
  497. right: 15px;
  498. display: block;
  499. line-height: 100%;
  500. background: #526b64;
  501. color: #e7ebe3;
  502. width: 305px;
  503. padding-left: 30px;
  504. }
  505.  
  506. a.forumtitle:hover {
  507. color: #e7ebe3;
  508. }
  509.  
  510. ul.topiclist.forums li.row {
  511. width: 380px;
  512. min-height: 200px;
  513. display: inline-block;
  514. position: relative;
  515. overflow: hidden;
  516. background: #19342b;
  517. margin: 2px;
  518. }
  519.  
  520. ul.topiclist.topics.bg_none {
  521. background: #19342b;
  522. color: #e7ebe3;
  523. width: 764px;
  524. right: -6px;
  525. position: relative;
  526. padding-bottom: 30px;
  527. }
  528.  
  529. ul.topiclist.pmlist.bg_none {
  530. background: #19342b;
  531. color: #e7ebe3;
  532. width: 764px;
  533. right: -6px;
  534. padding-bottom: 30px;
  535. position: relative;
  536. }
  537.  
  538. .forabg ul.forums li.row dd.topics {
  539. position: absolute;
  540. bottom: 5px; right: 66px;
  541. line-height: 100%;
  542. color: #e7ebe3;
  543. padding-bottom: 5px;
  544. background: #526b64;
  545. width: 55px;
  546. }
  547.  
  548. .forabg ul.forums li.row dd.posts {
  549. position: absolute;
  550. padding-bottom: 5px;
  551. bottom: 5px; right: 8px;
  552. line-height: 100%;
  553. background: #526b64;
  554. color: #e7ebe3;
  555. border-radius: 0px 50px 50px 0px;
  556. width: 55px;
  557. }
  558.  
  559. .forabg ul.forums li.row dd.lastpost {
  560. position: absolute;
  561. background: #526b64;
  562. color: #e7ebe3;
  563. bottom: 5px;
  564. left: 5px;
  565. height: 25px;
  566. border-radius: 50px 0px 0px 50px;
  567. min-width: 250px;
  568. }
  569.  
  570. dd.lastpost dd {
  571. display: inline-block;
  572. }
  573.  
  574. .forabg ul.forums li.row dd.topics::after {
  575. content: "Temas";
  576. display: block;
  577. }
  578. .forabg ul.forums li.row dd.posts::after {
  579. content: "Posts";
  580. display: block;
  581. }
  582.  
  583. .table-title h2 {
  584. font-weight: bold;
  585. font-size: 40px;
  586. text-transform: uppercase;
  587. color: #e7ebe3;
  588. line-height: 100%;
  589. }
  590.  
  591. .module .h3 {
  592. background: #526b64;
  593. width: 170px;
  594. margin-left: 0px;
  595. display: block;
  596. color: #e7ebe3;
  597. line-height: 100%;
  598. padding-top: 10px;
  599. padding-bottom: 10px;
  600. text-align: center;
  601. }
  602.  
  603. li.header {
  604. padding-top: 30px;
  605. padding-bottom: 30px;
  606. background: #526b64;
  607. padding-left: 30px;
  608. padding-right: 30px;
  609. width: 704px;
  610. right: -6px;
  611. position: relative;
  612. }
  613.  
  614. ul.forums {
  615. padding-top: 2px;
  616. position: relative;
  617. right: -5px;
  618. }
  619. /*Basico*/
  620.  
  621. .button, .button1, .button2, input.button, input.button1, input.button2, button.bbcode, #submit_button, #profile-advanced-button, #login_popup_buttons, #login_popup_buttons input, .liteoption {
  622. background:#e7ebe3;
  623. border: transparent;
  624. color: #526b64;
  625. display: inline-block;
  626. outline: medium none;
  627. padding:5px;
  628. font-family:calibri;
  629. text-transform:uppercase;
  630. font-size:11px;
  631. font-weight: 700;
  632. border-radius: 0px;
  633. }
  634.  
  635. .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 {
  636. background: #e7ebe3;
  637. border: transparent;
  638. color: #526b64;
  639. display: inline-block;
  640. outline: medium none;
  641. padding:5px;
  642. font-family:calibri;
  643. text-transform:uppercase;
  644. font-size:11px;
  645. font-weight: 700;
  646. border-radius: 0px;
  647. }
  648.  
  649. #cp-main .panel.sig {
  650. background-color: transparent;
  651. }
  652.  
  653. .forabg li.header dd.dterm {
  654. text-align: center;
  655. width: 100%;
  656. }
  657.  
  658. #search-box {
  659. display:none;
  660. }
  661. .search-box { visibility: hidden; }
  662. .mainmenu[href="/faq"],.mainmenu[href="/calendar"],.mainmenu[href="/search"],.mainmenu[href="/groups"] {
  663. display: none;
  664. color: transparent; font-size: 0px;
  665. }
  666.  
  667. p.page-bottom + .h3 {
  668. display: none;
  669. color: transparent; font-size: 0px;
  670. }
  671.  
  672.  
  673. p.right.rightside + p {
  674. display:none;
  675. }
  676. p.rightside {
  677. display: none;
  678. }
  679. p.copyright, p.nomargin.path, p.author, .pathname-box p, .topic-actions+p, #logo-desc p, #info_open p, .inner p {
  680. display: block;
  681. }
  682.  
  683. p em {
  684. font-style: normal;
  685. color: transparent;
  686. }
  687.  
  688. a.forumtitle:hover {
  689. text-decoration: none;
  690. }
  691.  
  692.  
  693. .forabg li.header dd.posts {
  694. display: none;
  695. }
  696.  
  697. .forabg li.header dd.topics {
  698. display: none;
  699. }
  700.  
  701. li.header dl.icon dd.lastpost{
  702. display: none;
  703. }
  704. .sceditor-container.ltr.wysiwygMode, .sceditor-container.ltr.sourceMode, div.sceditor-toolbar {
  705. border-color: transparent !important;
  706. }
  707.  
  708. .mainmenu[href="/memberlist"] {
  709. margin-right: -5px;
  710. }
  711.  
  712. .mainmenu[href="/"] {
  713. margin-right: -15px;
  714. }
  715.  
  716.  
  717. div.page-bottom, #chatbox_popup, .h3 a[target="ChatBox"]{
  718. display: none;
  719. }
  720.  
  721. p.page-bottom + div.h3{
  722. border: none;
  723. }
  724. .chatbox-title, .chatbox-title a.chat-title {
  725. font-family: Calibri;
  726. font-weight: 700;
  727. font-size: 12px;
  728. text-transform: uppercase;
  729. color: #e7ebe3;
  730. margin-top: 5px;
  731. margin-left: 5px;
  732. }
  733. .chatbox-options li, .chatbox-options li a, .chatbox-options li label {
  734. font-family: calibri;
  735. font-size: 12px;
  736. text-transform: uppercase;
  737. font-weight: 700;
  738. color: #e7ebe3;
  739. }
  740. #chatbox_header{background-color: #526b64;}
  741. #chatbox_footer{background-color: #526b64;}
  742. .chatbox_row_1,.chatbox_row_2,.chatbox_row_3{
  743. font-size:12px;
  744. font-family: calibri;
  745. color: #e7ebe3;
  746. }
  747. #chatbox_footer label {
  748. font-family: calibri;
  749. font-size: 12px;
  750. font-weight: 700;
  751. text-transform: uppercase;
  752. color: #e7ebe3;
  753. }
  754. #chatbox_members{
  755. font-size: 13px;
  756. font-family: calibri;
  757. }
  758.  
  759. #chatbox .user + .msg span {
  760. color: #e7ebe3 !important;
  761. }
  762.  
  763. #SSlider {
  764. width: 170px;
  765. height:135px;
  766. margin-top: -8px;
  767. }
  768.  
  769. #botones {
  770. text-align:center; /*CSS base*/
  771. }
  772. #botones div {
  773. display: inline-block;/*CSS base*/
  774. }
  775. .Sb.selected {
  776. background-color: #d3643b; /*CSS base*/
  777. border: none;
  778. }
  779. .Sb {
  780. background: #19342b;/*CSS base*/
  781. border: none;/*CSS base*/
  782. width: 20px;
  783. height: 20px;
  784. border-radius: 40px;/*CSS base*/
  785. margin-top: 10px;
  786. padding: 3px;/*CSS base*/
  787. }
  788.  
  789. #SCont {
  790. margin-top: 0px;
  791. }
  792. #SCont > div {
  793. background: transparent;
  794. width: 170px;
  795. overflow: hidden;
  796. height: 100px;
  797. }
  798. .Sc{
  799. height: 200px;
  800. margin-top: 10px;
  801. }
  802.  
  803. @font-face {
  804. font-family: 'Roboto';
  805. font-style: normal;
  806. font-weight: 400;
  807. src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  808. unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
  809. }
  810. /* latin */
  811. @font-face {
  812. font-family: 'Roboto';
  813. font-style: normal;
  814. font-weight: 400;
  815. src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  816. 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;
  817. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement