MediaWiki:Timeless.css: Difference between revisions

From Astraheim Edda
Created page with "→‎All CSS here will be loaded for users of the Timeless skin: .ts-container { background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%); background-blend-mode: screen; }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
.ts-container { background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%); background-blend-mode: screen; }
#mw-content-container { background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%); background-blend-mode: screen; }

Revision as of 13:06, 5 December 2025

/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container { background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%); background-blend-mode: screen; }