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:
# Indication of namespaces
# Color classes for content
# Special pages
# Main page styling
# Sidebar external links
# [[Extension Matrix]] stuff
# Wikitables, infobox templates, warnings, and other such stylings
# Some other small things
*/
/**
* 1. INDICATION OF NAMESPACES
* -------------------------------------------------
*/
/* Pseudo NS Special (light grey) */
.ns--2 #content { background-color: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; }