MediaWiki talk:Common.css

From RationalWiki
Jump to navigation Jump to search

Archives for this talk page: , (new)


Sarcasm tags?[edit]

Do you think it would be good for discussions?

.sarcasm {
     color: #088A29
}

<p class="sarcasm">The Bible should be interpreted literally.</p>

Inquisitor Sasha Ehrenstein des Sturmkrieg Sector 22:43, 2 November 2012 (UTC)

I think this is the greatest idea ever and most certainly wouldn't be just a confusing use of colour to people who weren't aware of this tag's existence. Scarlet A.pngbominationModerator 01:21, 3 November 2012 (UTC)
  • Support as a good idea. (.sarcasm is better IMO than .massive-sarcastic-bollocks). About the color, it does at least fit in with Geen ink, so should be generally intelligible, or at the very least different to normal text. It may potentially be a good idea to have a text "tooltip" appear when hovering over. Dysklyver (talk) 11:08, 8 July 2018 (UTC)

Addition[edit]

Could someone add the following:

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}

For Template:Shortcut etc.

— Dysk (contribs) 23:44, 28 July 2018 (UTC)

WIGO CZ move[edit]

This page needs to be reconfigured so that the moved WIGO CZ (now NIGO CZ) page has the fancy header styling. — pythoncoder  (talk | contribs) 22:32, 11 February 2019 (UTC)

Edit request for .hlist fix[edit]

Please copy User:Matt Fitzpatrick/common.css to MediaWiki:Common.css (diff). This fixes CSS rule precedence for .hlist :after separators. Matt Fitzpatrick (talk) 02:23, 13 July 2020 (UTC)

Request to Add Option to Suppress Auto-Numbering in the Table of Contents[edit]

Tech request: Please add the following to MediaWiki:Common.css :

/* Option to Suppress Auto-Numbering in the Table of Contents */
.noautonum .tocnumber { display: none; }
/* The above line of code enables article authors and editors to suppress auto-numbering in the Table of Contents by placing the following code at the location where the Table of Contents is to appear. See https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering

<div class="noautonum">__TOC__</div> */

More Than Magnetic Ink (talk) 20:52, 6 October 2022 (UTC)

@More Than Magnetic Ink Sure. Rabbitseatcarrots (talk) 19:27, 8 October 2022 (UTC)
@Rabbitseatcarrots Thanks. It worked! More Than Magnetic Ink (talk) 21:29, 8 October 2022 (UTC)
Glad to help! Rabbitseatcarrots (talk) 21:34, 8 October 2022 (UTC)