Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(124 intermediate revisions by the same user not shown)
Line 4: Line 4:


/* Import fonts from Google Fonts: EB Garamond, Lora */
/* Import fonts from Google Fonts: EB Garamond, Lora */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


/*
/*
Line 11: Line 11:
  */
  */
@font-face {
@font-face {
    font-family: "EB Garamond-fallback";
font-family: 'EB Garamond-fallback';
    size-adjust: 94.29999999999998%;
size-adjust: 94.29999999999998%;
    ascent-override: 101%;
ascent-override: 101%;
    descent-override: 36.40000000000171%;
descent-override: 36.40000000000171%;
    src: local("Times New Roman");
src: local('Times New Roman');
}
}


@font-face {
@font-face {
    font-family: "Lora-fallback";
font-family: 'Lora-fallback';
    size-adjust: 105.20000000000005%;
size-adjust: 105.20000000000005%;
    ascent-override: 92%;
ascent-override: 92%;
    descent-override: 32.60000000000166%;
descent-override: 32.60000000000166%;
    src: local("Georgia");
src: local('Georgia');
}
}


/* CSS variables */
/* CSS variables */
:root {
:root {
    /* Border */
/* Border */
    /* Border color */
/* Border color */
    --tg-border-color-base: rgba(0, 0, 0, 0.08);
--tg-border-color-base: rgba(0, 0, 0, 0.08);
    --tg-border-color-subtle: rgba(0, 0, 0, 0.05);
--tg-border-color-subtle: rgba(0, 0, 0, 0.05);
    --tg-border-color-interactive: rgba(0, 0, 0, 0.11);
--tg-border-color-interactive: rgba(0, 0, 0, 0.11);
    /* Border radius */
/* Border radius */
    --tg-border-radius-sharp: 0;
--tg-border-radius-sharp: 0;
    --tg-border-radius-small: 4px;
--tg-border-radius-small: 4px;
    --tg-border-radius-medium: 8px;
--tg-border-radius-medium: 8px;
    --tg-border-radius-large: 12px;
--tg-border-radius-large: 12px;
    --tg-border-radius-pill: 9999px;
--tg-border-radius-pill: 9999px;
    --tg-border-radius-circle: 50%;
--tg-border-radius-circle: 50%;
    /* Shorthand */
/* Shorthand */
    --tg-border-base: 1px solid var(--tg-border-color-base);
--tg-border-base: 1px solid var(--tg-border-color-base);


    /* Color */
/* Color */
    /* Text color */
/* Text color */
    --tg-color-emphasized: #1a1f15;
--tg-color-emphasized: #1a1f15;
    --tg-color-base: #2a3025;
--tg-color-base: #2a3025;
    --tg-color-subtle: #4e5a42;
--tg-color-subtle: #4e5a42;
    --tg-color-inverted-progressive: #fff;
--tg-color-inverted-progressive: #fff;
    --tg-color-link: #36c;
--tg-color-link: #36c;
    /* Background color */
/* Background color */
    --tg-color-surface-0: #f9f4ee;
--tg-color-surface-0: #f9f4ee;
    --tg-color-surface-1: #fffbf6;
--tg-color-surface-1: #fffbf6;
    --tg-color-surface-2: #f6ede0;
--tg-color-surface-2: #f6ede0;
    --tg-color-surface-3: #f0e3cf;
--tg-color-surface-3: #f0e3cf;
    --tg-color-surface-4: #e6d9c5;
--tg-color-surface-4: #e6d9c5;
    --tg-color-surface-5: #e3d2b8;
--tg-color-surface-5: #e3d2b8;
    /* Progressive color */
/* Progressive color */
    --tg-color-progressive: #507b07;
--tg-color-progressive: #507b07;
    --tg-color-progressive--hover: #588418;
--tg-color-progressive--hover: #588418;
    --tg-color-progressive--active: #4a710a;
--tg-color-progressive--active: #4a710a;


    /* Font */
/* Font */
    /* Font family */
/* Font family */
    --tg-font-family-heading: "EB Garamond", "EB Garamond-fallback", serif;
--tg-font-family-heading: 'EB Garamond', 'EB Garamond-fallback', serif;
    --tg-font-family-body: "Lora", "Lora-fallback", serif;
--tg-font-family-body: 'Lora', 'Lora-fallback', serif;
    /* Font size */
/* Font size */
    --tg-font-size-x-small: 0.8125rem;
--tg-font-size-x-small: 0.8125rem;
    --tg-font-size-small: 0.875rem;
--tg-font-size-small: 0.875rem;
    --tg-font-size-medium: 1rem;
--tg-font-size-medium: 1rem;
    --tg-font-size-large: 1.125rem;
--tg-font-size-large: 1.125rem;
    --tg-font-size-x-large: 1.25rem;
--tg-font-size-x-large: 1.25rem;
    --tg-font-size-xx-large: 1.5rem;
--tg-font-size-xx-large: 1.5rem;
    --tg-font-size-xxx-large: 2rem;
--tg-font-size-xxx-large: 2rem;
    /* Font weight */
/* Font weight */
    --tg-font-weight-regular: 400;
--tg-font-weight-regular: 400;
    --tg-font-weight-medium: 500;
--tg-font-weight-medium: 500;
    --tg-font-weight-semibold: 600;
--tg-font-weight-semibold: 600;
    /* Line height */
/* Line height */
    --tg-line-height-xxx-small: 1.25;
--tg-line-height-xxx-small: 1.25;
    --tg-line-height-xx-small: 1.375;
--tg-line-height-xx-small: 1.375;
    --tg-line-height: 1.6;
--tg-line-height: 1.6;


    /* Opacity */
/* Opacity */
    --tg-opacity-pattern: 0.08;
--tg-opacity-pattern: 0.08;
   
 
    /* Codex token backport */
/* Codex token backport */
    /* Quiet color */
/* Quiet color */
    --background-color-button-quiet--hover: rgba(0, 0, 0, 0.07);
--background-color-button-quiet--hover: rgba(0, 0, 0, 0.07);
    --background-color-button-quiet--active: rgba(0, 0, 0, 0.09);
--background-color-button-quiet--active: rgba(0, 0, 0, 0.09);
}
}


html {
html {
    /* Force serif fonts to format number on the same line */
/* Force serif fonts to format number on the same line */
    font-variant-numeric: lining-nums;
font-variant-numeric: lining-nums;
}
}


/* Blockquote */
/* Blockquote */
blockquote {
blockquote {
    padding-left: 1rem;
padding-left: 1rem;
    border-left: 2px solid var(--tg-border-color-base);
border-left: 2px solid var(--tg-border-color-base);
    font-style: italic;
font-style: italic;
    /* Fallback for non-Chromium browsers */
/* Fallback for non-Chromium browsers */
    text-wrap: balance;
text-wrap: balance;
    /* Only works on Chromium browsers */
/* Only works on Chromium browsers */
    text-wrap: pretty;
text-wrap: pretty;
}
}


blockquote cite {
blockquote cite {
    color: var(--tg-color-subtle);
color: var(--tg-color-subtle);
    font-size: var(--tg-font-size-x-small);
font-size: var(--tg-font-size-x-small);
    font-style: normal;
font-style: normal;
}
}


blockquote cite::before {
blockquote cite::before {
    content: "";
content: '';
    margin-right: 0.5em;
margin-right: 0.5em;
}
}


blockquote > p:first-child::before {
blockquote > p:first-child::before {
    content: open-quote;
content: open-quote;
}
}


Line 126: Line 126:
blockquote:has(cite) > p:nth-last-child(2)::after,
blockquote:has(cite) > p:nth-last-child(2)::after,
blockquote:not(:has(cite)) > p:last-child::after {
blockquote:not(:has(cite)) > p:last-child::after {
    content: close-quote;
content: close-quote;
}
}


/* LINKS */
/* LINKS */
a {
a {
    /*color: var(--tg-color-link);*/
/*color: var(--tg-color-link);*/
}
}


.underlinelink a {
.underlinelink a {
    text-decoration: underline !important;
text-decoration: underline !important;
}
}
.nounderlinelink a {
.nounderlinelink a {
    text-decoration: none !important;
text-decoration: none !important;
}
}
.nounderlinelink a:hover {
.nounderlinelink a:hover {
    text-decoration: underline !important;
text-decoration: underline !important;
}
}


Line 147: Line 147:


td.seqwhite a {
td.seqwhite a {
    color: #ffffff !important;
color: #ffffff !important;
}
}
td.seqwhite div span a {
td.seqwhite div span a {
    color: #ffffff !important;
color: #ffffff !important;
}
}
td.seqcream a {
td.seqcream a {
    color: #fffdd0 !important;
color: #fffdd0 !important;
}
}
td.seqcream div span a {
td.seqcream div span a {
    color: #fffdd0 !important;
color: #fffdd0 !important;
}
}
td.seqgrey a {
td.seqgrey a {
    color: #2a2a2a !important;
color: #2a2a2a !important;
}
}
td.seqgrey div span a {
td.seqgrey div span a {
    color: #2a2a2a !important;
color: #2a2a2a !important;
}
}


/* REFERENCES TEMPLATE */
/* REFERENCES TEMPLATE */
ol.references {
ol.references {
    font-size: var(--tg-font-size-x-small);
font-size: var(--tg-font-size-x-small);
    margin-top: 0px;
margin-top: 0px;
    padding-top: 0px;
padding-top: 0px;
}
}
.references-small {
.references-small {
    font-size: 0.75rem;
font-size: 0.75rem;
}
}
ol.references > li:target {
ol.references > li:target {
    background-color: #ddeeff;
background-color: #ddeeff;
}
}
sup.reference:target {
sup.reference:target {
    background-color: #ddeeff;
background-color: #ddeeff;
}
}


/* Infobox customizations so they scale for desktop and mobile appropriately */
/* Infobox customizations so they scale for desktop and mobile appropriately */
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 600px) {
    .tginfobox {
.tginfobox {
        min-width: 100%;
min-width: 100%;
    }
}
}
}


@media only screen and (min-width: 601px) {
@media only screen and (min-width: 601px) {
    .tginfobox {
.tginfobox {
        width: 275px;
width: 275px;
    }
}
}
}


@media screen and (max-width: 600px) {
@media screen and (max-width: 600px) {
    .spotify {
.spotify,
        float: center;
.template-month {
        margin-left: 10px;
float: center;
    }
margin-left: 10px;
}
}
}


.pi-type-film .pi-secondary-background {
.pi-type-film .pi-secondary-background {
    background: rgb(238, 249, 238);
background: rgb(238, 249, 238);
    background: linear-gradient(
background: linear-gradient(
        90deg,
90deg,
        rgba(238, 249, 238, 1) 0%,
rgba(238, 249, 238, 1) 0%,
        rgba(171, 194, 171, 1) 35%,
rgba(171, 194, 171, 1) 35%,
        rgba(114, 139, 114, 1) 100%
rgba(114, 139, 114, 1) 100%
    );
);
}
}


.pi-data {
.pi-data {
    display: flex;
display: flex;
    align-items: center;
align-items: center;
}
}


.spotify {
.spotify {
    float: right;
float: right;
    width: 300px;
width: 300px;
    height: 100px;
height: 100px;
}
}


@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
    #p-logo-text {
#p-logo-text {
        /* Tighten the logo a bit more to the left on mobile devices to prevent overlapping */
/* Tighten the logo a bit more to the left on mobile devices to prevent overlapping */
        left: 3em;
left: 3em;
    }
}
}
}


/* Print styles */
/* Print styles */
@media print {
@media print {
    :root {
:root {
        /* Border */
/* Border */
        /* Border color */
/* Border color */
        --tg-border-color-base: #aaa !important;
--tg-border-color-base: #aaa !important;
        --tg-border-color-subtle: #ddd !important;
--tg-border-color-subtle: #ddd !important;
        --tg-border-color-interactive: #000 !important;
--tg-border-color-interactive: #000 !important;
        /* Color */
/* Color */
        /* Text color */
/* Text color */
        --tg-color-emphasized: #000 !important;
--tg-color-emphasized: #000 !important;
        --tg-color-base: #222 !important;
--tg-color-base: #222 !important;
        --tg-color-subtle: #444 !important;
--tg-color-subtle: #444 !important;
        /* Background color */
/* Background color */
        --tg-color-surface-0: #fff !important;
--tg-color-surface-0: #fff !important;
        --tg-color-surface-1: #fff !important;
--tg-color-surface-1: #fff !important;
        --tg-color-surface-2: #fff !important;
--tg-color-surface-2: #fff !important;
        --tg-color-surface-3: #fff !important;
--tg-color-surface-3: #fff !important;
        --tg-color-surface-4: #fff !important;
--tg-color-surface-4: #fff !important;
        --tg-color-surface-5: #fff !important;
--tg-color-surface-5: #fff !important;
        /* Progressive color */
/* Progressive color */
        --tg-color-progressive: #000 !important;
--tg-color-progressive: #000 !important;
    }
}
}
 
/* Limit FloatingUI content width */
.ext-floatingui-floating-content {
max-width: 50ch;
padding: 12px;
}
}


/* </nowiki></pre> */
/* </nowiki></pre> */

Latest revision as of 03:57, 29 March 2025

/* <pre><nowiki> */

/* Tolkien Gateway theme */

/* Import fonts from Google Fonts: EB Garamond, Lora */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/*
 * Use customized system fonts as fallback for font stack
 * Needed to avoid layout shift
 */
@font-face {
	font-family: 'EB Garamond-fallback';
	size-adjust: 94.29999999999998%;
	ascent-override: 101%;
	descent-override: 36.40000000000171%;
	src: local('Times New Roman');
}

@font-face {
	font-family: 'Lora-fallback';
	size-adjust: 105.20000000000005%;
	ascent-override: 92%;
	descent-override: 32.60000000000166%;
	src: local('Georgia');
}

/* CSS variables */
:root {
	/* Border */
	/* Border color */
	--tg-border-color-base: rgba(0, 0, 0, 0.08);
	--tg-border-color-subtle: rgba(0, 0, 0, 0.05);
	--tg-border-color-interactive: rgba(0, 0, 0, 0.11);
	/* Border radius */
	--tg-border-radius-sharp: 0;
	--tg-border-radius-small: 4px;
	--tg-border-radius-medium: 8px;
	--tg-border-radius-large: 12px;
	--tg-border-radius-pill: 9999px;
	--tg-border-radius-circle: 50%;
	/* Shorthand */
	--tg-border-base: 1px solid var(--tg-border-color-base);

	/* Color */
	/* Text color */
	--tg-color-emphasized: #1a1f15;
	--tg-color-base: #2a3025;
	--tg-color-subtle: #4e5a42;
	--tg-color-inverted-progressive: #fff;
	--tg-color-link: #36c;
	/* Background color */
	--tg-color-surface-0: #f9f4ee;
	--tg-color-surface-1: #fffbf6;
	--tg-color-surface-2: #f6ede0;
	--tg-color-surface-3: #f0e3cf;
	--tg-color-surface-4: #e6d9c5;
	--tg-color-surface-5: #e3d2b8;
	/* Progressive color */
	--tg-color-progressive: #507b07;
	--tg-color-progressive--hover: #588418;
	--tg-color-progressive--active: #4a710a;

	/* Font */
	/* Font family */
	--tg-font-family-heading: 'EB Garamond', 'EB Garamond-fallback', serif;
	--tg-font-family-body: 'Lora', 'Lora-fallback', serif;
	/* Font size */
	--tg-font-size-x-small: 0.8125rem;
	--tg-font-size-small: 0.875rem;
	--tg-font-size-medium: 1rem;
	--tg-font-size-large: 1.125rem;
	--tg-font-size-x-large: 1.25rem;
	--tg-font-size-xx-large: 1.5rem;
	--tg-font-size-xxx-large: 2rem;
	/* Font weight */
	--tg-font-weight-regular: 400;
	--tg-font-weight-medium: 500;
	--tg-font-weight-semibold: 600;
	/* Line height */
	--tg-line-height-xxx-small: 1.25;
	--tg-line-height-xx-small: 1.375;
	--tg-line-height: 1.6;

	/* Opacity */
	--tg-opacity-pattern: 0.08;

	/* Codex token backport */
	/* Quiet color */
	--background-color-button-quiet--hover: rgba(0, 0, 0, 0.07);
	--background-color-button-quiet--active: rgba(0, 0, 0, 0.09);
}

html {
	/* Force serif fonts to format number on the same line */
	font-variant-numeric: lining-nums;
}

/* Blockquote */
blockquote {
	padding-left: 1rem;
	border-left: 2px solid var(--tg-border-color-base);
	font-style: italic;
	/* Fallback for non-Chromium browsers */
	text-wrap: balance;
	/* Only works on Chromium browsers */
	text-wrap: pretty;
}

blockquote cite {
	color: var(--tg-color-subtle);
	font-size: var(--tg-font-size-x-small);
	font-style: normal;
}

blockquote cite::before {
	content: '―';
	margin-right: 0.5em;
}

blockquote > p:first-child::before {
	content: open-quote;
}

/* <cite> is wrapped in the last <p> */
blockquote:has(cite) > p:nth-last-child(2)::after,
blockquote:not(:has(cite)) > p:last-child::after {
	content: close-quote;
}

/* LINKS */
a {
	/*color: var(--tg-color-link);*/
}

.underlinelink a {
	text-decoration: underline !important;
}
.nounderlinelink a {
	text-decoration: none !important;
}
.nounderlinelink a:hover {
	text-decoration: underline !important;
}

/* SEQUENCE TEMPLATE */

td.seqwhite a {
	color: #ffffff !important;
}
td.seqwhite div span a {
	color: #ffffff !important;
}
td.seqcream a {
	color: #fffdd0 !important;
}
td.seqcream div span a {
	color: #fffdd0 !important;
}
td.seqgrey a {
	color: #2a2a2a !important;
}
td.seqgrey div span a {
	color: #2a2a2a !important;
}

/* REFERENCES TEMPLATE */
ol.references {
	font-size: var(--tg-font-size-x-small);
	margin-top: 0px;
	padding-top: 0px;
}
.references-small {
	font-size: 0.75rem;
}
ol.references > li:target {
	background-color: #ddeeff;
}
sup.reference:target {
	background-color: #ddeeff;
}

/* Infobox customizations so they scale for desktop and mobile appropriately */
@media only screen and (max-width: 600px) {
	.tginfobox {
		min-width: 100%;
	}
}

@media only screen and (min-width: 601px) {
	.tginfobox {
		width: 275px;
	}
}

@media screen and (max-width: 600px) {
	.spotify,
	.template-month {
		float: center;
		margin-left: 10px;
	}
}

.pi-type-film .pi-secondary-background {
	background: rgb(238, 249, 238);
	background: linear-gradient(
		90deg,
		rgba(238, 249, 238, 1) 0%,
		rgba(171, 194, 171, 1) 35%,
		rgba(114, 139, 114, 1) 100%
	);
}

.pi-data {
	display: flex;
	align-items: center;
}

.spotify {
	float: right;
	width: 300px;
	height: 100px;
}

@media screen and (max-width: 850px) {
	#p-logo-text {
		/* Tighten the logo a bit more to the left on mobile devices to prevent overlapping */
		left: 3em;
	}
}

/* Print styles */
@media print {
	:root {
		/* Border */
		/* Border color */
		--tg-border-color-base: #aaa !important;
		--tg-border-color-subtle: #ddd !important;
		--tg-border-color-interactive: #000 !important;
		/* Color */
		/* Text color */
		--tg-color-emphasized: #000 !important;
		--tg-color-base: #222 !important;
		--tg-color-subtle: #444 !important;
		/* Background color */
		--tg-color-surface-0: #fff !important;
		--tg-color-surface-1: #fff !important;
		--tg-color-surface-2: #fff !important;
		--tg-color-surface-3: #fff !important;
		--tg-color-surface-4: #fff !important;
		--tg-color-surface-5: #fff !important;
		/* Progressive color */
		--tg-color-progressive: #000 !important;
	}
}

/* Limit FloatingUI content width */
.ext-floatingui-floating-content {
	max-width: 50ch;
	padding: 12px;
}

/* </nowiki></pre> */