/* ここに記述したCSSはすべての外装に反映されます */
/***** Ambox (Article message box styles) ****Common CSS for all skins */ /* Copied from Japanese Wikipedia. <source lang="css">* http:/ /ja.wikipedia.org* wikitable/wiki/MediaWiki:Common.css prettytable class for skinning normal tables */table.ambox wikitable,table.prettytable { margin: 1em 1em 1em 0 10% 1em; /* <- 0px 10% background: #f9f9f9; /_* 10% = 他の要素にはみ出るのを防ぐ */ border: 1px solid #aaasolid; border-leftcollapse: 10px solid #1e90ff; /* 初期値: "notice" の青 */ background: #fbfbfbcollapse;
}
table.ambox + wikitable th, table.ambox wikitable td,table.prettytable th, table.prettytable td { /* 重なったボックスの間を単一の罫線に */ margin-top border: -1px#aaa solid; padding: 0.2em;
}
table.ambox wikitable th.mbox-text, table.ambox td.mbox-text prettytable th { /* メッセージ本体のセル */ padding background: 0.25em 0.5em#f2f2f2; text-align: center; /* 左右に 0.5em ずつの余白 */
}
table.ambox tdwikitable caption,table.mbox-image prettytable caption { /* 左の画像セル */ padding margin-left: 2px 0 2px 0.5eminherit; margin-right: inherit; /* 左に 0.5em、右に 0px の余白 */
}
.ambox td.mbox-imageright { /* 右の画像セル Style for "notices" */ .notice { text-align: justify; margin: 1em; padding: 2px 0.5em 2px 02em; /* 左に 0px、右に 0.5em の余白 */
}
table.ambox-notice #disambig { border-top: 3px double #ccc; border-leftbottom: 10px solid 3px double #1e90ffccc; /* 青 */
}
table.ambox-speedy #spoiler { border-lefttop: 10px 2px solid #b22222ddd; /* 赤 */ background border-bottom: 2px solid #feeddd; /* 桃 */
}
table/* Standard talk template style */.amboxTalk-delete Notice { border-left: 10px 1px solid #b22222c0c090; background-color: #f8eaba; margin-bottom: 3px; width: 85%; border-spacing: 3px; margin-left: auto; margin-right: auto; /* 赤 */
}
table.amboxTalk-content Notice:after { border-left content: 10px solid #f28500; /* 橙 */"The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]]."
}
table/* Make template background appear correctly on all browsers */.amboxTalk-style Notice td { border-left background: 10px solid #f4c430inherit; /* 黄 */
}
/* Metadata */table.ambox-move metadata { border-left: 10px 1px solid #9932ccaaa; display: none; /* 紫 */
}
table.amboxmetadata-protection label { border-left color: 10px solid #bbaaaa; /* 灰色・金色 */
}
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */Add formatting to make sure that "external references" from [[Template:Ref]] doth not get URL expansion, not even when printed.mbox-textThe 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, tdbut was shown when the medium was "print".mbox-text { /* The message body cellrules below ensure (sa) 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. ~~~~*/ border.plainlinksneverexpand { background: none!important; padding: 0.25em 0.9em!important; /* 0.9em left/right */ width: 100%; /* Make all mboxes the same width regardless of text length *//* font-size: 90%; */
}
td.mbox-image plainlinksneverexpand .urlexpansion { /* The left image cell */ border display : none; padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ text-align: center!important;
}
td.mbox-imageright { /* The right image cell Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow...*/ border.plainlinksneverexpand a { background: none!important; padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ text-align: center; !important
}
td/* With MediaWiki 1.mbox5, 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-empty-cell { 1.5/* An empty narrow cell *common/commonPrint.css) using the ":after" pseudo- border element of CSS. We have to switch this off for links due to Template: none;Ref! padding ~~~~*/.plainlinksneverexpand a.external.text: 0px;after { width display: 1pxnone !important;
}
/* ambox - 以下、日本語版の独自拡張 */table.ambox divplainlinksneverexpand a.ambox-imagecontainer external.autonumber:after { /* 画像セル内の画像表示領域 */ width display: 52pxnone !important;
}
table.ambox.ambox-section { /* 節用メッセージボックス Merge template style */ .messagebox { border: 1px solid #aaa; background: #f9f9f9; width: 80%; margin: 0auto 1em auto; /* マージンを取らない */ font padding: .2em; text-sizealign: 80%justify;
}
table.amboxmessagebox.ambox-section div.ambox-imagecontainer merge { border: solid #033 2px; width: 30px55%; background: #eff; padding: 1em; margin: 1em auto 1em auto;
}
table.amboxmessagebox.ambox-section th.mbox-text,table.ambox.ambox-section td.mbox-text cleanup { padding border: 0.1em 0.3em1px solid #9f9fff; background: #efefff; text-align: center;
}
table.messagebox.amboxstandard-copyright talk { border: 1px solid #c0c090; background: #f8eaba;} .infobox { border: 1px solid #aaa; background: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 10px 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 #444444aaa; } .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>*/