跳至內容

User:Artoria2e5/沙盒/styles.css

維基百科,自由的百科全書

注意:儲存之後,你必須清除瀏覽器快取才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift鍵並單擊工具列的「重新整理」按鈕。參閱Help:繞過瀏覽器快取以取得更多幫助。

/* Elements with class 'foo' will have red text in all skins */
.foo { color: red; }

/* Override that to green for Vector only */
body.skin-vector .foo { color: green; }