Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 15.45 KB | None | 0 0
  1. .cf:after,
  2. .cf:before {
  3.     display: table;
  4.     content: "";
  5.     line-height: 0
  6. }
  7. .cf:after {
  8.     clear: both
  9. }
  10. .animated {
  11.     -webkit-animation-duration: .4s;
  12.     animation-duration: .4s;
  13.     -webkit-animation-fill-mode: both;
  14.     animation-fill-mode: both
  15. }
  16. .animated.long {
  17.     -webkit-animation-duration: 1s;
  18.     animation-duration: 1s;
  19.     -webkit-animation-fill-mode: both;
  20.     animation-fill-mode: both
  21. }
  22. .animated.infinite {
  23.     -webkit-animation-iteration-count: infinite;
  24.     animation-iteration-count: infinite
  25. }
  26. .animated.hinge {
  27.     -webkit-animation-duration: 2s;
  28.     animation-duration: 2s
  29. }
  30. @-webkit-keyframes flash {
  31.     0%, 100%, 50% {
  32.         opacity: 1
  33.     }
  34.     25%,
  35.     75% {
  36.         opacity: 0
  37.     }
  38. }
  39. @keyframes flash {
  40.     0%, 100%, 50% {
  41.         opacity: 1
  42.     }
  43.     25%,
  44.     75% {
  45.         opacity: 0
  46.     }
  47. }
  48. .flash {
  49.     -webkit-animation-name: flash;
  50.     animation-name: flash
  51. }
  52. #main {
  53.     background-color: #2f383e!important
  54. }
  55. #main input,
  56. #main textarea {
  57.     background-color: #435058!important;
  58.     color: #eee!important;
  59.     border: 1px solid #738088!important
  60. }
  61. #content_body {
  62.     background: #2f383e!important;
  63.     color: #eee!important
  64. }
  65. #content_body:after {
  66.     background: url(themes/oscuro/body_bgs.png) repeat-y scroll 0 -63px transparent!important
  67. }
  68. #naked {
  69.     color: #eee!important
  70. }
  71. .tabs-mv {
  72.     background-color: #252c31!important;
  73.     border-bottom: 1px solid #111517!important
  74. }
  75. .foros_panel {
  76.     background-color: #39444b!important
  77. }
  78. .foros_panel li {
  79.     border: none
  80. }
  81. .foros_panel li:nth-child(odd) {
  82.     background-color: #435058!important
  83. }
  84. .foros_panel a {
  85.     color: #ffa300!important
  86. }
  87. #tablatemas th {
  88.     border-color: #2f383e!important
  89. }
  90. #scrollpages a,
  91. #scrollpages em {
  92.     background: #252c31;
  93.     border-color: #111517
  94. }
  95. #scrollpages a:hover,
  96. #scrollpages em {
  97.     background: #2f383e;
  98.     border-color: #2f383e
  99. }
  100. table {
  101.     border: 0!important;
  102.     color: #eee!important
  103. }
  104. td {
  105.     background: #39444b!important;
  106.     border: 0!important;
  107.     border-bottom: 1px solid #2f383e!important;
  108.     border-right: 1px solid #2f383e!important
  109. }
  110. td a {
  111.     color: #ffa300
  112. }
  113. th {
  114.     background: #252c31!important;
  115.     color: #eee!important
  116. }
  117. .sticky td {
  118.     background-color: #2f383e!important;
  119.     border-right: 1px solid #39444b!important;
  120.     border-bottom: 1px solid #39444b!important
  121. }
  122. .sticky .h,
  123. .sticky .hb {
  124.     color: #ddd!important
  125. }
  126. .lastpost em {
  127.     color: #88a2b3!important
  128. }
  129. th.last,
  130. th.mini {
  131.     background: #252c31!important;
  132.     color: #eee!important;
  133.     text-align: right!important
  134. }
  135. .tfooter,
  136. .tpanel {
  137.     background: #252c31!important
  138. }
  139. .tpag {
  140.     background: #2f383e!important
  141. }
  142. .locked td {
  143.     opacity: .5!important
  144. }
  145. .locked a {
  146.     color: #ddd!important
  147. }
  148. .nopost,
  149. .post {
  150.     color: #eee!important;
  151.     background: #39444b!important
  152. }
  153. .nopost a,
  154. .post a {
  155.     color: #ffa300!important
  156. }
  157. div .odd {
  158.     background-color: #435058!important
  159. }
  160. div.nopost a,
  161. div.post .info a,
  162. div.post a.mola,
  163. div.post span.mola,
  164. div.post.odd a.mola,
  165. div.post.odd span.mola {
  166.     background-color: #2f383e!important;
  167.     color: #88a2b3!important
  168. }
  169. div.nopost,
  170. div.post .info span {
  171.     color: #b4c9d3!important
  172. }
  173. dd.online {
  174.     color: #c0ff00!important
  175. }
  176. .mini li {
  177.     background: url(img/icon/mini.gif) no-repeat scroll 8px #39444b!important;
  178.     border: 0!important
  179. }
  180. .mini li.odd {
  181.     background-color: #444d51!important
  182. }
  183. .minibot,
  184. .minitop {
  185.     background: #252c31!important;
  186.     border: 0!important
  187. }
  188. #bookmarks {
  189.     background-color: #435058!important
  190. }
  191. #wbook {
  192.     background-color: #39444b!important
  193. }
  194. div .dark {
  195.     border: 1px solid #88a2b3!important
  196. }
  197. div.paginacion2 a,
  198. div.paginacion2 em {
  199.     background: none repeat scroll 0 0 #2f383e!important;
  200.     border: 1px solid #2f383e!important;
  201.     color: #ddd!important
  202. }
  203. div.paginacion2 a:hover,
  204. div.paginacion2 em {
  205.     background: none repeat scroll 0 0 #eee!important;
  206.     border: 1px solid #eee!important;
  207.     color: #2f383e!important
  208. }
  209. .aviso .stuff,
  210. .odd td {
  211.     background-color: #435058!important
  212. }
  213. .actions {
  214.     background-color: #252c31!important
  215. }
  216. div.binfo .bwrap .bedit {
  217.     border-top: 0!important;
  218.     color: #b4c9d3!important
  219. }
  220. div.btop a {
  221.     background-image: url(themes/oscuro/icon_back_top.gif)!important
  222. }
  223. div.quote {
  224.     background-color: #4e5d66!important
  225. }
  226. .post blockquote.quote {
  227.     background-color: #4e5d66!important;
  228.     border-color: #88a2b3!important
  229. }
  230. .post blockquote.quote div cite,
  231. .post blockquote.quote header cite {
  232.     color: #b4c9d3!important
  233. }
  234. .post blockquote.quote .highlight {
  235.     background-color: #2f383e
  236. }
  237. .actionswiki {
  238.     background-color: #435058!important
  239. }
  240. .replies .rep {
  241.     background-color: #4e5d66!important;
  242.     border-color: #88a2b3!important
  243. }
  244. .post a.btnrep {
  245.     color: #88a2b3!important
  246. }
  247. .btnrep:hover {
  248.     background-color: #2f383e!important
  249. }
  250. a.quotexp {
  251.     color: #b4c9d3!important
  252. }
  253. a.quotexp:hover {
  254.     background-color: #2f383e!important
  255. }
  256. a.toggled {
  257.     background-color: #4e5d66!important
  258. }
  259. a.boton {
  260.     color: #18191a!important
  261. }
  262. div.newsbadge {
  263.     display: none!important
  264. }
  265. .catfolder {
  266.     background: url(themes/oscuro/catfolder.gif) no-repeat scroll left center transparent!important
  267. }
  268. div.paginacion2 {
  269.     background: url(themes/oscuro/pages.gif) no-repeat scroll left center transparent!important
  270. }
  271. button.alt {
  272.     background-color: #435058!important;
  273.     color: #eee!important
  274. }
  275. .mbuttons a,
  276. .mbuttons button,
  277. button.alt {
  278.     border-color: #738088 #738088 #738088 #738088!important
  279. }
  280. .mbuttons a:hover,
  281. .mbuttons button:hover,
  282. button.alt:hover {
  283.     background: #738088!important;
  284.     color: #eee!important
  285. }
  286. .fpanel {
  287.     background-color: #39444b!important;
  288.     border: 0!important
  289. }
  290. .fpanel div.icon {
  291.     background: #252c31!important
  292. }
  293. .fpanel a {
  294.     color: #ffa300!important
  295. }
  296. #dsocial,
  297. #visitas,
  298. .aviso,
  299. .box .infobg,
  300. .box span.buddy,
  301. .userinfo,
  302. div.infoavatar,
  303. div.mensaje_header,
  304. ul.info {
  305.     background-color: #39444b!important
  306. }
  307. .buddy a {
  308.     color: #eee!important
  309. }
  310. .box h3 {
  311.     color: #c5dde8!important
  312. }
  313. #social dl,
  314. .fixed #social dl {
  315.     background-color: #435058!important
  316. }
  317. #social {
  318.     background-color: #39444b!important
  319. }
  320. ul.info li {
  321.     background-color: #435058!important
  322. }
  323. ul.info li a {
  324.     color: #ffa300!important
  325. }
  326. ul.info li.alt {
  327.     background-color: #39444b!important
  328. }
  329. div.stuff .info {
  330.     color: #b4c9d3!important
  331. }
  332. .mbuttons {
  333.     background: #252c31!important
  334. }
  335. .aviso .banner {
  336.     background: 0 0!important
  337. }
  338. .stuff .misc {
  339.     color: #b4c9d3!important
  340. }
  341. .misc a {
  342.     color: #b4c9d3!important
  343. }
  344. #news ul,
  345. #tforos ul {
  346.     background: url(themes/oscuro/body_bgs_small.png) no-repeat scroll 0 24px transparent!important
  347. }
  348. #tabstest div.content {
  349.     background: #2f383e!important
  350. }
  351. #tabstest div.bot {
  352.     background: url(themes/oscuro/body_bgs_small.png) no-repeat scroll right bottom transparent!important;
  353.     color: #eee!important
  354. }
  355. .item h4 a {
  356.     color: #ffa300!important
  357. }
  358. .bautor,
  359. .bautor a {
  360.     color: #b4c9d3!important
  361. }
  362. p.intro {
  363.     border-left: 0!important;
  364.     color: #eee!important
  365. }
  366. .box .left a,
  367. .left a {
  368.     color: #ffa300
  369. }
  370. .itemimg {
  371.     background: #39444b!important;
  372.     border: 1px solid #39444b!important
  373. }
  374. #news a.active,
  375. #news a:hover,
  376. #tforos a.active,
  377. #tforos a:hover {
  378.     color: #fff!important;
  379.     background-position: left top!important
  380. }
  381. #news a,
  382. #tforos a {
  383.     background: url(themes/oscuro/newstabs.png) no-repeat scroll left bottom transparent!important;
  384.     color: #FFF!important
  385. }
  386. #tforos a {
  387.     background-image: url(themes/oscuro/newstabs_col.png)!important
  388. }
  389. .colbot {
  390.     background: url(themes/oscuro/body_bgs_col_mini.png) no-repeat scroll right bottom transparent!important
  391. }
  392. .rpp {
  393.     background: 0 0!important
  394. }
  395. .puto_kaos_la_pela {
  396.     background: 0 0!important
  397. }
  398. #nav_header_ul li a {
  399.     background-color: #424E56
  400. }
  401. #nav_header_ul li a:hover {
  402.     background-color: #989898
  403. }
  404. #nav_header_ul li.active a {
  405.     background-color: #2f383e;
  406.     color: #fff!important
  407. }
  408. a.under {
  409.     color: #6b7f8c!important
  410. }
  411. td .left img {
  412.     background: #ff6000!important;
  413.     padding: 2px!important;
  414.     vertical-align: -3px!important
  415. }
  416. td .left img:hover {
  417.     background: red!important
  418. }
  419. a.entrada.selected {
  420.     color: #fff!important
  421. }
  422. a.button,
  423. button.button {
  424.     background: #2f383e!important;
  425.     border: 0!important;
  426.     color: #eee!important;
  427.     text-shadow: none!important
  428. }
  429. .mola_wrap a.mola,
  430. .mola_wrap span.mola {
  431.     background-image: url(themes/oscuro/plus2.gif)!important
  432. }
  433. .edit b {
  434.     background-image: url(themes/oscuro/edit.gif)!important
  435. }
  436. div.post a.button.checked {
  437.     background: red!important;
  438.     border-color: #ff0!important;
  439.     color: #000!important
  440. }
  441. tr.punish td {
  442.     background-color: #6a5454!important
  443. }
  444. .avisos {
  445.     background-color: #39444b!important;
  446.     border: 1px solid #2f383e!important
  447. }
  448. .avisos div {
  449.     background-color: #39444b!important
  450. }
  451. .avisos a {
  452.     color: #ffa300!important
  453. }
  454. .light {
  455.     color: #999!important
  456. }
  457. .light a {
  458.     color: #ffa300!important;
  459.     text-decoration: none!important
  460. }
  461. .items li {
  462.     border: 0!important;
  463.     background-color: #39444b!important
  464. }
  465. .items li.odd {
  466.     background-color: #435058!important
  467. }
  468. .items {
  469.     border: 0!important
  470. }
  471. .items a {
  472.     color: #ffa300!important
  473. }
  474. .items li.unread {
  475.     background-color: #252c31!important;
  476.     border: 1px solid #ffa300!important
  477. }
  478. .stuff span {
  479.     color: #88a2b3!important;
  480.     background-position: 0 5px!important
  481. }
  482. div .postit {
  483.     background: url(img/icon/info80.png) no-repeat scroll 6px 6px #39444b!important;
  484.     border: 1px solid #88a2b3!important
  485. }
  486. div .min {
  487.     background: url(img/icon/info32.png) no-repeat scroll 8px 6px #39444b!important
  488. }
  489. #pi_body {
  490.     background-color: #435058!important
  491. }
  492. #live .livetop a {
  493.     background: url(themes/oscuro/icon_back_top.gif) no-repeat scroll left top transparent!important
  494. }
  495. #btfirma {
  496.     background: #435058!important;
  497.     border: 1px solid #252c31!important;
  498.     color: #eee!important
  499. }
  500. .tabs li a.on,
  501. .tabs li a:hover {
  502.     background: url(themes/oscuro/tab_flecha.gif) no-repeat scroll center bottom transparent!important
  503. }
  504. td.alt.cv1 {
  505.     background: url(themes/oscuro/cv_bg.gif) no-repeat scroll left center #7d6464!important
  506. }
  507. td.alt.cv2 {
  508.     background: url(themes/oscuro/cv_bg.gif) no-repeat scroll right center #647853!important
  509. }
  510. a[href$="/live"] img {
  511.     padding: 2px!important;
  512.     background: #ff6000!important;
  513.     vertical-align: -3px!important;
  514.     border-radius: 3px
  515. }
  516. a[href$="/live"] img:hover {
  517.     background: red!important
  518. }
  519. #nofids {
  520.     background-color: #252c31!important
  521. }
  522. #nofids a {
  523.     background-color: #39444b!important
  524. }
  525. #nofids a.off:hover,
  526. #nofids a.off:hover img,
  527. #nofids a:hover {
  528.     background-color: #88a2b3!important;
  529.     opacity: 1;
  530.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  531.     filter: alpha(opacity=100)
  532. }
  533. #nofids a.off {
  534.     background-color: transparent!important
  535. }
  536. #nofids a.off img {
  537.     opacity: .2;
  538.     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  539.     filter: alpha(opacity=20)
  540. }
  541. a.unreadcount,
  542. div.reply,
  543. div.unreadcount {
  544.     background: #2f383e!important;
  545.     color: #ccc!important
  546. }
  547. .sticky div.reply {
  548.     background-color: #2f383e!important
  549. }
  550. a.unreadcount,
  551. div.unreadcount,
  552. ul.info li a.unreadcount {
  553.     background-color: #ffa300!important;
  554.     color: #39444b!important
  555. }
  556. a.unreadcount:hover {
  557.     background-color: #eee!important;
  558.     color: #39444b!important
  559. }
  560. .news .titulares {
  561.     background-color: #252c31
  562. }
  563. .paginas a {
  564.     color: #FFF!important
  565. }
  566. .paginas a:hover,
  567. .paginas em {
  568.     color: #EF5000!important
  569. }
  570. div.post.mark {
  571.     border: 1px solid #935e00
  572. }
  573. .ozone li {
  574.     background-image: url(/style/img/ozone_bg2.png);
  575.     background-position: bottom right;
  576.     background-repeat: no-repeat
  577. }
  578. .ozone h3.logo {
  579.     margin-top: 0!important;
  580.     padding-top: 0!important;
  581.     height: 40px
  582. }
  583. .ozone h3.logo a {
  584.     color: #C5DDE8;
  585.     padding-top: 18px;
  586.     display: block;
  587.     background: url(/style/img/ozone2.png) no-repeat right top
  588. }
  589. .ozone h3.logo span {
  590.     color: #999
  591. }
  592. .fly {
  593.     background-color: #252c31!important;
  594.     border-color: #252c31!important;
  595.     color: #eee!important
  596. }
  597. .fly a {
  598.     color: #ffa300!important
  599. }
  600. .fly a.unreadcount {
  601.     color: #39444b!important
  602. }
  603. .fly .flyfooter,
  604. .fly .flyheader {
  605.     border-color: #2f383e!important
  606. }
  607. .fly ul {
  608.     background-color: #39444b!important
  609. }
  610. .fly ul li {
  611.     border-bottom: 1px solid #2f383e!important;
  612.     border-top: none!important
  613. }
  614. .fly ul li.unread {
  615.     background-color: #435058!important
  616. }
  617. .fly ul.single li a:hover {
  618.     background-color: #435058
  619. }
  620. .fly ul.threads li:hover {
  621.     background-color: #435058
  622. }
  623. .fly:after {
  624.     border-bottom: 9px solid #252c31!important
  625. }
  626. .fly ul li.mod strong {
  627.     color: #FF5000
  628. }
  629. .flycontent abbr {
  630.     color: #80848c!important
  631. }
  632. .rd {
  633.     color: #80848c
  634. }
  635. .message {
  636.     background-color: #39444b;
  637.     border-color: #2f383e;
  638.     color: #eee
  639. }
  640. .message.unread,
  641. .message:hover {
  642.     background-color: #252c31
  643. }
  644. .message.active {
  645.     background-color: #252c31
  646. }
  647. .message .info strong {
  648.     color: #7e96a6
  649. }
  650. .message .pm-controls i {
  651.     color: #80848c
  652. }
  653. .message .pm-controls:hover i {
  654.     color: #738088
  655. }
  656. .message strong.mod {
  657.     color: #ffa300
  658. }
  659. .pm.unread {
  660.     background-color: #252c31
  661. }
  662. .pm .info a.autor {
  663.     color: #7e96a6
  664. }
  665. .pm .info a.autor.via {
  666.     color: #ffa300
  667. }
  668. .pm .contents a {
  669.     color: #ffa300
  670. }
  671. .msgs .scroller {
  672.     background-color: #39444b
  673. }
  674. .pm-compose,
  675. .pm-reply {
  676.     background-color: #252c31;
  677.     border-color: #2f383e
  678. }
  679. .pm-compose textarea,
  680. .pm-reply textarea {
  681.     border-color: #2f383e
  682. }
  683. .pm-list {
  684.     background-color: #435058
  685. }
  686. .pm-mk {
  687.     background-color: #435058
  688. }
  689. .pm-mk hr {
  690.     border-color: #2f383e
  691. }
  692. .pm-mk span {
  693.     background-color: #435058;
  694.     color: #7e96a6
  695. }
  696. @-webkit-keyframes fadein {
  697.     0% {
  698.         background-color: #738088;
  699.         opacity: 0
  700.     }
  701. }
  702. @keyframes fadein {
  703.     0% {
  704.         background-color: #738088;
  705.         opacity: 0
  706.     }
  707. }
  708. .threads7 .scroller {
  709.     border-color: #2f383e
  710. }
  711. #pm-search {
  712.     border-color: #2f383e
  713. }
  714. hr {
  715.     background-color: #6A7278!important
  716. }
  717. .post.dark {
  718.     background-color: #435058!important
  719. }
  720. .cuerpo table thead tr {
  721.     background-color: #293036!important
  722. }
  723. .cuerpo table td,
  724. .cuerpo table th {
  725.     border: 1px solid #252c31!important;
  726.     background: 0 0!important
  727. }
  728. .cuerpo table tr:nth-child(2n) {
  729.     background-color: #2f383e!important
  730. }
  731. .cuerpo h1,
  732. .cuerpo h2 {
  733.     color: #fff
  734. }
  735. .cuerpo h2,
  736. .cuerpo h3 {
  737.     border-color: #6A7278!important
  738. }
  739. .cuerpo h3,
  740. .cuerpo h4 {
  741.     color: #C6C9CA!important
  742. }
  743. .cuerpo hr {
  744.     background-color: #6A7278!important
  745. }
  746. .cuerpo h5 {
  747.     color: #88a2b3!important
  748. }
  749. .cuerpo div.spoiler {
  750.     background-color: #4a5861
  751. }
  752. .cuerpo pre {
  753.     background-color: #4a5861
  754. }
  755. .cuerpo code.inline {
  756.     background-color: #4a5861
  757. }
  758. .cuerpo q {
  759.     color: #88a2b3!important
  760. }
  761. .cuerpo a.spoiler {
  762.     color: #C6C9CA!important
  763. }
  764. .cuerpo a.spoiler:before {
  765.     color: #ffa300!important
  766. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement