MediaWiki:Tweeki.css: Difference between revisions

From Now That's What I Call Music Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */


/* Body Styles */
body {  
body {  
background: #333333 !important;
background: #333333 !important;
margin: 0 !important;
margin: 0 !important;
    padding: 0 !important;
padding: 0 !important;
}
}


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


/* Image Styles */
img {
img {
  max-width: 100%;
max-width: 100%;
  height: auto;
height: auto;
}
}


 
/* Footer Styles */
.footer-info {
.footer-info {
color:#ffffff;
color: #ffffff;
}
}


Line 32: Line 34:
}
}


/* Navbar Styles */
/* Hide duplicate hamburger menu on mobile version */
/* Hide duplicate hamburger menu on mobile version */
.navbar-toggler-icon {
.navbar-toggler-icon {
Line 37: Line 40:
}
}


/* Slider Styles */
.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;


.slider {
h1 {
  background: url("https://nowmusicwiki.com/skins/NowMusicWiki-800-High.jpg") no-repeat;
font-weight: 100;
  background-size: cover;
font-size: 45px;
  background-attachment: fixed;
line-height: 60px;
  background-position: 10% 0%;
letter-spacing: 10px;
  padding: 200px 0;
padding-bottom: 15px;
  padding-right: 20px;
text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  @extend .overly;


  @include desktop {
@include desktop {
  padding: 150px 0;
font-size: 36px;
  }
line-height: 46px;
}


  .block {
@include tablet {
    color: #E3E3E4;
font-size: 32px;
    text-align: center;
line-height: 42px;
}
}


    h1 {
p {
      font-weight: 100;
margin-bottom: 30px;
      font-size: 45px;
color: #b9b9b9;
      line-height: 60px;
font-size: 18px;
      letter-spacing: 10px;
line-height: 27px;
      padding-bottom: 15px;
font-weight: 300;
      text-transform: uppercase;
      @include desktop {
        font-size: 36px;
        line-height: 46px;
      }
      @include tablet {
        font-size: 32px;
        line-height: 42px;
      }
    }


    p {
@include desktop {
      margin-bottom: 30px;
font-size: 16px;
      color: #b9b9b9;
}
      font-size: 18px;
}
      line-height: 27px;
}
      font-weight: 300;
      @include desktop {
        font-size: 16px;
      }
    }
  }
}
}


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


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


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


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


/* Settings for Album Tracklist */
/* Album Tracklist Styles */
.list-group-item.d-flex.justify-content-between.align-items-center{
.list-group-item.d-flex.justify-content-between.align-items-center {
box-sizing: border-box;
box-sizing: border-box;
position: relative;
position: relative;
display: flex;
display: flex;
margin-bottom: 1px;
margin-bottom: 1px;
padding-top: 0.2;
padding: 0.2rem 0.5rem 0.2rem 0; /* Adjusted for shorthand */
padding-right: 0.5;
padding-bottom: 0.2;
padding-left: 0;
background-color: rgb(40, 40, 40);
background-color: rgb(40, 40, 40);
border-top-width: 1;
border: 1px solid rgb(40, 40, 40); /* Unified border styling */
border-top-style: solid;
border-radius: inherit;
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;
justify-content: space-between;
align-items: center;
align-items: center;
Line 154: Line 141:
}
}


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


/* Show Category Links on pages */
/* Content Styles */
/* #catlinks {display:block;}
/* .catlinks{background-color: rgb(30, 30, 30) !important;}*/
 
#content {
#content {
margin: 2px;
margin: 2px;
Line 167: Line 151:
}
}


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


*Hide Number in Table of Contents*/
/* Table of Contents */
 
.tocnumber { display: none; }
.tocnumber { display: none; }


*Buttons in Forms Layout*/
/* Form Styles */
 
.checkboxLabel, .radioButtonItem {
.checkboxLabel {
width: 200px !important;
width: 200px !important;
display: block !important;
display: block !important;
float: left !important;
float: left !important;
}
 
.radioButtonItem {
width: 200px !important;
display: block !important;
float: left !important;
}
}


/* No Wrap Links */
.nowraplinks a,
.nowraplinks a,
.nowraplinks .selflink {  
.nowraplinks .selflink {  
Line 196: Line 172:
}
}


/* Responsive Column Layout */
@media only screen and (min-width: 850px) {
@media only screen and (min-width: 850px) {
ul.smw-format.ul-format.columnsul {
ul.smw-format.ul-format.columnsul { column-count: 2; }
    column-count: 2;
ul.smw-format.ul-format.columnsmainserieslist { column-count: 8; }
}
ul.smw-format.ul-format.columnsthreelist { column-count: 3; }
ul.smw-format.ul-format.columnstwolist { column-count: 2; }
ul.smw-format.ul-format.columnsfourlist { column-count: 4; }
ul.smw-format.ul-format.columnsfivelist { column-count: 5; }
ul.smw-format.ul-format.columnssixlist { column-count: 6; }
}
}


@media only screen and (min-width: 850px) {
ul.smw-format.ul-format.columnsmainserieslist {
    column-count: 8;
}
ul.smw-format.ul-format.columnsthreelist {
    column-count: 3;
}
ul.smw-format.ul-format.columnstwolist {
    column-count: 2;
}
ul.smw-format.ul-format.columnsfourlist {
    column-count: 4;
}
ul.smw-format.ul-format.columnsfivelist {
    column-count: 5;
}
ul.smw-format.ul-format.columnssixlist {
    column-count: 6;
}
}
@media only screen and (max-width: 849px) {
@media only screen and (max-width: 849px) {
ul.smw-format.ul-format.columnsmainserieslist {
ul.smw-format.ul-format.columnsmainserieslist { column-count: 2; }
    column-count: 2;
}
}
}


/* even and odd in tables */
/* Table Row Styles */
.sortable .row-even {
.sortable .row-even {
    background-color: #343a40;
background-color: #343a40;
    color: #dddddd;
color: #dddddd;
    border-top: none !important;
border: none !important;
            border-width: 0px;
padding: 15px;
    padding: 15px;
}
}
.sortable .row-odd {
.sortable .row-odd {
    background-color: #373d43;
background-color: #373d43;
        color: #dddddd;
color: #dddddd;
        border: none !important;
border: none !important;
        border-width: 0px;
padding: 15px;
            padding: 15px;
}
}
.smwtable .song a{
 
  font-weight: bold;
.smwtable .song a {
      padding: 15px;
font-weight: bold;
              border-width: 0px;
padding: 15px;
border: none;
}
}


.sortable .headerSort{
.sortable .headerSort {
    background-color: #2c3237!important;
background-color: #2c3237 !important;
        color: #dddddd;
color: #dddddd;
        border: none;
border: none;
                border-width: 0px;
padding: 15px;
            padding: 15px;
}
}
.wikitable{
 
        border: none !important;
.wikitable {
                border-width: 0px;
border: none !important;
}
}
#td{
 
    background-color: #343a40;
#td {
    color: #dddddd;
background-color: #343a40;
    border-top: none !important;
color: #dddddd;
            border-width: 0px;
border: none !important;
    padding: 15px;
padding: 15px;
}
}


.thumbinner{
.thumbinner {
    background-color: rgba(201, 76, 76, 0.0)!important;
background-color: rgba(201, 76, 76, 0.0) !important;
    border: none !important;
border: none !important;
            border-width: 0px;
}
}


/* Additional Styles */
.magnify { display: none; }
.magnify { display: none; }

Revision as of 19:53, 5 November 2024

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

/* Body Styles */
body { 
	background: #333333 !important;
	margin: 0 !important;
	padding: 0 !important;
}

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

/* Image Styles */
img {
	max-width: 100%;
	height: auto;
}

/* Footer Styles */
.footer-info {
	color: #ffffff;
}

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

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

/* Slider Styles */
.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;
			}
		}
	}
}

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

a:hover { color: #729c0c; }
a:active { color: #00ff00; }
a.new:visited { color: #f31aa4 !important; }

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

/* MediaWiki Content Styles */
.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;}

/* Album Tracklist Styles */
.list-group-item.d-flex.justify-content-between.align-items-center {
	box-sizing: border-box;
	position: relative;
	display: flex;
	margin-bottom: 1px;
	padding: 0.2rem 0.5rem 0.2rem 0; /* Adjusted for shorthand */
	background-color: rgb(40, 40, 40);
	border: 1px solid rgb(40, 40, 40); /* Unified border styling */
	border-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;
}

/* Content Styles */
#content {
	margin: 2px;
	padding: 2px;
}

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

/* Table of Contents */
.tocnumber { display: none; }

/* Form Styles */
.checkboxLabel, .radioButtonItem {
	width: 200px !important;
	display: block !important;
	float: left !important;
}

/* No Wrap Links */
.nowraplinks a,
.nowraplinks .selflink { 
  white-space: nowrap;
}

/* Responsive Column Layout */
@media only screen and (min-width: 850px) {
	ul.smw-format.ul-format.columnsul { column-count: 2; }
	ul.smw-format.ul-format.columnsmainserieslist { column-count: 8; }
	ul.smw-format.ul-format.columnsthreelist { column-count: 3; }
	ul.smw-format.ul-format.columnstwolist { column-count: 2; }
	ul.smw-format.ul-format.columnsfourlist { column-count: 4; }
	ul.smw-format.ul-format.columnsfivelist { column-count: 5; }
	ul.smw-format.ul-format.columnssixlist { column-count: 6; }
}

@media only screen and (max-width: 849px) {
	ul.smw-format.ul-format.columnsmainserieslist { column-count: 2; }
}

/* Table Row Styles */
.sortable .row-even {
	background-color: #343a40;
	color: #dddddd;
	border: none !important;
	padding: 15px;
}

.sortable .row-odd {
	background-color: #373d43;
	color: #dddddd;
	border: none !important;
	padding: 15px;
}

.smwtable .song a {
	font-weight: bold;
	padding: 15px;
	border: none;
}

.sortable .headerSort {
	background-color: #2c3237 !important;
	color: #dddddd;
	border: none;
	padding: 15px;
}

.wikitable {
	border: none !important;
}

#td {
	background-color: #343a40;
	color: #dddddd;
	border: none !important;
	padding: 15px;
}

.thumbinner {
	background-color: rgba(201, 76, 76, 0.0) !important;
	border: none !important;
}

/* Additional Styles */
.magnify { display: none; }