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

Template:Editnotice/styles.css: Difference between revisions

Template page
Content deleted Content added
XPDG (talk | contribs)
Created page with ".template-editnotice { padding: var( --space-lg ); background-color: var( --color-surface-2 ); border-radius: var( --border-radius--medium); display: flex; flex-direction: column; gap: var( --space-sm ); } .template-editnotice__title { color: var( --color-base--emphasized ); font-size: 1.25rem; font-weight: bold; } .template-editnotice__description { font-size: 0.875rem; }"
 
XPDG (talk | contribs)
No edit summary
 
Line 1: Line 1:
/*-- Taken from the PrismParty wiki, all credits go to them.*/
/*-- https://www.prismparty.net*/

.template-editnotice {
.template-editnotice {
padding: var( --space-lg );
padding: var( --space-lg );

Latest revision as of 23:16, 30 May 2025

/*-- Taken from the PrismParty wiki, all credits go to them.*/
/*-- https://www.prismparty.net*/

.template-editnotice {
	padding: var( --space-lg );
	background-color: var( --color-surface-2 );
	border-radius: var( --border-radius--medium);
	display: flex;
	flex-direction: column;
	gap: var( --space-sm );
}

.template-editnotice__title {
	color: var( --color-base--emphasized );
	font-size: 1.25rem;
	font-weight: bold;
}

.template-editnotice__description {
	font-size: 0.875rem;
}