MediaWiki:Chameleon.css

From Now That's What I Call Music Wiki
Revision as of 10:54, 4 November 2024 by Admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body { 
	background: #333333 !important;
	margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: @grid-float-breakpoint) {
	.layout-MyLayoutName .navbar .container-fluid {
		max-width: @container-lg;
	}
}

.mw-body.content {
	margin: 0px !important;
	padding 0px !important;
}

.col{
	box-sizing: border-box;
	position: static;
	width: 100%;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
	flex-basis: 0px;
	flex-grow: 1;
	max-width: 100%;
}



.footer-info {
	color:#ffffff;
}

.slider {
  background: url("https://nowmusicwiki.com/skins/NowMusicWiki-800-High.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 10% 0%;
  padding: 200px 0;
  padding-right: 20px;
  padding-left: 20px;
  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;
      }
    }
  }
}

h1
.animated.fadeInUp {
	text-shadow: 4px 3px 0 #7A7A7A, 2px 2px 10px rgba(0,0,0,0.8) !important;
}