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 { | |||
# | 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; | |||
color: # | 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; | |||
} | |||
} | |||
} | |||
} | } | ||
.mw- | /* 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*/ | |||
.checkboxLabel { | |||
width: 200px !important; | |||
display: block !important; | |||
float: left !important; | |||
} | } | ||
.radioButtonItem { | |||
width: 200px !important; | |||
display: block !important; | |||
float: left !important; | |||
} | } | ||
.nowraplinks a, | |||
.nowraplinks .selflink { | |||
white-space: nowrap; | |||
} | } | ||
@media only screen and (min-width: 850px) { | |||
. | ul.smw-format.ul-format.columnsul { | ||
column-count: 2; | |||
} | } | ||
} | } | ||
. | @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) { | |||
. | ul.smw-format.ul-format.columnsmainserieslist { | ||
column-count: 2; | |||
} | } | ||
} | } | ||
/* | /* even and odd in tables */ | ||
.sortable .row-even { | .sortable .row-even { | ||
background-color: #343a40; | background-color: #343a40; | ||
color: #dddddd; | color: #dddddd; | ||
border-top: none !important; | |||
border-width: 0px; | |||
padding: 15px; | padding: 15px; | ||
} | } | ||
.sortable .row-odd { | .sortable .row-odd { | ||
background-color: #373d43; | background-color: #373d43; | ||
color: #dddddd; | |||
border: none !important; | |||
border-width: 0px; | |||
padding: 15px; | |||
} | } | ||
.smwtable .song a{ | |||
font-weight: bold; | |||
. | padding: 15px; | ||
border-width: 0px; | |||
} | } | ||
.sortable .headerSort{ | |||
. | background-color: #2c3237!important; | ||
color: #dddddd; | |||
border: none; | |||
border-width: 0px; | |||
padding: 15px; | |||
} | } | ||
.wikitable{ | |||
border: none !important; | |||
border-width: 0px; | |||
} | } | ||
#td{ | |||
background-color: #343a40; | |||
color: #dddddd; | |||
border-top: none !important; | |||
border-width: 0px; | |||
padding: 15px; | |||
color: # | |||
border- | |||
} | } | ||
. | .thumbinner{ | ||
background-color: | background-color: rgba(201, 76, 76, 0.0)!important; | ||
border: none !important; | |||
border-width: 0px; | |||
} | } | ||
. | .magnify { display: none; } | ||
} |
Revision as of 19:50, 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*/
.checkboxLabel {
width: 200px !important;
display: block !important;
float: left !important;
}
.radioButtonItem {
width: 200px !important;
display: block !important;
float: left !important;
}
.nowraplinks a,
.nowraplinks .selflink {
white-space: nowrap;
}
@media only screen and (min-width: 850px) {
ul.smw-format.ul-format.columnsul {
column-count: 2;
}
}
@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) {
ul.smw-format.ul-format.columnsmainserieslist {
column-count: 2;
}
}
/* even and odd in tables */
.sortable .row-even {
background-color: #343a40;
color: #dddddd;
border-top: none !important;
border-width: 0px;
padding: 15px;
}
.sortable .row-odd {
background-color: #373d43;
color: #dddddd;
border: none !important;
border-width: 0px;
padding: 15px;
}
.smwtable .song a{
font-weight: bold;
padding: 15px;
border-width: 0px;
}
.sortable .headerSort{
background-color: #2c3237!important;
color: #dddddd;
border: none;
border-width: 0px;
padding: 15px;
}
.wikitable{
border: none !important;
border-width: 0px;
}
#td{
background-color: #343a40;
color: #dddddd;
border-top: none !important;
border-width: 0px;
padding: 15px;
}
.thumbinner{
background-color: rgba(201, 76, 76, 0.0)!important;
border: none !important;
border-width: 0px;
}
.magnify { display: none; }