「MediaWiki:Common.css」の版間の差分

提供: HIMOROGI文化財Wiki
移動先: 案内検索
37行目: 37行目:
 
     border-radius: 2px;
 
     border-radius: 2px;
 
     margin: 10px 0px;
 
     margin: 10px 0px;
     width: 200px;
+
     width: 80%;
 
     height:100px;
 
     height:100px;
 
}
 
}

2016年6月11日 (土) 00:36時点における版

/* ここに記述したCSSはすべての外装に反映されます */
/* Common CSS for all skins */
/* ---------------- 独自css ---------------------------------*/
/* よもやま話枠用 */
.yomoyama {
	border-radius: 10px; /* CSS3 */
	border:	1px solid #aaa;
	background:	#f9f9f9;
	width:	80%;
	margin:	0 auto 1 auto;
	padding:	.2em;
	text-align:	justify;
}

.yomoyama.merge {
	border-radius: 10px; /* CSS3 */
	border:	solid #033 2px;
	width:	55%;
	background:	#eff;
	padding:	1em;
	margin:	1em auto 1em auto;
}

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

.yomoyama.standard-talk {
	border:	1px solid #c0c090;
	background:	#f8eaba;
}
.div5{
     border: 3px double #ddd;
     padding: 10px 10px;
     border-radius: 2px;
     margin: 10px 0px;
     width:	80%;
     height:100px;
}
/* ------------------------------ */


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

/* --------------------------------------------------- */
.floatclear {
    clear: both;
}
 
div.important, p.important {
    padding: 5px 1em;
    border: 1px solid #cc0000;
    background-color: #fffeeb;
}
 
.information {
    padding: 5px 1em;
    border:2px solid #eee8aa;
    /* background-color:#ffffef; */
}
 
.attn {
    padding: 0px 1px;
    background-color: #ff3399;
    color: #ffffff;
    font-size: 90%;
    font-weight: normal;
}
 
/* --------------------------------------------------- */

/* 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/skins-1.5/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; margin: 0; }
.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
}
/*</source>*/

/* メインページのタイトルを非表示にする  */
body.page-メインページ h1.firstHeading {display:none;}
body.page-メインページ #contentSub {display:none;}