CSS Theme Preparation Tool

GO DOWN THE RABBIT HOLEC S S

This thing with which you can make simple CSS Theme. If you want to learn more wikidot magic, check out following pages:

rating: +258

CSS Theme preparation tool

How to use?

htu1.png

(1) Insert values

htu2.png

(2) Click RELOAD

htu3.png

(3) Click COPY

htu4.png

(4) …and paste it!

Are you looking for the more information? Check the tab ""Where is the options what I am looking for?""!

Please sign in to Wikidot…

This tool is created for the people who want to change the theme of page for their article. Do you want to use it? Let's go!

Return to toc

Create the color which you want to use.

  1. » color picker & sample

The "color picker & sample" will prepare your original color.
Please follow the below steps;

color1.png

(1) "THIS IS MY COLOR!"

color2.png

(2) Click RELOAD

color3.png

(3) Chose the form and click substitute the value of picker

Return to toc

Change the site title from "SCP Foundation"

» header » pseudo title » title (div#header h1 a:before)


Note: When not required the form of title, forms of "color" and "text-shadow" will not function.

Return to toc

Change the site sub-title from "Secure, Contain, Protect"

» header » pseudo title » sub title (div#header h2 span:before)


Note: When not required the form of title, forms of "color" and "text-shadow" will not function.

Return to toc

Change the header logo

» header » logo (div#header)

Return to toc

Change the header background

» header » div#container-wrap

Return to toc

Change the link color

» general options » a (link) color

Return to toc

Change the text color

» general options » body » text color

Return to toc

Change the standard background color

» general options » body » background

Return to toc

Change the heading elements color

» general options » heading elements » color


Note: You can choose "h1 only" or "All"(h1, h2, h3, h4, h5, h6).

Return to toc

Change the standard font

  1. : » general options » font » @import (Google font)
  2. : » general options » body » font-family

Note: "1." to "3." is disabled due to prohibited using Google Fonts in EN wiki.

1. Go to https://fonts.google.com/.
2. Select your font.
font1.png

Select your font

3. Copy "@import url('https://fonts.googleapis.com/css?family=XXXXX');" and paste it into "α".
font2.png

without "<style>" and "</style>"

4. Copy "'<YOUR FONT>', <BASIC FONT KEYWORDS>" and paste it into "β".
font3.png

without "font-family:" and ";"

Return to toc

Change the heading elements' font

» general options » font » @import (Google font)
» general options » heading elements » font-family


Note: Please check "Change the font" (4.).

Return to toc

Change sidebar color

» sidebar » div.side-block » background

Return to toc

Change sidebar header color

» sidebar » div.side-block » color (div.side-block div.heading)

Return to toc

Change mobile sidebar button color

» sidebar » open-menu » color

Return to toc

Change tab background color

» tab » div.yui-content » background

Return to toc

Change tab selector color

» tab » normal selector
» tab » hovered selector
» tab » active selector


tab1.png

active/hovered/normal selector

Return to toc

Adjust Interwiki color

» Interwiki » div.scpnet-interwiki-wrapper » filter


Note: Check the tab "tips4: Interwiki filter" if you want more information.

Return to toc

Change Rate module color

» Rate module » background
» Rate module » color

α. : » general options » font » @import (Google font)
β. : » general options » body » font-family

text-shadow

<offset-x>, <offset-y>: Required. These length values specify the shadow's distance from the text. <offset-x> specifies the horizontal distance; a negative value places the shadow to the left of the text. <offset-y> specifies the vertical distance; a negative value places the shadow above the text. If both values are 0, the shadow is placed directly behind the text, although it may be partly visible due to the effect of <blur-radius>.

<length>

<blur-radius>: Optional. This is a length value. The higher the value, the bigger the blur; the shadow becomes wider and lighter. If not specified, it defaults to 0.

<length>

<color>: Optional. The color of the shadow. It can be specified either before or after the offset values. If unspecified, the color's value is left up to the user agent, so when consistency across browsers is desired you should define it explicitly.

<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>

/* offset-x | offset-y | blur-radius | color */

text-shadow: 1px 1px 2px black;

/* color | offset-x | offset-y | blur-radius */

text-shadow: #fc0 1px 0 10px;

/* offset-x | offset-y | color */

text-shadow: 5px 5px #558abb;

/* color | offset-x | offset-y */

text-shadow: white 2px 5px;

/* offset-x | offset-y*/
/* Use defaults for color and blur-radius */

text-shadow: 5px 10px;


box-shadow

It's the same as "text-shadow" without a keyword of <inset>.


<inset>: If not specified (default), the shadow is assumed to be a drop shadow (as if the box were raised above the content).
The presence of the inset keyword changes the shadow to one inside the frame (as if the content was depressed inside the box). Inset shadows are drawn inside the border (even transparent ones), above the background, but below content.

inset

/* offset-x | offset-y | color */

box-shadow: 60px -16px teal;

/* offset-x | offset-y | blur-radius | color */

box-shadow: 10px 5px 5px black;

/* offset-x | offset-y | blur-radius | spread-radius | color */

box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);

/* inset | offset-x | offset-y | color */

box-shadow: inset 5em 1em gold;

/* Any number of shadows, separated by commas */

box-shadow: 3px 3px red, -1em 0 0.4em olive;


border

<width>: Sets the thickness of the border. Defaults to medium if absent.

<length> | thin | medium | thick

<style>: Sets the style of the border. Defaults to none if absent.

none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset

<color>: Sets the color of the border. Defaults to currentcolor if absent.

<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>

/* style */

border: solid;

/* width | style */

border: 2px dotted;

/* style | color */

border: outset #f33;

/* width | style | color */

border: medium dashed green;


[フレーム]

H S V
355deg 100% 73%
hue-rotate saturate /
0deg 0% 100%
/ / brightness
filter: hue-rotate(0deg)
saturate(100%)
interwiki1.png

"How to adjust Interwiki color?"

a

Note 1: You can calculate only rough values by using the above tool.
Note 2: If the side-block color is not monotone(#ffffff, #DCDCDC, etc.), this method will not function well like "Third Law Theme"(#E2E4E7).
Note 3: hue-rotate(-70deg) = hue-rotate(290deg)

Basics

default color (Sigma-9)
by Aelanna Aelanna
color code H S V
Link #bb0011 355deg 100% 73%
0deg / /
side-bg #ffffff 0deg 0% 100%
/ / 100%
Interwiki sample
filter:

hue-rotate(360deg)

default color (Sigma-9)
by Aelanna Aelanna
颜色代码 H S V
链接 #bb0011 355deg 100% 73%
0deg / /
侧边栏背景 #ffffff 0deg 0% 100%
/ / 100%
跨维基样本
滤镜: 色调偏移(360deg)

default color (Sigma-9)
by Aelanna Aelanna
カラーコード H S V
リンク #bb0011 355deg 100% 73%
0deg / /
side-bg #ffffff 0deg 0% 100%
/ / 100%
インターウィキサンプル
filter: hue-rotate(360deg)

MC&D Theme
by Randomini Randomini
color code H S V
Link #6C4279 285deg 45% 47%
-70deg 45% /
side-bg #ffffff 0deg 0% 100%
/ / 100%
Interwiki sample
filter:

hue-rotate(290deg)
saturate(45%)

MC&D Theme
by Randomini Randomini
颜色代码 H S V
链接 #6C4279 285deg 45% 47%
-70deg / /
侧边栏背景 #ffffff 0deg 0% 100%
/ / 100%
跨维基样本
滤镜: 色调偏移(290deg)
饱和度(45%)
MC&D Theme
by Randomini Randomini
カラーコード H S V
リンク #6C4279 285deg 45% 47%
-70deg / /
side-bg #ffffff 0deg 0% 100%
/ / 100%
インターウィキサンプル
filter: hue-rotate(290deg)
saturate(45%)
Serpent's Hand THeme
by ZeroStrider ZeroStrider , Salamander724 Salamander724
color code H S V
Link #059400 117deg 100% 58%
-238deg / /
side-bg #ffffff 0deg 0% 100%
/ / 100%
Interwiki sample
filter:

hue-rotate(122deg)

Serpent's Hand THeme
by ZeroStrider ZeroStrider , Salamander724 Salamander724
颜色代码 H S V
链接 #059400 117deg 100% 58%
-238deg / /
侧边栏背景 #ffffff 0deg 0% 100%
/ / 100%
跨维基样本
滤镜: 色调偏移(122deg)

Serpent's Hand THeme
by ZeroStrider ZeroStrider , Salamander724 Salamander724
カラーコード H S V
リンク #059400 117deg 100% 58%
-238deg / /
side-bg #ffffff 0deg 0% 100%
/ / 100%
インターウィキサンプル
filter: hue-rotate(122deg)

Third Law Theme
by GreenWolf GreenWolf , Randomini Randomini
color code H S V
Link #4682B4 207deg 61% 70%
-148deg 61% /
side-bg #E2E4E7 216deg 2% 90%
/ / 90%
Interwiki sample
filter:

hue-rotate(212deg)
saturate(61%)
brightness(90%)

Third Law Theme
by GreenWolf GreenWolf , Randomini Randomini
颜色代码 H S V
链接 #4682B4 207deg 61% 70%
-148deg / /
侧边栏背景 #E2E4E7 216deg 2% 90%
/ / 90%
跨维基样本
滤镜: 色调偏移(212deg)
饱和度(61%)
亮度(90%)
Third Law Theme
by GreenWolf GreenWolf , Randomini Randomini
カラーコード H S V
リンク #4682B4 207deg 61% 70%
-148deg / /
side-bg #E2E4E7 216deg 2% 90%
/ / 90%
インターウィキサンプル
filter: hue-rotate(212deg)
saturate(61%)
brightness(90%)
SPC Theme
by PeppersGhost PeppersGhost
color code H S V
Link #0c499c 214deg 92% 61%
-141deg 92% /
side-bg #ffffff 0deg 0% 100%
/ / 100%
Interwiki sample
filter:

hue-rotate(219deg)
saturate(92%)

SPC Theme
by PeppersGhost PeppersGhost
颜色代码 H S V
链接 #0c499c 214deg 92% 61%
-141deg / /
侧边栏背景 #ffffff 0deg 0% 100%
/ / 100%
跨维基样本
滤镜: 色调偏移(219deg)
饱和度(92%)
SPC Theme
by PeppersGhost PeppersGhost
カラーコード H S V
リンク #0c499c 214deg 92% 61%
-141deg / /
side-bg #ffffff 0deg 0% 100%
/ / 100%
インターウィキサンプル
filter: hue-rotate(219deg)
saturate(92%)
Pataphysics Department Theme
by Lt Flops Lt Flops , TSATPWTCOTTTADC TSATPWTCOTTTADC , Woedenaz Woedenaz
color code H S V
Link #5b2f8e 268deg 67% 56%
-87deg 67% /
side-bg #f3f3f3 0deg 0% 95%
/ / 95%
Interwiki sample
filter:

hue-rotate(273deg)
saturate(67%)
brightness(95%)

Pataphysics Department Theme
by Lt Flops Lt Flops , TSATPWTCOTTTADC TSATPWTCOTTTADC , Woedenaz Woedenaz
颜色代码 H S V
链接 #5b2f8e 268deg 67% 56%
-87deg / /
侧边栏背景 #f3f3f3 0deg 0% 95%
/ / 95%
跨维基样本
滤镜: 色调偏移(273deg)
饱和度(67%)
亮度(95%)
Pataphysics Department Theme
by Lt Flops Lt Flops , TSATPWTCOTTTADC TSATPWTCOTTTADC , Woedenaz Woedenaz
カラーコード H S V
リンク #5b2f8e 268deg 67% 56%
-87deg / /
side-bg #f3f3f3 0deg 0% 95%
/ / 95%
インターウィキサンプル
filter: hue-rotate(273deg)
saturate(67%)
brightness(95%)
SAPPHIRE Theme
by stormbreath stormbreath
color code H S V
Link #151a61 236deg 78% 38%
-119deg 78% /
side-bg #e5e5e5 0deg 0% 90%
/ / 90%
Interwiki sample
filter:

hue-rotate(241deg)
saturate(78%)
brightness(90%)

SAPPHIRE Theme
by stormbreath stormbreath
颜色代码 H S V
链接 #151a61 236deg 78% 38%
-119deg / /
侧边栏背景 #e5e5e5 0deg 0% 90%
/ / 90%
跨维基样本
滤镜: 色调偏移(241deg)
饱和度(78%)
亮度(90%)
SAPPHIRE Theme
by stormbreath stormbreath
カラーコード H S V
リンク #151a61 236deg 78% 38%
-119deg / /
side-bg #e5e5e5 0deg 0% 90%
/ / 90%
インターウィキサンプル
filter: hue-rotate(241deg)
saturate(78%)
brightness(90%)

Exception

The Way It Ends Theme
by djkaktus djkaktus
color code H S V
Link #e80e0e 0deg 93% 90%
-5deg 93% /
side-bg #161616 0deg 0% 8%
/ / 8%
Interwiki sample
filter: invert(92%)
hue-rotate(189deg)
saturate(1200%)
IJAMEA Theme
by Dr Solo Dr Solo
color code H S V
Link #000000 0deg 0% 0%
/ / /
side-bg #FFFFFF 0deg 0% 100%
/ / /
Interwiki sample
filter: grayscale(100%)
drop-shadow(0 1px 1px #000000)

a

Footnote
1. sans-serif, serif, cursive, fantasy, monospace…
2. 1px, 1em...
3. red, green...
4. 100% - 8% = 92%
5. -5deg - (180deg * 0.92)[invert] + 360deg = 189.4 ≒ 189deg

page revision: 46, last edited: 13 Jan 2024 23:23
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License
Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).
Notify administrators if there is objectionable content in this page.
Something does not work as expected? Find out what you can do.
General Wikidot.com documentation and help section.
Wikidot.com Terms of Service - what you can, what you should not etc.
Wikidot.com Privacy Policy.

AltStyle によって変換されたページ (->オリジナル) /