User:Redmin/global.css

From Miraheze Meta, Miraheze's central coordination wiki

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.
/* Switch to a pretty font */
* {
	font-family: Arial;
}

/* Highlight text on selection */
p::selection {
	color: red;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
	color: green;
}

a::selection {
	color: #1d3863;
}

/* Make sure wiki logos look "just right" */
.mw-wiki-logo {
       background-size: 100%;
}

/* Change Special:Translate's translation input area's size */
.tux-textarea-translation {
	padding-bottom: 6px; 
	overflow: hidden; 
	overflow-wrap: break-word; 
	width: 600px; 
	height: 150px;
}

.tux-message-editor__caret {
	visibility: hidden;
}

/* Hide the distracting and veeeeeery annoying subscribe icon added by DiscussionTools */
.ext-discussiontools-topicsubscription-enabled .ext-discussiontools-section-subscribe {
    visibility: hidden;
}

/* Hide the stupid floating bar */
.floating {
	display: none;
}

/* Hide the stupid "bread crumbs" stuff */
#mwext-bc {
	display: none;
}