Difference between revisions of "MediaWiki:Blackspace.css"
Jump to navigation
Jump to search
(it begins) |
|||
Line 4: | Line 4: | ||
/* replace logo with hq logo because we're epic */ | /* replace logo with hq logo because we're epic */ | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image: url( | background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464689878892584/logobs.png) !important; | ||
} | } | ||
.logo-text { | .logo-text { | ||
background-image: url( | background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464689572716614/logo2bs.png) !important; | ||
} | } | ||
Line 14: | Line 14: | ||
#p-logo | #p-logo | ||
{ | { | ||
background: url( | background: url(https://cdn.discordapp.com/attachments/637648816341778432/949465375064596550/bstop.png) repeat-y #000000 !important; | ||
} | } | ||
/* scrolling top bg */ | /* scrolling top bg */ | ||
#mw-page-base { | #mw-page-base { | ||
background: url(images/ | background: url(images/6/68/SkinBSP_Background.png) 0% 0% repeat; | ||
image-rendering: crisp-edges; | image-rendering: crisp-edges; | ||
animation: slide 100s linear infinite; | animation: slide 100s linear infinite; | ||
Line 26: | Line 26: | ||
/* main content bg and borders */ | /* main content bg and borders */ | ||
#content { | #content { | ||
background: url( | background: url(https://cdn.discordapp.com/attachments/637648816341778432/949464690268983306/SkinBS_Content.png) repeat-x #1F1D1B !important; | ||
} | } | ||
/* sidebar background */ | /* sidebar background */ | ||
body { | body { | ||
background: url( | background: url(https://cdn.discordapp.com/attachments/637648816341778432/949465374628393030/bsside.png) repeat-y #000000 !important; | ||
} | } | ||
Line 41: | Line 41: | ||
/* sidebar separator */ | /* sidebar separator */ | ||
h3#p-tb-label { | h3#p-tb-label { | ||
background-image: url( | background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464690566791188/SkinBS_Separator.png) !important; | ||
} | } | ||
Line 90: | Line 90: | ||
/* left */ | /* left */ | ||
nav.vectorTabs ul li.selected { | nav.vectorTabs ul li.selected { | ||
background-image: url( | background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464691028131910/SkinBS_TabOnLeft.png) !important; | ||
} | } | ||
/* center */ | /* center */ | ||
nav.vectorTabs ul li.selected:before { | nav.vectorTabs ul li.selected:before { | ||
background-image: url( | background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464690768089108/SkinBS_TabOnCenter.png) !important; | ||
} | } | ||
/* right */ | /* right */ | ||
nav.vectorTabs ul li.selected a { | nav.vectorTabs ul li.selected a { | ||
background-image: url( | background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464691233673296/SkinBS_TabOnRight.png) !important; | ||
} | } | ||
Revision as of 01:39, 5 March 2022
/* ======== */ /* SKINNING */ /* ======== */ /* replace logo with hq logo because we're epic */ .mw-wiki-logo { background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464689878892584/logobs.png) !important; } .logo-text { background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464689572716614/logo2bs.png) !important; } /* logo bg */ #p-logo { background: url(https://cdn.discordapp.com/attachments/637648816341778432/949465375064596550/bstop.png) repeat-y #000000 !important; } /* scrolling top bg */ #mw-page-base { background: url(images/6/68/SkinBSP_Background.png) 0% 0% repeat; image-rendering: crisp-edges; animation: slide 100s linear infinite; } /* main content bg and borders */ #content { background: url(https://cdn.discordapp.com/attachments/637648816341778432/949464690268983306/SkinBS_Content.png) repeat-x #1F1D1B !important; } /* sidebar background */ body { background: url(https://cdn.discordapp.com/attachments/637648816341778432/949465374628393030/bsside.png) repeat-y #000000 !important; } /* sidebar custom color */ ul.vector-menu-content-list li a { color: #27211c !important; } /* sidebar separator */ h3#p-tb-label { background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464690566791188/SkinBS_Separator.png) !important; } /* font and whatnot */ nav.vectorTabs ul li * { color: #EDECEB !important; font-family: "OMORI_GAME2" !important; } /* bright on hover */ nav.vectorTabs ul li:hover * { color: #ffffff !important; } /* UNSELECTED TAB */ /* tab positioning and left */ nav.vectorTabs ul li { background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; } /* center */ nav.vectorTabs ul li:before { background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important; } /* tab positioning and right */ nav.vectorTabs ul li a { background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important; } /* UNCREATED TAB */ /* left */ nav.vectorTabs ul li.new { background-image: url(images/8/82/SkinDefault_TabNewLeft.png) !important; } /* center */ nav.vectorTabs ul li.new:before { background-image: url(images/3/3a/SkinDefault_TabNewCenter.png) !important; } /* right */ nav.vectorTabs ul li.new a { background-image: url(images/d/de/SkinDefault_TabNewRight.png) !important; } /* SELECTED TAB */ /* left */ nav.vectorTabs ul li.selected { background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464691028131910/SkinBS_TabOnLeft.png) !important; } /* center */ nav.vectorTabs ul li.selected:before { background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464690768089108/SkinBS_TabOnCenter.png) !important; } /* right */ nav.vectorTabs ul li.selected a { background-image: url(https://cdn.discordapp.com/attachments/637648816341778432/949464691233673296/SkinBS_TabOnRight.png) !important; } /* disable text coloring for selected tabs */ nav.vectorTabs ul li.selected * { color: #4d4743 !important; } /* force text coloring for uncreated tabs */ nav.vectorTabs ul li.selected.new * { color: #733c17 !important; } /* MORE TAB */ /* left */ nav.vectorMenu { background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; } /* center */ h3#p-cactions-label::before { background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important; } /* right - this is really hacky and will break in an update guaranteed */ nav#p-cactions.vector-menu.vector-menu-dropdown.vectorMenu::after { background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important; } /* more tab font */ nav.vectorMenu h3 span { color: #EDECEB; font-family: 'OMORI_GAME2'; } /* replace default more down arrow */ h3#p-cactions-label:after { background-image: url(images/7/7c/SkinDefault_MoreArrow.png) !important; } /* more dropdown menu bg */ nav.vectorMenu ul { background-image: url(images/3/33/SkinDefault_MoreDropdown.png) !important; background-color: #676562 !important; } /* more dropdown color forcing */ nav#p-cactions.vector-menu.vector-menu-dropdown.vectorMenu ul li a { color: #EDECEB !important; } /* SEARCH TAB */ /* left */ #p-search { background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; } /* center */ #p-search form#searchform { background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important; } /* right */ #p-search::after { background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important; } /* search input */ #searchInput { background: #666361 !important; color: #FFFFFF !important; } /* search input placeholder color */ #searchInput::placeholder { color: #C7C6C5 !important; } /* search button */ #searchButton { background-image: url(images/1/17/SkinDefault_ButtonSearch.png) !important; } /* ======== */ /* COLORING */ /* ======== */ /* generic colors */ .theme-generic-light { background: #FCF6FE; color: #000000; } .theme-generic-dark { background: #DDB5FF; color: #000000; } .theme-generic-darkest { background: #5C347F; color: #000000; } .theme-generic-border { border: 1px solid #5C347F !important; } .theme-generic-border-bottom { border-bottom: 1px solid #5C347F !important; }