Difference between revisions of "MediaWiki:Vector.css"

MuseWiki, wiki for the band Muse
Jump to navigation Jump to search
(Or not?)
m
 
(365 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* <pre><nowiki> */
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


html, body {
html, body {
font-size: 100%;
font-size: 100%;
}
body {
background: black url('images/Human.jpg') no-repeat fixed;
}
 
body, h1, h2, h3, h4, h5, pre, table, th, #siteSub {
color: #333;
}
 
h1 {
border-bottom: .0781em dotted #DDD;
}
 
li {
list-style-image: none !important;
}
 
pre {
background-color: #EEE;
border-color: #AAA;
}
 
#content {
background-image: none !important;
box-shadow: .36em .264em .16em #000;
}
 
 
/* Hide editing-related info when not editing */
 
#bodyContent > .hide-this {
display: none;
}
}


Line 8: Line 42:
/* Use bullet character, not image, for unordered lists */
/* Use bullet character, not image, for unordered lists */


#content ul li {
#content ul > li {
list-style: disc none;
list-style: disc none;
}
}


/* But not for some ul */
/* But not for some ul */


#toc ul li {
.toclevel-1, .toclevel-2, .toclevel-3 {
list-style-type: none;
list-style-type: none !important;
}
}


/* Side-bar */
/* Side-bar */
body {
background: black url('http://www.musewiki.org/skins/common/images/resistancebg2.jpg') no-repeat fixed;
}


#p-logo {
#p-logo {
background: url('http://www.musewiki.org/skins/common/images/musewikiLogo.png') no-repeat center center;
background: url('wiki.png') no-repeat center center;
height: 40px;
height: 40px;
margin-bottom: 1em;
margin-bottom: 1em;
position: relative;
position: relative;
top: 0;
top: 0;
z-index: -1;
}
}


#p-logo a {
#p-logo > a {
background: none !important;
background-image: none !important;
height: 40px !important;
}
}


#mw-panel {
#mw-panel {
top: 0;
top: 0 !important;
}
 
#feed-atom {
background-image: none;
padding-left: 0;
}
}


#mw-panel li {
.body > ul > li {
font-size: .8em !important;
font-size: .8em !important;
}
}


.body {
.portal h3{
background: #000 !important;
font-size: 1em !important;
opacity: .7;
padding: 0 .25em .25em 1.25em !important;
padding: .625em 0 .3125em .625em !important;
text-transform: uppercase;
transition: opacity 1s;
-moz-transition: opacity 1s;
-webkit-transition: opacity 1s;
}
}


.body:hover {
.portal h3 {
opacity: 1;
color: #FFF !important;
}
}


.portal h5 {
.portal h3 a{
font-size: 1em !important;
color: #FFF !important;
padding: 0 .25em .25em 1.25em !important;
text-transform: uppercase;
}
}


#mw-panel div.portal div.body ul li a, .portal h5 {
#mw-panel .vector-menu-content {
color: #FFF !important;
background: #000 !important;
filter: alpha(opacity=70);
opacity: .7;
padding: .625em 0 .3125em .625em !important;
-o-transition: background-image 1s, margin-left 1s, opacity 1s;
-webkit-transition: background-image 1s, margin-left 1s, opacity 1s;
transition: background-image 1s, margin-left 1s, opacity 1s;
}
}


#mw-page-base {
#mw-panel .vector-menu-content > ul > li > a, #p-personal .vector-menu-content > ul > li > a{
margin-left: 10em
color: #FFF !important;
display: block;
}
}


/* Top nav */
 
/* Top bar */
 
#mw-page-base {
#mw-page-base {
background: none !important;
background-color: transparent;
height: 65px !important;
height: 4.0625em;
margin-left: 10em;
}
}


#left-navigation *{
#mw-head-base, #mw-page-base {
background: none !important
background-image: none;
}
}
#left-navigation{
top:25px !important;
margin-top:25px !important;


#left-navigation div.vectorTabs a span {
}
padding-top: .25em !important;
#left-navigation > .vectorTabs > ul, #left-navigation > .vectorTabs > ul > li > a {
background: none !important;
}
}


#right-navigation {
.selected > span {
margin-top: 25px;
font-weight: bold;
background: #FFF !important;
}
}


#p-namespaces a span {color: #FFF !important}


#p-personal li a {color: #FFF}
#left-navigation > .vectorTabs {
background-image: none !important;
padding-left: 0 !important;
}


.page-MuseWiki #firstHeading {display: none}
#left-navigation > .vectorTabs:hover {
 
filter: alpha(opacity=100);
/* Stop disc bullets from appearing on drop-downs */
opacity: 1;
}


ul.col li {
#left-navigation > .vectorTabs > ul {
list-style-type: none !important;
background-image: none !important;
}
}


/* Links and make guillemet thingies look like links */
#left-navigation > .vectorTabs > ul > li {
background-color: #ffffff;
margin-right: .1em;


a, .col .gu, div#p-views span {
color: #069;
}
}


a:visited, ul.col:hover *.gu {
#left-navigation > .vectorTabs > ul > li > span {
color: #669;
background-image: none !important;
margin-left: .5em;
margin-right: .5em;
}
}


a.external {
#left-navigation > .vectorTabs a > span {
color: #069 !important;
background-image: none;
padding-top: .25em;
}
}


ul.col *.gu {
#right-navigation {
display: inline;
background: #FFF;
margin-top: 1.5625em;
}
}


#p-search {
padding-bottom: .7em;
}


/* 2px / 16px / 1.6em */
#p-namespaces > ul > li > a > span {
h1 {
color: #FFF !important;
border-bottom: .078125em dotted #DDD;
}
}


h1, h2, h3, h4, h5 {
#p-personal > ul > li {
color: #333;
background-image: none;
}
}


pre {
#p-personal > ul > li > a {
background-color: #EEE;
color: #FFF;
border-color: #AAA;
color: #333;
}
}


table, body, h3#siteSub {
#preferences {
color: #333;
border: 0 none;
}
}


table, td, .frontth, table.diff, table.diff div, table.diff td, div#preferences, div#userloginForm form table, table#mw_metadata td, table.gallery, table.gallery td {
.page-MuseWiki > #content > #firstHeading {
background: transparent;
display: none;
}
}


div#userlogin table, div#userlogin div.captcha {
 
background: transparent !important;
/* Stop disc bullets from appearing on drop-downs */
 
.col > li {
list-style-type: none !important;
}
}


table.gallery td {
/* Links and make guillemet thingies look like links */
border: transparent;
 
a, .gu, #p-views > ul > li > a > span {
color: #0378AE;
}
}


th {
a:visited, .col:hover > li > .gu {
background: #FFF;
color: #669;
color: #333;
text-transform: uppercase;
}
}


.portlet h5 {
a.external {
font-size: 1.3em;
color: #069 !important;
}
}


.portlet ul {
.gu {
font-size: .97em;
display: inline;
}
}


#contentSub {
/* end links and guillemet thingies */
margin: 0;
 
}
/* Make links fill their parents, easier to click */


/* Home page index box */
li.toclevel-1 > a, li.toclevel-2 > a, li.toclevel-3 > a, .video-list > tbody > tr > td > a {
#frontpage-indexbox {
display: block;
border: .0781em solid #CCC;
border-radius: 1em;
margin-top: .7em;
width: 100%;
-khtml-border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}
}


/* fuck yeah, gradients */
/* End links blocking */
#frontpage-indexbox:first-of-type {
background: #C9DAE1;
box-shadow: 0 .078125em .390625em #0378AE, 0 .78125em 1.5625em #FFF inset;
transition: background-color 3s;
-moz-box-shadow: 0 .078125em .390625em #0378AE, 0 .78125em 1.5625em #FFF inset;
-moz-transition: background-color 3s;
-webkit-box-shadow: 0 .078125em .390625em #0378AE, 0 .78125em 1.5625em #FFF inset;
-webkit-transition: background-color 3s;
}


#frontpage-indexbox:hover:first-of-type {
table, td, .frontth, #preferences, #mw_metadata > tbody > tr > td, table.gallery > tbody > tr > td {
background: #FFF;
background-color: transparent;
}
}


#frontpage-indexbox table {
#preferences {
text-align: center;
background-image: none;
}
}


#frontpage-indexbox div:first-child {
.gallery, .gallery > tbody > tr > td {
font-size: 1.62em;
border-style: none !important;
padding: .1em;
}
}


#frontpage-subtitle {
.gallerybox > .thumb {
font-size: .95em;
border-style: none !important;
padding: 0 !important;
}
}


#frontpage-stats {
.diff {
font-size: .85em;
border-collapse: collapse;
}
}


#frontpage-indexbox-footer {
th {
color: #CCC;
background: #FFF;
font-size: .95em;
text-transform: uppercase;
margin: -.175em 0 .075em;
width: 100%
}
}


#frontpage-indexbox-footer td {
.lyrics{
padding: 0;
background: -o-linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 4px;
background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
background: linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 4px;
background-size: 100% 20px;
border: 1px solid #d2d2d2;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.07);
color: #444;
font: normal 1.2em/1.5 "Lucida Grande", arial, sans-serif;
line-height: 20px;
padding: 6px 5px 4px 55px;
position: relative;
white-space: pre-wrap;
width: 500px;
}
}


#frontpage-bodytable {
.lyrics:before {
border-spacing: .5em;
border: 1px solid;
margin: 0 -.5em;
border-color: transparent #efe4e4;
bottom: 0;
content: '';
left: 40px;
position: absolute;
top: 0;
}
}


#museAre {
#contentSub {
vertical-align: top;
margin: 0;
width: 170px;
}
}


#museAre p span {
fieldset {
font-size: x-small;
border-color: #AAA;
}
}


#museNew {
fieldset > hr {
padding: 0 0.781em;
background-color: #AAA !important;
vertical align: top;
}
}


#museGigs {
/* Home page index box */
vertical-align: top;
#frontpage-indexbox {
background: #C9DAE1;
border: .0781em solid #AAA;
-khtml-border-radius: 1em;
border-radius: 1em;
box-shadow: 0 .0781em .3906em #0378AE, 0 .7813em 1.5625em #FFF inset;
display: inline-block;
margin-top: .7em;
width: 100%;
*display: block;
}
}


#museGigs div {
#frontpage-indexbox > div:first-child {
border-radius: 1em;
float: left;
padding: .781em;
margin: .3em 0 .3em .5em;
-khtml-border-radius: 1em;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}
}


#museGigs div:first-child {
#frontpage-title > a, #frontpage-stats > a, #frontpage-indexbox > ul > li > a {
background: #E4B5CC;
border-bottom: 1px dotted;
margin-bottom: .781em;
color: black;
text-decoration: none;
}
}


#museGigs div div {
#frontpage-title > a:hover, #frontpage-stats > a:hover, #frontpage-indexbox > ul > li > a:hover {
padding: 0;
border-bottom: 1px solid;
text-decoration: none;
}
}


#frontpage-gigs {
#frontpage-title {
background: #FFD;
font-size: 1.62em;
margin-bottom: .781em;
padding: .1em;
text-align: center;
}
}


#musetwitter {
#frontpage-subtitle {
background: #E2ECF2;
font-size: .95em;
margin-bottom: .781em;
text-align: center;
}
}


#wikitwitter {
#frontpage-indexbox > ul {
background: #ECF2E2;
float: right;
margin: .3em 2%;
}
}


#frontpage-infofooter {
#frontpage-indexbox-lfooter, #frontpage-indexbox-rfooter {
font-size: .95em;
color: #AAA;
margin-bottom: .5em;
display: inline-block;
text-align: center;
font-size: .95em;
*display: block;
}
}


/* Home page Feed images */
#frontpage-indexbox-rfooter {
.MainPageBG li img {
float: right;
float: right;
margin: 0 0 .781em .781em;
}
}


/* NB: What's this needed for? */
.frontpage-photos {
.MainPageBG .simplepie li {
display: inline-block;
clear: both;
text-align: center;
vertical-align: top;
width: 33%;
*display: inline;
}
}


#museNew .simplepie ul {
.frontpage-photos > .image > img {
margin: 0;
box-shadow: .45em .33em .2em #666;
}
}


#museNew .simplepie ul li {
.frontpage-photos > p {
list-style-type: none;
font-size: .95em;
}
}


/* Right side bar */
#frontpage-infofooter {
#musetwitter h2{
font-size: .95em;
background: url('https://a2.twimg.com/profile_images/1285340280/muse1_mini.jpg') no-repeat right 5px;
margin-bottom: .5em;
margin-top: 2em;
text-align: center;
}
}


#wikitwitter h2{
#frontpage-infofooter > b {
background: url('http://a0.twimg.com/profile_images/359401915/theresistance_mini.jpg') no-repeat right 5px;
color: #AAA;
}
}


/* Gig links */


/* Curves are the new pr0n - sidebar */
.gigindex {
background: #E0E6D3;
border: .0781em solid #AAA;
-khtml-border-radius: .5em;
border-radius: .5em;
box-shadow: 0 .0781em .3906em #82A63A, 0 .7813em 1.5625em #FFF inset;
display: inline-block;
font-size: 1.2em;
font-weight: bold;
margin: 1em 0;
padding: .2em;
*display: block;
}


.portlet > h5 {
.gigindex > span {
border-top-right-radius: 1em;
float: left;
-khtml-border-top-right-radius: 1em;
-moz-border-radius-topright: 1em;
-webkit-border-top-right-radius: 1em;
}
}


.pBody {
.gigindex > span > a {
border-bottom-right-radius: .5em;
display: block;
-khtml-border-bottom-right-radius: .5em;
padding: .3125em;
-moz-border-radius-bottomright: .5em;
-webkit-border-bottom-right-radius: .5em;
}
}


/* ...and for the main box */
/* End gig links */


#content {
border-radius: .5em 0 0 .5em;
min-width: -moz-calc(100% - 12em);
-khtml-border-top-left-radius: .5em;
-moz-border-radius: .5em 0 0 .5em;
-webkit-border-top-left-radius: .5em;
}


.gigindex {
/* Forum link template */
border-radius: .5em;
 
border: 1px #CCC solid;
.forum-links {
font-size: .95em;
margin-left: 5em;
margin: 1em 1em 1em 0;
-khtml-border-radius: .5em;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
}
}


/* End curves */
/* End forum link template */




Line 355: Line 418:


.colourbox {
.colourbox {
border-radius: .5em;
border: .0781em solid #AAA;
color: #000;
-khtml-border-radius: .5em;
display: block;
border-radius: .5em;
font-weight: bold;
color: #000;
margin: 0 10% .5em 10%;
display: block;
padding: .5em;
font-weight: bold;
text-align: center;
margin: .5em 10%;
width: 80%;
padding: .5em;
-khtml-border-radius: .5em;
text-align: center;
-moz-border-radius: .5em;
width: 80%;
-webkit-border-radius: .5em;
}
}


.colourbox a {
.colourbox > a {
color: #000;
border-bottom: .0781em dotted;
color: #000 !important;
}
 
.colourbox > a:hover {
border-bottom: .0781em solid;
text-decoration: none;
}
}


.bluebackbox {  
.bluebackbox {  
background: #AAF;
background: #C9DAE1;
border: .5em #AAF solid;
box-shadow: 0 .0781em .3906em #0378AE, 0 .7813em 1.5625em #FFF inset;
background: -webkit-gradient(linear, left bottom, right top, from(#AAF), to(#AAF), color-stop(.7, #7474AF), color-stop(.7, #7474AF));
}
}


.greenbackbox {
.greenbackbox {
background: #AFA;
background: #E0E6D3;
border: .5em #AFA solid;
box-shadow: 0 .0781em .3907em #82A63A, 0 .7813em 1.5625em #FFF inset;
background: -webkit-gradient(linear, left bottom, right top, from(#AFA), to(#AFA), color-stop(.7, #74AF74), color-stop(.7, #74AF74));
}
}


.redbackbox {
.redbackbox {
background: #FAA;
background: #D68485;
border: .5em #FAA solid;
box-shadow: 0 .0781em .3907em #AF2022, 0 .7813em 1.5625em #FFF inset;
background: -webkit-gradient(linear, left bottom, right top, from(#FAA), to(#FAA), color-stop(.7, #AF7474), color-stop(.7, #AF7474));
}
}


Line 395: Line 460:
/* Box shadows */
/* Box shadows */


/* Infoboxes, gigtable (for .8em tables) */
/* for .8em tables */


.infbox, .gigtable, #pricetable, div.thumbinner {
.disco-list, .infbox, .greytable, .gigtable, #pricetable, #speechtable, .tabulature-list, .thumbinner, .gallerybox > .thumb > div > .image > img {
box-shadow: .45em .33em .2em 0 #666;
box-shadow: .45em .33em .2em #666;
}
}


/* Discography tables (for .95em tables)
/* End box shadows */
 
 
/* Info boxes (+gig tables) */
 
/* Colours */


$val / .95em * .8em
.infbox > tbody > tr > th, .greytable > tbody > tr > th, .gigtable > tbody > tr > th {
*/
color: #FFF;
}


.disco-list {
.discobox > tbody > tr > th {
box-shadow: .3789em .2779em .1684em 0 #666;
background: #4D1F68;
}
}


/* End box shadows */
.discobox > tbody > tr > th > div {
float: right;
font-size: xx-small;
text-transform: lowercase;
}


.discobox > tbody > tr > th > div > a:before {
content: "⇩";
-o-transition: color 1s, content 1s;
-webkit-transition: color 1s, content 1s;
transition: color 1s, content 1s;
}


/* Info boxes (+gig tables) */
.discobox > tbody > tr > th > div > a {
color: #DAD0DF;
-o-transition: color 1s;
-webkit-transition: color 1s;
transition: color 1s;
}


/* Colours */
.discobox > tbody > tr > th > div > a:hover:before {
color: #FFF;
content: "⬇" !important;
}


.infbox th, .gigtable th {
.discobox > tbody > tr > th > div > a:hover {
color: #FFF;
color: #FFF;
text-decoration: none;
}
}


.discobox th {
.discobox > tbody > tr:nth-child(2n+1) {
background: #4D1F68;
background: #DAD0DF;
}
}


.discobox tr:nth-child(2n+1) {
#gearbox > tbody > tr > th, .greytable > tbody > tr > th {
background: #DAD0DF;
background: #656565;
}
}


#gearbox th {
#gearbox > tbody > tr:nth-child(2n+1), .greytable > tbody > tr:nth-child(2n+1) {
background: #656565;
background: #D9D9D9;
}
}


#gigbox th, .gigtable th {
#gigbox > tbody > tr > th, .gigtable > tbody > tr > th {
background: #82A63A;
background: #82A63A;
}
}


#gigbox tr:nth-child(2n+1), .gigtable tr:nth-child(2n+1) {
#gigbox > tbody > tr:nth-child(2n+1), .gigtable > tbody > tr:nth-child(2n+1) {
background: #E0E6D3;
background: #E0E6D3;
}
}


#memberbox th {
#memberbox > tbody > tr > th {
background: #AF2022;
background: #AF2022;
}
}


#memberbox tr:nth-child(2n+1) {
#memberbox > tbody > tr:nth-child(2n+1) {
background: #DEDEDE;
background: #DEDEDE;
}
}


#songbox th {
#jambox > tbody > tr > th, #songbox > tbody > tr > th {
background: #0378AE;
background: #0378AE;
}
}


#songbox tr:nth-child(2n+1) {
#jambox > tbody > tr:nth-child(2n+1), #songbox > tbody > tr:nth-child(2n+1) {
background: #C9DAE1;
background: #C9DAE1;
}
}


#vidbox th {
#vidbox > tbody > tr > th {
background: #E3AF1E;
background: #E3AF1E;
}
}


Line 465: Line 555:
/* Info box borders */
/* Info box borders */


.gigtable, .gigtable th, .gigtable td, .infbox, .infbox th, .infbox td {
.greytable, .greytable > tbody > tr > th, .greytable > tbody > tr > td, .gigtable, .gigtable > tbody > tr > th, .gigtable > tbody > tr > td, .infbox, .infbox > tbody > tr > th, .infbox > tbody > tr > td {
border: none !important;
border: none !important;
padding: .2em .5em .2em .5em !important;
padding: .2em .5em .2em .5em !important;
}
}


/* Info box left column */
/* Info box left column */


.infbox td:first-child {
.infbox > tbody > tr > td:first-child {
font-weight: bold;
font-weight: bold;
}
 
/* Discobox */
 
.discobox-chron {
text-align: center;
}
}
.discobox-chron > div, .discobox-chron > a {
display: inline-block;
font-size: x-small;
font-weight: normal;
padding: 0 .5em;
*display: block;
}
.discobox-chron-current {
font-weight: bold !important;
}
/* End Discobox */


/* End info boxes */
/* End info boxes */




/* GigNav */
#backto-muse {
border: 0.0781em #AAA solid;
-khtml-border-radius: .5em;
border-radius: .5em;
margin: 1em 1em 1em 0;
text-align: center;
width: 20em;
}
 
 
/* Discography, tabulature, and video tables */
 
.disco-list, .tabulature-list, .video-list {
border: .0781em #AAA solid;
border-radius: .5em;
border-spacing: 0;
margin-bottom: 1em;
}
 
.disco-list > tbody, .tabulature-list > tbody, .video-list > tbody {
border-collapse: collapse;
}
 
/* 1em / 12.8px * 4px = 0.3125em */
 
.disco-list > tbody > tr > th, .disco-list > tbody > tr > td {
padding: .3125em .5em .3125em .5em;
}


#nav {
.tabulature-list > tbody > tr > th, .tabulature-list > tbody > tr > td, .video-list > tbody > tr > td {
border: 1px #aaa solid;
padding: .3125em;
border-collapse: collapse;
vertical-align: text-top;
border-radius: .5em;
box-shadow: .58em .42em .25em 0 #666;
font-size: x-small;
padding: 0;
text-align: center;
-khtml-border-radius: .5em;
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
}
}


#nav th {
.video-list {
background: #000;
text-align: center;
border: .1em solid transparent;
border-radius: .5em .5em 0 0;
color: #FFF;
padding: inherit;
-khtml-border-radius: .5em;
-moz-border-radius: .5em .5em 0 0;
-webkit-border-radius: .5em;
}
}


#nav.nav-gig th {
/* End discography, tabulature, and video tables */
background: #82A63A;
 
 
.columns-auto {
-moz-column-width: 20em;
-webkit-column-width: 20em;
column-width: 20em;
}
}


#nav.nav-song th {
.references {
background: #0378AE;
-moz-column-width: 32em;
-webkit-column-width: 32em;
column-width: 32em;
}
}


/* Appears to fix buggy border */
 
#nav tr:last-child {
/* Nav */
border: .1em solid transparent;
 
.nav {
border: 1px #AAA solid;
border-collapse: collapse;
-khtml-border-radius: .5em;
border-radius: .5em;
box-shadow: .58em .42em .25em #666;
font-size: x-small;
padding: 0;
text-align: center;
}
 
.nav > tbody > tr > th {
border: .1em solid transparent;
-khtml-border-radius: .5em;
border-radius: .5em .5em 0 0;
color: #FFF;
padding: inherit;
}
 
#nav-gig > tbody > tr > th {
background: #82A63A;
}
 
#nav-song > tbody > tr > th {
background: #0378AE;
}
 
#nav-vid > tbody > tr > th {
background: #E3AF1E;
}
}


#nav td {
/* Appears to fix buggy border */
padding: inherit;
.nav > tbody > tr:last-child {
border: .1em solid transparent;
}
}


#nav td:nth-child(2n), #nav td:nth-child(3) {
.nav > tbody > tr > td {
font-weight: bold;
padding: inherit;
}
}


#nav td:nth-child(2n+1) {
.nav > tbody > tr > td:nth-child(2n+1) {
transition: background-color 1s;
-o-transition: background-color 1s;
width: 17em;
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
transition: background-color 1s;
-webkit-transition: background-color 1s;
width: 17em;
}
}


#nav td:nth-child(2n+1):hover {
#nav-gig > tbody > tr > td:nth-child(2n+1):hover {
background-color: #E0E6D3;
background-color: #E0E6D3;
}
}


#nav.nav-song td:nth-child(2n+1):hover {
#nav-song > tbody > tr > td:nth-child(2n+1):hover {
background-color: #C9DAE1;
background-color: #C9DAE1;
}
}


/* End Gignav */
/* End Nav */




Line 548: Line 708:
/* hide YouTube link images within set-lists */
/* hide YouTube link images within set-lists */


.ytube a {
.ytube > a {
background: none !important;
background: none !important;
padding: 0 !important;
padding: 0 !important;
}
}


Line 556: Line 716:
  * remove bullet therefrom            */
  * remove bullet therefrom            */


#setlist ul {
#setlist > ul {
margin-left: 3.2em;
margin-left: 3.2em;
}
}


li#intro {
#intro {
list-style-type: none;
list-style: none !important;
}
}


/* End set lists */
/* End set lists */
/* Horizontal scroll for images larger than .body */
.horizontal-scroll > p {
overflow-x: scroll;
}




/* Footer */
/* Footer */


#footer-icons {display: none}
#footer-icons {
#footer ul li {color: #CCC}
display: none;
}
 
#footer {
background-color: #FFF;
background-image: none !important;
border-radius: 0 0 .5em .5em;
filter: alpha(opacity=70);
margin: 0 auto .5em !important;
opacity: .7;
-o-transition: opacity 1s;
-webkit-transition: opacity 1s;
transition: opacity 1s;
width: 17em;
}
 
#footer:hover {
filter: alpha(opacity=100);
opacity: 1;
}
 
#footer > ul {
text-align: center;
}
 
#footer-info > li {
padding: 0 0 .5em !important;
}
 
#footer-places > li {
padding: 0 !important;
}
 
/* End footer */
 
 
/* Tablets and whatnot */
 
@media handheld {
.col > .di {
display: block !important;
}
}
 
/* End tablets */




Line 576: Line 787:


.bold {
.bold {
font-weight: bold;
font-weight: bold;
}
}


.normal {
.normal {
font-weight: normal;
font-weight: normal;
}
}


.small {
.small {
font-size: x-small;
font-size: x-small;
}
}


.unknown {
.unknown {
font-style: italic;
font-style: italic;
}
 
/* For making first letter upper-case */
 
.TextToUpper:first-letter {
text-transform: uppercase;
}
 
/* Superscript */
 
.sup {
font-size: x-small;
line-height: 0;
vertical-align: super;
}
}


/* End plain styling */
/* End plain styling */
/* collapsible CSS stuff */
.col {
list-style: none none;
margin-left: 0;
}
.col > .di {
display: none;
}
.col:hover > .di {
display: block;
}
/* End collapsible CSS stuff */
/* OoS anniversary */
.page-Leeds_Bramham_Park_2011_gig, .page-Reading_Little_John_s_Farm_2011_gig {
background: #FFF url('images/Origin_of_Symmetry_art_%E2%80%93_dark.jpg') repeat-x fixed;
background-size: 100%;
}
.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #gigbox > tbody > tr > th, .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #gigbox > tbody > tr > th {
background: #B04D48;
}
.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #gigbox > tbody > tr:nth-child(2n+1), .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #gigbox > tbody > tr:nth-child(2n+1) {
background: #FFD1CF;
}
.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #nav-gig th, .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #nav-gig th {
background: #B04D48;
}
.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #nav-gig > tbody > tr > td:nth-child(2n+1):hover, .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #nav-gig > tbody > tr > td:nth-child(2n+1):hover {
background-color: #FFD1CF;
}
/* end OoS anniversary */
/* MOVED FROM COMMONS */
/* Highlight clicked references */
.reference:target, .references > li:target {
background-color: #C9DAE1;
}
/* Make redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
font-style: italic;
}
/* Transparency checkered background on image description pages */
#file > a > img {
background: url("https://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* Remove useless links from printout */
@media print {
#privacy, #about, #disclaimer {
display:none;
}
}
/* </nowiki></pre> */

Latest revision as of 16:35, 9 December 2021

/* <pre><nowiki> */ 

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

html, body {
	font-size: 100%;
}
body {
	background: black url('images/Human.jpg') no-repeat fixed;
}

body, h1, h2, h3, h4, h5, pre, table, th, #siteSub {
	color: #333;
}

h1 {
	border-bottom: .0781em dotted #DDD;
}

li {
	list-style-image: none !important;
}

pre {
	background-color: #EEE;
	border-color: #AAA;
}

#content {
	background-image: none !important;
	box-shadow: .36em .264em .16em #000;
}


/* Hide editing-related info when not editing */

#bodyContent > .hide-this {
	display: none;
}


/* Use bullet character, not image, for unordered lists */

#content ul > li {
	list-style: disc none;
}

/* But not for some ul */

.toclevel-1, .toclevel-2, .toclevel-3 {
	list-style-type: none !important;
}

/* Side-bar */

#p-logo {
	background: url('wiki.png') no-repeat center center;
	height: 40px;
	margin-bottom: 1em;
	position: relative;
	top: 0;
}

#p-logo > a {
	background-image: none !important;
	height: 40px !important;
}

#mw-panel {
	top: 0 !important;
}

#feed-atom {
	background-image: none;
	padding-left: 0;
}

.body > ul > li {
	font-size: .8em !important;
}

.portal h3{
	font-size: 1em !important;
	padding: 0 .25em .25em 1.25em !important;
	text-transform: uppercase;
}

.portal h3 {
	color: #FFF !important;
}

.portal h3 a{
	color: #FFF !important;
}

#mw-panel .vector-menu-content {
	background: #000 !important;
	filter: alpha(opacity=70);
	opacity: .7;
	padding: .625em 0 .3125em .625em !important;
	-o-transition: background-image 1s, margin-left 1s, opacity 1s;
	-webkit-transition: background-image 1s, margin-left 1s, opacity 1s;
	transition: background-image 1s, margin-left 1s, opacity 1s;
}

#mw-panel .vector-menu-content > ul > li > a, #p-personal .vector-menu-content > ul > li > a{
	color: #FFF !important;
	display: block;
}


/* Top bar */

#mw-page-base {
	background-color: transparent;
	height: 4.0625em;
	margin-left: 10em;
}

#mw-head-base, #mw-page-base {
	background-image: none;
}
#left-navigation{
	top:25px !important;
	margin-top:25px !important;

}
#left-navigation > .vectorTabs > ul, #left-navigation > .vectorTabs > ul > li > a {
	background: none !important;
}

.selected > span {
	font-weight: bold;
}


#left-navigation > .vectorTabs {
	background-image: none !important;
	padding-left: 0 !important;
}

#left-navigation > .vectorTabs:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#left-navigation > .vectorTabs > ul {
	background-image: none !important;
}

#left-navigation > .vectorTabs > ul > li {
	background-color: #ffffff;
	margin-right: .1em;

}

#left-navigation > .vectorTabs > ul > li > span {
	background-image: none !important;
	margin-left: .5em;
	margin-right: .5em;
}

#left-navigation > .vectorTabs a > span {
	background-image: none;
	padding-top: .25em;
}

#right-navigation {
	background: #FFF;
	margin-top: 1.5625em;
}

#p-search {
	padding-bottom: .7em;
}

#p-namespaces > ul > li > a > span {
	color: #FFF !important;
}

#p-personal > ul > li {
	background-image: none;
}

#p-personal > ul > li > a {
	color: #FFF;
}

#preferences {
	border: 0 none;
}

.page-MuseWiki > #content > #firstHeading {
	display: none;
}


/* Stop disc bullets from appearing on drop-downs */

.col > li {
	list-style-type: none !important;
}

/* Links and make guillemet thingies look like links */

a, .gu, #p-views > ul > li > a > span {
	color: #0378AE;
}

a:visited, .col:hover > li > .gu {
	color: #669;
}

a.external {
	color: #069 !important;
}

.gu {
	display: inline;
}

/* end links and guillemet thingies */

/* Make links fill their parents, easier to click */

li.toclevel-1 > a, li.toclevel-2 > a, li.toclevel-3 > a, .video-list > tbody > tr > td > a {
	display: block;
}

/* End links blocking */

table, td, .frontth, #preferences, #mw_metadata > tbody > tr > td, table.gallery > tbody > tr > td {
	background-color: transparent;
}

#preferences {
	background-image: none;
}

.gallery, .gallery > tbody > tr > td {
	border-style: none !important;
}

.gallerybox > .thumb {
	border-style: none !important;
	padding: 0 !important;
}

.diff {
	border-collapse: collapse;
}

th {
	background: #FFF;
	text-transform: uppercase;
}

.lyrics{
	background: -o-linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 4px;
	background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
	background: linear-gradient(to bottom, #d9eaf3 0%, #fff 8%) 0 4px;
	background-size: 100% 20px;
	border: 1px solid #d2d2d2;
	border-radius: 3px; 
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	color: #444;
	font: normal 1.2em/1.5 "Lucida Grande", arial, sans-serif;
	line-height: 20px;
	padding: 6px 5px 4px 55px;
	position: relative;
	white-space: pre-wrap;
	width: 500px;
}

.lyrics:before {
	border: 1px solid;
	border-color: transparent #efe4e4;
	bottom: 0;
	content: '';
	left: 40px;
	position: absolute;
	top: 0;
}

#contentSub {
	margin: 0;
}

fieldset {
	border-color: #AAA;
}

fieldset > hr {
	background-color: #AAA !important;
}

/* Home page index box */
#frontpage-indexbox {
	background: #C9DAE1;
	border: .0781em solid #AAA;
	-khtml-border-radius: 1em;
	border-radius: 1em;
	box-shadow: 0 .0781em .3906em #0378AE, 0 .7813em 1.5625em #FFF inset;
	display: inline-block;
	margin-top: .7em;
	width: 100%;
	*display: block;
}

#frontpage-indexbox > div:first-child {
	float: left;
	margin: .3em 0 .3em .5em;
}

#frontpage-title > a, #frontpage-stats > a, #frontpage-indexbox > ul > li > a {
	border-bottom: 1px dotted;
	color: black;
	text-decoration: none;
}

#frontpage-title > a:hover, #frontpage-stats > a:hover, #frontpage-indexbox > ul > li > a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

#frontpage-title {
	font-size: 1.62em;
	padding: .1em;
	text-align: center;
}

#frontpage-subtitle {
	font-size: .95em;
	text-align: center;
}

#frontpage-indexbox > ul {
	float: right;
	margin: .3em 2%;
}

#frontpage-indexbox-lfooter, #frontpage-indexbox-rfooter {
	color: #AAA;
	display: inline-block;
	font-size: .95em;
	*display: block;
}

#frontpage-indexbox-rfooter {
	float: right;
}

.frontpage-photos {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 33%;
	*display: inline;
}

.frontpage-photos > .image > img {
	box-shadow: .45em .33em .2em #666;
}

.frontpage-photos > p {
	font-size: .95em;
}

#frontpage-infofooter {
	font-size: .95em;
	margin-bottom: .5em;
	margin-top: 2em;
	text-align: center;
}

#frontpage-infofooter > b {
	color: #AAA;
}

/* Gig links */

.gigindex {
	background: #E0E6D3;
	border: .0781em solid #AAA;
	-khtml-border-radius: .5em;
	border-radius: .5em;
	box-shadow: 0 .0781em .3906em #82A63A, 0 .7813em 1.5625em #FFF inset;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	padding: .2em;
	*display: block;
}

.gigindex > span {
	float: left;
}

.gigindex > span > a {
	display: block;
	padding: .3125em;
}

/* End gig links */


/* Forum link template */

.forum-links {
	margin-left: 5em;
}

/* End forum link template */


/* Notice box styling */

.colourbox {
	border: .0781em solid #AAA;
	-khtml-border-radius: .5em;
	border-radius: .5em;
	color: #000;
	display: block;
	font-weight: bold;
	margin: .5em 10%;
	padding: .5em;
	text-align: center;
	width: 80%;
}

.colourbox > a {
	border-bottom: .0781em dotted;
	color: #000 !important;
}

.colourbox > a:hover {
	border-bottom: .0781em solid;
	text-decoration: none;
}

.bluebackbox { 
	background: #C9DAE1;
	box-shadow: 0 .0781em .3906em #0378AE, 0 .7813em 1.5625em #FFF inset;
}

.greenbackbox {
	background: #E0E6D3;
	box-shadow: 0 .0781em .3907em #82A63A, 0 .7813em 1.5625em #FFF inset;
}

.redbackbox {
	background: #D68485;
	box-shadow: 0 .0781em .3907em #AF2022, 0 .7813em 1.5625em #FFF inset;
}

/* End notice boxes */


/* Box shadows */

/* for .8em tables */

.disco-list, .infbox, .greytable, .gigtable, #pricetable, #speechtable, .tabulature-list, .thumbinner, .gallerybox > .thumb > div > .image > img {
	box-shadow: .45em .33em .2em #666;
}

/* End box shadows */


/* Info boxes (+gig tables) */

/* Colours */

.infbox > tbody > tr > th, .greytable > tbody > tr > th, .gigtable > tbody > tr > th {
	color: #FFF;
}

.discobox > tbody > tr > th {
	background: #4D1F68;
}

.discobox > tbody > tr > th > div {
	float: right;
	font-size: xx-small;
	text-transform: lowercase;
}

.discobox > tbody > tr > th > div > a:before {
	content: "⇩";
	-o-transition: color 1s, content 1s;
	-webkit-transition: color 1s, content 1s;
	transition: color 1s, content 1s;
}

.discobox > tbody > tr > th > div > a {
	color: #DAD0DF;
	-o-transition: color 1s;
	-webkit-transition: color 1s;
	transition: color 1s;
}

.discobox > tbody > tr > th > div > a:hover:before {
	color: #FFF;
	content: "⬇" !important;
}

.discobox > tbody > tr > th > div > a:hover {
	color: #FFF;
	text-decoration: none;
}

.discobox > tbody > tr:nth-child(2n+1) {
	background: #DAD0DF;
}

#gearbox > tbody > tr > th, .greytable > tbody > tr > th {
	background: #656565;
}

#gearbox > tbody > tr:nth-child(2n+1), .greytable > tbody > tr:nth-child(2n+1) {
	background: #D9D9D9;
}

#gigbox > tbody > tr > th, .gigtable > tbody > tr > th {
	background: #82A63A;
}

#gigbox > tbody > tr:nth-child(2n+1), .gigtable > tbody > tr:nth-child(2n+1) {
	background: #E0E6D3;
}

#memberbox > tbody > tr > th {
	background: #AF2022;
}

#memberbox > tbody > tr:nth-child(2n+1) {
	background: #DEDEDE;
}

#jambox > tbody > tr > th, #songbox > tbody > tr > th {
	background: #0378AE;
}

#jambox > tbody > tr:nth-child(2n+1), #songbox > tbody > tr:nth-child(2n+1) {
	background: #C9DAE1;
}

#vidbox > tbody > tr > th {
	background: #E3AF1E;
}

/* End colours */

/* Info box borders */

.greytable, .greytable > tbody > tr > th, .greytable > tbody > tr > td, .gigtable, .gigtable > tbody > tr > th, .gigtable > tbody > tr > td, .infbox, .infbox > tbody > tr > th, .infbox > tbody > tr > td {
	border: none !important;
	padding: .2em .5em .2em .5em !important;
}

/* Info box left column */

.infbox > tbody > tr > td:first-child {
	font-weight: bold;
}

/* Discobox */

.discobox-chron {
	text-align: center;
}

.discobox-chron > div, .discobox-chron > a {
	display: inline-block;
	font-size: x-small;
	font-weight: normal;
	padding: 0 .5em;
	*display: block;
}

.discobox-chron-current {
	font-weight: bold !important;
}

/* End Discobox */


/* End info boxes */


#backto-muse {
	border: 0.0781em #AAA solid;
	-khtml-border-radius: .5em;
	border-radius: .5em;
	margin: 1em 1em 1em 0;
	text-align: center;
	width: 20em;
}


/* Discography, tabulature, and video tables */

.disco-list, .tabulature-list, .video-list {
	border: .0781em #AAA solid;
	border-radius: .5em;
	border-spacing: 0;
	margin-bottom: 1em;
}

.disco-list > tbody, .tabulature-list > tbody, .video-list > tbody {
	border-collapse: collapse;
}

/* 1em / 12.8px * 4px = 0.3125em */

.disco-list > tbody > tr > th, .disco-list > tbody > tr > td {
	padding: .3125em .5em .3125em .5em;
}

.tabulature-list > tbody > tr > th, .tabulature-list > tbody > tr > td, .video-list > tbody > tr > td {
	padding: .3125em;
	vertical-align: text-top;
}

.video-list {
	text-align: center;
}

/* End discography, tabulature, and video tables */


.columns-auto {
	-moz-column-width: 20em;
	-webkit-column-width: 20em;
	column-width: 20em;
}

.references {
	-moz-column-width: 32em;
	-webkit-column-width: 32em;
	column-width: 32em;
}


/* Nav */

.nav {
	border: 1px #AAA solid;
	border-collapse: collapse;
	-khtml-border-radius: .5em;
	border-radius: .5em;
	box-shadow: .58em .42em .25em #666;
	font-size: x-small;
	padding: 0;
	text-align: center;
}

.nav > tbody > tr > th {
	border: .1em solid transparent;
	-khtml-border-radius: .5em;
	border-radius: .5em .5em 0 0;
	color: #FFF;
	padding: inherit;
}

#nav-gig > tbody > tr > th {
	background: #82A63A;
}

#nav-song > tbody > tr > th {
	background: #0378AE;
}

#nav-vid > tbody > tr > th {
	background: #E3AF1E;
}

/* Appears to fix buggy border */
.nav > tbody > tr:last-child {
	border: .1em solid transparent;
}

.nav > tbody > tr > td {
	padding: inherit;
}

.nav > tbody > tr > td:nth-child(2n+1) {
	-o-transition: background-color 1s;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
	width: 17em;
}

#nav-gig > tbody > tr > td:nth-child(2n+1):hover {
	background-color: #E0E6D3;
}

#nav-song > tbody > tr > td:nth-child(2n+1):hover {
	background-color: #C9DAE1;
}

/* End Nav */


/* Set lists */

/* hide YouTube link images within set-lists */

.ytube > a {
	background: none !important;
	padding: 0 !important;
}

/* align intro with songs in set-lists
 * remove bullet therefrom             */

#setlist > ul {
	margin-left: 3.2em;
}

#intro {
	list-style: none !important;
}

/* End set lists */


/* Horizontal scroll for images larger than .body */

.horizontal-scroll > p {
	overflow-x: scroll;
}


/* Footer */

#footer-icons {
	display: none;
}

#footer {
	background-color: #FFF;
	background-image: none !important;
	border-radius: 0 0 .5em .5em;
	filter: alpha(opacity=70);
	margin: 0 auto .5em !important;
	opacity: .7;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	width: 17em;
}

#footer:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

#footer > ul {
	text-align: center;
}

#footer-info > li {
	padding: 0 0 .5em !important;
}

#footer-places > li {
	padding: 0 !important;
}

/* End footer */


/* Tablets and whatnot */

@media handheld {
	.col > .di {
		display: block !important;
	}
}

/* End tablets */


/* plain styling */

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.small {
	font-size: x-small;
}

.unknown {
	font-style: italic;
}

/* For making first letter upper-case */

.TextToUpper:first-letter {
	text-transform: uppercase;
}

/* Superscript */

.sup {
	font-size: x-small;
	line-height: 0;
	vertical-align: super;
}

/* End plain styling */


/* collapsible CSS stuff */

.col {
	list-style: none none;
	margin-left: 0;
}

.col > .di {
	display: none;
}

.col:hover > .di {
	display: block;
}

/* End collapsible CSS stuff */


/* OoS anniversary */

.page-Leeds_Bramham_Park_2011_gig, .page-Reading_Little_John_s_Farm_2011_gig {
	background: #FFF url('images/Origin_of_Symmetry_art_%E2%80%93_dark.jpg') repeat-x fixed;
	background-size: 100%;
}

.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #gigbox > tbody > tr > th, .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #gigbox > tbody > tr > th {
	background: #B04D48;
}

.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #gigbox > tbody > tr:nth-child(2n+1), .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #gigbox > tbody > tr:nth-child(2n+1) {
	background: #FFD1CF;
}

.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #nav-gig th, .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #nav-gig th {
	background: #B04D48;
}

.page-Leeds_Bramham_Park_2011_gig > #content > #bodyContent > #nav-gig > tbody > tr > td:nth-child(2n+1):hover, .page-Reading_Little_John_s_Farm_2011_gig > #content > #bodyContent > #nav-gig > tbody > tr > td:nth-child(2n+1):hover {
	background-color: #FFD1CF;
}

/* end OoS anniversary */



/* MOVED FROM COMMONS */


/* Highlight clicked references */

.reference:target, .references > li:target { 
	background-color: #C9DAE1;
}


/* Make redirects appear in italics in categories and on [[Special:Allpages]] */

.redirect-in-category, .allpagesredirect {
	font-style: italic;
}


/* Transparency checkered background on image description pages */

#file > a > img {
	background: url("https://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}


/* Remove useless links from printout */

@media print {
	#privacy, #about, #disclaimer {
		display:none;
	}
}

/* </nowiki></pre> */