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

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

Template page
(Created page with "#home-nav { margin-top: 1rem; } #home-nav .home-card__background:after { position: absolute; pointer-events: none; top: 0; right: 0; bottom: 0; left: 0; display: block; background: linear-gradient(to right,#000,transparent); content: ""; } #home-nav .home-card__foreground { pointer-events: none; height: 100%; width: 100%; display: flex; align-items: center; padding: 0 15px; color: #fff; font-weight: 500; }")
 
m (BakiDance moved page Template:Navigation/styles.css to Template:Home/Navigation/styles.css without leaving a redirect: playing hot potato with it)
 
(5 intermediate revisions by the same user not shown)
Line 11: Line 11:
     left: 0;
     left: 0;
     display: block;
     display: block;
     background: linear-gradient(to right,#000,transparent);
     background: linear-gradient(to right,rgba(0, 0, 0, 0.8),transparent);
     content: "";
     content: "";
}
}
Line 23: Line 23:
     padding: 0 15px;
     padding: 0 15px;
     color: #fff;
     color: #fff;
     font-weight: 500;
     font-weight: bold;
}
}

Latest revision as of 05:02, 31 January 2023

#home-nav {
	margin-top: 1rem;
}

#home-nav .home-card__background:after {
	position: absolute;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.8),transparent);
    content: "";
}

#home-nav .home-card__foreground {
	pointer-events: none;
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
}