MediaWiki:Gadget-site.cssのソースを表示
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
このページのソースの閲覧やコピーができます。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
This is the CSS for all skins (for all users) on MediaWiki.org.
SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Wikitables, warnings, and other such stylings
6. Templates
7. Some other small things
*/
/**
* 1. INDICATION OF NAMESPACES
* -------------------------------------------------
*/
/* Pseudo NS Special (light grey) */
.action-view.ns--2 #content { background-color: #f4f4f4; }
.action-view.ns--2 div.thumb { border-color: #f4f4f4; }