MediaWiki:Chameleon.css: Difference between revisions
From Now That's What I Call Music Wiki
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
} | } | ||
} | } | ||
} | |||
a | |||
.nav-link { | |||
box-sizing: border-box; | |||
color: rgb(69, 33, 94); | |||
text-decoration-color: currentcolor; | |||
text-decoration-line: none; | |||
text-decoration-style: solid; | |||
text-decoration-thickness: auto; | |||
background-color: transparent; | |||
display: block; | |||
padding-top: 0.5; | |||
padding-bottom: 0.5; | |||
text-wrap-mode: nowrap; | |||
white-space-collapse: collapse; | |||
outline-color: currentcolor; | |||
outline-style: none; | |||
outline-width: medium; | |||
actualWidth: 127; | |||
actualHeight: 41; | |||
} | } |
Revision as of 23:00, 3 November 2024
.footer-info {
color:#ffffff;
}
.slider {
background: url("https://nowmusicwiki.com/images/1/10/NowMusicWiki-800-High.jpg") no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 10% 0%;
padding: 200px 0;
position: relative;
@extend .overly;
@include desktop {
padding: 150px 0;
}
.block {
color: #E3E3E4;
text-align: center;
h1 {
font-weight: 100;
font-size: 45px;
line-height: 60px;
letter-spacing: 10px;
padding-bottom: 15px;
text-transform: uppercase;
@include desktop {
font-size: 36px;
line-height: 46px;
}
@include tablet {
font-size: 32px;
line-height: 42px;
}
}
p {
margin-bottom: 30px;
color: #b9b9b9;
font-size: 18px;
line-height: 27px;
font-weight: 300;
@include desktop {
font-size: 16px;
}
}
}
}
a
.nav-link {
box-sizing: border-box;
color: rgb(69, 33, 94);
text-decoration-color: currentcolor;
text-decoration-line: none;
text-decoration-style: solid;
text-decoration-thickness: auto;
background-color: transparent;
display: block;
padding-top: 0.5;
padding-bottom: 0.5;
text-wrap-mode: nowrap;
white-space-collapse: collapse;
outline-color: currentcolor;
outline-style: none;
outline-width: medium;
actualWidth: 127;
actualHeight: 41;
}