MediaWiki talk:Monobook.css: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
| (10 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
==Image Border Bug Fix== | |||
. | Interrobang and TX55 complained that Wikia's last round of CSS changes had the unintended effect of rendering image thumbnail borders transparent. ([[Transformers Wiki talk:Community Portal/Archive8#Image thumb borders are screwed up|discussed here]].) The problem is only apparent is there's a messagebox or section-divider overlapping a thumbnail- it's like the borders are etched on transparent glass. The code below fixes this by opaquing the glass (as it used to be.) -[[User:Derik|Derik]] 04:07, 8 February 2008 (UTC) | ||
<pre>/*Fix the 'see-through image borders' problem.*/ | |||
.thumb{ background-color:white;}</pre> | |||
/* | |||
. | |||
} | |||
Latest revision as of 03:04, 17 January 2013
Image Border Bug Fix
[edit]Interrobang and TX55 complained that Wikia's last round of CSS changes had the unintended effect of rendering image thumbnail borders transparent. (discussed here.) The problem is only apparent is there's a messagebox or section-divider overlapping a thumbnail- it's like the borders are etched on transparent glass. The code below fixes this by opaquing the glass (as it used to be.) -Derik 04:07, 8 February 2008 (UTC)
/*Fix the 'see-through image borders' problem.*/
.thumb{ background-color:white;}
