MediaWiki talk:Common.css

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

Template:c[edit]

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]

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]

textarea{
font-family: wingdings;

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

From Puppy re content warning[edit]

.ContentWarning.WikiaArticle h2 { 
	line-height: 100%; 
	font-weight: bold; 
	text-align: center; 
	color: #8b0000;
}
.ShowContentWarning #content {
	background: #002 url(http://images.wikia.com/uncyclopedia/images/1/1b/Storm_2.gif);
}

Becomes

.ContentWarning.WikiaArticle h2 { 
	display:none
}

And modify MediaWiki:Content-warning-body to have {{h2|Content Notice}}. 103.1.240.1

Will do on Friday if there is no objection at Forum:The Content Warning: Post-edits. Spıke Ѧ 10:00 27-Mar-13
Correction: Having also heard from Simsilikesims, I deleted the background graphics now; also the dark-on-light color scheme. Spıke Ѧ 15:06 27-Mar-13