User:Billinghurst/common.css

From Wikisource
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Cmd-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (Cmd-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences

For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* #p-coll-print_export  { display: initial; } */
/*#wpTextbox1 { height: 50em; 
 *              width:  30em; }
 */
/* works to display {{topicmatcher}} output  */
#topicmatcher {display: inline !important;}

/**
 * Display links to disambiguation pages in orange
 * @revision 1.0 (2015-05-27)
 * @author Kaldari
 */
a.mw-disambig { color: #f17600; }

/* green author links */
.ws-authlink, .ws-authlkpl, .wst-artlink { color: green; }

/* [[Help:Gadget-Visibility]] */
span.module-wikidata-link {
  text-decoration: underline;
  text-decoration-color: darksalmon;
}

/* kill book creation and printable version */
#coll-create_a_book { display: none; }
#t-print { display: none; }
/* hide wef framework in Page: ns */
#p-wef.ns-104 { display: none; !important}

/* hide print in edit mode, phab T279855 for long term fix
.action-edit #p-wikisource-export-portlet {
    display: none;
} */

/* hide OCR tool
.ext-wikisource-ExtractTextWidget { display: none; } */

/* [[phab:T297339]] temp fix
#prp-page-image-openseadragon-vertical {
	height: 100%;
} */