Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Theme color editor for wiki.gg wikis

License

NotificationsYou must be signed in to change notification settings

cadon/themeColorEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Theme color editor for wiki.gg wikis.

Features

  • Adjust color variables of wiki themes with a color picker or indirect definitions based on other colors
  • Live preview of the set colors on other wiki pages
  • Display of needed contrasts between colors
  • buttons for automatic contrast fixing

How to use

Run this script in the browser console of a wiki page with a specific table of defined color variables, e.g. on...wiki.gg/wiki/MediaWiki:Common.css. The variable table needs to have the following format

<table><tr><th>Variable name</th><th>Color</th><th>Notes</th><th>Test contrast against these variables</th></tr><tr><td>--wiki-body-background-color</td><tdstyle="background-color:var(--wiki-body-background-color);"></td><td>The background color behind the background image.</td><tdstyle="background-color:var(--wiki-body-background-color);"><p><spanstyle="color:var(--wiki-body-dynamic-color);">--wiki-body-dynamic-color</span><br><spanstyle="color:var(--wiki-body-dynamic-color--secondary);">--wiki-body-dynamic-color--secondary</span></p></td></tr></table>

Options

The needed contrast for a variable in the contrast column defaults to therecommended value of 4.5. This needed contrast can be adjusted by setting thedata-min-contrast attribute of the span element of the variable to the desired value. E.g. to have a contrast variable that needs a contrast of only 3, use

<spanstyle="color:var(--var-name);"data-min-contrast="3">--var-name</span>

About

Theme color editor for wiki.gg wikis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp