User:Timeshifter/common.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Height of wikitext editing window */
textarea {height:20em}


/* Show the Reload button only when you hover it. In the Preview window. 
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Any_way_to_get_rid_of_the_%22Reload%22_button_in_preview_window?
Search for "Any way to get rid of the "Reload" button in preview window?" in the archives. */
.ext-WikiEditor-twopanes-pane2:hover .ext-WikiEditor-reloadButton {
	opacity: 0;
}
.ext-WikiEditor-twopanes-pane2 .ext-WikiEditor-reloadButton:hover {
	opacity: 1;
}