MediaWiki:Tweeki.css: Difference between revisions

From Now That's What I Call Music Wiki
No edit summary
No edit summary
Line 180: Line 180:


label.checkboxLabel {
label.checkboxLabel {
width: 200px;
width: 200px !important;
display: block;
display: block !important;
float: left;
float: left !important;
}
}


label.radioButtonItem {
label.radioButtonItem {
width: 200px;
width: 200px !important;
display: block;
display: block !important;
float: left;
float: left !important;
}
}

Revision as of 19:25, 5 November 2024

/* CSS placed here will affect users of the Tweeki skin */

body { 
	background: #333333 !important;
	margin: 0 !important;
    padding: 0 !important;
}


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

img {
  max-width: 100%;
  height: auto;
}


.footer-info {
	color:#ffffff;
}

.footer-places-privacy {
	display: none;
}

/* Hide duplicate hamburger menu on mobile version */
.navbar-toggler-icon {
	display: none !important;
}


.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;
      }
    }
  }
}

/* standard link colors */
a:link { color: #1a8bf3; } /* normal unvisited links */
a:link:visited { color: #6bb1f2; } /* visited links */
a:link:active { color: #1a67f3; } /* active links */
a:link.new { color: #f31aa4; } /* new links */
a:link.extiw { color: #1a67f3; } /* interwiki links */
a:link.external { color: #1a67f3; } /* external links */
a:link.stub { color: #009da5; } /* hovered links */

a:link {color: #1a8bf3}
a:visited {color: #6bb1f2}
a:hover {color: #729c0c}
a:hover:visited {color: #729c0c}
a:active {color: #00ff00}
a.new:visited { color: #f31aa4 !IMPORTANT; }

/* Whitelink */
span.whitelink a:link { color: #ffffff; } /* normal unvisited links */
span.whitelink a:link:hover { color: #000000; } /* normal unvisited links */
span.whitelink a:visited { color: #ffffff; } /* visited links */
span.whitelink a:link:active { color: #ffffff; } /* active links */
span.whitelink a:link.new { color: #ffffff; } /* new links */
span.whitelink a:link.extiw { color: #ffffff; } /* interwiki links */
span.whitelink a:link.external { color: #ffffff; } /* external links */
span.whitelink a:link.external.visited { color: #ffffff; } /* external links */
span.whitelink a:link.stub { color: #ffffff; } /* hovered links */

.mw-body-content a.external {color: #ffc411 !important;}
.mw-body-content a.external:visited {color: #ffc411 !important;}
.mw-body-content a.external:hover {color: #ff7b11  !important;}
.mw-body-content {color: #dddddd;}

/* Settings for Album Tracklist */
.list-group-item.d-flex.justify-content-between.align-items-center{
	box-sizing: border-box;
	position: relative;
	display: flex;
	margin-bottom: 1px;
	padding-top: 0.2;
	padding-right: 0.5;
	padding-bottom: 0.2;
	padding-left: 0;
	background-color: rgb(40, 40, 40);
	border-top-width: 1;
	border-top-style: solid;
	border-top-color: rgb(40, 40, 40);
	border-right-width: 1;
	border-right-style: solid;
	border-right-color: rgb(40, 40, 40);
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: rgb(40, 40, 40);
	border-left-width: 1;
	border-left-style: solid;
	border-left-color: rgb(40, 40, 40);
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	justify-content: space-between;
	align-items: center;
	color: rgb(255, 255, 255);
}

.list-group-item.d-flex.justify-content-between.align-items-center:hover{
	background-color: rgb(30, 30, 30) !important;
}

/* Show Category Links on pages */
/* #catlinks {display:block;}
/* .catlinks{background-color: rgb(30, 30, 30) !important;}*/

#content {
	margin: 2px;
	padding: 2px;
}

#maincontentwrapper
.col-md-10.offset-md-1 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

*Hide Number in Table of Contents*/

.tocnumber { display: none; }

*Buttons in Forms Layout*/

label.checkboxLabel {
width: 200px !important;
display: block !important;
float: left !important;
}

label.radioButtonItem {
width: 200px !important;
display: block !important;
float: left !important;
}