ElEditors, Interface administrators, Administrators
70,980
edits
No edit summary |
No edit summary |
||
Line 300: | Line 300: | ||
if ($(this).parents('.section-characters').length) return; | if ($(this).parents('.section-characters').length) return; | ||
if (o < 155 && rgb != 'rgba(0, 0, 0, 0)') { | if (o < 155 && rgb != 'rgba(0, 0, 0, 0)') { | ||
$(this).addClass('force-white'); //css('color', 'white').css('text-shadow', '1px 1px 1px #000'); | $(this).addClass('force-white'); | ||
} else if ($(this).parents('.instance-page').length || $(this). | $(this).parents('.section').find('.mw-collapsible-text').addClass('force-white'); //css('color', 'white').css('text-shadow', '1px 1px 1px #000'); | ||
$(this).addClass('force-black') //.css('color', 'black').css('text-shadow', 'none'); | } else if ($(this).parents('.instance-page').length || force) { | ||
$(this).addClass('force-black'); | |||
$(this).parents('.section').find('.mw-collapsible-text').addClass('force-black'); //.css('color', 'black').css('text-shadow', 'none'); | |||
} | } | ||
}); | }); | ||
setTimeout(function () { | setTimeout(function () { | ||
$('.segment-partial .mw-collapsible-text').each(function () { | $('.segment-partial .mw-collapsible-text, .segment .mw-collapsible-text').each(function () { | ||
var color = $(this).parents('.segment').find('.segment-header:eq(0)').css('color'); | var color = $(this).parents('.segment').find('.segment-header:eq(0)').css('color'); | ||
var shadow = $(this).parents('.segment').find('.segment-header:eq(0)').css('text-shadow'); | var shadow = $(this).parents('.segment').find('.segment-header:eq(0)').css('text-shadow'); |