Tag

style

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Dec 13, 2021 · Frontend Development

Applying a Grayscale (Black‑and‑White) Effect to a Website Using CSS

This article explains how to turn an entire website black‑and‑white by adding a simple CSS snippet that applies grayscale filters, provides the exact code, and offers guidance on where to insert it in the HTML head for immediate effect.

CSSHTMLfrontend
0 likes · 2 min read
Applying a Grayscale (Black‑and‑White) Effect to a Website Using CSS
Tencent Music Tech Team
Tencent Music Tech Team
Aug 24, 2016 · Mobile Development

Implementing Dynamic Theme Switching in the LightListen Android Music Player

LightListen adds flexible day/night and brand‑color switching by combining static XML styles and themes for basic modes with a dynamic configuration system—using shared‑preference color storage, view processors, and a traversal controller from the app‑theme‑engine library—to apply colors at runtime with minimal code duplication.

AndroidAppThemeEngineDynamicColor
0 likes · 15 min read
Implementing Dynamic Theme Switching in the LightListen Android Music Player