「MediaWiki:Vector.css」の版間の差分
提供: Test Wiki
Julyfestival (トーク | 投稿記録) |
Julyfestival (トーク | 投稿記録) |
||
行13: | 行13: | ||
font-family:'Times New Roman','HGS明朝B','游明朝','Yu Mincho','游明朝体','YuMincho'; | font-family:'Times New Roman','HGS明朝B','游明朝','Yu Mincho','游明朝体','YuMincho'; | ||
font-size:1.0em; | font-size:1.0em; | ||
+ | width:840px; | ||
} | } | ||
2017年3月15日 (水) 13:18時点における版
/* ここに記述したCSSはすべての外装に反映されます */ body { margin: 0; padding: 2px 2px; font-family:'Times New Roman','HGS明朝B','游明朝','Yu Mincho','游明朝体','YuMincho'; font-size: 1.0em; color: #00366c; background-image: url(images/background/bg.jpg); } .mw-content-ltr { font-family:'Times New Roman','HGS明朝B','游明朝','Yu Mincho','游明朝体','YuMincho'; font-size:1.0em; width:840px; } .mw-page-base { background-image:url(images/background/bg.jpg); } .mw-head-base { background-image:url(images/background/bg.jpg); } .content { background-image:url(images/background/bg.jpg); } #mw_content { width: 100%; line-height: 1.8em; /* padding: 0 1em 1em 1em;*/ } .mw-body { background-image:url(images/background/bg.jpg); font-family:'Times New Roman','HGS明朝B','游明朝','Yu Mincho','游明朝体','YuMincho'; font-size:1.0em; color:#0c2b49; } /*見出し*/ h6:before{ content:''; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; height:8px; width:8px; display:block; position:absolute; top:14px; left:7px; background-color:#6B0CE8; box-shadow: 0 0 2px 2px rgba(255,255,255,0.1) inset; filter:alpha(opacity=50); -moz-opacity:0.50; -khtml-opacity: 0.50; opacity:0.50; z-index: 1; } h6:after{ content:''; border-radius:30px; -webkit-border-radius:30px; -moz-border-radius:30px; height:12px; width:12px; display:block; position:absolute; top:7px; left:2px; background-color:#4c4caa; box-shadow: 0 0 2px 2px rgba(255,255,255,0.1) inset } #mw_main { padding: 0 0 0 0; margin: 0 0 0 0; margin-top: 3.5em; } div.mw_clear, div.clear { margin: 0 0 0 0; padding: 0 0 0 0; clear: both; } /* Merge template style */ .messagebox { border: 1px solid #aaa; background: #f9f9f9; width: 80%; margin: 0 auto 1em auto; padding: 0.2em; text-align: justify; } .messagebox.merge { border: 2px solid #033; 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-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; text-align: left; font-size: 88%; line-height: 1.5em; } .infobox caption { margin-top: 0.5em; font-size: 125%; font-weight: bold; } .infobox td, .infobox th { vertical-align: top; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; }