Template:Home/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 5: Line 5:
.main-portals h2 {
.main-portals h2 {
font-size: 32px;
font-size: 32px;
    letter-spacing: 5px;
}
}


Line 32: Line 33:
     border-radius: 15px;
     border-radius: 15px;
background-image: radial-gradient(#001321, black 200%);
background-image: radial-gradient(#001321, black 200%);
     padding-top: 1em;
     padding: 1em;
    padding-bottom: 1em;
}
}



Revision as of 22:11, 13 September 2023

h1,h2,h3 {
	font-weight: normal;
}

.main-portals h2 {
	font-size: 32px;
    letter-spacing: 5px;
}

#catlinks-sidebar {
    display: none;
}

#content-bottom-stuff {
    display: none !important;
}

.home-page h2:after {
    border-bottom: 1px solid transparent !important;
}

.thumbinner {
    max-width: 250px;
}
.main-portals {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.main-portals > div {
	border: 1px solid #f81472;
    border-radius: 15px;
	background-image: radial-gradient(#001321, black 200%);
    padding: 1em;
}

@media screen and (max-width: 850px) {
.main-portals > div {
    grid-column: span 2;
}
}

.home-page #youtube-outer {
    margin: 0 auto;
    margin-bottom: 1em;
    float: none;
}

#hide-cat {
    display: none;
}

#home-magic-words {
    display: none;
}

/*
@media screen and (max-width: 750px) {
.main-portals {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}
}
*/