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

Template:Home/ServerInfo/styles.css: Difference between revisions

Template page
(Created page with ".home-grid { display: grid; grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); grid-auto-rows: minmax( 3rem, auto ); grid-gap: 0.625rem; } .home-grid--col2 { grid-template-columns: 1fr 1fr; } .home-grid a.external { background-image: none; } .home-card { position: relative; padding: 15px; background: var( --color-surface-1 ); border-radius: 8px; box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 ); font-size: 0.875...")
 
No edit summary
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
.home-grid {
a.external.text::after {
display: grid;
display: none;
grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) );
grid-auto-rows: minmax( 3rem, auto );
grid-gap: 0.625rem;
}
}


.home-grid--col2 {
.home-server-address__container {
grid-template-columns: 1fr 1fr;
  text-align: center;
  margin: 25px 0 20px 0;
}
}


.home-grid a.external {
.home-server-address {
background-image: none;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Minecraft', Monospace;
  line-height: 1.2rem;
  transition: all .15s cubic-bezier(.07,.95,0,1);
}
}
 
.home-server-address:hover {
.home-card {
  transform: scale(1.1);
position: relative;
  transition: all .15s cubic-bezier(.07,.95,0,1);
padding: 15px;
background: var( --color-surface-1 );
border-radius: 8px;
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.04 ), 0 3px 6px rgba( 0, 0, 0, 0.0575 );
font-size: 0.875rem;
}
}
 
.home-server-address:active {
.home-card table.timeline {
  transform: scale(1);
margin-top: 0.2rem;
  transition: all .15s cubic-bezier(.07,.95,0,1);
}
}


.home-card--col2 {
.home-server-address-copy {
grid-column: span 2;
  font-size: 0.8rem;
  color: var(--color-base--subtle);
  font-variant: all-small-caps;
  user-select: none;
}
}


.home-card--row3 {
.home-server-ports {
grid-row: span 3;
  text-align: center;
  font-size: small;
  font-family: var(--font-family-monospace);
}
}


.home-card--row4 {
#home-serverinfo {
grid-row: span 4;
display: flex;
}
flex-direction: column;
 
justify-content: space-between;
.home-card--row8 {
    margin-bottom: 0.625rem;
grid-row: span 8 / auto;
}
 
.home-card__label {
color: var( --color-base--subtle );
font-size: 0.8125rem;
letter-spacing: 0.75px;
}
 
h3.home-card__header {
margin-top: 0;
font-size: 1rem;
}
}


.home-card__header a {
.home-server-details__container {
display: flex;
display: flex;
align-items: center;
align-items: center;
Line 60: Line 50:
}
}


.home-card__header a:after {
.home-server-details {
content: '▶';
font-size: 0.8125rem;
}
 
.home-card__background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #242a31;
border-radius: 8px;
}
 
.home-card__background img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
 
.home-card__foreground {
position: absolute;
}
 
.home-card__foreground .home-card__label {
color: #bababa;
}
 
.home-card__foreground .home-card__header {
color: #fff;
}
 
.home-card p {
margin-top: 0.2rem;
font-size: 0.875rem;
}
 
.home-card.home-card--button {
overflow: hidden;
padding: 0;
background: #242a31;
}
 
.home-card--button a {
display: flex;
display: flex;
height: 100%;
justify-content: center;
align-items: center;
align-items: center;
padding: 0 15px;
background: transparent;
color: #fff;
font-weight: 500;
}
}


.home-card--button .home-card__background a {
.home-server-details__title {
padding: 0;
font-size: 1.2rem;
}
font-weight: 600;
 
.home-card--button img {
transition: transform 0.2s ease;
}
 
.home-card--button:hover img {
transform: scale(1.1);
}
}


.home-link {
.home-serverinfo-bubble {
display: grid;
padding: 0.1rem 0.6rem;
margin-top: 6px;
margin-left: 0.4rem;
font-size: 0.875rem;
background: var( --color-surface-3 );
border-radius: 100px;
font-size: 0.7125rem;
font-weight: 500;
font-weight: 500;
grid-gap: 6px;
text-transform: uppercase;
text-align: center;
}
 
.home-link__button {
display: flex;
}
 
.home-link__button a {
flex-grow: 1;
padding: 0.3rem 0.6rem;
border: 1px solid;
border-color: var( --border-color-base );
background: var( --color-surface-2 );
border-radius: 12px;
color: var( --color-base--emphasized ) !important;
}
 
.home-link__button a:hover {
background: var( --color-surface-2--hover );
}
 
.home-link__button a:active {
background: var( --color-surface-2--active );
}
 
#home-content {
margin-top: 1.6rem;
}
 
.home-stats {
flex-grow: 1;
line-height: 1;
}
 
.home-stats__value {
font-size: 1.5rem;
font-weight: 600;
}
}


.home-stats__unit {
.bubble--green {
margin-top: 0.2rem;
background: var( --prism-lime-1 );
color: var( --color-base--subtle );
font-size: 0.8125rem;
}
}


#home-card-discord {
.bubble--red {
background: #5865f2;
background: var( --background-color-destructive );
}
}


#home-card-patreon {
.bubble--yellow {
background: #ff424d;
background: var(--color-surface-2);
}
}


#home-card-reddit {
@media (max-width: 915px) {
background: #ff4500;
  .home-server-details__container {
    flex-direction: column-reverse;
  }
  .home-serverinfo-bubble {
    margin: 3px !important;
  }
}
}


.home-footer {
@media (max-width: 740px) {
font-size: 0.8125rem;
  .home-server-details__container {
font-family: monospace;
    flex-direction: initial;
text-align: center;
  }
  .home-serverinfo-bubble {
    margin: initial;
  }
}
}

Latest revision as of 20:31, 17 July 2024

a.external.text::after {
display: none;
}

.home-server-address__container {
  text-align: center;
  margin: 25px 0 20px 0;
}

.home-server-address {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Minecraft', Monospace;
  line-height: 1.2rem;
  transition: all .15s cubic-bezier(.07,.95,0,1);
}
.home-server-address:hover {
  transform: scale(1.1);
  transition: all .15s cubic-bezier(.07,.95,0,1);
}
.home-server-address:active {
  transform: scale(1);
  transition: all .15s cubic-bezier(.07,.95,0,1);
}

.home-server-address-copy {
  font-size: 0.8rem;
  color: var(--color-base--subtle);
  font-variant: all-small-caps;
  user-select: none;
}

.home-server-ports {
  text-align: center;
  font-size: small;
  font-family: var(--font-family-monospace);
}

#home-serverinfo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    margin-bottom: 0.625rem;
}

.home-server-details__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-server-details {
	display: flex;
	align-items: center;
}

.home-server-details__title {
	font-size: 1.2rem;
	font-weight: 600;
}

.home-serverinfo-bubble {
	padding: 0.1rem 0.6rem;
	margin-left: 0.4rem;
	background: var( --color-surface-3 );
	border-radius: 100px;
	font-size: 0.7125rem;
	font-weight: 500;
	text-transform: uppercase;
}

.bubble--green {
	background: var( --prism-lime-1 );
}

.bubble--red {
	background: var( --background-color-destructive );
}

.bubble--yellow {
	background: var(--color-surface-2);
}

@media (max-width: 915px) {
  .home-server-details__container {
     flex-direction: column-reverse;
  }
  .home-serverinfo-bubble {
    margin: 3px !important;
  }
}

@media (max-width: 740px) {
  .home-server-details__container {
     flex-direction: initial;
  }
  .home-serverinfo-bubble {
    margin: initial;
  }
}