Difference between revisions of "MediaWiki:Faraway.css"
Jump to navigation
Jump to search
(Created page with "html, body { height:100% !important; } div#mw-panel { min-height: 100% !important; border-right: 1px solid #7F7F7F !important; } →FONTS: @font-face { font-family...") |
|||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* ======== */ | |||
/* SKINNING */ | |||
/* ======== */ | |||
@keyframes slide { | |||
0%{ | |||
background-position: 0px 0px; | |||
} | |||
100%{ | |||
background-position: -1544px 0px; | |||
} | |||
} | } | ||
/* scrolling top bg - Width/6 = A, A/2 = B, Width/B = 12 */ | |||
#mw-page-base { | |||
background: url(images/4/45/SkinFAY_Background.png) 0% 0% repeat; | |||
image-rendering: crisp-edges; | |||
animation: slide 128.666666667s linear infinite; | |||
} | } | ||
/* replace logo with hq logo because we're epic */ | |||
.mw-wiki-logo { | |||
background-image: url(images/0/0d/SkinDefault_Logo.png) !important; | |||
} | } | ||
.logo-text { | |||
background-image: url(images/3/36/SkinDefault_LogoText.png) !important; | |||
} | } | ||
Line 35: | Line 31: | ||
#p-logo | #p-logo | ||
{ | { | ||
background: url(images/5/59/SkinDefault_SidebarTop.png) repeat-y #f1f0ef !important; | |||
} | } | ||
/* main content bg and borders */ | /* main content bg and borders */ | ||
#content { | #content { | ||
background: url(images/5/59/SkinDefault_Content.png) repeat-x #fdfdfd !important; | |||
} | } | ||
/* sidebar background */ | /* sidebar background */ | ||
body { | body { | ||
background: url(images/5/5a/SkinDefault_Sidebar.png) repeat-y #f1f0ef !important; | |||
} | } | ||
/* sidebar custom color */ | /* sidebar custom color */ | ||
ul.vector-menu-content-list li a { | ul.vector-menu-content-list li a { | ||
color: #27211c !important; | |||
} | } | ||
/* sidebar separator */ | /* sidebar separator */ | ||
h3#p-tb-label { | h3#p-tb-label { | ||
background-image: url(images/0/04/SkinDefault_Separator.png) !important; | |||
} | } | ||
/* font and whatnot */ | /* font and whatnot */ | ||
nav.vectorTabs ul li * { | nav.vectorTabs ul li * { | ||
color: #EDECEB !important; | |||
font-family: "OMORI_GAME2" !important; | |||
} | } | ||
/* bright on hover */ | /* bright on hover */ | ||
nav.vectorTabs ul li:hover * { | nav.vectorTabs ul li:hover * { | ||
color: #ffffff !important; | |||
} | } | ||
Line 175: | Line 68: | ||
/* tab positioning and left */ | /* tab positioning and left */ | ||
nav.vectorTabs ul li { | nav.vectorTabs ul li { | ||
background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; | |||
} | } | ||
/* center */ | /* center */ | ||
nav.vectorTabs ul li:before { | nav.vectorTabs ul li:before { | ||
background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important; | |||
} | } | ||
/* tab positioning and right */ | /* tab positioning and right */ | ||
nav.vectorTabs ul li a { | nav.vectorTabs ul li a { | ||
background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important; | |||
} | } | ||
Line 212: | Line 84: | ||
/* left */ | /* left */ | ||
nav.vectorTabs ul li.new { | nav.vectorTabs ul li.new { | ||
background-image: url(images/8/82/SkinDefault_TabNewLeft.png) !important; | |||
} | } | ||
/* center */ | /* center */ | ||
nav.vectorTabs ul li.new:before { | nav.vectorTabs ul li.new:before { | ||
background-image: url(images/3/3a/SkinDefault_TabNewCenter.png) !important; | |||
} | } | ||
/* right */ | /* right */ | ||
nav.vectorTabs ul li.new a { | nav.vectorTabs ul li.new a { | ||
background-image: url(images/d/de/SkinDefault_TabNewRight.png) !important; | |||
} | } | ||
Line 237: | Line 100: | ||
/* left */ | /* left */ | ||
nav.vectorTabs ul li.selected { | nav.vectorTabs ul li.selected { | ||
background-image: url(images/7/76/SkinDefault_TabOnLeft.png) !important; | |||
} | } | ||
/* center */ | /* center */ | ||
nav.vectorTabs ul li.selected:before { | nav.vectorTabs ul li.selected:before { | ||
background-image: url(images/c/c8/SkinDefault_TabOnCenter.png) !important; | |||
} | } | ||
/* right */ | /* right */ | ||
nav.vectorTabs ul li.selected a { | nav.vectorTabs ul li.selected a { | ||
background-image: url(images/c/c0/SkinDefault_TabOnRight.png) !important; | |||
} | } | ||
/* disable text coloring for selected tabs */ | /* disable text coloring for selected tabs */ | ||
nav.vectorTabs ul li.selected * { | nav.vectorTabs ul li.selected * { | ||
color: #4d4743 !important; | |||
} | } | ||
/* force text coloring for uncreated tabs */ | /* force text coloring for uncreated tabs */ | ||
nav.vectorTabs ul li.selected.new * { | nav.vectorTabs ul li.selected.new * { | ||
color: #733c17 !important; | |||
} | } | ||
/* MORE TAB */ | /* MORE TAB */ | ||
/* | /* left */ | ||
nav.vectorMenu { | 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 */ | /* more tab font */ | ||
nav.vectorMenu h3 span { | nav.vectorMenu h3 span { | ||
color: #EDECEB; | |||
font-family: 'OMORI_GAME2'; | |||
} | } | ||
/* more | /* replace default more down arrow */ | ||
h3#p-cactions-label:after { | |||
background-image: url(images/7/7c/SkinDefault_MoreArrow.png) !important; | |||
} | } | ||
/* more dropdown menu bg */ | /* more dropdown menu bg */ | ||
nav.vectorMenu ul { | nav.vectorMenu ul { | ||
background-image: url(images/3/33/SkinDefault_MoreDropdown.png) !important; | |||
background-color: #676562 !important; | |||
} | } | ||
/* more dropdown color forcing */ | /* more dropdown color forcing */ | ||
nav#p-cactions.vector-menu.vector-menu-dropdown.vectorMenu ul li a { | nav#p-cactions.vector-menu.vector-menu-dropdown.vectorMenu ul li a { | ||
color: #EDECEB !important; | |||
} | } | ||
/* SEARCH TAB */ | /* SEARCH TAB */ | ||
/* | /* left */ | ||
#p-search { | #p-search { | ||
background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important; | |||
} | } | ||
/* | /* center */ | ||
#p-search form | #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 */ | /* search input */ | ||
#searchInput { | #searchInput { | ||
background: #666361 !important; | |||
color: #FFFFFF !important; | |||
} | } | ||
/* search input placeholder color */ | /* search input placeholder color */ | ||
#searchInput::placeholder { | #searchInput::placeholder { | ||
color: #C7C6C5 !important; | |||
} | } | ||
/* search button */ | /* search button */ | ||
#searchButton { | #searchButton { | ||
background-image: url(images/1/17/SkinDefault_ButtonSearch.png) !important; | |||
} | |||
/* external link colors */ | |||
.mw-parser-output a.external { | |||
color: #0b0080; | |||
} | |||
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { | |||
color: #0b0080; | |||
} | |||
/* ======== */ | |||
/* COLORING */ | |||
/* ======== */ | |||
/* generic colors */ | |||
.theme-generic-light { | |||
background: #FEFBF6; | |||
color: #000000; | |||
} | |||
.theme-generic-dark { | |||
background: #FFD4B5; | |||
color: #000000; | |||
} | } | ||
.theme-generic-darkest { | |||
# | background: #7F5334; | ||
color: #000000; | |||
} | } | ||
.theme-generic-border { | |||
. | border: 1px solid #7F5334 !important; | ||
} | } | ||
. | .theme-generic-border-bottom { | ||
border-bottom: 1px solid #7F5334 !important; | |||
} | } | ||
/* ambox divider */ | |||
table.ambox-divider,td.ambox-divider { | |||
border-left: 10px solid #7F5334; | |||
} | } |
Latest revision as of 05:12, 6 March 2022
/* ======== */ /* SKINNING */ /* ======== */ @keyframes slide { 0%{ background-position: 0px 0px; } 100%{ background-position: -1544px 0px; } } /* scrolling top bg - Width/6 = A, A/2 = B, Width/B = 12 */ #mw-page-base { background: url(images/4/45/SkinFAY_Background.png) 0% 0% repeat; image-rendering: crisp-edges; animation: slide 128.666666667s linear infinite; } /* replace logo with hq logo because we're epic */ .mw-wiki-logo { background-image: url(images/0/0d/SkinDefault_Logo.png) !important; } .logo-text { background-image: url(images/3/36/SkinDefault_LogoText.png) !important; } /* logo bg */ #p-logo { background: url(images/5/59/SkinDefault_SidebarTop.png) repeat-y #f1f0ef !important; } /* main content bg and borders */ #content { background: url(images/5/59/SkinDefault_Content.png) repeat-x #fdfdfd !important; } /* sidebar background */ body { background: url(images/5/5a/SkinDefault_Sidebar.png) repeat-y #f1f0ef !important; } /* sidebar custom color */ ul.vector-menu-content-list li a { color: #27211c !important; } /* sidebar separator */ h3#p-tb-label { background-image: url(images/0/04/SkinDefault_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(images/7/76/SkinDefault_TabOnLeft.png) !important; } /* center */ nav.vectorTabs ul li.selected:before { background-image: url(images/c/c8/SkinDefault_TabOnCenter.png) !important; } /* right */ nav.vectorTabs ul li.selected a { background-image: url(images/c/c0/SkinDefault_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; } /* external link colors */ .mw-parser-output a.external { color: #0b0080; } .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited { color: #0b0080; } /* ======== */ /* COLORING */ /* ======== */ /* generic colors */ .theme-generic-light { background: #FEFBF6; color: #000000; } .theme-generic-dark { background: #FFD4B5; color: #000000; } .theme-generic-darkest { background: #7F5334; color: #000000; } .theme-generic-border { border: 1px solid #7F5334 !important; } .theme-generic-border-bottom { border-bottom: 1px solid #7F5334 !important; } /* ambox divider */ table.ambox-divider,td.ambox-divider { border-left: 10px solid #7F5334; }