Difference between revisions of "MediaWiki:Faraway.css"

From OMORI Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
html, body {
/* ======== */
  height:100% !important;
/* SKINNING */
/* ======== */
@keyframes slide {
0%{
background-position: 0px 0px;
}
100%{
background-position: -1544px 0px;
}
}
}


div#mw-panel {
/* scrolling top bg - Width/6 = A, A/2 = B, Width/B = 12 */
  min-height: 100% !important;
#mw-page-base {
  border-right: 1px solid #7F7F7F !important;
background: url(images/4/45/SkinFAY_Background.png) 0% 0% repeat;
image-rendering: crisp-edges;
animation: slide 128.666666667s linear infinite;
}
}


/* FONTS */
@font-face {
  font-family: 'OMORI_GAME';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/static/OMORI_GAME.woff2) format('woff2');
}


@font-face {
/* replace logo with hq logo because we're epic */
  font-family: 'OMORI_GAME2';
.mw-wiki-logo {
  font-style: normal;
background-image: url(images/0/0d/SkinDefault_Logo.png) !important;
  font-weight: 600;
  font-display: swap;
  src: url(/static/OMORI_GAME2.woff2) format('woff2');
}
}


/* PAGE CONTENT */
.logo-text {
/* replace logo with hq logo because we're epic */
background-image: url(images/3/36/SkinDefault_LogoText.png) !important;
.mw-wiki-logo {
  background-image: url(images/0/0d/SkinDefault_Logo.png) !important;
  background-size: 135px 135px;
}
}


Line 35: Line 31:
#p-logo
#p-logo
{
{
  background: url(images/5/59/SkinDefault_SidebarTop.png) repeat-y #f1f0ef !important;
background: url(images/5/59/SkinDefault_SidebarTop.png) repeat-y #f1f0ef !important;
  border-right: 1px solid #7F7F7F !important;
}
 
/* scrolling top bg */
#mw-page-base {
  background: url(images/8/82/SkinFA_Background.png) 0% 0% repeat;
  image-rendering: crisp-edges;
  width: 100%;
  animation: slide 100s linear infinite;
}
 
@keyframes slide {
  0%{
    background-position: 0px 0px;
  }
  100%{
    background-position: -1023px 0px;
  }
}
 
/* personal link colors */
#p-personal li * {
  color: #ffffff !important;
  text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}
 
/* slightly smaller page heading */
#firstHeading {
  font-size: 1.7em !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;
background: url(images/5/59/SkinDefault_Content.png) repeat-x #fdfdfd !important;
  border-left: 1px solid #7F7F7F !important;
  border-top: 1px solid #7F7F7F !important;
  border-bottom: 1px solid #7F7F7F !important;
}
}


/* sidebar background */
/* sidebar background */
body {
body {
  overflow-x: hidden;
background: url(images/5/5a/SkinDefault_Sidebar.png) repeat-y #f1f0ef !important;
  background: url(images/5/5a/SkinDefault_Sidebar.png) repeat-y #f1f0ef !important;
}
 
/* fix for top section of sidebar */
div.body.vector-menu-content {
  margin-left: 0.5em !important;
}
}


/* sidebar custom color */
/* sidebar custom color */
ul.vector-menu-content-list li a {
ul.vector-menu-content-list li a {
  margin-right:4px;
color: #27211c !important;
  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;
background-image: url(images/0/04/SkinDefault_Separator.png) !important;
  background-position: left bottom;
  background-size: 122px 1px;
}
 
/* footer */
footer#footer.mw-footer {
  margin-left: 10em;
  border-left: 1px solid #7F7F7F !important;
}
 
/* make font generally smaller */
#bodyContent, .mw-body-content {
  font-size: 0.8em;
}
 
/* force bullet lists to not use img */
ul {
  list-style-image: none !important;
}
 
/* fix for 982px screen discrimination code */
@media screen and (min-width:982px) {
  div#content {
    margin-left: 10em !important;
    padding: 1em 1em 1em 1em !important;
  }
  #mw-panel {
    padding-left: 0em !important;
  }
  #p-search {
    margin-right: 0.5em !important;
  }
  #p-personal {
    right: 0.75em !important;
  }
}
 
/* keeping for now, account for additions to shared.css */
table.wikitable {
  border-collapse: separate;
}
 
/* keeping for now, for site notice */
#siteNotice div, #siteNotice p {
  margin: -0.5em 0em 1.5em 0em
}
 
/* TABS */
/* make tabs use relative so center section works */
nav.vectorTabs ul li {
  position: relative;
}
 
/* get rid of default tab separators */
nav.vectorTabs, nav.vectorTabs ul, nav.vectorMenu h5 a {
  background: none !important;
}
 
/* position text correctly */
nav.vectorTabs ul li, nav.vectorTabs ul li * {
  margin: 0px !important;
  padding: 0px !important;
  background: none !important;
}
}


/* font and whatnot */
/* font and whatnot */
nav.vectorTabs ul li * {
nav.vectorTabs ul li * {
  color: #EDECEB !important;
color: #EDECEB !important;
  font-family: "OMORI_GAME2" !important;
font-family: "OMORI_GAME2" !important;
  font-size: 20px !important;
}
}


/* bright on hover */
/* bright on hover */
nav.vectorTabs ul li:hover * {
nav.vectorTabs ul li:hover * {
  color: #ffffff !important;
color: #ffffff !important;
}
}


Line 175: Line 68:
/* tab positioning and left */
/* tab positioning and left */
nav.vectorTabs ul li {
nav.vectorTabs ul li {
  background: url(images/5/5a/SkinDefault_TabOffLeft.png) bottom left no-repeat !important;
background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important;
  padding-left: 10px !important;
  height: 24px !important;
  margin-top: 16px !important;
  margin-right: 4px !important;
  background-size: 20px 24px !important;
}
}


/* center */
/* center */
nav.vectorTabs ul li:before {
nav.vectorTabs ul li:before {
  background: url(images/0/04/SkinDefault_TabOffCenter.png) !important;
background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important;
  content: "";
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 8px;
  height: 24px;
  background-size: 10px 24px !important;
}
}


/* tab positioning and right */
/* tab positioning and right */
nav.vectorTabs ul li a {
nav.vectorTabs ul li a {
  background: url(images/3/31/SkinDefault_TabOffRight.png) bottom right no-repeat !important;
background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin-left: -10px !important;
  padding-bottom: 0px !important;
  line-height: 24px !important;
  height: 24px !important;
  display: block !important;
  position: relative !important;
  background-size: 20px 24px !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;
background-image: url(images/8/82/SkinDefault_TabNewLeft.png) !important;
  background-size: 20px 24px !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;
background-image: url(images/3/3a/SkinDefault_TabNewCenter.png) !important;
  content: "";
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 8px;
  height: 24px;
  background-size: 10px 24px !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;
background-image: url(images/d/de/SkinDefault_TabNewRight.png) !important;
  background-size: 20px 24px !important;
}
}


Line 237: Line 100:
/* left */
/* left */
nav.vectorTabs ul li.selected {
nav.vectorTabs ul li.selected {
  background: url(images/7/76/SkinDefault_TabOnLeft.png) bottom left no-repeat !important;
background-image: url(images/7/76/SkinDefault_TabOnLeft.png) !important;
  background-size: 20px 24px !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;
background-image: url(images/c/c8/SkinDefault_TabOnCenter.png) !important;
  content: "";
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 8px;
  height: 24px;
  background-size: 10px 24px !important;
}
}


/* right */
/* right */
nav.vectorTabs ul li.selected a {
nav.vectorTabs ul li.selected a {
  background: url(images/c/c0/SkinDefault_TabOnRight.png) bottom right no-repeat !important;
background-image: url(images/c/c0/SkinDefault_TabOnRight.png) !important;
  background-size: 20px 24px !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;
color: #4d4743 !important;
  cursor: default !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;
color: #733c17 !important;
}
}


/* MORE TAB */
/* MORE TAB */
/* more tab bg and fixing */
/* left */
nav.vectorMenu {
nav.vectorMenu {
  background: url(images/6/6b/SkinDefault_TabMore.png) no-repeat !important;
background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important;
  width: 66px !important;
  top: 16px !important;
  transition: none !important;
  height: 24px;
  background-size: 66px 24px !important;
}
}


/* more tab text fixing, get rid of default separator */
/* center */
div#mw-head nav.vectorMenu h3 {
h3#p-cactions-label::before {
  padding: 3px 0px 3px 0px;
background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important;
  background-image: none;
  height: 24px;
}
}


/* hide default more tab down arrow */
/* right - this is really hacky and will break in an update guaranteed */
h3#p-cactions-label:after {
nav#p-cactions.vector-menu.vector-menu-dropdown.vectorMenu::after {
  background-image: none;
background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important;
}
}
/* margin between tabs and more tab */
/* ul.vector-menu-content-list {
  margin-right:4px;
} */


/* more tab font */
/* more tab font */
nav.vectorMenu h3 span {
nav.vectorMenu h3 span {
  padding: 3px 0px 3px 25px;
color: #EDECEB;
  color: #EDECEB;
font-family: 'OMORI_GAME2';
  font-size: 20px;
  font-family: 'OMORI_GAME2';
}
}


/* more dropdown menu */
/* replace default more down arrow */
nav.vectorMenu .menu {
h3#p-cactions-label:after {
  top: 1.5em !important;
background-image: url(images/7/7c/SkinDefault_MoreArrow.png) !important;
  left: 0px !important;
}
}


/* more dropdown menu bg */
/* more dropdown menu bg */
nav.vectorMenu ul {
nav.vectorMenu ul {
  background: #676562 url(images/3/33/SkinDefault_MoreDropdown.png) top repeat-x !important;
background-image: url(images/3/33/SkinDefault_MoreDropdown.png) !important;
  border-left: 1px solid #7F7F7F !important;
background-color: #676562 !important;
  border-right: 1px solid #7F7F7F !important;
  border-bottom: 1px solid #7F7F7F !important;
  margin-left: 0px !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;
color: #EDECEB !important;
}
 
ul.menu.vector-menu-content-list {
  min-width: 64px;
}
}


/* SEARCH TAB */
/* SEARCH TAB */
/* search bg */
/* left */
#p-search {
#p-search {
  background: url(images/c/c4/SkinDefault_TabSearch.png) bottom no-repeat !important;
background-image: url(images/5/5a/SkinDefault_TabOffLeft.png) !important;
  width: 280px !important;
  max-width: 280px !important;
  height: 24px !important;
  margin-top: 16px !important;
  margin-left: 4px !important;
  background-size: 280px 24px !important;
}
}


/* fix search content being super low */
/* center */
#p-search form, #p-search input {
#p-search form#searchform {
  margin-top: 0px !important;
background-image: url(images/0/04/SkinDefault_TabOffCenter.png) !important;
}
}


/* fix search button being at an offset */
/* right */
#simpleSearch {
#p-search::after {
  background: none !important;
background-image: url(images/3/31/SkinDefault_TabOffRight.png) !important;
  border: none !important;
  width: 280px !important;
  bottom: 7px !important;
  top: 1px !important;
}
}


/* search input */
/* search input */
#searchInput {
#searchInput {
  border: none !important;
background: #666361 !important;
  margin: 0px !important;
color: #FFFFFF !important;
  background: #666361 !important;
  padding: 4px !important;
  height: 18px !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  margin-left: 4px !important;
  width: 186px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
}


/* search input placeholder color */
/* search input placeholder color */
#searchInput::placeholder {
#searchInput::placeholder {
  color: #C7C6C5 !important;
color: #C7C6C5 !important;
}
}


/* search button */
/* search button */
#searchButton {
#searchButton {
  background: url(images/1/17/SkinDefault_ButtonSearch.png) top no-repeat !important;
background-image: url(images/1/17/SkinDefault_ButtonSearch.png) !important;
  border: 0px !important;
}
  padding: 0px !important;
 
  width: 81px !important;
/* external link colors */
  height: 18px !important;
.mw-parser-output a.external {
  cursor: pointer !important;
color: #0b0080;
  text-indent: -5000px !important;
}
  position: relative !important;
 
  top: 2px !important;
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
  right: 4px !important;
color: #0b0080;
  float: right !important;
}
  background-size: 81px 36px !important;
 
/* ======== */
/* COLORING */
/* ======== */
/* generic colors */
.theme-generic-light {
background: #FEFBF6;
color: #000000;
}
 
.theme-generic-dark {
background: #FFD4B5;
color: #000000;
}
}


/* search button hover */
.theme-generic-darkest {
#searchButton:hover {
background: #7F5334;
  background-position: 0px -18px !important;
color: #000000;
}
}


/* main page styling */
.theme-generic-border {
.mp-content-table {
border: 1px solid #7F5334 !important;
  width: 100%;
  background: #FEFBF6;
  border: 1px solid #7F5334;
}
}


.mp-content-header {
.theme-generic-border-bottom {
  font-size: 140%;
border-bottom: 1px solid #7F5334 !important;
  background: #FFD4B5;
  border: none;
  border-bottom: 1px solid #7F5334;
  padding-top:10px;
  padding-bottom:10px;
  margin:-3px;
  padding:10px;
  color: #000000;
}
}


div.mp-content-header-alt {
/* ambox divider */
  background: #FFD4B5;
table.ambox-divider,td.ambox-divider {
  font-size: 140%;
border-left: 10px solid #7F5334;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #7F5334;
  text-align: left;
  padding-top:10px;
  padding-bottom:10px;
  margin:-3px;
  padding:10px;
  color: #000000;
}
}

Latest revision as of 06: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;
}