MediaWiki:Tweeki.css: Difference between revisions

From Now That's What I Call Music Wiki
No edit summary
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */


/* Mailchimp Form */
/* Body Styles */
#mc_embed_signup {
body {
    clear: left;
background: #333333 !important;
margin: 0 !important;
padding: 0 !important;
}
}


.mailchimpform {
/* Column Styles */
    background: rgba(0, 0, 0, 0.3) !important;
.col {
    padding: 5px !important;
box-sizing: border-box;
position: static;
width: 100%;
padding: 0 !important; /* consolidated padding */
max-width: 100%;
}
}


/* Hide Number in Table of Contents */
/* Image Styles */
.tocnumber {
img {
    display: none;
max-width: 100%;
height: auto;
}
fho
/* Footer Styles */
.footer-info {
color: #ffffff;
}
}


/* Buttons in Forms Layout */
.footer-places-privacy {
label.checkboxLabel {
display: none;
    width: 200px;
    display: block;
    float: left;
}
}


label.radioButtonItem {
/* Navbar Styles */
    width: 200px;
/* Hide duplicate hamburger menu on mobile version */
    display: block;
.navbar-toggler-icon {
    float: left;
display: none !important;
}
}


/* Heading Styles */
/* Slider Styles */
h1 {
.slider {
    font-family: Trebuchet MS;
background: url("https://nowmusicwiki.com/skins/NowMusicWiki-800-High.jpg") no-repeat;
    color: #dddddd;
background-size: cover;
background-attachment: fixed;
background-position: 10% 0%;
padding: 200px 20px; /* consolidated padding */
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;
}
}
}
}
}


#mw-headline {
/* Link Styles */
    font-family: Trebuchet MS;
/* Standard link colors */
    font-size: 20px;
a:link { color: #1a8bf3; } /* normal unvisited links */
    color: #dddddd;
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);
}
}


.mw-headline {
.list-group-item.d-flex.justify-content-between.align-items-center:hover {
    font-family: Trebuchet MS;
background-color: rgb(30, 30, 30) !important;
    font-size: 20px;
    color: #dddddd;
}
}


#firstHeading {
/* Content Styles */
    font: bold 30px Trebuchet MS;
#content {
    color: #dddddd;
margin: 2px;
    border-bottom: 0px !important;
padding: 2px;
}
}


.mw-body-content h2 {
#maincontentwrapper .col-md-10.offset-md-1 {
    font: italic 20px Trebuchet MS;
margin-top: 0 !important;
    color: #dddddd;
padding-top: 0 !important;
}
}


/* Footer and Edit Elements */
/* Table of Contents */
#footer-places {
.tocnumber { display: none; }
    display: none;
 
/* Form Styles */
.checkboxLabel, .radioButtonItem {
width: 200px !important;
display: block !important;
float: left !important;
}
}


#edittab, .mw-editsection {
/* No Wrap Links */
    display: none;
.nowraplinks a,
.nowraplinks .selflink {  
white-space: nowrap;
}
}


/* Body Background */
/* Responsive Column Layout */
body {
@media only screen and (min-width: 850px) {
    background: #333333 !important;
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; }
}
}


#mw-content-container {
@media only screen and (max-width: 849px) {
    background-color: #333333;
ul.smw-format.ul-format.columnsmainserieslist { column-count: 2; }
    border-bottom: solid 4px #ffc411;
}
}


#mw-content, .templateForm {
/* Table Row Styles */
    background-color: rgba(201, 76, 76, 0.0);
.sortable .row-even {
    border-style: none !important;
background-color: #343a40;
color: #dddddd;
border: none !important; /* consolidated border styling */
padding: 15px;
}
}


/* Sidebar and Navigation */
.sortable .row-odd {
#site-tools, #site-navigation, #page-tools, #catlinks-sidebar, .select2-match-entire, .select2-selection__choice {
background-color: #373d43;
    background-color: #555555 !important;
color: #dddddd;
    color: #dddddd;
border: none !important; /* consolidated border styling */
padding: 15px;
}
}


/* Link Colors */
/* Song Link Styles */
a:link {
.smwtable .song a {
    color: #1a8bf3;
font-weight: bold;
padding: 15px;
border-width: 0px;
}
}
a:visited {
 
    color: #6bb1f2;
/* Header Sort Styles */
.sortable .headerSort {
background-color: #2c3237 !important;
color: #dddddd;
border: none; /* consolidated border styling */
border-width: 0px;
padding: 15px;
}
}
a:hover {
 
    color: #729c0c;
/* Wiki Table Styles */
}
.wikitable {
a:active {
border: none !important;
    color: #00ff00;
border-width: 0px;
}
a.new:visited {
    color: #f31aa4 !important;
}
}


/* Whitelink */
/* Table Data Styles */
span.whitelink a:link, span.whitelink a:visited, span.whitelink a:active, span.whitelink a.new, span.whitelink a.extiw, span.whitelink a.external, span.whitelink a.stub {
#td {
    color: #ffffff;
background-color: #343a40;
color: #dddddd;
border-top: none !important;
border-width: 0px;
padding: 15px;
}
}


/* External Link Colors */
/* Thumbnail Styles */
.mw-body-content a.external {
.thumbinner {
    color: #ffc411 !important;
background-color: rgba(201, 76, 76, 0.0) !important;
}
border: none !important;
.mw-body-content a.external:hover {
border-width: 0px;
    color: #ff7b11 !important;
}
}


.mw-body-content {
/* Additional Styles */
    color: #dddddd;
.magnify { display: none; }
}


/* Page Header and Subheader */
.ht-editsection {
#mw-header-container {
display: none;
    background-color: #111111;
    font-family: Trebuchet MS;
    color: #eeeeee !important;
}
.mw-page-header-links {
    color: #eeeeee !important;
}
#personal .dropdown {
    background: #222 !important;
    border: solid #000;
}
}


/* Responsive Thumb Styles */
.mw-editsection {
@media screen and (max-width: 850px) {
display: none;
    .thumbcaption {
        width: 120px !important;
    }
}
}


#content a.external {
/* Remove image after external links */
    background: none !important;
    padding: 0 !important;
}


.instanceMain, .multipleTemplateInstance {
.plainlinks a {
    padding: 0px !important;
  display: none;
}
}


@media only screen and (min-width: 850px) {
#content a.external[href ^="https://"],
    ul.smw-format.ul-format.columnsul {
.link-https {
        column-count: 2;
  display: none;
    }
}
}


/* Even and Odd Table Rows */
/* Remove Colour on dropdown menu */
.sortable .row-even {
    background-color: #343a40;
    color: #dddddd;
    padding: 15px;
}


.sortable .row-odd {
.dropdown-menu.show {
    background-color: #373d43;
background-color: #000000 !important;
    color: #dddddd;
    padding: 15px;
}
}


/* Sortable Header */
.dropdown-item {
.sortable .headerSort {
background-color: #000000 !important;
    background-color: #2c3237 !important;
    color: #dddddd;
    padding: 15px;
}
}


/* Home Page Tables */
.dropdown-item:hover {
.mw-parser-output .mp-box {
color: #fae000 !important;
    padding: 0 0.5em 0.5em;
    margin-top: 4px;
}
}


.mw-parser-output .mp-h2, body.skin-timeless .mw-parser-output .mp-h2 {
.yearbookmenu:hover{
    margin: 0.5em 0;
color: #fae000 !important;
    padding: 0.2em 0.4em;
background-color: #000000 !important;
    font-size: 120%;
    font-weight: bold;
    font-family: inherit;
}


/* Welcome Box */
.mw-parser-output #mp-welcome {
    font-size: 162%;
    padding: 0.1em;
}
}
/* css for dropdown submenu */


/* Media Queries for Layout Adjustments */
@media(max-width:875px) {
    .mw-parser-output #mp-tfp table,
    .mw-parser-output #mp-tfp tr,
    .mw-parser-output #mp-tfp td,
    .mw-parser-output #mp-tfp tbody {
        display: block !important;
        width: 100% !important;
    }
}


@media(min-width:875px) {
.dropdown-menu li {
    .mw-parser-output #mp-upper {
position: relative;
        display: flex;
    }
}
}
 
.dropdown-menu .dropdown-submenu {
/* Tab Styles */
display: none;
.nav-tabs .nav-link {
position: absolute;
    color: #ffffff;
left: 100%;
    border: 0;
top: -7px;
    border-bottom: 1px solid grey;
}
}
 
.dropdown-menu .dropdown-submenu-left {
.nav-tabs .nav-link.active {
right: 100%;
    color: #000000;
left: auto;
    border-bottom: 2px solid blue;
}
}
 
.dropdown-menu > li:hover > .dropdown-submenu {
/* Responsive Image */
display: block;
img {
    max-width: 100%;
    height: auto;
}
}


.list-group-item.d-flex.justify-content-between.align-items-center {
/* White Link on Slider Homepage */
    background-color: rgb(40, 40, 40);
    color: rgb(255, 255, 255);
}


.list-group-item.d-flex.justify-content-between.align-items-center:hover {
.slider-link a {
    background-color: rgb(30, 30, 30) !important;
  color:#ffffff !important;
  font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}
}

Latest revision as of 16:23, 16 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: 0 !important; /* consolidated padding */
	max-width: 100%;
}

/* Image Styles */
img {
	max-width: 100%;
	height: auto;
}
fho
/* 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 20px; /* consolidated padding */
	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; /* consolidated border styling */
	padding: 15px;
}

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

/* Song Link Styles */
.smwtable .song a {
	font-weight: bold;
	padding: 15px;
	border-width: 0px;
}

/* Header Sort Styles */
.sortable .headerSort {
	background-color: #2c3237 !important;
	color: #dddddd;
	border: none; /* consolidated border styling */
	border-width: 0px;
	padding: 15px;
}

/* Wiki Table Styles */
.wikitable {
	border: none !important;
	border-width: 0px;
}

/* Table Data Styles */
#td {
	background-color: #343a40;
	color: #dddddd;
	border-top: none !important;
	border-width: 0px;
	padding: 15px;
}

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

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

.ht-editsection {
	display: none;
}

.mw-editsection {
	display: none;
}

/* Remove image after external links */

.plainlinks a {
  display: none;
}

#content a.external[href ^="https://"],
.link-https {
  display: none;
}

/* Remove Colour on dropdown menu */

.dropdown-menu.show {
	background-color: #000000 !important;	
}

.dropdown-item {
	background-color: #000000 !important;
}

.dropdown-item:hover {
	color: #fae000 !important;
}

.yearbookmenu:hover{
		color: #fae000 !important;
	background-color: #000000 !important;

}
/* css for dropdown submenu */


.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}

/* White Link on Slider Homepage */

.slider-link a {
  color:#ffffff !important;
  font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}