MediaWiki:Chameleon.css: Difference between revisions
From Now That's What I Call Music Wiki
Tag: Undo |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
} | } | ||
img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
Line 71: | Line 75: | ||
} | } | ||
/* 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; | |||
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; | |||
} | } |
Latest revision as of 13:28, 4 November 2024
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;
}
.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;
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;
}