Advertisement
Guest User

Mediavida Oscuro

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