MediaWiki:Common.css

Find traditional instrumental music
Revision as of 11:42, 11 May 2017 by WikiSysop (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Common interface */
body.page-TTA h1.firstHeading, body.page-TheFiddlersCompanion h1.firstHeading, body.page-Main_Page h1.firstHeading { display:none; }

/* do not print references */
@media print {
    ol.references {display: none;}
}

/* Remove non-essential elements */
@media print {
    .firstHeading { margin-top: 0; padding-top: 0; }
    #siteSub { display: none; }
    .printfooter { display: none; }
    #catlinks, .catlinks { display: none; }
    #footer { display: none; }
    }
.portlet h5, .portlet h6 {
text-transform:none;
}

/*#f-poweredbyico { display: none; }*/
.page-TTA #ca-main { display: none !important; }
.page-TheFiddlersCompanion #ca-main { display: none !important; }
.page-Main_Page #ca-main { display: none !important; }
.page-Main_Page #ca-talk { display: none !important; }
.page-TTA #ca-talk { display: none !important; }
#ca-editsource { display:none!important; }

/* rounded corners for webkit browsers: works on Chrome v5.0.307.11 beta and Safari v4.0.4  */
#p-cactions ul li, #p-cactions ul li a {
 -webkit-border-top-left-radius: 8px;
 -webkit-border-top-right-radius: 8px;
}
#content {
 -webkit-border-top-left-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
}
div.pBody {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
#content {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
div.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

#bodyContent a[href ^="spotify:"],
.link-spotify {
    background: url("spotify.jpg") center right no-repeat;
    padding-right: 11px;
}


.wikiEditor-ui-toolbar .tabs, .wikiEditor-ui-toolbar .section-main {
    height: inherit;
}
.wikiEditor-ui-toolbar .tabs{
    height: inherit;
}