MediaWiki:Common.css

出典:『ウィキニュース』(ベータ版)

注意: 保存した後、ブラウザのキャッシュをクリアする必要があります。Mozilla / Firefox / Safari: [Shift] を押しながら [再読み込み] をクリック、または [Shift]-[Ctrl]-[R] (Macでは [Cmd]-[Shift]-[R]); IE: [Ctrl] を押しながら [更新] をクリック、または [Ctrl]-[F5]; Konqueror: [再読み込み] をクリック、または [F5]; Opera: 「ツール」→「設定」からキャッシュをクリア。

/* Common CSS for all skins */

/*<source lang="css">*/

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin:	1em 1em 1em 0;
	background:	#f9f9f9;
	border:	1px #aaa solid;
	border-collapse:	collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
	border:	1px #aaa solid;
	padding:	0.2em;
}

table.wikitable th,
table.prettytable th {
	background:	#f2f2f2;
	text-align:	center;
}

table.wikitable caption,
table.prettytable caption {
	margin-left:	inherit;
	margin-right:	inherit;
}

/* Style for "notices" */
.notice {
	text-align:	justify;
	margin:	1em;
	padding:	0.2em;
}

#disambig {
	border-top:	3px double #ccc;
	border-bottom:	3px double #ccc;
}

#spoiler {
	border-top:	2px solid #ddd;
	border-bottom:	2px solid #ddd;
}

/* Standard talk template style */
.Talk-Notice {
	border:	1px solid #c0c090;
	background-color:	#f8eaba;
	margin-bottom:	3px;
	width:	85%;
	border-spacing:	3px;
	margin-left:	auto;
	margin-right:	auto;
}

.Talk-Notice:after {
	content:	"The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]]."
}

/* Make template background appear correctly on all browsers */
.Talk-Notice td {
	background:	inherit;
}

/* Metadata */
table.metadata {
	border:	1px solid #aaa;
	display:	none;
}

.metadata-label {
	color:	#aaa;
}

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
	not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
	that the HTML code contained a SPAN following the anchor A; this SPAN had the class
	"urlexpansion", which was not displayed on screen, but was shown when the medium was
	"print". The rules below ensure (a) that there is no extra padding to the right of
	the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
	the link, and (c) that this SPAN of class "urlexpansion" is never shown.
	~~~~
*/
.plainlinksneverexpand {
	background:	none !important;
	padding:	0 !important;
}

.plainlinksneverexpand .urlexpansion {
	display :	none !important;
}

/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
	the arrow...
*/
.plainlinksneverexpand a {
	background:	none !important;
	padding:	0 !important
}

/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
	following the anchor A, the anchor itself now has class "external autonumber" and the
	expansion is inserted when printing (see the common printing style sheet at
	http:	//en.wikipedia.org/w/skins/common/commonPrint.css) using the ":after" pseudo-
	element of CSS. We have to switch this off for links due to Template:	Ref!
	~~~~
*/
.plainlinksneverexpand a.external.text:after {
	display:	none !important;
}

.plainlinksneverexpand a.external.autonumber:after {
	display:	none !important;
}

/* Merge template style */
.messagebox {
	border:	1px solid #aaa;
	background:	#f9f9f9;
	width:	80%;
	margin:	0 auto 1em auto;
	padding:	.2em;
	text-align:	justify;
}

.messagebox.merge {
	border:	solid #033 2px;
	width:	55%;
	background:	#eff;
	padding:	1em;
	margin:	1em auto 1em auto;
}

.messagebox.cleanup {
	border:	1px solid #9f9fff;
	background:	#efefff;
	text-align:	center;
}

.messagebox.standard-talk {
	border:	1px solid #c0c090;
	background:	#f8eaba;
}

.infobox {
	border:	1px solid #aaa;
	background:	#f9f9f9;
	color:	black;
	margin-bottom:	0.5em;
	margin-left:	1em;
	padding:	.2em;
	float:	right;
	clear:	right;
}

.infobox tr {
	vertical-align:	top;
}

.infobox caption {
	margin-left:	inherit;
}

.infobox.bordered {
	border-collapse:	collapse;
}

.infobox.bordered td, .infobox.bordered th {
	border:	1px solid #aaa;
}

.infobox.sisterproject {
	width:	20em;
	font-size:	90%;
}

/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. */
.IPA {
	font-family:	'Chrysanthi Unicode', 'Doulos SIL', 'Gentium', 'GentiumAlt', 'Code2000', 'TITUS Cyberbit Basic', 'DejaVu Sans', 'Bitstream Vera Sans', 'Bitstream Cyberbit', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', sans-serif;
}

.Unicode {
	font-family:	'TITUS Cyberbit Basic', 'Code2000', 'Doulos SIL', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
}

.polytonic {
	font-family:	'Athena', 'Gentium', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
}

.SAMPA {
	font-family:	'Courier',monospace
}

#wpSave {
	font-weight:	bold;
}

/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
	display:	none;
	speak:	none;
}

/* CSS for testing a new Main Page design, see [[Wikipedia:WikiProject Usability/Main Page]] */
#EnWpMainPage { width: 100%; margin-top: 1em; }
#EnWpMainPage h2 { font-size: 130%; font-weight: bold; margin: 0; padding: 0; border: 0; }
#EnWpMpMargin { margin-right: 13.8em; }
#EnWpMpCol1 { float: left; clear: left; width: 50%; }
#EnWpMpCol2 { width: 49.9%; float: left; }
#EnWpMpBrowse { background: #f8fcff url(//upload.wikimedia.org/wikipedia/en/9/9f/MP-three-books.png) no-repeat 180% 9%; border: 1px solid #c7c7c7; }
#EnWpMpBrowseCats li { font-size: 85%; margin-left: 1em; line-height: 1.5; }
#EnWpMpBrowseCats h3 { font-size: 120%; margin: .2em 0 .1em -.8em; padding: 0; font-weight: normal; }
#EnWpMpBrowseCats h3 a { font-weight: bold; }
#EnWpMpBook { background-image: url(//upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
#EnWpMpFeaturedPic { text-align: center; margin: 0 0 .5em; font-size: 85%; font-weight: bold; }
#EnWpMpFeaturedPic h2 { font-size: 145%; text-align: left; }
.EnWpMpBrowseRight { float: right; width: 12.7em; }
.EnWpMpBrowseBottom { margin: 1em 0; }
.EnWpMpBrowseBottom #EnWpMpBrowseCats li, .EnWpMpBrowseBottom #EnWpMpUsefulLinks, .EnWpMpBrowseBottom #EnWpMpFeaturedPic { float: left; width: 24%; margin: 0; line-height: auto; }
.EnWpMpBrowseBottom #EnWpMpBrowseCats h3 { margin-left: 0; }
#EnWpMpUsefulLinks { clear: left; }
#EnWpMpSearch { background: url(//upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
#EnWpMpSearch input { vertical-align: middle; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#bodySearchMP { margin: 0; padding: 0; }
#bodySearchMP .bodySearchWrap { float: right; width: 17.5em; text-align: left; padding: .8em 0; }
#bodySearchMP label { display: block; font-size: 95%; font-weight: bold; margin-bottom: -.2em; }
#bodySearchMP .bodySearchIput { opacity: .85; filter: alpha(opacity=85); }
#bodySearchMP .bodySearchBtnGo { font-weight: bold; padding-left: .3em; padding-right: .3em; margin-left: .5em; }
.EnWpMpContentBox { border: 1px solid; margin-bottom: .9em; }
#EnWpMpCol2 .EnWpMpContentBox { margin-left: .9em; }
.EnWpMpImage { float: right; margin: 0 0 .2em .2em; }
.EnWpMpImage img { position: relative; z-index: 3; }
#EnWpMpSisterProjects { float: left; width: 49%; }
.EnWpMpSisterProject { float: left; width: 17em; margin: 0; height: 5.5em; }
.EnWpMpSisterImg { float: left; width: 40px; height: 100%; }
#EnWpMpOtherLangs { margin-left: 50%; }
#EnWpMainPageNoCSS { display: none; }

p {
	margin: .4em 0 .5em 0;
	line-height: 1.5em;
}
p img {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
/*	border-bottom: 1px solid #aaa;*/
}
ul {
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ol {
	margin: .3em 0 0 3.2em;
	padding: 0;
}
/*
li {
	margin-bottom: .1em;
}
*/
dt {
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	margin-left: 2em;
	margin-bottom: .1em;
}
form {
	border: none;
	margin: 0;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
div.floatright {
	clear: right;
}

ol.references > li:target {
        background-color:#ddeeff;
}

/* category */
span.redirect-in-category a {
        color: #999999;
}

/* ### nowrap for some table headings ### */
label[for="wpUserEmail"],
label[for="wpNick"],
label[for="wpUserLanguage"],
label[for="wpOldpass"],
label[for="wpNewpass"],
label[for="wpRetypePass"],
#userlogin2 label,
#userloginForm label {
    white-space: nowrap
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template: PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
    background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
	border: none;
	/* @noflip */
	padding: 0.25em 0.9em;       /* 0.9em left/right */
	width: 100%;                 /* Make all mboxes the same width regardless of text length */
	font-size: 90%;
}

td.mbox-image {                  /* The left image cell */
	border: none;
	/* @noflip */
	padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
	text-align: center;
}

td.mbox-imageright {             /* The right image cell */
	border: none;
	/* @noflip */
	padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
	text-align: center;
}

td.mbox-empty-cell {             /* An empty narrow cell */
	border: none;
	padding: 0px;
	width: 1px;
}

/* Article message box styles */
table.ambox {
	margin: 0px 10%;                  /* 10% = 他の要素にはみ出るのを防ぐ */
	border: 1px solid #a2a9b1;
	/* @noflip */
	border-left: 10px solid #1e90ff;  /* 初期値: "notice" の青 */
	background-color: #fbfbfb;
}

table.ambox + table.ambox {      /* 重なったボックスの間を単一の罫線に */
	margin-top: -1px;
}

.ambox th.mbox-text,
.ambox td.mbox-text {            /* メッセージ本体のセル */
	padding: 0.25em 0.5em;       /* 左右に0.5emずつの余白 */
}

.ambox td.mbox-image {           /* 左の画像セル */
	/* @noflip */
	padding: 2px 0 2px 0.5em;    /* 左に0.5em、右に0pxの余白 */
}

.ambox td.mbox-imageright {      /* 右の画像セル */
	/* @noflip */
	padding: 2px 0.5em 2px 0;    /* 左に0px、右に0.5emの余白 */
}

table.ambox-notice {
	/* @noflip */
	border-left: 10px solid #1e90ff;    /* 青 */
}

table.ambox-speedy {
	/* @noflip */
	border-left: 10px solid #b22222;    /* 赤 */
	background-color: #fee;             /* 桃 */
}

table.ambox-delete {
	/* @noflip */
	border-left: 10px solid #b22222;    /* 赤 */
}

table.ambox-content {
	/* @noflip */
	border-left: 10px solid #f28500;    /* 橙 */
}

table.ambox-style {
	/* @noflip */
	border-left: 10px solid #f4c430;    /* 黄 */
}

table.ambox-move {
	/* @noflip */
	border-left: 10px solid #9932cc;    /* 紫 */
}

table.ambox-protection {
	/* @noflip */
	border-left: 10px solid #bba;       /* 灰色・金色 */
}

/* Image message box styles */
table.imbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 3px solid #1e90ff; /* Default "notice" blue */
	background-color: #fbfbfb;
}

.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
	margin: 0 -0.5em;         /* 0.9 - 0.5 = 0.4em left/right.        */
}

.mbox-inside .imbox {         /* For imboxes inside other templates.  */
	margin: 4px;
}

table.imbox-notice {
	border: 3px solid #1e90ff;    /* Blue */
}

table.imbox-speedy {
	border: 3px solid #b22222;    /* Red */
	background-color: #fee;       /* Pink */
}

table.imbox-delete {
	border: 3px solid #b22222;    /* Red */
}

table.imbox-content {
	border: 3px solid #f28500;    /* Orange */
}

table.imbox-style {
	border: 3px solid #f4c430;    /* Yellow */
}

table.imbox-move {
	border: 3px solid #9932cc;    /* Purple */
}

table.imbox-protection {
	border: 3px solid #bba;       /* Gray-gold */
}

table.imbox-license {
	border: 3px solid #88a;       /* Dark gray */
	background-color: #f7f8ff;    /* Light gray */
}

table.imbox-featured {
	border: 3px solid #cba135;    /* Brown-gold */
}

/* Category message box styles */
table.cmbox {
	margin: 3px 10%;
	border-collapse: collapse;
	border: 1px solid #a2a9b1;
	background-color: #dfe8ff;    /* Default "notice" blue */
}

table.cmbox-notice {
	background-color: #dfe8ff;    /* Blue */
}

table.cmbox-speedy {
	margin-top: 4px;
	margin-bottom: 4px;
	border: 4px solid #b22222;    /* Red */
	background-color: #ffdbdb;    /* Pink */
}

table.cmbox-delete {
	background-color: #ffdbdb;    /* Red */
}

table.cmbox-content {
	background-color: #ffe7ce;    /* Orange */
}

table.cmbox-style {
	background-color: #fff9db;    /* Yellow */
}

table.cmbox-move {
	background-color: #e4d8ff;    /* Purple */
}

table.cmbox-protection {
	background-color: #efefe1;    /* Gray-gold */
}

/* Other pages message box styles */
table.ombox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #a2a9b1;    /* Default "notice" gray */
	background-color: #f8f9fa;
}

table.ombox-notice {
	border: 1px solid #a2a9b1;    /* Gray */
}

table.ombox-speedy {
	border: 2px solid #b22222;    /* Red */
	background-color: #fee;       /* Pink */
}

table.ombox-delete {
	border: 2px solid #b22222;    /* Red */
}

table.ombox-content {
	border: 1px solid #f28500;    /* Orange */
}

table.ombox-style {
	border: 1px solid #f4c430;    /* Yellow */
}

table.ombox-move {
	border: 1px solid #9932cc;    /* Purple */
}

table.ombox-protection {
	border: 2px solid #bba;       /* Gray-gold */
}

/* Talk page message box styles */
table.tmbox {
	margin: 4px 10%;
	border-collapse: collapse;
	border: 1px solid #c0c090;    /* Default "notice" gray-brown */
	background-color: #f8eaba;
}

.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
	margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
	width: 100%;                 /* For Safari and Opera */
}

.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
	line-height: 1.5em;          /* also "nested", so reset styles that are   */
	font-size: 100%;             /* set in "mbox-small" above.                */
}

table.tmbox-speedy {
	border: 2px solid #b22222;    /* Red */
	background-color: #fee;       /* Pink */
}

table.tmbox-delete {
	border: 2px solid #b22222;    /* Red */
}

table.tmbox-content {
	border: 2px solid #f28500;    /* Orange */
}

table.tmbox-style {
	border: 2px solid #f4c430;    /* Yellow */
}

table.tmbox-move {
	border: 2px solid #9932cc;    /* Purple */
}

table.tmbox-protection,
table.tmbox-notice {
	border: 1px solid #c0c090;    /* Gray-brown */
}

/* Footer and header message box styles */
table.fmbox {
	clear: both;
	margin: 0.2em 0;
	width: 100%;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;     /* Default "system" gray */
}

table.fmbox-system {
	background-color: #f8f9fa;
}

table.fmbox-warning {
	border: 1px solid #bb7070;  /* Dark pink */
	background-color: #ffdbdb;  /* Pink */
}

table.fmbox-editnotice {
	background-color: transparent;
}

/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
	clear: both;
	margin: 0.2em 0;
	border: 1px solid #bb7070;
	background-color: #ffdbdb;
	padding: 0.25em 0.9em;
}

/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
	/* @noflip */
	clear: right;
	/* @noflip */
	float: right;
	/* @noflip */
	margin: 4px 0 4px 1em;
	width: 238px;
	font-size: 88%;
	line-height: 1.25em;
}

body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
	/* @noflip */
	margin: 4px 1em 4px 0;
	width: 238px;
	border-collapse: collapse;
	font-size: 88%;
	line-height: 1.25em;
}

/*</source>*/