MediaWiki:Common.css

From Bendy Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap";
@font-face {
  font-family:caviardreams;
  src:url(https://commons.wiki.gg/images/5/53/CaviarDreams.ttf?20230503162720) /**[[File:CaviarDreams.ttf]]*/
}
@font-face {
  font-family:caviardreams_italic;
  src:url(https://commons.wiki.gg/images/f/f2/CaviarDreams_Italic.ttf?20230503162720) /**[[File:CaviarDreams_Italic.ttf]]*/
}
@font-face {
  font-family:soupofjustice;
  src:url(https://commons.wiki.gg/images/6/6b/Soupofjustice.ttf?20230503162720) /**[[File:Soupofjustice.ttf]]*/
}

:root,
.theme-dark {
    --wiki-body-background-image: none;
    --wiki-body-background-color: #000;
    --wiki-body-background-color--rgb: 0, 0, 0;
    --wiki-body-dynamic-color: #ffffff;
    --wiki-body-dynamic-color--rgb: 255,255,255;
    --wiki-body-dynamic-color--inverted: #000000;
    --wiki-body-dynamic-color--inverted--rgb: 0,0,0;
    --wiki-body-dynamic-color--secondary: #dddddd;
    --wiki-body-dynamic-color--secondary--rgb: 221,221,221;
    --wiki-body-dynamic-color--secondary--inverted: #333333;
    --wiki-body-dynamic-color--secondary--inverted--rgb: 51,51,51;
    --wiki-body-font-family: sans-serif;
    
    --wiki-content-background-color: #302a1c;
    --wiki-content-background-color--rgb: 48, 42, 28;
    --wiki-content-background-opacity: 1.0;
    --wiki-content-background-color--secondary: #2C2B20;
    --wiki-content-background-color--secondary--rgb: 44, 43, 32;
    --wiki-content-border-color: #c09548;
    --wiki-content-border-color--rgb: 192, 149, 72;
    --wiki-content-text-color: #feedbd;
    --wiki-content-text-color--rgb: 254, 237, 189;
    --wiki-content-link-color: #ffd166;
    --wiki-content-link-color--rgb: 255, 209, 102;
	--wiki-content-link-color--external: #E08200;
    --wiki-content-link-label-color: #000;
    --wiki-content-link-label-color--rgb: 0,0,0;
    --wiki-content-link-color--visited: var(--wiki-content-link-color);
    --wiki-content-link-color--visited--rgb: var(--wiki-content-link-color--rgb);
    --wiki-content-link-color--hover: var(--wiki-content-link-color);
    --wiki-content-link-color--hover--rgb: var(--wiki-content-link-color--rgb);
    --wiki-content-redlink-color: #FC3B2C;
    --wiki-content-redlink-color--rgb: 252,59,44;
    --wiki-content-text-mix-color: #868686;
    --wiki-content-text-mix-color--rgb: 134,134,134;
    --wiki-content-text-mix-color-95: #2a2a2a;
    --wiki-content-text-mix-color-95--rgb: 42,42,42;
    --wiki-content-dynamic-color: #ffffff;
    --wiki-content-dynamic-color--rgb: 255, 255, 255;
    --wiki-content-dynamic-color--inverted: #000000;
    --wiki-content-dynamic-color--inverted--rgb: 0, 0, 0;
    --wiki-content-dynamic-color--secondary: #dddddd;
    --wiki-content-dynamic-color--secondary--rgb: 221, 221, 221;
    --wiki-content-dynamic-color--secondary--inverted: #333333;
    --wiki-content-dynamic-color--secondary--inverted--rgb: 51, 51, 51;

    --wiki-heading-color: #c09548;
    --wiki-heading-color--rgb: 192, 149, 72;
    --wiki-heading-font-family: caviardreams,serif;

    --wiki-accent-color: #ba8921;
    --wiki-accent-color--rgb: 186, 137, 33;
    --wiki-accent-color--hover: #EADAAE;
    --wiki-accent-color--hover--rgb: 216,32,115;
    --wiki-accent-label-color: #000;
    --wiki-accent-label-color--rgb: 0,0,0;
    --wiki-accent-link-color: #22214d;
    --wiki-accent-link-color--rgb: 34, 33, 77;

    --wiki-sidebar-background-color: #2c2b20;
    --wiki-sidebar-background-color--rgb: 44, 43, 32;
    --wiki-sidebar-background-opacity: 1;
    --wiki-sidebar-border-color: #b8903b;
    --wiki-sidebar-border-color--rgb: 184, 144, 59;
    --wiki-sidebar-link-color: #feedbd;
    --wiki-sidebar-link-color--rgb: 254, 237, 189;
    --wiki-sidebar-heading-color: #000;
    --wiki-sidebar-heading-color--rgb: 0, 0, 0;

    --wiki-navigation-background-color: var(--wiki-content-border-color);
    --wiki-navigation-background-color--rgb: var(--wiki-content-border-color--rgb);
    --wiki-navigation-background-color--secondary: var(--wiki-content-background-color--secondary);
    --wiki-navigation-background-color--secondary--rgb: var(--wiki-content-background-color--secondary--rgb);
    --wiki-navigation-border-color: var(--wiki-content-border-color);
    --wiki-navigation-border-color--rgb: var(--wiki-content-border-color--rgb);
    --wiki-navigation-text-color: var(--wiki-content-link-color);
    --wiki-navigation-text-color--rgb: var(--wiki-content-link-color--rgb);
    --wiki-navigation-selected-background-color: var(--wiki-content-background-color);
    --wiki-navigation-selected-background-color--rgb: var(--wiki-content-background-color--rgb);
    --wiki-navigation-selected-border-color: var(--wiki-navigation-border-color);
    --wiki-navigation-selected-border-color-rgb: var(--wiki-navigation-border-color--rgb);
    --wiki-navigation-selected-text-color: var(--wiki-content-text-color);
    --wiki-navigation-selected-text-color-rgb: var(--wiki-content-text-color--rgb);

    --wiki-alert-color: #ce0018;
    --wiki-alert-color--rgb: 206,0,24;
    --wiki-alert-label-color: #000000;
    --wiki-alert-label-color--rgb: 0,0,0;
    --wiki-warning-color:#cf721c;
    --wiki-warning-color--rgb: 207,114,28;
    --wiki-warning-label-color: #000000;
    --wiki-warning-label-color--rgb: 0, 0, 0;
    --wiki-success-color: #0c742f;
    --wiki-success-color--rgb: 12,116,47;
    --wiki-success-label-color: #000000;
    --wiki-success-label-color--rgb: 0,0,0;
    
    --wiki-icon-general-filter: invert(100%);
    --wiki-icon-to-link-filter: invert(87%) sepia(37%) saturate(783%) hue-rotate(329deg) brightness(101%) contrast(103%);
    --wiki-icon-to-external-link-filter: invert(33%) sepia(92%) saturate(617%) hue-rotate(184deg) brightness(91%) contrast(91%);
}

/*****************************
* Dark mode Syntax highlight *
******************************/

.view-dark .mw-highlight .hll { background-color: #49483e }
.view-dark .mw-highlight  { background: #272822; color: #f8f8f2 }
.view-dark .mw-highlight .c { color: #75715e } /* Comment */
.view-dark .mw-highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.view-dark .mw-highlight .k { color: #66d9ef } /* Keyword */
.view-dark .mw-highlight .l { color: #ae81ff } /* Literal */
.view-dark .mw-highlight .n { color: #f8f8f2 } /* Name */
.view-dark .mw-highlight .o { color: #f92672 } /* Operator */
.view-dark .mw-highlight .p { color: #f8f8f2 } /* Punctuation */
.view-dark .mw-highlight .ch { color: #75715e } /* Comment.Hashbang */
.view-dark .mw-highlight .cm { color: #75715e } /* Comment.Multiline */
.view-dark .mw-highlight .cp { color: #75715e } /* Comment.Preproc */
.view-dark .mw-highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.view-dark .mw-highlight .c1 { color: #75715e } /* Comment.Single */
.view-dark .mw-highlight .cs { color: #75715e } /* Comment.Special */
.view-dark .mw-highlight .gd { color: #f92672 } /* Generic.Deleted */
.view-dark .mw-highlight .ge { font-style: italic } /* Generic.Emph */
.view-dark .mw-highlight .gi { color: #a6e22e } /* Generic.Inserted */
.view-dark .mw-highlight .gs { font-weight: bold } /* Generic.Strong */
.view-dark .mw-highlight .gu { color: #75715e } /* Generic.Subheading */
.view-dark .mw-highlight .kc { color: #66d9ef } /* Keyword.Constant */
.view-dark .mw-highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.view-dark .mw-highlight .kn { color: #f92672 } /* Keyword.Namespace */
.view-dark .mw-highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.view-dark .mw-highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.view-dark .mw-highlight .kt { color: #66d9ef } /* Keyword.Type */
.view-dark .mw-highlight .ld { color: #e6db74 } /* Literal.Date */
.view-dark .mw-highlight .m { color: #ae81ff } /* Literal.Number */
.view-dark .mw-highlight .s { color: #e6db74 } /* Literal.String */
.view-dark .mw-highlight .na { color: #a6e22e } /* Name.Attribute */
.view-dark .mw-highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.view-dark .mw-highlight .nc { color: #a6e22e } /* Name.Class */
.view-dark .mw-highlight .no { color: #66d9ef } /* Name.Constant */
.view-dark .mw-highlight .nd { color: #a6e22e } /* Name.Decorator */
.view-dark .mw-highlight .ni { color: #f8f8f2 } /* Name.Entity */
.view-dark .mw-highlight .ne { color: #a6e22e } /* Name.Exception */
.view-dark .mw-highlight .nf { color: #a6e22e } /* Name.Function */
.view-dark .mw-highlight .nl { color: #f8f8f2 } /* Name.Label */
.view-dark .mw-highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.view-dark .mw-highlight .nx { color: #a6e22e } /* Name.Other */
.view-dark .mw-highlight .py { color: #f8f8f2 } /* Name.Property */
.view-dark .mw-highlight .nt { color: #f92672 } /* Name.Tag */
.view-dark .mw-highlight .nv { color: #f8f8f2 } /* Name.Variable */
.view-dark .mw-highlight .ow { color: #f92672 } /* Operator.Word */
.view-dark .mw-highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.view-dark .mw-highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.view-dark .mw-highlight .mf { color: #ae81ff } /* Literal.Number.Float */
.view-dark .mw-highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
.view-dark .mw-highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
.view-dark .mw-highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
.view-dark .mw-highlight .sa { color: #e6db74 } /* Literal.String.Affix */
.view-dark .mw-highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
.view-dark .mw-highlight .sc { color: #e6db74 } /* Literal.String.Char */
.view-dark .mw-highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
.view-dark .mw-highlight .sd { color: #e6db74 } /* Literal.String.Doc */
.view-dark .mw-highlight .s2 { color: #e6db74 } /* Literal.String.Double */
.view-dark .mw-highlight .se { color: #ae81ff } /* Literal.String.Escape */
.view-dark .mw-highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
.view-dark .mw-highlight .si { color: #e6db74 } /* Literal.String.Interpol */
.view-dark .mw-highlight .sx { color: #e6db74 } /* Literal.String.Other */
.view-dark .mw-highlight .sr { color: #e6db74 } /* Literal.String.Regex */
.view-dark .mw-highlight .s1 { color: #e6db74 } /* Literal.String.Single */
.view-dark .mw-highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
.view-dark .mw-highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
.view-dark .mw-highlight .fm { color: #a6e22e } /* Name.Function.Magic */
.view-dark .mw-highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
.view-dark .mw-highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
.view-dark .mw-highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
.view-dark .mw-highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
.view-dark .mw-highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */

/*****************************
*    End syntax highlight    *
******************************/

/*****************************
*     PortableInfoboxes      *
******************************/
:root {
	--pi-background: #000;
	--pi-secondary-background: var(--wiki-accent-color);
	--pi-secondary-background--rgb: var(--wiki-accent-color--rgb);
	--pi-secondary-background-label: var(--wiki-accent-label-color);
	--pi-border-color: rgba(var(--pi-secondary-background--rgb),0.5);
}

.portable-infobox {
  width: 275px;
  background: url(/images/5/57/CSS-InfoboxBackground.png?20240503162350); /**[[File:CSS-InfoboxBackground.png]]*/
  background-size: cover;
  border-radius: 5px 5px 0 0;
  color: #feedbd;
  border: 2px solid #c09548;
  border-style: double;
}

.portable-infobox .pi-header {
  background:0 0;
  border-bottom:1px solid #c09548;
  border-style:double;
  color:#c09548;
  text-align:center;
  font-weight:700;
  font-family:quicksand
}
.portable-infobox .pi-collapse .pi-header {
  cursor:pointer
}
.pi-item .pi-item-spacing .pi-title {
  background:0 0;
  border:1px solid #c09548;
  border-style:double;
  color:#c09548;
  font-family:quicksand
}
.portable-infobox .pi-item-spacing {
  padding:10px 15px
}
.portable-infobox .pi-title {
  font-size:17px;
  font-family:quicksand;
  text-align:center;
  background:0 0;
  border-bottom:1px solid #c09548;
  color:#c09548;
  font-weight:700;
  border-top-left-radius:10px;
  border-top-right-radius:10px
}
.portable-infobox .pi-image {
  padding:.5em
}
.portable-infobox .pi-data-label {
  flex-basis:165px
}
.portable-infobox.pi-theme-game .pi-group:nth-of-type(2) .pi-data-value,
.portable-infobox.pi-theme-game .pi-group:nth-of-type(3) .pi-data-value {
  padding:10px 0;
  margin:0 auto
}
.pi-europa .pi-image-collection-tabs {
  text-align:center
}
.portable-infobox .pi-image .pi-image-thumbnail {
  height:auto;
  max-width:100%;
  box-sizing:border-box;
  padding:.5em;
  color:#ffc97d
}
.portable-infobox .pi-caption {
  color:#ffc97d;
  font-size:10px
}
.portable-infobox .pi-horizontal-group-item .pi-data-label {
  font-size:110%
}
.portable-infobox .pi-border-color {
  border-color:#201c12;
}
.pi-section-navigation .pi-section-tab,
.pi-media-collection .pi-tab-link {
  font-family:quicksand,sans-serif;
  font-weight:700;
  font-size:105%;
  color:#ffc97d
}
.pi-data-label.pi-secondary-font {
  color:#c09548;
  font-family:quicksand;
  font-weight:700;
  font-size:13px;
  text-decoration:underline
}

@media screen and (max-width: 720px) {
  .portable-infobox {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
  }
}
/*****************************
*   End PortableInfoboxes    *
******************************/

/*********************************************************************************************************************
* Semantically-correct horizontal lists (for Module:Navbox, and they're more machine-readable than {{*}}-formatting) *
**********************************************************************************************************************/
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	/*
	 * don't trust the note that says margin doesn't work with inline
	 * removing margin: 0 makes dds have margins again
	 * We also want to reset margin-right in Minerva
	 */
	margin: 0; 
	display: inline;
}

/* Display requested top-level lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
/* Display nested lists inline */
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* TODO: :not() can maybe be used here to remove the later rule. naive test
 * seems to work. more testing needed. like so: */
.hlist dt:not(:last-child)::after {
	content: ": ";
}
.hlist dd:not(:last-child)::after,
.hlist li:not(:last-child)::after {
	content: " · ";
	font-weight: bold;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child::before,
.hlist dd dt:first-child::before,
.hlist dd li:first-child::before,
.hlist dt dd:first-child::before,
.hlist dt dt:first-child::before,
.hlist dt li:first-child::before,
.hlist li dd:first-child::before,
.hlist li dt:first-child::before,
.hlist li li:first-child::before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child::after,
.hlist dd dt:last-child::after,
.hlist dd li:last-child::after,
.hlist dt dd:last-child::after,
.hlist dt dt:last-child::after,
.hlist dt li:last-child::after,
.hlist li dd:last-child::after,
.hlist li dt:last-child::after,
.hlist li li:last-child::after {
	content: ")";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li::before {
	content: " " counter(listitem) "\a0";
}

.hlist dd ol > li:first-child::before,
.hlist dt ol > li:first-child::before,
.hlist li ol > li:first-child::before {
	content: " (" counter(listitem) "\a0";
}
/********************************************
* End semantically-correct horizontal lists *
*********************************************/

/**********************************************************
* Template:Navbox (needs semantic horizontal lists above) *
***********************************************************/
.navbox {
  clear:both;
  margin:1em 0;
  padding:3px;
  font-size:85%;
  width:100%;
  border:2px solid #c09548;
  box-sizing:border-box
}
.navbox-inner,
.navbox-subgroup {
  border-spacing:0;
  width:100%;
  background:#221f1b
}
.navbox+.navbox {
  margin-top:-1px
}
.navbox-spacer {
  height:2px;
  background:#c09548
}
.navbox-row {
  background:#221f1b
}
.navbox-title {
  font-weight:700;
  font-size:115%;
  padding:.25em .6em;
  line-height:1.5em;
  background:url(/images/a/a8/CSS-NavboxBackground.png?20230503162720); /**[[File:CSS-NavboxBackground.png]]*/
  background-size:cover;
  font-family:quicksand
}
.navbox-title,
.navbox-abovebelow {
  padding-left:1em;
  padding-right:1em;
  text-align:center
}
.navbox-abovebelow,
.navbox-image {
  background:#000
}
.navbox-subgroup .navbox-title {
  background:#291c00
}
.navbox-title .mw-collapsible-toggle {
  font-weight:400;
  text-align:right
}
.navbox-title-text {
  font-size:105%
}
.navbox-title .navbar {
  float:left;
  margin-right:.5em
}
.navbox-title .navbar a.external::after {
  content:unset
}
.navbox-group {
  font-weight:700;
  padding:0 .5em;
  white-space:nowrap;
  text-align:center;
  font-family:quicksand;
  background:#000
}
.navbox-even {
  background:#221f1b
}
.navbox-subgroup>tbody>tr {
  display:flex
}
.navbox-subgroup .navbox-title {
  width:100%
}
.navbox-subgroup .navbox-group {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-basis:11em;
  flex-grow:1;
  flex-shrink:0;
  white-space:normal
}
.navbox-list {
  width:100%
}
/* Mobile adjustments */
@media screen and (max-width:1280px) {
  .mw-body .navbox-inner table {
    display:table
  }
}
@media screen and (max-width: 720px) {
	.mw-body .navbox {
		display: none;
	}
}
/**********************
* End Template:Navbox *
***********************/


/*******************
* Main page layout *
********************/
.mp-flex {
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:15px
}
.mp-left {
  flex:4
}
.mp-right {
  flex:1 275px
}
.page-Bendy_Wiki #content {
  background-color: transparent;
  border: 0;
}
.main-page-section {
  background-image:url(/images/f/f5/MainPage-MenuSectionBackground.png?20230503162720) /**[[File:MainPage-MenuSectionBackground.png]]*/;
  background-size:cover
}
.main-page-section-alt {
  background-image:url(/images/1/16/MainPage-SectionBackgroundAlt.png?20230503162720) /**[[File:MainPage-SectionBackgroundAlt.png]]*/;
  background-size:cover
}
.main-page-section,
.mp-flex,
.mp-left,
.mp-right,
.main-page-section-alt {
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
	.mp-flex {
		flex-direction: column;
		align-items: center;
	}
}

.hoverimage .gallery {
  display: flex;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.hoverimage .gallery a {
  text-shadow: #000 1px 1px 1px;
  color: #000;
  font-weight: bold;
}
/***********************
* End main page layout *
************************/


/*** Watch icon ***/
.vector-menu-tabs #ca-watch.icon a::before,
.vector-menu-tabs #ca-unwatch.icon a:hover::before,
.vector-menu-tabs #ca-watch.icon a:focus::before {
  background-image: linear-gradient(transparent,transparent),url(/images/e/e1/UnwatchIcon.png?20230504014250); /**[[File:UnwatchIcon.png]]*/
  left: .5em;
  top: 1.2em;
  background-size: contain;
}
.vector-menu-tabs #ca-watch.icon a:hover::before,
.vector-menu-tabs #ca-unwatch.icon a::before,
.vector-menu-tabs #ca-unwatch.icon a:focus::before {
  background-image: linear-gradient(transparent,transparent),url(/images/6/60/WatchIcon.png?20230504014250); /**[[File:WatchIcon.png]]*/
  left: .5em;
  top: 1.2em;
  background-size: contain;
}


/*** Miscellaneous ***/
.responsive-image {
	max-width:100%;
	height:auto;
}

.view-dark .invert-on-dark,
.view-light .invert-on-light {
    filter:invert(100%);
}

@media screen and (min-width:720px) {
	.mobileonly {
		display:none;
	}
}
@media screen and (max-width:720px) {
	.nomobile {
		display:none;
	}
}

/**************************
* Start Modular Templates *
**************************/

/********* [[Template:Ambox]] *********/
.ambox {
	border: 1px solid var(--wiki-content-border-color);
	border-left: 10px solid var(--ambox-color);
	border-radius: 2px;
	display: flex;
	align-items: center;
	gap: .6em;
	margin: 1em 0;
	padding: 3px .6em;
	background-color: var(--wiki-content-background-color--secondary);
	box-shadow: 2px 2px 5px 0px #0002;
}

@media (min-width: 720px) {
	.ambox {
		margin-inline: 10%;
	}
}

.ambox.tiny {
	padding: .04rem .5em;
	margin-inline: 0;
    width: fit-content;
}

.ambox + .ambox {
	margin-top: -.6em;
}

.ambox-content p {
	margin: .15em 0;
}

.ambox-title {
	font-weight: bold;
}

/********* [[Template:Hatnote]] *********/
.hatnote {
    padding: 1px 0 1px 1.6em;
    margin-bottom: 0.5em;
    font-style: italic;
    border-top: 1px solid var(--wiki-body-dynamic-color--secondary--inverted);
    border-bottom: 1px solid var(--wiki-body-dynamic-color--secondary--inverted);
}

.hatnote.icon {
	padding-left: 0;	
}

/********* [[Template:Spoiler]] *********/
.spoiler-content {
  background-color: rgb(127, 127, 127);
  transition: all 0.3s;
  cursor: pointer;
}

.spoiler-content > span {
  opacity: 0;
  transition: all 0.3s;
}

.spoiler-content > * {
  pointer-events:none;
}

.spoiler-content.show > *,
.spoiler-content:hover > * {
  pointer-events:unset;
}

.spoiler-content.show, .spoiler-content.hover:hover {
  background-color: rgba(127, 127, 127, 0);
}

.spoiler-content.show > span, .spoiler-content.hover:hover > span {
  opacity: 1;
}

/********* [[Template:Link icon]] *********/
.link-icon {
	display: inline-flex; 
	align-items: baseline;
}

.link-icon .regular {
    align-self: center;
}

.link-icon .regular a {
	display: flex;
}

.link-icon .regular img {
	height: var(--link-icon-size);
	max-width: var(--link-icon-size);
}

.link-icon .fallback {
	outline: 1px solid var(--wiki-content-text-color);
	border-radius: 50%;
	text-align: center;
	width: var(--link-icon-size);
	line-height: var(--link-icon-size);
}

.link-icon.notext .fallback {
	display: inline-block;
}

.link-icon.notext {
    display: inline;
}

/********* [[Template:Quote]] *********/
.quote {
    background: var(--wiki-content-background-color--secondary);
    border-radius: 5px;
    border: 2px solid var(--wiki-content-border-color);
    margin: .5em 0;
    padding: .5em;
}

.quote .block {
	display: block;
}

.quote .title {
	font-size: large;
    font-weight: bold;
}

.quote .content {
	font-style: italic;
}

.quote .author {
	font-weight: bold;
	text-align: end;
}

.quote .marks-wrapper {
	display: flex;
	gap: 5px;
}

.quote .marks-wrapper::before,
.quote .marks-wrapper::after {
	font-size: 100px;
    line-height: 0px;
}

.quote .marks-wrapper::before {
	content: "“";
	margin-top: 40px;
}

.quote .marks-wrapper::after {
	content: "”";
	align-self: end;
	margin-bottom: -10px;
}

/************************
* End Modular Templates *
*************************/

/** Template:Reflist */
.reflist-note ol.references {
	list-style: lower-alpha;
}