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

Template:Main Page/Shared/Styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.main-page.main-page--button {
.main-pagee.main-pagee--button {
overflow: hidden;
overflow: hidden;
padding: 0;
padding: 0;
Line 6: Line 6:
}
}


.main-page a{
.main-pagee a{
margin-top: 25px;
margin-top: 25px;
font-size: 10px;
font-size: 10px;
}
}


.main-page--button a {
.main-pagee--button a {
display: flex;
display: flex;
height: 100%;
height: 100%;
Line 22: Line 22:
}
}


.main-page--button img {
.main-pagee--button img {
transition: transform 250ms ease;
transition: transform 250ms ease;
}
}


.main-page--button:hover img {
.main-pagee--button:hover img {
transform: scale(1.1);
transform: scale(1.1);
}
}


.main-page--button .main-page__background a {
.main-pagee--button .main-pagee__background a {
padding: 0;
padding: 0;
}
}


.main-page--col2 {
.main-pagee--col2 {
grid-column: span 2;
grid-column: span 2;
}
}
Line 46: Line 46:
}
}


#main-page-discord {
#main-pagee-discord {
background: #5865f2;
background: #5865f2;
}
}

Revision as of 07:03, 15 June 2024

.main-pagee.main-pagee--button {
	overflow: hidden;
	padding: 0;
	background: #242a31;
	border: 0;
}

.main-pagee a{
	margin-top: 25px;
	font-size: 10px;
}

.main-pagee--button a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0;
	background: transparent;
	color: #fff;
	font-weight: normal;
}

.main-pagee--button img {
	transition: transform 250ms ease;
}

.main-pagee--button:hover img {
	transform: scale(1.1);
}

.main-pagee--button .main-pagee__background a {
	padding: 0;
}

.main-pagee--col2 {
	grid-column: span 2;
}

.main-pagee {
	position: relative;
	padding: 0;
	background: var( --color-surface-1 );
	border-radius: 10px;
	font-size: 50px;
}

#main-pagee-discord {
	background: #5865f2;
}