Advertisement
Guest User

actually, possibly, pretty OK theme

a guest
Mar 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 30.22 KB | None | 0 0
  1. /* Cba make extension atm so if you want to make changes: Stylish recommends that all CSS modifications made be appended with !important.
  2. * READ MORE HERE: https://github.com/stylish-userstyles/stylish/wiki/Overwriting-page-styles */
  3.  
  4. /* OVERALL/PARENT DIV */
  5.  html {
  6.     background:#161616 !important;
  7.     background-image:url("https://i.imgur.com/N14oMEl.png") !important;
  8.     background-repeat:repeat-x;
  9.     /* https://i.imgur.com/jDDgdlJ.png */
  10. }
  11. .body_wrapper {
  12.     border:1px solid #303030 !important;
  13. }
  14. body, legend {
  15.     font-family:'Roboto', sans-serif !important;
  16.     background:#252525 !important;
  17. }
  18. body > div > div.outercontainer {
  19.     /* inner-container/outer-container, this is the color of, mainly, everything below the sub forum links */
  20.     background:#202020 !important;
  21. }
  22. body > div > div.outercontainer > div {
  23.     /* this is .inner-container. Fixing the border on the right, it's an image. */
  24.     background:none !important;
  25. }
  26. /* HEADER: INCLUDES LOGO, QUICK LINKS, ADVERTISEMENTS, USER AREA, FORUM LINKS */
  27.  .doc_header {
  28.     /* color, borders of area surrounding logo */
  29.     border-left:1px solid #2c2c2c !important;
  30.     border-right:1px solid #2c2c2c !important;
  31. }
  32. div.logo_container {
  33.     /* background and size */
  34.     background:#1a1a1a !important;
  35. }
  36. /* START: NAVIGATION BAR */
  37.  body > div > div.outercontainer > div > div.above_body > div:nth-child(2) {
  38.     /* border of navbar */
  39.     border:none !important;
  40. }
  41. body > div > div.outercontainer > div > div.above_body > div:nth-child(2) > div {
  42.     background:#101010 !important;
  43. }
  44. #header > div.logo_container > div:nth-child(1) > a.logo-image > img {
  45.     /*logo */
  46.     content:url("https://www.mpgh.net/forum/images/emotions/porra.png") !important;
  47.     margin-left:50px !important;
  48. }
  49.  
  50. a[href="https://www.youtube.com/watch?v=KFOTXZCFVOw"] {
  51.     display:none !important;
  52. }
  53. #header > div.logo_container > div:nth-child(1):before {
  54.     /*content:"MPGH" !important;
  55. font-size:48px;
  56. color:#064a6e;
  57. z-index:999;
  58. font-weight:700;*/
  59.     background:url('https://i.imgur.com/gSttJqw.png');
  60. }
  61. #navtabs > li:nth-child(1) > a {
  62.     font-family:'Roboto', sans-serif !important;
  63. }
  64. div[id^=post_message] {
  65.     font-family:'Roboto', sans-serif !important;
  66. }
  67. div[id^=post_message] > blockquote > span, div[id^=post_message] > blockquote {
  68.     font-family:'Roboto', sans-serif !important;
  69.     font-size:1em !important;
  70. }
  71. .postbitlegacy .postrow, .eventbit .eventrow, .postbitdeleted .postrow, .postbitignored .postrow {
  72.     font-family:'Roboto', sans-serif !important;
  73.     font:none !important;
  74.     font-size:1em !important;
  75.     color:#EEE !important;
  76. }
  77. /* ALL EDITS PERTAINING POSTBIT */
  78.  .postbitlegacy .postdetails, .eventbit .eventdetails {
  79.     background:#252525 !important;
  80.     border-right:1px solid #0f0f0f !important;
  81.     border-top:1px solid #303030 !important;
  82.     border-left:1px solid #0f0f0f !important;
  83. }
  84. .postbitlegacy .userinfo {
  85.     /* userinfo (left side of post) */
  86.     background-color:#252525 !important;
  87.     border-right:1px solid #161616 !important;
  88. }
  89. .postbitlegacy .postrow.has_after_content {
  90.     border-bottom:#0f0f0f !important;
  91. }
  92. .signature {
  93.     border-top:1px solid #303030 !important;
  94. }
  95. .postbit .postfoot .textcontrols, .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
  96.     /* post footer */
  97.     background:#252525 !important;
  98.     border-top:1px solid #303030 !important;
  99.     border-bottom:1px solid #0f0f0f !important;
  100.     padding:10px 0 8px !important;
  101. }
  102. .postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
  103.     background:#252525 !important;
  104.     border:1px solid #0f0f0f !important;
  105. }
  106. .postbit, .postbitlegacy, .eventbit {
  107.     border:1px solid #303030 !important;
  108.     padding-right:2px;
  109. }
  110. .postbit .postfoot, .postbitlegacy .postfoot, .eventbit .eventfoot {
  111.     border:1px solid #0f0f0f !important;
  112.     border-bottom:none !important;
  113. }
  114. .postbitlegacy .postfoot .textcontrols span.seperator, .postbit .postfoot .textcontrols span.seperator {
  115.     border-right:1px solid #303030 !important;
  116. }
  117. .postbitlegacy .postfoot .textcontrols a.newreply, .postbit .postfoot .textcontrols a.newreply {
  118.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/quote_40b-hover.png) no-repeat #252525 left;
  119. }
  120. .postbitlegacy .postfoot .textcontrols a.quickreply, .postbit .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.forwardpost, .postbit .postfoot .textcontrols a.forwardpost {
  121.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/reply_40b-hover.png) no-repeat #252525 left;
  122. }
  123. .postbitlegacy .postfoot .textcontrols a.editpost, .postbit .postfoot .textcontrols a.editpost, .eventbit .eventfoot .textcontrols a.editevent {
  124.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/edit_40b-hover.png) no-repeat #252525 left;
  125. }
  126. .postbitlegacy .postfoot .textcontrols a.report, .postbit .postfoot .textcontrols a.report {
  127.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/report-40b-hover.png) no-repeat #252525 left;
  128. }
  129. .postbitlegacy .postfoot .textcontrols a.infraction, .postbit .postfoot .textcontrols a.infraction {
  130.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/add-infraction_sm-hover.png) no-repeat #252525 left;
  131. }
  132. .postbitlegacy .postfoot .textcontrols a.reputation, .postbit .postfoot .textcontrols a.reputation {
  133.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/reputation-40b-hover.png) no-repeat #252525 left;
  134. }
  135. .postbitlegacy .postfoot .textcontrols a.ip, .postbit .postfoot .textcontrols a.ip {
  136.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/ip-40b-hover.png) no-repeat #252525 left;
  137. }
  138. .postbitlegacy .postfoot .textcontrols a.multiquote, .postbit .postfoot .textcontrols a.multiquote {
  139.     background:url(https://www.mpgh.net/forum/mpghv2/buttons/multiquote_40b-hover.png) no-repeat #252525 left;
  140. }
  141. .postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
  142.     margin-left:221px;
  143. }
  144. ::-webkit-scrollbar-button {
  145.     display: none;
  146.     height: 13px;
  147.     border-radius: 0px;
  148.     background-color: #AAA;
  149. }
  150. ::-webkit-scrollbar-button:hover {
  151.     background-color: #AAA;
  152. }
  153. ::-webkit-scrollbar-thumb {
  154.     background-color: #1467ab;
  155.     border-radius: 1.5px;
  156. }
  157. ::-webkit-scrollbar-thumb:hover {
  158.     background-color: #CCC;
  159. }
  160. ::-webkit-scrollbar-track {
  161.     background-color: #bfbfbf;
  162. }
  163. ::-webkit-scrollbar-track:hover {
  164.     background-color: #CCC;
  165. }
  166. ::-webkit-scrollbar {
  167.     width: 3px;
  168. }
  169. div[id^=post_message] > blockquote > a {
  170.     color:#DBBA4B !important;
  171. }
  172. .postbitlegacy .userinfo .userinfo_extra {
  173.     color:#afafaf !important;
  174. }
  175. .userprofile {
  176.     border-bottom:none !important;
  177.     padding-bottom:2px !important;
  178. }
  179. /* threadstarter bullshit */
  180.  .threadstarter > b {
  181.     display:none;
  182. }
  183. .threadstarter {
  184.     height:22px;
  185.     width:22px;
  186.     background:url(https://i.imgur.com/ZUHnlnW.png) no-repeat;
  187.     background-size:22px 22px;
  188.     margin:0 auto;
  189.     margin-top:-5px;
  190.     padding-bottom:5px;
  191.     /*position:absolute;
  192.     top:10px;
  193.     left:100px;*/
  194. }
  195. /* QUOTES REPLIES */
  196.  .bbcode_container div.bbcode_quote {
  197.     background:rgba(12, 12, 12, 0.28) !important;
  198.     border:none !important;
  199.     border-left:3px solid #036192 !important;
  200. }
  201. .bbcode_container .bbcode_quote_container {
  202.     background:none !important;
  203. }
  204. .bbcode_container div.bbcode_quote div.message {
  205.     color:#afafaf !important;
  206.     margin-left:20px;
  207.     color:#afafaf !important;
  208. }
  209. .bbcode_postedby {
  210.     font-family:'Roboto', sans-serif !important;
  211.     color:#afafaf !important;
  212. }
  213. /* tools menu above threads, staff */
  214.  .toolsmenu {
  215.     background:#252525;
  216. }
  217. /* breadcrumb */
  218.  div[style="padding: 2px 2px 2px 2px; border-radius: 0; border: 1px solid #AAA; background-color: #EEEEEE; margin: 10px 0;"] {
  219.     border:1px solid #303030 !important;
  220.     background:#252525 !important;
  221.     padding:0 !important;
  222. }
  223. div.breadcrumb {
  224.     background:#222 !important;
  225.     border:1px solid #0f0f0f !important;
  226. }
  227. .breadcrumb .navbithome {
  228.     background: url(https://static.nulled.to/public/style_images/images/secondary_nav.png) no-repeat 100% 0 !important;
  229.     padding-left:5px !important;
  230.     margin-left:0px;
  231. }
  232. .breadcrumb .navbit a, .breadcrumb .navbit a span {
  233.     background: url(https://static.nulled.to/public/style_images/images/secondary_nav.png) no-repeat 100% 0 !important;
  234.     color:#036192 !important;
  235. }
  236. .breadcrumb .navbit a {
  237.     background: url(https://static.nulled.to/public/style_images/images/secondary_nav.png) no-repeat 0 0 !important;
  238. }
  239. .breadcrumb .active span.current {
  240.     background: url(https://static.nulled.to/public/style_images/images/secondary_nav.png) no-repeat 0 0 !important;
  241.     color:#036192 !important;
  242. }
  243. .breadcrumb .active span.current span.holder {
  244.     background: url(https://static.nulled.to/public/style_images/images/secondary_nav.png) no-repeat 100% 0 !important;
  245. }
  246. img[src="https://www.mpgh.net/forum/images/misc/male.gif"] {
  247. }
  248. img[src="https://www.mpgh.net/forum/images/misc/male.gif"] {
  249.     background:url(https://cdn2.iconfinder.com/data/icons/bitsies/128/Male-512.png) no-repeat;
  250.     background-size:16px 16px;
  251.     position: relative;
  252.     overflow: hidden;
  253.     width: 16px;
  254.     height: 16px;
  255.     padding: 16px 16px 0 0;
  256.     box-sizing: border-box;
  257. }
  258. /* Deleted posts styling */
  259.  .postbitdeleted > .posthead {
  260.     background:#252525 !important;
  261.     border:1px solid #0f0f0f !important;
  262. }
  263. .postbitdeleted > .userinfo {
  264.     background:#252525 !important;
  265.     border-top:1px solid #303030 !important;
  266. }
  267. .postbitdeleted > .postbody > .nodecontrols {
  268.     background:#252525 !important;
  269.     border-top:1px solid #303030 !important;
  270.     border-bottom:1px solid #0f0f0f !important;
  271.     padding:10px 0 8px !important;
  272. }
  273. .postbitdeleted .nodecontrols .textcontrol, .postbitignored .nodecontrols .textcontrol {
  274.     background:#252525 !important;
  275. }
  276. .postbitdeleted .userinfo, .postbitignored .userinfo {
  277.     border-top:1px solid #303030 !important;
  278.     border-bottom:1px solid #303030 !important;
  279. }
  280. .postbitdeleted .postbody, .postbitignored .postbody {
  281.     border:1px solid #0f0f0f !important;
  282. }
  283. .postbitlegacy .postbody, .eventbit .eventdetails .eventbody, .postbitdeleted {
  284.     background:#252525 !important;
  285.     border-left:1px solid #303030 !important;
  286. }
  287. /* THREADS VIEWED IN FORUM AKA THREADBITS */
  288.  .threadbit {
  289. }
  290. .toolsmenu div {
  291.     color:#afafaf !important;
  292.     border:1px solid #0f0f0f !important;
  293. }
  294. .toolsmenu {
  295.     border:1px solid #303030 !important;
  296. }
  297. .toolsmenu .popupgroup a.popupctrl, .toolsmenu .popupgroup .popupmenu a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover a.popupctrl, .toolsmenu .popupgroup .popupmenu:hover .popupctrl a.popupctrl.active {
  298.     color:#afafaf !important;
  299. }
  300. .threadbit .nonsticky, .threadbit .discussionrow, .threadbit .sticky, .threadbit .deleted {
  301.     background: #252525 !important;
  302. }
  303. .threadbit .alt {
  304.     background: #252525 !important;
  305. }
  306. .threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
  307.     background:#252525 !important;
  308. }
  309. li:nth-child(odd) .nonsticky, li:nth-child(odd) .sticky, li:nth-child(odd) .deleted {
  310.     border-bottom:1px solid #303030 !important;
  311.     border-top:1px solid #303030 !important;
  312.     border-left:none !important;
  313.     border-right:none !important;
  314.     color:#afafaf !important;
  315. }
  316. li:nth-child(even) .nonsticky, li:nth-child(even) .sticky, li:nth-child(even) .deleted {
  317.     border-bottom:1px solid #161616 !important;
  318.     border-top:1px solid #161616 !important;
  319.     border-left:none !important;
  320.     border-right:none !important;
  321.     color:#afafaf !important;
  322. }
  323. .threadbit .title {
  324.     color:#afafaf !important;
  325. }
  326. a[id^=yui] > strong {
  327.     color:#417394 !important;
  328. }
  329. /* last post by user link */
  330.  div > div > div.inner > h3 > span > b > font > u {
  331.     /* sticky prefix */
  332.     color:steelblue !important;
  333. }
  334. .pagination span a {
  335.     /* pages */
  336.     background:none !important;
  337.     border:none !important;
  338. }
  339. .threadlisthead, .forumhead, .blockhead {
  340.     background:none !important;
  341.     border-top:1px solid #303030 !important;
  342.     border-bottom:1px solid #0f0f0f !important;
  343.     border-left:3px solid steelblue !important;
  344.     border-right:none !important;
  345. }
  346. #pagetitle {
  347.     color:#afafaf !important;
  348. }
  349. .nonsticky[style="background-color: rgb(255, 227, 170);"] {
  350.     border-bottom:1px solid rgb(255, 227, 170) !important;
  351. }
  352. .nonsticky[style="background-color: rgb(255, 227, 170);"] .threadlastpost, .sticky[style="background-color: rgb(255, 227, 170);"] .threadlastpost {
  353.     /* premium sellers threads */
  354.     background:#252525 !important;
  355. }
  356. .nonsticky[style="background-color: rgb(255, 227, 170);"] .threadinfo {
  357.     border-left:3px solid rgb(255, 227, 170) !important;
  358.     border-radius:9px;
  359. }
  360. .nonsticky[style="background-color: rgb(255, 227, 170);"] .threadinfo a.title {
  361.     color:rgb(255, 227, 170) !important;
  362. }
  363. /* /forums/ */
  364.  .forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow, .forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
  365.     border-bottom:1px solid #161616 !important;
  366.     border-top:1px solid #303030 !important;
  367.     border-left:none !important;
  368.     border-right:none !important;
  369.     color:#afafaf !important;
  370.     background:#252525 !important;
  371. }
  372. .forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
  373.     color:steelblue !important;
  374. }
  375. li.subforum > a {
  376.     color:#afafaf !important;
  377. }
  378. .forumbit_post .forumdescription {
  379.     color:#afafaf !important;
  380. }
  381. .lastposttitle > a {
  382.     color:#afafaf !important;
  383. }
  384. /* styling quickreply/wysiwyg*/
  385.  .blockbody.formcontrols {
  386.     background:#252525 !important;
  387.     color:#afafaf !important;
  388.     border-left:3px solid steelblue !important;
  389.     border-bottom:1px solid #303030 !important;
  390.     border-right:none !important;
  391. }
  392. .formcontrols .blockrow {
  393.     background:#252525 !important;
  394.     border-top:1px solid #303030 !important;
  395. }
  396. .texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {
  397.     background:#EEE !important;
  398. }
  399. #vB_Editor_QR > div > div > div {
  400.     background:#252525 !important;
  401. }
  402. .editor_textbox_container {
  403.     background:#252525 !important;
  404.     border:1px solid #0f0f0f !important;
  405. }
  406. span.cke_skin_kama {
  407.     border:1px solid #303030 !important;
  408. }
  409. .cke_skin_kama .cke_wrapper.cke_ltr, .cke_skin_kama .cke_wrapper.cke_rtl {
  410.     background:#303030 !important;
  411. }
  412. .cke_skin_kama .cke_editor .cke_rcombo a, .cke_skin_kama .cke_editor .cke_toolgroup {
  413.     background:#afafaf !important;
  414. }
  415. .actionbuttons {
  416.     background:#252525 !important;
  417.     border-top:1px solid #0f0f0f !important;
  418.     border-bottom:1px solid #0f0f0f !important;
  419.     border-left:1px solid #0f0f0f !important;
  420.     border-right:1px solid #0f0f0f !important;
  421. }
  422. .blockfoot, .blocksubfoot {
  423.     border-top:1px solid #0f0f0f !important;
  424.     border-bottom:1px solid #0f0f0f !important;
  425. }
  426. /* TOP NAVIGATION BAR, FORUM LIST */
  427.  div[style="padding: 0 2px; background: url(mpghv2/gradient_quicklinks.png) repeat-x scroll left top #16334b; margin: 0 2px; border-top: 1px solid #5a8fb0;"] {
  428.     background:#252525 !important;
  429.     border:1px solid #0f0f0f !important;
  430.     padding-left:0px !important;
  431.     padding-right:0px !important;
  432. }
  433. ul.navi1 {
  434.     border-top:1px solid #303030 !important;
  435.     color:#afafaf !important;
  436.     border-right:1px solid #303030 !important;
  437.     border-left:1px solid #303030 !important;
  438. }
  439. ul.navi3 {
  440.     color:#afafaf !important;
  441.     border-right:1px solid #303030 !important;
  442.     border-left:1px solid #303030 !important;
  443. }
  444. /* advertising area */
  445.  div[style="width: 100%; height: 102px; background-image: url(mpghv2/gradient_header.png);"] {
  446.     background:#252525 !important;
  447.     background-image:none !important;
  448. }
  449. div[style="border-top: 1px solid #6d94b3; margin: 0 2px;"] {
  450.     border-top:1px solid #0f0f0f !important;
  451. }
  452. /* user area */
  453.  div[style="float: right; background-color: #FFF; width: 325px; height: 95px; border-left: 1px solid #DEDEDE; border-right: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; border-radius: 0 0 3px 3px; margin-right: 5px; margin-top: 1px;"] {
  454.     background:#252525 !important;
  455.     border-left:1px solid #303030 !important;
  456.     border-right:1px solid #303030 !important;
  457.     border-bottom:1px solid #303030 !important;
  458. }
  459. div[style="width: 100%;height: 100px;"] {
  460.     border-top:1px solid #303030 !important;
  461. }
  462. /* forum sublinks */
  463.  .forum_sublinks_background {
  464.     background:#303030 !important;
  465.     border:1px solid #0f0f0f !important;
  466. }
  467. div[style=" border-top: 1px solid #444; background: url(mpghv2/gradient_subnav.png) repeat-x scroll left top #252525; margin: 0 2px; padding: 0 10px;"] {
  468.     background:none !important;
  469.     border-top:1px solid #303030 !important;
  470. }
  471. div.postdetails > div.postbody > div:nth-child(2) {
  472.     border-left:1px solid #303030 !important;
  473. }
  474. /* CHAT */
  475.  #EmbeddedContainer .mainToggle .toggleContent {
  476.     background:#252525 !important;
  477. }
  478. #EmbeddedContainer .mainToggle {
  479.     background:#161616 !important;
  480. }
  481. .lobbyListContainer>.title {
  482.     background:none !important;
  483.     border-top:1px solid #303030 !important;
  484.     border-bottom:1px solid #0f0f0f !important;
  485.     border-left:3px solid steelblue !important;
  486.     border-right:none !important;
  487.     background:#252525 !important;
  488. }
  489. .lobbyItem {
  490.     background:#252525 !important;
  491. }
  492. .lobbyListContainer .lobbyList>div .lobbyItem:nth-child(odd) {
  493.     border-bottom:1px solid #303030 !important;
  494.     border-top:1px solid #303030 !important;
  495.     border-left:none !important;
  496.     border-right:none !important;
  497.     color:#afafaf !important;
  498. }
  499. .lobbyListContainer .lobbyList>div .lobbyItem:nth-child(even) {
  500.     border-bottom:1px solid #161616 !important;
  501.     border-top:1px solid #161616 !important;
  502.     border-left:none !important;
  503.     border-right:none !important;
  504.     color:#afafaf !important;
  505. }
  506. .scrollBars .thumb-vertical, .scrollBars>div:last-of-type {
  507.     display:none !important;
  508. }
  509. div[style="position: relative;overflow: hidden;width: 100%;height: 100%;background: #252525 !important;"] {
  510.     background:#252525 !important;
  511. }
  512. #Lobby, #Lobby .lobbyFooter {
  513.     background:#252525 !important;
  514. }
  515. div[style="position: absolute; height: 6px; right: 2px; bottom: 2px; left: 2px; border-radius: 3px;"] {
  516.     display:none !important;
  517. }
  518. div[style="position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;overflow: scroll;margin-right: -3px;margin-bottom: -3px;"], div[style="position: relative;overflow: hidden;width: 100%;height: 100%;background: #252525 !important;"], div[style="position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;overflow: scroll;margin-right: -3px;margin-bottom: -3px;"] {
  519.     background:#252525 !important;
  520. }
  521. .lobbyListContainer {
  522.     border-bottom:none !important;
  523. }
  524. .lobbyListContainer .searchContactAreaContainer .searchContactArea .inputBoxArea input {
  525.     background:#252525 !important;
  526. }
  527. .lobbyListContainer .lobbyList>div .lobbySubtitle {
  528.     background:none !important;
  529.     border-top:1px solid #303030 !important;
  530.     border-bottom:1px solid #303030 !important;
  531.     border-left:3px solid steelblue !important;
  532.     border-right:none !important;
  533.     background:#252525 !important;
  534. }
  535. .chatWindow .activeChannelContainer .activeChat .activeChatContent .titleBarContainer .titleBar {
  536.     background:none !important;
  537.     border-top:1px solid #303030 !important;
  538.     border-bottom:1px solid #0f0f0f !important;
  539.     border-left:1px solid #0f0f0f !important;
  540.     border-right:none !important;
  541.     background:#252525 !important;
  542. }
  543. div[style="position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; overflow: scroll; margin-right: -3px; margin-bottom: -3px;"] {
  544.     margin-bottom:-20px !important;
  545.     background:#252525 !important;
  546.     border-top:1px solid #303030 !important;
  547. }
  548. .chatWindow .activeChannelContainer .activeChat .activeChatContent .inputsContainer {
  549.     border-top:1px solid #303030 !important;
  550.     border-bottom:1px solid #0f0f0f !important;
  551.     border-left:1px solid #0f0f0f !important;
  552.     border-right:none !important;
  553.     background:#252525 !important;
  554. }
  555. .chatWindow .activeChannelContainer .activeChat .activeChatContent .chatPanel .messagesWrapper .messagesContainer {
  556.     background:#252525 !important;
  557.     color:#afafaf !important;
  558. }
  559.  
  560. .chatWindow .activeChannelContainer .activeChat .activeChatContent .chatPanel .messagesWrapper {
  561.     border-right:1px solid #161616 !important;
  562. }
  563.  
  564. .chatWindow .activeChannelContainer .activeChat .activeChatContent .chatPanel .userListContainer .userCount {
  565.     background:#161616 !important;
  566.         border-bottom:1px solid #161616 !important;
  567. }
  568.  
  569. .chatWindow .activeChannelContainer .activeChat .activeChatContent .chatPanel .userListContainer {
  570.     border-left:1px solid #161616 !important;
  571. }
  572.  
  573. .chatWindow .activeChannelContainer .activeChat .activeChatContent .chatPanel .userListContainer .userListToggle {
  574.     background:steelblue !important;
  575.     width:10px !important;
  576. }
  577.  
  578. .chatWindow .activeChannelContainer .toggleWrapper {
  579.     background:#252525 !important;
  580. }
  581.  
  582. .chatWindow .activeChannelContainer .toggleWrapper .conversationToggle {
  583.     background:#252525 !important;
  584. }
  585.  
  586. [data-notifications]:after {
  587.     background:#EEE !important;
  588.     color:#252525 !important;
  589. }
  590.  
  591. .lobbyListContainer .lobbyList>div .lobbyItem.contact:not(.pending):not(.request) .newMessages {
  592.     background:#303030 !important;
  593.     color:steelblue !important;
  594.     border:1px solid #303030 !important;
  595. }
  596.  
  597. #Lobby .lobbyFooter>.state {
  598.     color:#afafaf !important;  
  599. }
  600.  
  601. #Lobby .lobbyFooter .buttons .lobbyButton {
  602.     color:#afafaf !important;
  603.     border:none !important;
  604. }
  605.  
  606. #Lobby .lobbyFooter>.state>div {
  607.     border:none !important;
  608. }
  609.  
  610.  
  611. /* profile? */
  612. .body_wrapper {
  613.     background:#252525 !important;
  614. }
  615.  
  616. li[style="padding-bottom:6px; padding-left:12px;"] { /* mentions page mention */
  617.     color:#afafaf !important;
  618. }
  619.  
  620. #view-usertags .member_content .subsectionhead-understate, #view-quotes .member_content .subsectionhead-understate, #view-mentions .member_content .subsectionhead-understate, #view-hashes .member_content .subsectionhead-understate { /* mentions date */
  621.     background:#252525 !important;  
  622.     color:#d4d4d4 !important;
  623. }
  624.  
  625. #view-usertags .member_content .subsection, #view-quotes .member_content .subsection, #view-mentions .member_content .subsection, #view-hashes .member_content .subsection {
  626.     border-top:1px solid #303030 !important;
  627. }
  628.  
  629.  
  630. #sidebar_container.member_summary { /* left side, main user area */
  631.     background-image:none !important;
  632.     background:#252525 !important;
  633.     border:1px solid #0f0f0f !important;
  634. }
  635.  
  636. .member_content #sidebar_container div.block {
  637.     background:none !important;
  638.    
  639. }
  640. #sidebar_container.member_summary .mainblock {
  641.     border:1px solid #303030 !important;
  642. }
  643.  
  644. div#view-stats_mini {
  645.     border-top:1px solid #0f0f0f !important;
  646. }
  647.  
  648. #sidebar_container .userprof_content .blockrow {
  649.     background-color:#252525 !important;
  650.     border-color:#0f0f0f !important;
  651. }
  652.  
  653. dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time {
  654.    
  655. }
  656.  
  657. #sidebar_container .blockbody {
  658.     border:none !important;
  659. }
  660.  
  661.  
  662. /* SETTINGS */
  663. .pmlist .blockrow {
  664. }
  665.  
  666. /* TESTING 1/16/19 @ 10:24PM */
  667.  
  668.  
  669. /* attachments */
  670. .content .attachments {
  671.     background:#252525 !important;
  672.     border-left:3px solid steelblue !important;
  673.     border-right:none !important;
  674.     border-top:none !important;
  675.     border-bottom:none !important;
  676.     border-radius:0 !important;
  677. }
  678.  
  679. .postcontent > legend > b {
  680.        color:#eee !important;
  681. }
  682.  
  683. a[href^="attachment"] {
  684.     color:#DBBA4B !important;  
  685. }
  686.  
  687.  
  688. /* search page results small fixes */
  689. .threadbit .title {
  690.     background:#252525 !important;  
  691. }
  692.  
  693. a[href^="forumdisplay"] {
  694.     color:#afafaf !important;  
  695. }
  696.  
  697. /* [code] bb */
  698. .bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
  699.     background:#252525 !important;  
  700. }
  701.  
  702.  
  703.  
  704. /* TESTING - 1/17 @ 6:21PM */
  705.  
  706.  
  707. /* usertitles */
  708. .postbitlegacy .userinfo .rank, .postbitlegacy .userinfo .usertitle {
  709.     color:#afafaf !important;
  710. }
  711.  
  712. /* viewing a user's posts */
  713.  
  714.  
  715. /* spoilers */
  716. input[value^="SPOILER:"] {
  717.     background:none !important;
  718.     color:#dbba4b !important;
  719. }
  720.  
  721. div[style="background-color: rgb(234, 234, 234); border: 1px solid rgb(206, 206, 206); border-radius: 3px; padding: 10px;"] {
  722.     background:none !important;  
  723. }
  724.  
  725.  
  726. /* deleted threads */
  727. /* added to previous styling threadbit */
  728. .threadbit .deleted .threadinfo {
  729.     border-left:3px solid #E35F5F !important;  
  730. }
  731.  
  732. /* another attempted font color fix */
  733. blockquote span[style^="font-family"], font[color="*"], font[size="*"], blockquote.postcontent.restore {
  734.     color:#afafaf !important;  
  735. }
  736.  
  737. /* main page */
  738. body > div > div.outercontainer > div > div.body_wrapper > table > tbody > tr > td:nth-child(3) { /* remove right column of main page */
  739.     display:none !important;  
  740. }
  741.  
  742. div.blockrow {
  743.     background:#252525 !important;
  744.     color:#afafaf !important;
  745.     border-top:1px solid #303030 !important;
  746.     border-left:1px solid #303030 !important;
  747.     border-right:1px solid #303030 !important;
  748.     border-bottom:1px solid 3030303 !important;
  749. }
  750.  
  751. .vba_module {
  752.     border-top:none !important;
  753.     border-left:1px solid #0f0f0f !important;
  754.     border-right:1px solid #0f0f0f !important;
  755.     border-bottom:1px solid #0f0f0f !important;
  756. }
  757.  
  758. .vba_news {
  759.     margin:0px !important;
  760. }
  761.  
  762. /* TESTING 1/21/19 @ 6:05pm */
  763.  
  764. #Lobby > div.lobbyFooter > div.buildVersion {
  765.     /* chat footer, build version */
  766.     background:#252525 !important;
  767.     color:#EEE !important;
  768. }
  769.  
  770. .bbcode_quote div.quote_container {
  771.     color:#AFAFAF !important;  
  772. }
  773.  
  774. font[color="black"] {
  775.     color:#afafaf !important;
  776. }
  777.  
  778. .unapproved {
  779.     border-left:3px solid #E3D85F !important;
  780. }  
  781.  
  782. .unapproved > div > div > div.inner > h3 > span.prefix.understate {
  783.     color:#e3d85f !important;
  784. }
  785.  
  786. .announcerow {
  787.     background:#ffe3aa !important;
  788. }
  789.  
  790.  
  791. .announcerow .announceinfo, .announcerow .announcement {
  792.     background:#ffe3aa !important;
  793.    
  794. }
  795.  
  796. /* user cp, left navigation */
  797. #usercp_nav li {
  798.    background:#303030 !important;
  799. }
  800.  
  801. #usercp_nav li a:hover {
  802.     background:#252525 !important;
  803. }
  804.  
  805. #usercp_nav li a {
  806.     color:#afafaf !important;
  807. }
  808.  
  809. #usercp_nav hr {
  810.     display:none !important;
  811. }
  812.  
  813. #usercp_nav .blockbody {
  814.     border:none !important;
  815. }
  816.  
  817. #usercp_nav .blocksubhead {
  818.     background:#252525 !important;
  819.     color:#4682b4 !important;
  820. }
  821.  
  822. #usercp_nav .blocksubhead.profile {
  823.     border-top:1px solid #303030 !important;
  824. }
  825.  
  826. /* user cp, user notifications */
  827. .pmlist .blockrow {
  828. border-bottom:1px solid #161616 !important;
  829.     border-top:1px solid #303030 !important;
  830.     border-left:none !important;
  831.     border-right:none !important;
  832.     color:#afafaf !important;
  833.     background:#252525 !important;
  834. }
  835.  
  836. .blockbody {
  837.     background:#252525 !important;
  838. }
  839.  
  840. .pmlist .blockrow .title {
  841.     color:#afafaf !important;
  842. }
  843.  
  844. /*pms full page */
  845. #pmfolderlist .blocksubhead {
  846.     border-left:3px solid steelblue !important;
  847.     background:#252525 !important;
  848.     border-top:1px solid #303030 !important;
  849.     color:steelblue !important;
  850. }
  851.  
  852. /* reputation and below */
  853. .reputationbits .summaryinfo, #infractionslist .summaryinfo {
  854. border-bottom:1px solid #161616 !important;
  855.     border-top:1px solid #303030 !important;
  856.     border-left:none !important;
  857.     border-right:none !important;
  858.     color:#afafaf !important;
  859.     background:#252525;
  860. }
  861.  
  862. .summaryinfo.redcard {
  863.     background:#252525 url("https://www.mpgh.net/forum/mpghv2/misc/redcard_small.gif") left center no-repeat !important;
  864. }
  865.  
  866. .summaryinfo.pos {
  867.     background:#252525 url(https://www.mpgh.net/forum/mpghv2/reputation/reputation_pos.png) left center no-repeat !important;
  868. }
  869.  
  870. .summaryinfo .iteminfo .title a {
  871.     color:#afafaf !important;
  872. }
  873.  
  874. .summaryinfo .userinfo .user a {
  875.     color:#417394 !important;
  876. }
  877.  
  878. .blockbody.settings_form_border {
  879.     border:none !important;
  880. }
  881.  
  882. /* Fixing color of links in top right user area */
  883. div[style="padding: 2px;"] a {
  884.     color:#afafaf !important;
  885. }
  886.  
  887. #vmoods_list a {
  888.     color:#afafaf !important;  
  889. }
  890.  
  891. .notifications-number {
  892.     color:#afafaf !important;  
  893. }
  894.  
  895. div[style="padding: 2px; color: #284C7E;"] {
  896.     color:#afafaf !important;  
  897. }
  898.  
  899. /* TESTING - 2/17 11:13am */
  900.  
  901. font[color="Navy"] {
  902.     color:#afafaf !important;
  903. }
  904.  
  905. /* PROFILE OVERHAUL */
  906.  
  907. .userprof_headers  { /* top of a vm which includes name and actions on the right */
  908.     background:#252525 !important;
  909.     border-bottom:1px solid #161616 !important;
  910. }
  911.  
  912. .userprof_content { /* text of VM */
  913.     border-top:1px solid #303030 !important;
  914.     background:#252525 !important;
  915.     color:#afafaf !important;
  916. }
  917.  
  918. .userprof_headers_border {
  919.     border-left:none !important;
  920.     border-top:none !important;
  921.     border-right:none !important;
  922. }
  923.  
  924. .userprof_content_border {
  925.     border-left:none !important;
  926.     border-right:none !important;
  927.     border-bottom:none !important;
  928. }
  929.  
  930. .postbit-lite {
  931.     border:1px solid #474848 !important;
  932.     border-radius:7px !important;
  933.     padding-left:3px !important;
  934.     padding-top:3px !important;
  935. }
  936.  
  937. /*navbar of profile*/
  938. .activitystream_block dd, dd.userprof_moduleinactive {
  939.     border-top-left-radius:8px !important;
  940.     border-top-right-radius:8px !important;
  941.     padding-top:2px !important;
  942.     background:#808080 !important;
  943.     color:#afafaf !important;
  944. }
  945.  
  946. .activitystream_block dd.selected, dd.userprof_module {
  947.     border-top-left-radius:8px;
  948.     border-top-right-radius:8px !important;
  949.     padding-top:2px !important;
  950.     background:#5c5c5c !important;
  951.     color:#afafaf !important;
  952. }
  953.  
  954. #profile_customization_button {
  955.    
  956.     width:20px !important;
  957.     height:20px !important;
  958.     overflow:hidden !important;
  959. }
  960.  
  961. .memberprofiletabunder {
  962.     background-image:none !important;
  963.     background:#5c5c5c !important;
  964.     height:5px !important;
  965.     margin-top:-1px !important;
  966. }
  967.  
  968. #message_form {
  969.     margin-top:5px !important;
  970. }
  971.  
  972. #message_form > .userprof_border > .userprof_editor {
  973.     border:none !important;
  974. }
  975.  
  976. .profile_editor_border, .profile_content .actionbuttons {
  977.     border:none !important;
  978. }
  979.  
  980. .postbitlegacy .postfoot .textcontrols a.deleted, .postbit .postfoot .textcontrols a.deleted {
  981.     background-color:#252525 !important;
  982.     border:none !important;
  983. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement