NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Armored Warfare Dark Forum Theme // @namespace Armored Warfare Dark Forum Theme // @description A new dark theme for the Armored Warfare forum // @include https://aw.my.com/en/forum/* // @include https://aw.my.com/pl/forum/* // @include https://aw.my.com/fr/forum/* // @include https://aw.my.com/de/forum/* // @updateURL https://openuserjs.org/src/scripts/RIC0H/Armored_Warfare_Dark_Forum_Theme.meta.js // @downloadURL https://openuserjs.org/src/scripts/RIC0H/Armored_Warfare_Dark_Forum_Theme.user.js // @author RIC0H // @run-at document-start // @version 1.9 // @grant none // @license MIT // ==/UserScript== function addGlobalStyle(css) { var head, style; head = document.getElementsByTagName('head')[0]; if (!head) { return; } style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; head.appendChild(style); } addGlobalStyle('.postbitlegacy {border: 0px !important;}' + 'body.mcApi-added {background: #000 url(https://s3.amazonaws.com/files.enjin.com/98924/Script_Images/AW_BG1.jpg) !important;background-size: cover !important;background-position: 0 0 !important;background-attachment: fixed !important;}' + 'html {background-color: #000 !important;}' + '#header {height: 150px !important;}' + '.ph-logo__link__pic {padding-top: 10px !important;}' + '.ph-button__text_profilemenu {display: none !important;}' + '.ph-menu {background: url(//static.aw.my.com/forum/theme/toplinks.png) repeat left top !important;}' + '.toplinks {border-top: 1px solid #000 !important;border-bottom: 1px solid #000 !important;}' + '.navbar {margin-left: 100px !important;margin-right: 100px !important;}' + '.body_wrapper {margin-right: 100px !important;margin-left: 100px !important;}' + '.forumbits .forumbit_nopost .forumhead {border-bottom: 0px !important;border-top: 0px !important;border-left: 0px !important;border-right: 0px !important;}' + '.above_postlist .pagination_top .postpagestats {margin-right: 20px !important;}' + '.navpopupmenu {margin-right: 20px !important;}' + '.logo-image-wrapper a.logo-image {background: url(https://s3.amazonaws.com/files.enjin.com/98924/Script_Images/AWlogo2.png) no-repeat !important;}' + '.blockrow.restore a {color:#fff !important;}' + '.standard_error {padding: 6em 0 5em !important;}' + '.block.activitystream #activitylist li.activitybit .avatar img {width: 60px !important;height: 60px !important;}' /*User Profile*/ + '.userprof blockquote {max-width: 1080px !important;overflow-x: auto !important;}' + '.postbit-lite .avatarlink {display: none !important;}' + '.userprof_vmright {margin-left: 5px !important;}' + '#inlinemod_formctrls a.popupctrl span.ctrlcontainer {color: #000 !important;}' + '.userprof_title {color: #eee !important;}' + '#member_content #sidebar_container.member_summary {background-color: transparent !important;}' + '#member_content #sidebar_container.member_summary .moduleinactive_bg {background-color: #151515 !important;}' + '#sidebar_container .userprof_content .blockrow {background-color: #0E0E0E !important;border-color: #000 !important;color: #eee !important;}' + '#sidebar_container dl.stats, .member_summary dl.stats dt, #sidebar_container .userprof_content .time, .userprof_content .time {color: #eee !important;}' + '#sidebar_container .blockbody {border: 1px solid #000 !important;}' + '#sidebar_container .blocksubhead {color: #fff !important;}' + '.texteditor.content .cke_skin_kama textarea.cke_source, .texteditor textarea {color: #fff !important;background: #0E0E0E !important;border: 1px solid #000 !important;}' + '.profile_content .actionbuttons {border-color: #000 !important;background-color: #151515 !important;}' + '.userprof_headers_border {border: 1px solid #000 !important;}' + '.userprof_headers {color: #FFF !important;background-color: #0E0E0E !important;}' + '.userprof_content_border {border-color: #000 !important;}' + '.userprof_content {color: #eee !important;}' + '#view-aboutme .blockbody .stats dt {color: #eee !important;}' + 'li.activitybit {color: #eee !important;border: 1px solid #000 !important;background: #151515 !important;box-shadow: 0px 1px 3px #000 !important;}' + 'li.activitybit a {color: #fff !important;}' + '.member_summary dl.stats dt {margin-top: 5px !important;width: 150px !important;}' + '.member_summary dl.stats dt a {color: #fff !important;}' + '.member_summary dd.avatar img {border: 1px solid #000 !important;padding: 0px !important;}' + '.avatarcontainer img {border: 3px solid #000 !important;outline: 0px !important;}' + 'li.activitybit .content .datetime .time {color: #eee;}' + '#sidebar_container.member_summary .textcontrol {color: #fff !important;}' + '#sidebar_container.member_summary a.textcontrol:hover {text-decoration: underline !important;}' + '#profile_tabs #tab_container dd.userprof_moduleinactive a {color:#000 !important;}' + '#profile_tabs #tab_container dd.userprof_moduleinactive a:hover {color:#fff !important;}' + '#sidebar_container a {color: #fff !important;}' + '.profile_content .postbit-lite .vm_blockrow {background: #151515 !important;}' + '.userprof_headers a {color: #fff !important;}' + '.profile_content .subsectionhead, #postlist .subsectionhead {text-align: center !important;}' + '.userprof_vmright .member_blockrow {background: #28292B !important;}' + '.member_content #sidebar_container div.block {background-color: #151515 !important;box-shadow: 0px 1px 3px #000 !important;border: 1px solid #000 !important;}' + '#sidebar_container.member_summary .mainblock {-moz-border-radius: 0px !important;-webkit-border-radius: 0px !important;border-radius: 0px !important;}' + '#userprof_content_container dl.tabslight {padding-left: 0px !important;}' + '.userprof .selected_view_section .member_content a, .member_content a {color: #fff !important;}' + '.profile_content div.subsectionhead {margin-top: 10px !important;border-top: 1px solid #000 !important;background: #28292B !important;}' + '.userprof blockquote img {max-width: 1090px !important;}' + '.cke_skin_kama div.cke_bottom_restore_autosave a.restoretext {color: #000 !important;}' + '.profile_content.userprof .as-tabs dd.selected a {color: #000 !important;}' + '#sidebar_container .blockbody, #sidebar_container .blockrow {border-radius: 0px !important;}' + 'button#profile_customization_button.floatright.userprof_button {display:none!important;}' + '#userprof_content_container #activitylist li.activitybit .content.hasavatar li.attachment a {border: 1px solid #000 !important;padding:0px!important;}' + '#view-groups .allgroups.blockbody.userprof_content .image_link_list .image_bit img {border: 0px !important;}' /*Top*/ + '.navtabs ul {background-color: #0C0D10 !important;top: 26px !important;min-height: 30px !important;border-bottom: 1px solid #000 !important;}' + '.above_threadlist {margin: 0px 0px 0px 0px !important;}' + '.above_threadlist .threadpagenav {right: 20px !important;bottom: 0px !important;}' + '.toolsmenu {background: #0C0D10 url("") repeat-x !important;border-top: 1px solid #000 !important;margin: 0px !important;margin-bottom: -8px !important;border-bottom: 1px solid #000 !important;border-left:0px !important;border-right:0px !important;}' + '.breadcrumb .navbit a {color: #AEAEAE !important;}' + '.breadcrumb .navbit.lastnavbit span {color: #eee !important;}' + '#pagetitle {color: #AEAEAE !important;}' + '.navbar_advanced_search li a {color: #eee !important;}' + '#above_searchresults {margin: 0px !important;}' + '#pagination_top {right: 20px !important;top:0 !important;}' + 'h2.searchlisthead {background: #0C0D10 url("") repeat-x !important;border-top: 1px solid #000 !important;border-bottom: 1px solid #000 !important;box-shadow: 0px 0px 0px #000 !important;border-left: 0px !important;border-right: 0px !important;}' + '#pagetitle a {color: #eee !important;}' + '.toolsmenu ul a.firstunread {color: #fff !important;}' + '.above_postlist .pagination_top .postpagestats, .above_threadlist .threadpagenav .threadpagestats {color: #999 !important;}' /*post edits*/ + '.postbitlegacy .title {display: none !important;}' + '.postbitlegacy .postdetails, .postbitlegacy .userinfo {background: #151515 !important;}' + '.postbitlegacy .postbody {border-left: 1px solid #000 !important;background: #151515 !important;color: #eee;}' + '.postbitlegacy .postfoot .textcontrols {background: #28292B !important;border-top:1px solid #000 !important;border-bottom:1px solid #000 !important;border-left:0px !important;border-right:0px !important;}' + '.postbitlegacy .postrow {color: #eee !important;}' + '.postbitlegacy, .eventbit {margin-bottom: 0px !important;margin-top: 10px !important;margin-bottom:5px !important;}' + '.signature {border-top: 1px solid #000 !important;}' + '.signature a {color:#eee!important;}' + '.postbitlegacy .posthead {margin: 0px 0px 0 !important;background: #28292B !important;border-top:1px solid #000 !important;border-bottom:1px solid #000 !important;border-left:0px !important;border-right:0px !important;}' + '.postbitlegacy .userinfo .userinfo_extra {color: #eee !important;}' + '.postbitlegacy .lastedited, .postbitlegacy .lastedited .time {color: #eee !important;}' + '.postcontent a {color:#fff!important;}' + '.postbitlegacy .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.editpost, .postbitlegacy .postfoot .textcontrols a.newreply {background: url("") no-repeat !important;padding: 2px 5px 2px 5px !important;box-shadow: 0px 1px 3px #000 inset !important;color: #BCBCBC !important;border-radius: 3px !important;}' + '.postbitlegacy .postfoot .textcontrols a.quickreply:hover, .postbitlegacy .postfoot .textcontrols a.editpost:hover, .postbitlegacy .postfoot .textcontrols a.newreply:hover {padding: 2px 5px 2px 5px !important;color: #fff !important;}' + '.postbitlegacy .postfoot .textcontrols span.seperator {border-right: 1px solid #000 !important;margin: 0 2px !important;}' + '.postbitlegacy .postfoot .textcontrols a.multiquote {background: url(https://s3.amazonaws.com/files.enjin.com/98924/Script_Images/multiquote-back_40b.png) no-repeat left !important;padding: 2px 9px 2px 12px !important;box-shadow: 0px 1px 3px #000 inset !important;}' + '.postbitlegacy .postfoot .textcontrols a.multiquote:hover {background: url(https://s3.amazonaws.com/files.enjin.com/98924/Script_Images/multiquote-back_40c.png) no-repeat left !important;padding: 2px 5px 2px 5px;}' + '.postbitlegacy .postfoot .textcontrols a.report {background: url(https://s3.amazonaws.com/files.enjin.com/98924/Script_Images/report-40b.png) no-repeat left !important;padding: 2px 8px 2px 5px !important;}' + '.postbitlegacy .postfoot .textcontrols a.report:hover {background: url(https://s3.amazonaws.com/files.enjin.com/98924/Script_Images/report-40c.png) no-repeat left !important;padding: 2px 8px 2px 5px !important;}' + '.postbitlegacy .postfoot {height: 30px !important;}' + '.postbitlegacy .userinfo .usertitle {color: #999 !important;}' + '.vbform.block .blockbody .blockrow a {color:#fff !important;}' /*Forum Section*/ + '.threadbit .sticky {border-left: 0px !important;border-right: 0px !important;border-bottom: 1px solid #000 !important;border-top: 1px solid !important;border-top-color: rgba(255,255,255,.12) !important;background: #1d2129 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;}' + '.threadbit .nonsticky {border-left: 0px !important;border-right: 0px !important;border-bottom: 1px solid #000 !important;border-top: 1px solid !important;border-top-color: rgba(255,255,255,.12) !important;background: #202020 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;}' + '.threadbit .threadtitle_unread {color: #eee !important;}' + '.threadbit .title {color: #AEAEAE;}' + '.threadbit .alt {color: #AEAEAE;}' + '.threadbit .threadmeta, .threadbit .threadlastpost, .threadbit .threadlastpost .time, .threadbit .threadlastpost a {color: #898989;}' + '.threadbit .pagination a {background-color: #2F2F2F !important;border-color: #000 !important;color: #929292 !important;}' + '.body_wrapper {background: #0E0E0E !important;}' + '.below_threadlist .threadpagenav {margin-top: -15px !important;padding-bottom: 10px !important;margin-left: -20px !important;}' + '.below_threadlist .threadpagenav .pagination {right: 20px !important;}' + '.bbcodeblock ul li a, .rules_link a {color: #fff !important;}' + '.threadlist .threadbit .threadtitle span, .searchtitle span {display:none !important;}' + '.forum_info .blockbody, #posting_rules.thread_info_block.blockbody.formcontrols.floatcontainer.options_correct {background: #151515 url("") repeat-x !important;color:#eee!important;box-shadow: 0px 0px 4px 0px #000 !important;}' + '.pagination span a.popupctrl, .navpopupmenu .popupctrl .ctrlcontainer {color: #000 !important;}' + '.navlinks {background: #28292B !important;border-top: 1px solid #000 !important;border-bottom: 1px solid #000 !important;color:#eee!important;}' + '.navlinks a {color:#eee!important;}' + '.threadbit.hot.lock .nonsticky, .threadbit.lock .nonsticky {background:#130303 !important;}' /*Forum Overview*/ + '.forumhead {margin-top: 0px !important;border-top:1px solid #000 !important;}' + '.forumrow {border-left: 0px !important;border-right: 0px !important;border-bottom: 1px solid #000 !important;border-top: 1px solid !important;border-top-color: rgba(255,255,255,.12) !important;background: #202020 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;}' + '.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {color: #eee !important;}' + '.forumbit_nopost .subforumdescription {color: #6D6D6D !important;background: #151515 !important;border-bottom: 1px solid #000 !important;border-top: 0px solid #000 !important;}' + '.forumbits .forumhead h2 {border-bottom: 1px solid #000 !important;}' + '.popupmenu a.popupctrl {color: #eee !important;}' + '.forumlastpost p.lastposttitle a.threadtitle {color: #eee !important;}' + '.commalist li a {color: #eee !important;}' + '.threadbit .threadpostedin p a {color:#fff!important;}' + '.blockfootpad {margin-left:20px!important;color:#eee!important;}' + '#below_searchresults {margin-right: 20px !important;}' + '.below_postlist .pagination_bottom .pagination {right: 20px !important;}' + '.thread_info .inner_block {background-color: #151515 !important;color: #eee !important;}' + '.thread_info .inner_block a {color: #fff !important;}' + '.thread_info .inner_block a.textcontrol {color: #000 !important;}' + '.forumbit_post .forumstats li {color: #898989 !important;}' + '.forumbit_post .forumlastpost .lastpostdate {color: #898989 !important;}' + '.forumbit_post .forumdescription {color: #898989 !important;}' + '.forumbit_post .forumlastpost .lastpostdate .time {color: #898989 !important;}' + '.forumbit_post .forumrow .forumlastpost {color: #898989 !important;}' + '.forumbit_post .forumlastpost .lastposttitle .postimg {display: none !important;}' + '.forumbits ol li#cat3 .forumhead.foruminfo.L1.collapse {margin-top:-30px !important;}' + '.forumbits .forumbit_nopost .forumhead span.forumlastpost {display: inline !important;}' /*Quote*/ + '.bbcode_container div.bbcode_quote {background: #0E0E0E !important;border: 1px solid #000 !important;font: normal 13px Tahoma,Calibri,Verdana,Geneva,sans-serif !important;}' + '.bbcode_container .bbcode_quote_container {background: transparent url("") no-repeat left !important;}' + '.bbcode_postedby img[title="Quote"] {display:none!important;}' + '.bbcode_container div.bbcode_quote div.message {border-top: 1px solid #000 !important;}' + '.bbcode_postedby {padding-bottom: 6px !important;}' + '.postbody img.inlineimg {vertical-align: 0 !important;}' /*Team Forum*/ + '.postbit .userinfo_noavatar {background: #151515 !important;color: #eee !important;}' + '.postbit .username_container a {color: #eee !important;}' + '.postbit .postbody {color: #eee !important;background: #151515 !important;}' + '.postbit .posttitle a {color: #eee !important;}' + '.postbit .posttitle {border-bottom: 1px solid #000 !important;}' + '.postbit {border-bottom: 1px solid #000 !important;border-left: 0px !important;border-right: 0px !important;}' + '.postbit .userinfo_noavatar {border-bottom: 1px solid #000 !important;}' + '.postbit .posthead {border-bottom: 1px solid #000 !important;border-left: 0px !important;border-right: 0px !important;background: #28292B !important;color: #eee !important;}' + '.postbit .postdate .time {color: #eee !important;}' + '.postbit {border-top: 0px !important;}' + '.block.searchresults {margin-top:30px!important;}' + '.block.searchresults .blockbody .searchbits .postbit .posttitle {display: none !important;}' + '.block.searchresults .blockbody .searchbits .postbit {width:98% !important;margin-left: 13px !important;margin-top: 5px !important;box-shadow:0px 1px 3px #000 !important;}' + '.body_wrapper #groups_2 .groupbit .blocksubhead {background: #151515 !important;border-top: 0px !important;}' /*BBc*/ + '.blockbody {background: #151515 !important;}' + 'span.cke_skin_kama {border: 1px solid #000 !important;}' + '.cke_skin_kama {color: #fff !important;}' + '.cke_skin_kama .cke_wrapper.cke_ltr {background: #151515 url("") repeat-x 0px -1950px !important;}' + '.texteditor.forum .cke_skin_kama textarea.cke_source, .texteditor.forum textarea {background: #0E0E0E !important;border: 1px solid #000 !important;color: #eee !important;}' + '.formcontrols .blockrow input.textbox {background: #0E0E0E !important;color:#eee!important;}' + '.formcontrols .blockrow {background: #151515 !important;color: #eee !important;}' + '.formcontrols .blockrow .blockbody {background: #151515 !important;}' + '.formcontrols fieldset.blockrow legend {color: #fff !important;margin-left: 10px !important;}' + '.vbform .blockbody {background: #151515 !important;}' + '.formcontrols .blockrow .header {background-color:#0E0E0E!important;min-height:20px!important;border-top:1px solid #000 !important;border-bottom:1px solid #000 !important;margin-top: -11px !important;}' + '#forumrules {border-bottom: 0px solid #000 !important;border-left: 0px solid #000 !important;border-right: 0px solid #000 !important;border-top: 0px solid #000 !important;background: #151515 url("") !important;color: #eee !important;}' + '.blockfoot {color: #eee !important;}' + '.blockfoot a {color: #fff !important;}' + '.editor_smiliebox div.moresmilies a {color: #fff !important;}' + '.vbform.block .formcontrols .blockrow {border-top: 0px !important;}' + '.vbform.block .blockbody .blockrow {color: #eee !important;}' + '.cke_skin_kama .cke_editor .cke_toolgroup {background: #282828 !important;}' + '.cke_skin_kama .cke_editor .cke_button a, .cke_skin_kama .cke_editor .cke_button a.cke_off {background-color: #999 !important;border: 1px solid #000 !important;}' + '.cke_skin_kama .cke_separator {border-left: solid 1px #282828 !important;}' + '.cke_skin_kama .cke_editor td#cke_top_vB_Editor_QR_editor.cke_top {background: #282828 !important;border-top: 1px solid #000 !important;border-right: 1px solid #000 !important;border-left: 1px solid #000 !important;padding-top: 5px !important;padding-left: 3px !important;}' + '.cke_skin_kama .cke_rcombo a {margin-top: 2px !important;background-color: #999 !important;padding: 0px !important;background-image: url("") !important;border-top: 1px solid #000 !important;border-left: 1px solid #000 !important;border-bottom: 1px solid #000 !important;border-right: 1px solid #000 !important;}' + '.cke_skin_kama .cke_rcombo .cke_inline_label {color: #000 !important;}' + '.formcontrols.profile_editor_border .blockrow {border-top: 0px !important;}' + '.userprof_editor {border-width: 0px 0px 0px 0px !important;}' /*Report*/ + '.formcontrols .section .blockrow .textbox, textarea {color: #eee !important;background: #0E0E0E !important;border: 1px solid #000 !important;}' /*Groups*/ + '#groupsearch {background: #eee !important;margin-right: 10px !important;}' + '.groupbit:hover .blockfoot {background-color: #151515 !important;}' + '.groupbit:hover .postcontrols a {background: #0E0E0E !important;border-color: #fff !important;}' + '.groupbit {min-height: 80px !important;padding-top: 0px !important;border-bottom: 1px solid #000 !important;border-top: 1px solid !important;border-top-color: rgba(255,255,255,.12) !important;}' + '.groupbit .avatarlink {width: 77px !important;height: 77px !important;margin-top:10px !important;}' + '#group-list .threadbit.sgbit .alt {background: #202020 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;}' + '#group-list .threadlisthead.sgbithead, #group-list .threadlisthead.sgbit, #group-list .threadbit.sgbit {box-shadow: none !important;}' + '#group-list #group-list-table .threadbit.sgbit .nonsticky .threadinfo.socialgroup .searchtitle a {color:#fff !important;}' + '#group-list {margin-top: 40px !important;}' + '#group-list-search {margin-top: 22px !important;}' + '#recentgroups .blockrow > li, #content .blockrow > ol, #content .blockrow > div {background: #151515 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;border: 1px solid #000 !important;}' + '#recentgroups .blockrow > li.sgicon .maincol {color: #eee !important;background: #202020 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;}' + '#recentgroups .blockrow > li.sgicon .maincol h3 a {color: #fff !important;}' + '#recentgroups .blockrow > li.sgicon .maincol p.description {color: #999 !important;}' + '#recentgroups .blockrow > li.sgicon .maincol div.category a {color:#fff !important;}' + '#recentgroups .blockrow > li.sgicon .maincol a {color:#fff !important;}' + '#recentgroups .blockrow > li.sgicon .maincol a.textcontrol {color:#000 !important;}' + '#recentgroups .blockrow > li.sgicon .maincol div.last_activity .time {color: #777 !important;}' + '#discussionlist .threadbit .discussionrow {background: #202020 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;border: 0px !important;}' + '#sidebar_container.sidebarleft > ul {background-color: #202020 !important;border: 1px solid #000 !important;}' + '#sidebar_container > ul {background-color: transparent !important;border: 0px !important;}' + '#sidebar_container ul li .blocksubhead {background: #28292B !important;}' + '#sidebar_container .blockbody {background-color: #151515 !important;}' + '#sidebar_container .blockrow {background: #0e0e0e !important;border-top: 0px !important;}' + '#groupstats dl.stats dt {color: #eee !important;}' + '#content .blockrow > ol#thumbnails li {background: #0e0e0e !important;border: 1px solid #000 !important;}' + '#content .blockrow > ol#thumbnails li span a {color: #fff !important;}' + '#view-group-description {color: #999 !important;}' + '#grouppagetitle.toolsmenu h1 a {color: #fff !important;}' + '#pictures .blockbody .blockrow, #group_discussion_inlinemod_form .blockbody .blockrow {border: 1px solid #000 !important;}' + '#group_message_inlinemod_form .postbit-lite .avatarlink {display: block !important;}' + '#group_message_inlinemod_form .postbit-lite .avatarlink {margin-top: 27px !important;border: 1px solid #000 !important;}' + '#group_message_inlinemod_form .postbit-lite .postbithead {color: #eee !important;background: #282828 !important;border: 1px solid #000 !important;margin-left: 0px !important;}' + '#group_message_inlinemod_form .postbit-lite .postbithead a {color: #fff !important;margin-left: -50px !important;}' + '#group_message_inlinemod_form .postbit-lite {background: #151515 !important;color: #eee !important;min-height: 79px !important;}' + '#group_message_inlinemod_form .postbit-lite .posttext {padding: 5px !important;margin-left: 65px !important;}' + '#group_message_inlinemod_form .postbit-lite .posttext a {color:#fff !important;}' + '#group_message_inlinemod_form .postbit-lite .postbitfoot .postcontrols a {color: #fff !important;}' + '#sidebar li.sgicon .maincol, #mygroups li.sgicon .maincol {color: #eee !important;background: #202020 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;}' + '#sidebar li.sgicon .maincol a, #mygroups li.sgicon .maincol a {color: #eee !important;}' + '#sidebar li.sgicon, #mygroups li.sgicon.floatcontainer.owngroup {border-top: 1px solid #000 !important;background: #151515 url(https://aw.my.com/forum/images/gradients/grey-up.png) repeat-x left bottom !important;}' + '#sidebar li.sgicon .maincol p.description, #mygroups li.sgicon .maincol p.description {color: #999 !important;}' + '#w_newgroups li.sgicon .maincol a.textcontrol, #mygroups li.sgicon .maincol a.textcontrol {color: #000 !important;}' + 'li.taglevel3 a {color: #eee !important;}' + 'img.sgicon {padding: 0px !important;border: 1px solid #000 !important;background: #000 !important;}' + '.friends_list li .friend_info h4 a {color:#fff !important;}' + '#content #group_discussion_inlinemod_form.block .blockhead, #content #group_discussion_inlinemod_form.block .blockfoot {border-top: 1px solid #000 !important;border-bottom: 1px solid #000 !important;}' + '#content #group_discussion_inlinemod_form.block .discussionrow {margin: 0px !important;}' + '#mygroups .blockrow > li {border: 1px solid #000 !important;box-shadow: 1px 2px 2px #000 !important;}' + '.grouplist li.sgicon .memberlist a.avatar {background-color: #000 !important;border: 1px solid #000 !important;}' + '#picturecontainer #picturelink img {background: #222 !important;border: 1px solid #000 !important;box-shadow: -2px 2px 2px #000 !important;}' + '#group_message_inlinemod_form .postbit-lite .postbithead.no_avatar a {margin-left: 0px !important;}' + '#group_message_inlinemod_form .postbit-lite .postbithead.no_avatar .time {color:#eee !important;}' + '#picturecontainer, #picturestats dt, #picturestats dd .time {color: #eee !important;}' /*Search Group*/ + 'form#searchform #additionaloptions.section .blockrow, form#searchform .blockbody.formcontrols .section .blockrow {border-top: 1px solid #000 !important;}' + '#searchform_tagcloud a.tagcloudlink:link {color: #fff !important;}' + '#searchform_tagcloud .blocksubhead {color: #999 !important;}' + '#searchform_tagcloud .blockbody.settings_form_border {border-right: 0px !important;border-left: 0px !important;border-bottom: 0px !important;}' /*Member List*/ + '#memberlist_table td.alt1 {background: #151515 !important;color: #eee !important;}' + '#memberlist_table tr td {border-bottom: 1px solid #000 !important;}' + '#memberlist a.username {color: #fff !important;}' + '#charnav {border: 0px !important;}' + '#charnav dd a {background: #151515 !important;box-shadow: 0px 1px 3px #000 inset !important;color: #eee !important;border:1px solid #000 !important;}' + '#charnav dd a:hover {;color: #fff !important;border:1px solid #eee !important;}' /*Polls*/ + '#pollinfo {border: 1px solid #000 !important;padding-top: 10px !important;margin-bottom: 10px !important;box-shadow:0px 1px 3px #000 !important;}' + '.polloptionsblock {background: #151515 url(https://aw.my.com/forum/images/misc/poll_question_mark.png) no-repeat 30px 10px !important;}' + '#pollinfo .blockfoot a, #pollinfo .blockfoot input {color: #000 !important;}' + '#pollinfo .blockbody {color: #eee !important;}' + '#pollinfo .polltitle {color: #fff !important;}' + '.pollresultsblock {background: #151515 !important;}' + '#pollresults {border: 1px solid #000 !important;}' + '#pollinfo .block {border: 1px solid #000 !important;padding: 10px !important;margin-bottom: 10px !important;border-radius: 5px !important;}' /*FAQ*/ + '.faqblock .blockbody .faqlinks {background: #151515 !important;}' + '.faqblock .blockbody .faqlinks a {color: #fff !important;}' + '.faqblock .blockbody {border: 0px !important;}' + '.faqtext {color: #eee !important;}' + '.faqtext a {color: #fff !important;}' /*UserCP*/ + '#usercp_nav .blockrow, #usercp_nav .blockbody {background-color: #151515 !important;color:#eee!important;}' + '#usercp_nav hr {display: none !important;}' + '#usercp_nav li a {color:#fff !important;}' + '#usercp_nav .blocksubhead {color: #eee !important;}' + '#usercp_nav .blockrow * a:hover {background-color: #252525 !important;}' + '#usercp_nav li.inactive, #usercp_nav li.active {border-bottom: 1px solid #000 !important;border-top: 1px solid !important;border-top-color: rgba(255,255,255,.12) !important;}' + '#usercp_nav .blockrow .active {background-color: #333 !important;}' + '#usercp_nav .blockrow .active:hover {background-color: #000 !important;color:fff!important}' + '#usercp_content .pmlist .blockrow {background: #151515 !important;border-bottom: 1px solid #000 !important;border-top: 1px solid !important;border-top-color: rgba(255,255,255,.12) !important;}' + '#usercp_content .sortrow {border-bottom: 1px solid #000 !important;}' + '#usercp_content .blockbody.settings_form_border {border-right: 1px solid #000 !important;border-left: 1px solid #000 !important;border-bottom: 1px solid #000 !important;}' + '#usercp_content .pmbit {border-right: 1px solid #000 !important;border-left: 1px solid #000 !important;}' + '#usercp_content .block .settings_form_top_border {border-top: 0px !important;}' + '#usercp_content .pmlist .blockrow a.title {color:#fff !important;}' + '#usercp_content .cp_content .blocksubhead.sortrow a {color: #fff !important;}' + '#usercp_content .postbitlegacy .postfoot .textcontrols a.forwardpost {background: url("") no-repeat !important;padding: 2px 5px 2px 5px !important;box-shadow: 0px 1px 3px #000 inset !important;color: #BCBCBC !important;border-radius: 3px !important;}' + '#usercp_content .postbitlegacy .postfoot .textcontrols a.forwardpost:hover {color: #FFF !important}' + '#usercp_content .postbitlegacy .postfoot .textcontrols {margin-bottom: 10px !important;}' + '#usercp_content .block .blockbody.settings_form_border .blocksubhead {background: #252525 !important;color: #eee !important;}' + '#usercp_content .block .settings_form_top_border {background: #252525 !important;border-left: 1px solid #000 !important;border-right: 1px solid #000 !important;border-bottom: 1px solid #000 !important;}' + '#usercp_content .block .formcontrols .blockrow {border-top: 1px solid #000 !important;}' + '#usercp_content #forum_icon_legend h5 {border: 1px solid #000 !important;}' + '#usercp_content #foldercontrols.block .blockbody.settings_form_border .blocksubhead {background: #151515 !important;}' + '#usercp_content #foldercontrols .blocksubhead a {text-decoration: initial !important;color: #FFF !important;}' + '#usercp_content #foldercontrols .blocksubhead a:hover {text-decoration: underline !important;color: #D70000 !important;}' + '#usercp_content .blockbody.formcontrols .blockrow a {color:#fff !important;}' + '#usercp_content .formcontrols .blockrow {border-top: 0px !important;}' + '#usercp_content #pmlist_info.floatcontainer a {color: #fff !important;}' + '#usercp_content .pmlist .blockrow .datetime {color: #999 !important;}' + '#usercp_content .pmlist .blockrow .time {color: #555 !important;}' + '#usercp_content #new_subscribed_threads.block a.textcontrol {color: #424242 !important;}' + '#usercp_nav .blocksubhead.profile {border-top: 1px solid #000 !important;}' + '#usercp_nav .blocksubhead {background: #282828 !important;}' + '#usercp_content .sortrow {border-top: 1px solid #000 !important;}' + '#usercp_content .blocksubhead {border-top: 0px !important;}' /*Calendar*/ + '.calendar .events.today ol li, .calendar .events.today ol li a{color: #000 !important;}' + '.calendar .events.today {background: #999 !important;}' + '.calendar .events.today a.daynum {color: #000 !important;}' + '.calendar .events.othermonth {background: #111 !important;}' + '.calendar .events.othermonth a.daynum {color: #fff !important;}' + '.calendar .events {border-right: 1px solid #000 !important;border-bottom: 1px solid #000 !important;background: #151515 !important;}' + '.calendar .events a.weeklink {color: #fff !important;}' + '.calendar .events a.daynum {color: #fff !important;}' + '.calendar .events ol li a {color: #999 !important;}' + '.calendar .events ol li {color: #777 !important;}' + '#calendar_content .birthdays .posthead {border: 0px !important;background: #28292B url("") !important;}' + '#calendar_content .birthdays .eventrow {background: #111 !important;border-top: 1px solid #000 !important;color: #999 !important;}' + '#calendar_content .eventbit.birthdays {color: #fff !important;border: 1px solid #000 !important;}' + '#calendar_content li.birthdays dd a.username {color: #fff !important;}' + '.calendar.mini td.othermonth a {border-right: 0px !important;border-bottom: 0px !important;}' + '.calendar.mini .othermonth a {background: #111 !important;}' + '.calendar.mini td {border: 1px solid #000 !important;}' + '.calendar.mini .today {background: #999 !important;}' + '.calendar .today {background: #999 !important;}' + '#calendar_main .week .eventlist li.birthdays {background: #111 !important;border: 2px solid #000 !important;color: #777 !important;margin-right:0px !important;}' + '#calendar_main .week li.floatcontainer .blocksubhead {color: #eee !important;background: #282828 !important;border-top: 0px !important;border-bottom: 1px solid #000 !important;}' + '#calendar_main .week li.floatcontainer {border: 1px solid #000 !important;margin-top: 10px !important;background: #151515 !important;}' + '#calendar_main .week li.floatcontainer.today .daynum {color:#000 !important;}' + '#calendar_main #calendar_content .blockbody {background: transparent !important;}' + '#calendar_main .week li.floatcontainer.today {background: #999 !important;}' + '.vbform.block .blockbody .blockrow.tabbed dl.tabslight dd a {color: #000 !important;}' + '.vbform.block .blockbody .blockrow.tabbed dl.tabslight {border-bottom: solid 1px #000 !important;}' + '#calendar_main #calendar_content.calendar.month .blockbody .blocksubhead {color:#fff !important;background: #282828 !important;border-top: 1px solid #000 !important;border-bottom: 1px solid #000 !important;}' + '#calendar_nav .calendar.mini .blocksubhead, #calendar_main .calendar.mini .blocksubhead {background: #282828 !important;border-top: 1px solid #000 !important;color: #fff !important;border-bottom: 1px solid #000 !important;}' /*Footer*/ + 'body.mcApi-added .below_body .footer_copyright, .footer_morecopyright, .footer_time {color: #bbb !important;}' + 'body.mcApi-added .below_body .footer_copyright a, .footer_morecopyright a, .footer_time .time {color: #fff !important;}' + 'body.mcApi-added .below_body {background: url(https://s3.amazonaws.com/files.enjin.com/98924/Script_Images/toplinks2.png) repeat left top !important;border-top:2px solid #000 !important;margin-top:75px !important;}' );