MediaWiki talk:Common.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>@DeletedUser40311098
>@DeletedUser40311098
Line 17: Line 17:
: Done. Give it a little while to cache and then it should all be working. [[User:Iamacyborg|Iamacyborg]] ([[User talk:Iamacyborg|talk]]) 11:25, 23 January 2014 (UTC)
: Done. Give it a little while to cache and then it should all be working. [[User:Iamacyborg|Iamacyborg]] ([[User talk:Iamacyborg|talk]]) 11:25, 23 January 2014 (UTC)
::Thanks. [[User:Chriskang|Chriskang]] ([[User talk:Chriskang|talk]]) 12:49, 23 January 2014 (UTC)
::Thanks. [[User:Chriskang|Chriskang]] ([[User talk:Chriskang|talk]]) 12:49, 23 January 2014 (UTC)
== white-space: nowrap; /* temp */ ==
The comment lets me think that this line was not intended to stay in the whole <nowiki>[class|=itembox]</nowiki> definition. It forces us to manually insert line breaks into long lines like [[Emerald_Imp_Mask|here]].
Can we have it removed (and a fixed max-width defined to avoid breaking all itemboxes)?
Or at least, can we have it overridden in help text like this:
<nowiki>
.text-help {
color: #7f7f7f;
font-style: italic;
white-space: normal;
display: inline-block;
width: 310px;
}
</nowiki>
[[User:Chriskang|Chriskang]] ([[User talk:Chriskang|talk]]) 11:10, 27 February 2014 (UTC)

Revision as of 11:10, 27 February 2014

Difficulty colours

I'd like some colours added for the difficulty levels. This would be perfect:

.text-diffnormal {
	color: #55AA22;
}
.text-diffcruel {
	color: #BBAA22;
}
.text-diffmerciless {
	color: #882222;
}

(Values are taken from {{MonsterBox}}). Chriskang (talk) 09:43, 23 January 2014 (UTC)

Done. Give it a little while to cache and then it should all be working. Iamacyborg (talk) 11:25, 23 January 2014 (UTC)
Thanks. Chriskang (talk) 12:49, 23 January 2014 (UTC)

white-space: nowrap; /* temp */

The comment lets me think that this line was not intended to stay in the whole [class|=itembox] definition. It forces us to manually insert line breaks into long lines like here.

Can we have it removed (and a fixed max-width defined to avoid breaking all itemboxes)?

Or at least, can we have it overridden in help text like this:

.text-help {
	color: #7f7f7f;
	font-style: italic;
	white-space: normal;
	display: inline-block;
	width: 310px;
}
 

Chriskang (talk) 11:10, 27 February 2014 (UTC)