User:DanWL60/WL Dark Theme: Difference between revisions
Jump to navigation
Jump to search
m Bug fix. |
This is only a full copy for browsers that don't support the Stylish addon. |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
@namespace url(http://www.w3.org/1999/xhtml); | @namespace url(http://www.w3.org/1999/xhtml); | ||
@-moz-document domain("warlight.net") { | @-moz-document domain("warlight.net") { | ||
/* | /*options*/ | ||
/*IE bug fixes - don't enable this if you don't use IE*/ | |||
img { | |||
border: 0px; | |||
} | } | ||
.TopRightBar { | |||
height: 28px; | |||
background-color: | background-color: gray; | ||
outline: 3px solid white !important; | |||
border: 0 !important; | |||
padding: 0 5px 0 5px !important; | |||
margin: 0 !important; | |||
} | } | ||
/*end of IE bug fixes*/ | |||
# | /*hide Coin content*/ | ||
#PromotedGamesTable, #LeaderboardTable, #CoinsBtn, #CoinsLink, #footer-places-win, .CoinGameRow, #DepositContainer { | |||
display: none; | |||
} | } | ||
/*end of hiding Coin content*/ | |||
/*hide Map Of The Week on dashboard*/ | /*hide Map Of The Week on dashboard*/ | ||
#MapOfTheWeekTable { | #MapOfTheWeekTable { | ||
display: none; | display: none; | ||
} | } | ||
/*end of hiding Map Of The Week on dashboard*/ | |||
/*hide flashing mail icon | /*hide flashing mail icon*/ | ||
#MailImgFlashing { | #MailImgFlashing { | ||
display: none !important; | display: none !important; | ||
} | } | ||
#MailImgNormal { | #MailImgNormal { | ||
display: inline !important; | display: inline !important; | ||
} | } | ||
/*end of hiding flashing mail icon*/ | |||
/*hide Refresh button on dashboard*/ | |||
/*hide Refresh button on dashboard | |||
#RefreshBtn { | #RefreshBtn { | ||
display: none; | display: none; | ||
} | } | ||
/*end of hiding Refresh botton on the dashboard*/ | |||
/*main*/ | /*WL main*/ | ||
img[id*="MailImg"] { | img[id*="MailImg"] { | ||
width: 19px; | width: 19px; | ||
Line 105: | Line 86: | ||
.dataTable tbody tr.GameRow td a, .SubTabCell a, .SubTabCellSelected a, .GameRow tbody tr td a, .TopRightBar div a, ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all, .dataTable tbody tr.TournamentRow td a { | .dataTable tbody tr.GameRow td a, .SubTabCell a, .SubTabCellSelected a, .GameRow tbody tr td a, .TopRightBar div a, ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all, .dataTable tbody tr.TournamentRow td a { | ||
color: white !important; | color: white !important; | ||
} | |||
table.region tr th { | |||
background-color: #171717 !important; | |||
} | |||
table.region tbody tr th { | |||
background-color: #B50003 !important; | |||
} | } | ||
Line 172: | Line 161: | ||
td.tournamentData { | td.tournamentData { | ||
max-width: 180px; | max-width: 180px; | ||
} | |||
/*end of WL main*/ | |||
/*wiki*/ | |||
.new { | |||
text-decoration: none !important; | |||
color: red !important; | |||
background-color: inherit !important; | |||
} | } | ||
#content, #mw-head, #mw-panel, #footer , #p-logo, .searchButton, #toc, #toctitle, .editsection, #searchInput, h2, h4, #catlinks, .infobox, .mw-headline, .wikitable, .ambox, #namespace, #searchText, legend, fieldset, input, select, th, pre { | |||
background-color: black !important; | |||
color: white !important; | |||
} | |||
#p-namespaces, .mw-search-formheader, li#ca-nstab-main span, li#ca-talk span, li#ca-view span, li#ca-viewsource span, li#ca-edit span, li#ca-history span, li#ca-watch a, li#ca-unwatch a, li#ca-move a, li#ca-addsection span, li#ca-nstab-user span, li#ca-nstab-special span { | |||
background-color: black !important; | |||
} | |||
li#ca-move a { | |||
border-top: 1px solid white !important; | |||
} | |||
.selected { | |||
border-left: 3px solid white !important; | |||
border-right: 3px solid white !important; | |||
border-bottom: 2px solid white !important; | |||
border-top: 2px solid white !important; | |||
background-color: black !important; | |||
} | |||
#left-navigation, #p-views, #toc { | |||
border: 1px solid white !important; | |||
} | |||
html.client-js, body.mediawiki.ltr.sitedir-ltr.ns--1.ns-special.mw-special-Specialpages.page-Special_SpecialPages.skin-vector.action-view { | |||
background-color: black !important; | |||
color: white !important; | |||
} | |||
.infobox { | |||
outline: 1px solid white; | |||
color: white !important; | |||
} | |||
.navbox { | |||
background-color: gray !important; | |||
} | |||
.navbox-header{ | |||
background-color: rgb(70,70,70) !important; | |||
} | |||
.ambox { | |||
border: 1px solid gray !important; | |||
border-left: 5px solid gray !important; | |||
} | |||
#type, #level, #wpsize, #nsfrom, #nsto, #from, #mw-input-like, .mw-htmlform-submit, #mw-log-user, #mw-log-page, #mw-np-username, #mw-ilsearch, #mw-listfiles-user, #file, #mime, #filename, #mw-allmessages-form-prefix, #mw-allmessages-form-lang, .am_title, .am_default, #target, #mw-input-page1, #mw-input-rev1, #mw-input-page2, #mw-input-rev2, #catname, #mw-whatlinkshere-target, #isbn { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-history-search, #year, .mw-month-selector, .mw-history-histlinks, .mw-history-compareselectedversions-button { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#wpTextbox1, #wpSummary, #wpSave, #wpPreview, #wpDiff, #wikiDiff, div#mw-content-text { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#wpName1, #wpPassword1, #wpLoginAttempt, .firstHeading, .mw-input, .namespaceselector { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-prefsection-personal, #mw-htmlform-info, #mw-htmlform-i18n, #mw-htmlform-signature, #mw-htmlform-email , #mw-input-wprealname, #mw-input-wpgender, #mw-input-wplanguage, #mw-input-wpnickname, #prefcontrol, .successbox, .mw-prefs-buttons, textarea { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-prefsection-rendering, #mw-input-wpimagesize, #mw-input-wpthumbsize, #mw-input-wpunderline, #mw-input-wpstubthreshold { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-prefsection-datetime, #mw-input-wptimecorrection, #mw-input-wptimecorrection-other { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-prefsection-editing, #mw-input-wpcols, #mw-input-wprows, #mw-input-wpeditfont { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-htmlform-rc , #mw-htmlform-displayrc, #mw-input-wprcdays, #mw-input-wprclimit { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-prefsection-watchlist, #mw-input-wpwatchlistdays, #mw-input-wpwllimit, #mw-input-wpwatchlisttoken, #mw-js-message { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-prefsection-searchoptions, #mw-input-wpsearchlimit { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
#mw-prefsection-misc { | |||
background-color: black !important; | |||
color: white !important; | |||
border: 1px solid gray !important; | |||
} | |||
.firstHeading, .diff, .diff-otitle, .diff-ntitle, .diff-context { | |||
background-color: black !important; | |||
border: 0px !important; | |||
outline: 0px !important; | |||
} | } | ||
.diff-context { | |||
background-color: gray !important; | |||
} | |||
.diff-deletedline { | |||
background-color: orange !important; | |||
} | |||
.diff-addedline { | |||
background-color: lightgreen !important; | |||
} | |||
.diffchange { | |||
color: red !important; | |||
} | |||
/*end of wiki*/ | |||
/*blog*/ | |||
div#main-content.main-content, .entry-header, .entry-meta, .entry-content, .site-main, #comment, .entry-summary { | |||
div#main-content.main-content, .entry-header, .entry-meta, .entry-content, .site-main, #comment, .entry-summary { | |||
background-color: black !important; | background-color: black !important; | ||
} | } | ||
Line 365: | Line 322: | ||
border: 1px solid gray !important; | border: 1px solid gray !important; | ||
} | } | ||
/*end of blog*/ | |||
/*sorting out inherited bugs*/ | |||
.dataTable thead tr div h2, .dataTale thead tr td h2, .dataTable thead tr td h2, .dataTable thead tr td h2 a { | |||
background-color: rgb(51, 0, 0) !important; | |||
color: white; | |||
} | |||
input { | |||
border: 1px solid gray !important; | |||
} | |||
/*end of sorting out inherited bugs*/ | |||
} | } | ||
/*end | /*end*/ | ||
</pre> | </pre> |
Revision as of 23:45, 29 November 2016
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("warlight.net") { /*options*/ /*IE bug fixes - don't enable this if you don't use IE*/ img { border: 0px; } .TopRightBar { height: 28px; background-color: gray; outline: 3px solid white !important; border: 0 !important; padding: 0 5px 0 5px !important; margin: 0 !important; } /*end of IE bug fixes*/ /*hide Coin content*/ #PromotedGamesTable, #LeaderboardTable, #CoinsBtn, #CoinsLink, #footer-places-win, .CoinGameRow, #DepositContainer { display: none; } /*end of hiding Coin content*/ /*hide Map Of The Week on dashboard*/ #MapOfTheWeekTable { display: none; } /*end of hiding Map Of The Week on dashboard*/ /*hide flashing mail icon*/ #MailImgFlashing { display: none !important; } #MailImgNormal { display: inline !important; } /*end of hiding flashing mail icon*/ /*hide Refresh button on dashboard*/ #RefreshBtn { display: none; } /*end of hiding Refresh botton on the dashboard*/ /*WL main*/ img[id*="MailImg"] { width: 19px; height: 13px; } a:link, a:visited, a:active, a:hover, #preftab-personal { text-decoration: none !important; color: #C0D0FF !important; background-color: inherit !important; } #LevelLink { color: #EFE777 !important; } #CoinsText { color: #ffff00 !important; } #TopRightDropDown { color: #DDDDDD !important; } .dropdown-menu { background-color: black !important; color: white; outline: 1px solid white !important; } .dataTable tbody tr.GameRow td a, .SubTabCell a, .SubTabCellSelected a, .GameRow tbody tr td a, .TopRightBar div a, ul.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all, .dataTable tbody tr.TournamentRow td a { color: white !important; } table.region tr th { background-color: #171717 !important; } table.region tbody tr th { background-color: #B50003 !important; } a[id*="ui-id"] { color: white !important; } /*varity of inputs for forum, dashboard, settings, help, single player and report bug*/ #SubjectBox, textarea[id*="TextArea"], #SubmitPostBtn_0, #PreviewBtn_0, #EditBtn_0 , #SearchBox, #SubmitBtn, #TextArea_0, #RefreshBtn, #myGamesSort, #MyGamesFilter, #MoveToForumDropDown , #ChangeSubjectPop_Box, #ViewProfileBtn, #ctrllowvbootmd, #ctrllowdbootmd, #ctrllowbootrt , #ctrlvac, #ctrlfog, #ctrlmultiattack, #ctrlarmycap, #ctrlluckgt, #ctrloverride, #SaveBtn, #WikiSearch, #PlayRandomBtn, #LevelNameBox, #DescBox, #GoBtn, #LevelNameBox, #MessageBox { background-color: black; color: white; border: 1px solid gray; } /*forum stuff*/ [title~="Upvote"], [title~="Downvote"], div[id*="VotingSpinner"] img { width: 20px; height: 20px; } .ToolTipHandle { display: inline !important; } div#MainSiteContent table tbody tr td div, table[id*="PostTbl"] { max-width: 1100px !important; } div#MainSiteContent table tbody tr td div table.region { width: 1100px !important; } div#MainSiteContent table tbody tr td div table.region tbody tr td[valign*="top"] { width: 164px !important; max-width: 164px; word-wrap: break-word; } div[id*="PostForDisplay"], textarea[id*="TextArea"] { width: 915px !important; max-width: 915px !important; } #SubjectBox { width: 350px !important; } /*move ads to the right*/ ins.adsbygoogle { position: absolute; top: 14px; right: 5px; } /*dashboard*/ div.SideColumn { margin-left: 5px; } /*Muli's userscript*/ .searchLevelInput, .searchLevelBtn, #searchPlayerBtn, #findPlayerExtra, ul.context-menu.playersearch-context, #dataTournamanetButton { background-color: black; color: white; border: 1px solid gray; } td.tournamentData { max-width: 180px; } /*end of WL main*/ /*wiki*/ .new { text-decoration: none !important; color: red !important; background-color: inherit !important; } #content, #mw-head, #mw-panel, #footer , #p-logo, .searchButton, #toc, #toctitle, .editsection, #searchInput, h2, h4, #catlinks, .infobox, .mw-headline, .wikitable, .ambox, #namespace, #searchText, legend, fieldset, input, select, th, pre { background-color: black !important; color: white !important; } #p-namespaces, .mw-search-formheader, li#ca-nstab-main span, li#ca-talk span, li#ca-view span, li#ca-viewsource span, li#ca-edit span, li#ca-history span, li#ca-watch a, li#ca-unwatch a, li#ca-move a, li#ca-addsection span, li#ca-nstab-user span, li#ca-nstab-special span { background-color: black !important; } li#ca-move a { border-top: 1px solid white !important; } .selected { border-left: 3px solid white !important; border-right: 3px solid white !important; border-bottom: 2px solid white !important; border-top: 2px solid white !important; background-color: black !important; } #left-navigation, #p-views, #toc { border: 1px solid white !important; } html.client-js, body.mediawiki.ltr.sitedir-ltr.ns--1.ns-special.mw-special-Specialpages.page-Special_SpecialPages.skin-vector.action-view { background-color: black !important; color: white !important; } .infobox { outline: 1px solid white; color: white !important; } .navbox { background-color: gray !important; } .navbox-header{ background-color: rgb(70,70,70) !important; } .ambox { border: 1px solid gray !important; border-left: 5px solid gray !important; } #type, #level, #wpsize, #nsfrom, #nsto, #from, #mw-input-like, .mw-htmlform-submit, #mw-log-user, #mw-log-page, #mw-np-username, #mw-ilsearch, #mw-listfiles-user, #file, #mime, #filename, #mw-allmessages-form-prefix, #mw-allmessages-form-lang, .am_title, .am_default, #target, #mw-input-page1, #mw-input-rev1, #mw-input-page2, #mw-input-rev2, #catname, #mw-whatlinkshere-target, #isbn { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-history-search, #year, .mw-month-selector, .mw-history-histlinks, .mw-history-compareselectedversions-button { background-color: black !important; color: white !important; border: 1px solid gray !important; } #wpTextbox1, #wpSummary, #wpSave, #wpPreview, #wpDiff, #wikiDiff, div#mw-content-text { background-color: black !important; color: white !important; border: 1px solid gray !important; } #wpName1, #wpPassword1, #wpLoginAttempt, .firstHeading, .mw-input, .namespaceselector { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-prefsection-personal, #mw-htmlform-info, #mw-htmlform-i18n, #mw-htmlform-signature, #mw-htmlform-email , #mw-input-wprealname, #mw-input-wpgender, #mw-input-wplanguage, #mw-input-wpnickname, #prefcontrol, .successbox, .mw-prefs-buttons, textarea { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-prefsection-rendering, #mw-input-wpimagesize, #mw-input-wpthumbsize, #mw-input-wpunderline, #mw-input-wpstubthreshold { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-prefsection-datetime, #mw-input-wptimecorrection, #mw-input-wptimecorrection-other { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-prefsection-editing, #mw-input-wpcols, #mw-input-wprows, #mw-input-wpeditfont { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-htmlform-rc , #mw-htmlform-displayrc, #mw-input-wprcdays, #mw-input-wprclimit { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-prefsection-watchlist, #mw-input-wpwatchlistdays, #mw-input-wpwllimit, #mw-input-wpwatchlisttoken, #mw-js-message { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-prefsection-searchoptions, #mw-input-wpsearchlimit { background-color: black !important; color: white !important; border: 1px solid gray !important; } #mw-prefsection-misc { background-color: black !important; color: white !important; border: 1px solid gray !important; } .firstHeading, .diff, .diff-otitle, .diff-ntitle, .diff-context { background-color: black !important; border: 0px !important; outline: 0px !important; } .diff-context { background-color: gray !important; } .diff-deletedline { background-color: orange !important; } .diff-addedline { background-color: lightgreen !important; } .diffchange { color: red !important; } /*end of wiki*/ /*blog*/ div#main-content.main-content, .entry-header, .entry-meta, .entry-content, .site-main, #comment, .entry-summary { background-color: black !important; } #comment { color: white !important; border: 1px solid gray !important; } /*end of blog*/ /*sorting out inherited bugs*/ .dataTable thead tr div h2, .dataTale thead tr td h2, .dataTable thead tr td h2, .dataTable thead tr td h2 a { background-color: rgb(51, 0, 0) !important; color: white; } input { border: 1px solid gray !important; } /*end of sorting out inherited bugs*/ } /*end*/