Advertisement
izzakU

MPA-Dark-Style

Jul 9th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.47 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. html, body {
  3.  
  4.   color: #CD2424 !important;
  5.  
  6. }
  7.  
  8.  
  9. Style Attribute {
  10.     color: #c54a99;
  11.     font-family: helvetica, arial, sans-serif;
  12. }
  13.  
  14. html > body {
  15.  
  16.   background-color: #0b0b0b !important;
  17.  
  18. }
  19.  
  20.  
  21.  
  22. .cke_show_borders {
  23.  
  24.   background: #fff !important;
  25.  
  26.   color: #000 !important;
  27.  
  28. }
  29.  
  30.  
  31.  
  32. a {
  33.  
  34.   color: #7ba60d !important;
  35.  
  36. }
  37.  
  38.  
  39.  
  40. #main_search {
  41.  
  42.   color: #f0c1f0
  43.  
  44. }
  45.  
  46.  
  47.  
  48. .desc, .desc.blend_links a, p.posted_info {
  49.  
  50.   color: #BBBBBB !important;
  51.  
  52. }
  53.  
  54. #branding {
  55.  
  56.   background: none !important;
  57.  
  58.   padding: 20px 0 20px 0 !important;
  59.  
  60.  
  61.  
  62. }
  63.  
  64.  
  65.  
  66. .maintitle, #primary_nav, .popupInner h3, .ipsSideBlock h3 {
  67.  
  68.   background-color: #111111 !important;
  69.  
  70.   border: 1px solid #000 !important;
  71.  
  72.   height: 26px !important;
  73.  
  74.   color: #ddd !important;
  75.  
  76.   box-shadow: none !important;
  77.  
  78. }
  79.  
  80.  
  81.  
  82. .maintitle, .ipsSideBlock h3 {
  83.  
  84.   height: 13px !important;
  85.  
  86.   padding: 10px !important;
  87.  
  88.   font-weight: bold !important;
  89.  
  90. }
  91.  
  92.  
  93.  
  94. .popupInner {
  95.  
  96.   background: #0b0b0b !important;
  97.  
  98.   box-shadow: none !important;
  99.  
  100. }
  101.  
  102.  
  103.  
  104. #primary_nav {
  105.  
  106.   background-color: #070707 !important;
  107.  
  108. }
  109.  
  110.  
  111.  
  112. #primary_nav a {
  113.  
  114.   background-color: #111 !important;
  115.  
  116.   background: none !important;
  117.  
  118.   color: #cd2424 !important;
  119.  
  120.   text-shadow: none !important;
  121.  
  122.   font-weight: bold;
  123.  
  124. }
  125.  
  126.  
  127.  
  128. #primary_nav a:hover {
  129.  
  130.   background:#111 !important;
  131.  
  132. }
  133.  
  134.  
  135.  
  136. .maintitle a {
  137.  
  138.   color: #262fab !important;
  139.  
  140.   font-weight: bold;
  141.  
  142. }
  143.  
  144.  
  145.  
  146. .ipsBox {
  147.  
  148.   background: #111 !important;
  149.  
  150. }
  151.  
  152.  
  153.  
  154. .ipsBox_container {
  155.  
  156.   background: #0b0b0b !important;
  157.  
  158. }
  159.  
  160.  
  161.  
  162. .unread, .ipb_table tr {
  163.  
  164.   background: #0b0b0b !important;
  165.  
  166. }
  167.  
  168.  
  169.  
  170. .col_c_stats, .col_c_post {
  171.  
  172.   background: #111111 !important;
  173.  
  174. }
  175.  
  176.  
  177.  
  178. .ipsBox_container {
  179.  
  180.   border: 1px solid #000 !important;
  181.  
  182. }
  183.  
  184.  
  185.  
  186. table.ipb_table td {
  187.  
  188.   border-bottom: 1px solid #000 !important;
  189.  
  190. }
  191.  
  192.  
  193.  
  194. .post_block {
  195.  
  196.   background: none repeat scroll 0 0 #0b0b0b !important;
  197.  
  198.   border-color: #000 !important;
  199.  
  200. }
  201.  
  202.  
  203.  
  204. .row2, .post_block.row2, .col_f_icon {
  205.  
  206.   background: none repeat scroll 0 0 #0b0b0b !important;
  207.  
  208. }
  209.  
  210.  
  211.  
  212. .post_body .post {
  213.  
  214.   color: #BBBBBB !important;
  215.  
  216. }
  217.  
  218.  
  219.  
  220. p.citation {
  221.  
  222.   background: #DCBAE8 !important;
  223.  
  224.   border: 1px solid #595959 !important;
  225.  
  226.   border-bottom: none !important;
  227.  
  228. }
  229.  
  230.  
  231.  
  232. .ipsFilterbar a:hover {
  233.  
  234.   color: #FF6ED1 !important;
  235.  
  236. }
  237.  
  238.  
  239.  
  240. div.blockquote {
  241.  
  242.   background: #000 !important;
  243.  
  244.   border: 1px solid #595959 !important;
  245.  
  246. }
  247.  
  248.  
  249.  
  250. #search_wrap {
  251.  
  252.   background: none repeat scroll 0 0 #1D1D1D !important;
  253.  
  254.   border: 1px solid #000;
  255.  
  256. }
  257.  
  258.  
  259.  
  260. .ipsHeaderMenu {
  261.  
  262.   background: #111 !important;
  263.  
  264.   border-radius: 0 0 6px 6px;
  265.  
  266. }
  267.  
  268.  
  269.  
  270. #user_link.menu_active, #notify_link.menu_active, #inbox_link.menu_active {
  271.  
  272.   background-color: #111 !important;
  273.  
  274. }
  275.  
  276.  
  277.  
  278. .row1, .post_block.row1 {
  279.  
  280.   background-color: #111 !important;
  281.  
  282. }
  283.  
  284.  
  285.  
  286. .ipsType_sectiontitle {
  287.  
  288.   border-bottom: none !important;
  289.  
  290.   color: #DDDDDD !important;
  291.  
  292. }
  293.  
  294.  
  295.  
  296. .ipsType_pagetitle, .ipsType_subtitle {
  297.  
  298.   color: #dddddd !important;
  299.  
  300. }
  301.  
  302.  
  303.  
  304. .desc.lighter, .desc.lighter.blend_links a {
  305.  
  306.   color: #5B5B5B !important;
  307.  
  308. }
  309.  
  310.  
  311.  
  312. .input_submit, .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  313.  
  314.   background: none repeat scroll 0 0 #f0c1f0 !important;
  315.  
  316.   border-color: #12073B !important;
  317.  
  318.   border-style: none !important;
  319.  
  320.   box-shadow: none !important;
  321.  
  322.   text-shadow: none !important;
  323.  
  324.   font-weight: bold !important;
  325.  
  326.   color: #FFFFFF !important;
  327.  
  328. }
  329.  
  330.  
  331.  
  332. .ipsButton_secondary, .pagination .back a, .pagination .forward a, #search_options {
  333.  
  334.   background: none repeat scroll 0 0 #111 !important;
  335.  
  336.   border-color: #000 !important;
  337.  
  338.   color: #BBB !important;
  339.  
  340.   box-shadow: none !important;
  341.  
  342. }
  343.  
  344.  
  345. .ipbmenu_content, .ipb_autocomplete {
  346.  
  347.   background-color: #111111 !important;
  348.  
  349.   border: 1px solid #000000 !important;
  350.  
  351.   box-shadow: none !important;
  352.  
  353.   color: #B2B2B2;
  354.  
  355. }
  356.  
  357.  
  358.  
  359.  
  360.  
  361. .general_box h3 {
  362.  
  363.   background: none repeat scroll 0 0 #494949 !important;
  364.  
  365.   color: #f0c1f0 !important;
  366.  
  367.   font-weight: bold !important;
  368.  
  369. }
  370.  
  371.  
  372.  
  373. .ipsVerticalTabbed_tabs li {
  374.  
  375.   background: #111111 !important;
  376.  
  377.   border-color: #000 !important;
  378.  
  379.   color: #88629F;
  380.  
  381. }
  382.  
  383.  
  384.  
  385. .ipsVerticalTabbed_tabs > ul {
  386.  
  387.   border: none !important;
  388.  
  389. }
  390.  
  391.  
  392.  
  393. .status_update {
  394.  
  395.   background: none repeat scroll 0 0 #0b0b0b !important;
  396.  
  397.   color: #FFFFFF;
  398.  
  399. }
  400.  
  401.  
  402.  
  403. #user_link_menucontent a {
  404.  
  405.   color: #FF6ED1 !important;
  406.  
  407.   text-shadow: none !important;
  408.  
  409. }
  410.  
  411.  
  412.  
  413. body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
  414.  
  415.   background: #000 !important;
  416.  
  417. }
  418.  
  419.  
  420.  
  421. .input_text, .ipsTagBox_wrapper {
  422.  
  423.   border: 1px solid #EAEAEA !important;
  424.  
  425.   color: #363636;
  426.  
  427. }
  428.  
  429.  
  430.  
  431. #main_search_form .search_app.active {
  432.  
  433.   background: #C67EF2 !important;
  434.  
  435.   border: 2px solid #C67EF2 !important;
  436.  
  437.   color: #C67EF2 !important;
  438.  
  439. }
  440.  
  441.  
  442.  
  443. .ipsSideBlock {
  444.  
  445.   background: #0b0b0b !important;
  446.  
  447. }
  448.  
  449. .message.unspecific {
  450.     background-color: #111;
  451.     border-color: #111;
  452.     color: #bbb;
  453.     margin: 0 0 10px 0;
  454.     clear: both;
  455. }
  456. .message h3 {
  457.     padding: 0;
  458.     color: #382fab;
  459. }
  460. .input_submit, .topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  461.     background: none repeat scroll 0 0 #111 !important;
  462.     border-color: #111 !important;
  463.     border-style: none !important;
  464.     box-shadow: none !important;
  465.     text-shadow: none !important;
  466.     font-weight: bold !important;
  467.     color: #DDDD !important;
  468. }
  469. .maintitle, #primary_nav, .popupInner h3, .ipsSideBlock h3 {
  470.     background-color: #111 !important;
  471.     border: 1px solid #070707 !important;
  472.     height: 26px !important;
  473.     color: #ddd !important;
  474.     box-shadow: none !important;
  475. }
  476. .signature {
  477.     clear: right;
  478.     color: #7ba60d;
  479.     font-size: 0.9em;
  480.     border-top: 1px solid #CD2424;
  481.     padding: 10px 0;
  482.     margin: 6px 0 4px;
  483.     position: relative;
  484. }
  485. p.citation {
  486.     background: #111 !important;
  487.     border: 1px solid #0b0b0b !important;
  488.     border-bottom: none !important;
  489. }
  490. blockquote.ipsBlockquote {
  491.     font-size: 12px;
  492.     padding: 10px;
  493.     border: 2px solid #0b0b0b;
  494.     border-left: 2px solid #0b0b0b;
  495.     -moz-border-radius: 5px;
  496.     -webkit-border-radius: 5px;
  497.     border-radius: 5px;
  498.     background: #000;
  499.     margin: 0 0;
  500.     overflow-x: auto;
  501. }
  502. .maintitle {
  503.     background: #111 repeat-x top;
  504.     color: #DDD;
  505.     padding: 10px 10px 11px;
  506.     font-size: 16px;
  507.     font-weight: 300;
  508.     -moz-border-radius: 4px 4px 0 0;
  509.     -webkit-border-top-left-radius: 4px;
  510.     -webkit-border-top-right-radius: 4px;
  511.     border-radius: 4px 4px 0 0;
  512.     -webkit-box-shadow: inset 0px 1px 0 #000;
  513.     -moz-box-shadow: inset 0px 1px 0 #000;
  514.     box-shadow: inset 0px 1px 0 #000;
  515.     border-width: 1px 1px 0 1px;
  516.     border-color: #000;
  517.     border-style: solid;
  518. }
  519. .ipsLikeBar_info {
  520.     line-height: 19px;
  521.     background: #111;
  522.     padding: 0 10px;
  523.     display: inline-block;
  524.     -moz-border-radius: 2px;
  525.     -webkit-border-radius: 2px;
  526.     border-radius: 2px;
  527. }
  528.  
  529.  
  530. #activity-ticker li {
  531.     padding: 10px;
  532.     background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
  533.     background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
  534.     background-image: -o-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%);
  535.     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0b0b0b), color-stop(1, #0b0b0b));
  536.     background-image: -webkit-linear-gradient(top, #111 0%, #0b0b0b 100%);
  537.     background-image: linear-gradient(to bottom, #0b0b0b 0%, #0b0b0b 100%);
  538.     border: 1px solid #0b0b0b;
  539.     margin-bottom: 1px;
  540.     width: auto;
  541. }
  542. #tickerRow .ago, .ago a {
  543.     color: #DDD;
  544.     font-size: 11px;
  545.     /* text-shadow: 0px 1px 1px white; */
  546. }
  547. #copyright {
  548.     color: #7ba60d;
  549.     text-align: right;
  550. }
  551. .statistics {
  552.     margin: 20px 0 0 0;
  553.     padding: 10px 0;
  554.     border-top: 3px solid #0000ed;
  555.     line-height: 1.3;
  556.     overflow: hidden;
  557. }
  558. #branding {
  559.     border-bottom: 1px solid #0000ed;
  560.     min-height: 64px;
  561. }
  562. #header_bar {
  563.     background: #111111!important
  564. }
  565. #content {
  566.     background: #0b0b0b;
  567.     padding: 10px 10px;
  568.     line-height: 120%;
  569.     /* -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1); */
  570.     -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
  571.     /* box-shadow: 0 5px 9px rgba(0,0,0,0.1); */
  572. }
  573. .ipsForm_submit {
  574.     background: #111;
  575.     background: -moz-linear-gradient(top, #e4e4e4 0%, #ccc 100%);
  576.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b0b0b), color-stop(100%,#0b0b0b));
  577.     padding: 5px 10px;
  578.     text-align: right;
  579.     border-top: 1px solid #0b0b0b;
  580.     margin-top: 25px;
  581. }
  582. .popupInner h3 {
  583.     background: #111 !important;
  584.     */: ;
  585.     border-width: 1px 1px 0 1px;
  586.     border-style: solid;
  587.     border-color: #111;
  588.     padding: 8px 10px 9px;
  589.     /* font-size: 16px; */
  590.     font-weight: 300;
  591.     text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  592.     -webkit-box-shadow: inset 0px 1px 0 #0b0b0b;
  593.     box-shadow: inset 0px 1px 0 #0b0b0b;
  594.     -moz-box-shadow: inset 0px 1px 0 #528cbc;
  595. }
  596. .popupWrapper {
  597.     background-color: #0b0b0b;
  598.     background-color: #00000085;
  599.     padding: 4px;
  600.     -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.79);
  601.     -moz-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7);
  602.     box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.56);
  603.     -moz-border-radius: 4px;
  604.     -webkit-border-radius: 4px;
  605.     border-radius: 4px;
  606. }
  607.  
  608.     max-width: 87%;
  609.     min-width: 980px;
  610.     margin-left: auto;
  611.     margin-right: auto;
  612.     background: #0b0b0b!important;
  613. }
  614. #profile_background {
  615.     background: #111!important;
  616. }
  617. .general_box {
  618.     background: #0b0b0b;
  619.     margin-bottom: 10px;
  620. }
  621. .general_box h3 {
  622.     background: none repeat scroll 0 0 #111 !important;
  623.     color: #4d90fe !important;
  624.     font-weight: bold !important;
  625. }
  626. .ipsVerticalTabbed_tabs li.active a {
  627.     width: 135px;
  628.     position: relative;
  629.     z-index: 8000;
  630.     border-right: 1px solid #0000ed;
  631.     background: #0b0b0b;
  632.     /* color: #323232; */
  633.     font-weight: bold;
  634. }
  635. .ipsVerticalTabbed_tabs li a:hover {
  636.     background: #0b0b0b;
  637.     /* color: #4d90fe; */
  638. }
  639.  
  640. .reputation.positive, .members li.positive {
  641.     background: #cd2424;
  642. }
  643. .topic_buttons li.non_button a, #footer_utilities {
  644.     background: #111 !important;
  645. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement