MediaWiki talk:Common.css

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search

Template:c[edit source]

could an admin add these lines please:

 .censored {
     background-color:#000000;
     display:inline;
 }
 
 .censored a {
     color:#000000;
 }
 
 .censored a.new {
     color:#000000;
 }
 
 .censored a:visited {
     color:#000000;
 }
 
 .censored:hover a {
     background-color:transparent;
     color:blue;
 }
 
 .censored:hover a.new {
     background-color:transparent;
     color:red;
 }
 
 .censored:hover {
     background-color:transparent;
     display:inline;
 }

this should solve that Problem and will make existing links blue and non-existing ones red (sorry, my inglish is awful) --WiMu 20:47, 30 October 2007 (UTC)

If
.censored a {
	color: black;
	text-decoration: underline;
	padding: 1px;
}

was changed to

.censored a {
	color: black !important;
	text-decoration: underline;
	padding: 1px;
}

that problem would also be solved, and with much less code. 75.154.82.141

sighide[edit source]

I know it's possible, but I'm not an admin. Could someone add a class that allows you to have text that disappears when a sighide is expanded?
Much appreciated! —Preceding signed comment added by MUN.pngAirhogs777 (tc) 06:00, January 21, 2011 (UTC)

The greatest idea ever[edit source]

textarea{
font-family: wingdings;

Put it in the .css file. ~Sir Frosty (Talk to me!) Proudly bogan 10:00, June 27, 2011 (UTC)

Local fullurl styling[edit source]

Would it offend anyone if I got rid of it? Wikipedia doesn't do it, it actually uses monobook colours so it will look weird to the majority of users who use vector (and it's 'colour', not 'colours'; nobody bothered to set separate colours for active and visited links), and it ruins the effect of the articles that link to Uncyclopedia articles with full links to use them in external link sections and such. For example, Poop Cuisine#External links - see that one link that's the wrong colour and doesn't have the arrow? That's what I'm talking about. And I don't see a good reason to do it other than that someone somewhere might have fullurls in their signature that aren't encased in <span class="plainlinks"> and for some weird reason it's totally unacceptable to have the arrowy things there. Also, we have the class stealthexternallink which solves this problem just fine (and even better since it's got the correct colours for active and visited) if you really need a local full link that looks like a monobook wikilink.

Also, can we please get rid of the outdated reference to MediaWiki:Uncyclopedia.css? And mention Vector.css in there since it's the usual skin? – Llwy-ar-lawr (talkcontribslogs) 01:37, 21 May 2014Uncyclopedia is a community site that anyone can contribute to. Discover, share and add your knowledge! UncyclopediaUncyclopediaIllogicopediai:fr:LogimalpediePaudurapedyjaFrithchiclipeidUncapaediaAbsurdopediaScotypedia

Finally, someone who might know what they're doing. --EMC [TALK] 02:27 May 21 2014

Protected edit request on May 13, 2020[edit source]

Can an admin add those following lines:

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
	list-style: none none;
}
ul.permissions-errors {
	margin: 0;
}

Thanks. 70.71.93.193 (talk) 02:36, 14 May 2020 (UTC)