「MediaWiki:Common.css」の版間の差分
提供: Test Wiki
Julyfestival (トーク | 投稿記録) |
Julyfestival (トーク | 投稿記録) |
||
行11: | 行11: | ||
font-family:'Times New Roman','HGS明朝B'; | font-family:'Times New Roman','HGS明朝B'; | ||
font-size:1.0em; | font-size:1.0em; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-size: 16pt; | ||
+ | font-weight: lighter; | ||
+ | border-bottom: solid 1px #d8c3b2; | ||
+ | text-indent: 5px; | ||
+ | letter-spacing: 5px; | ||
+ | padding: 5px 5px; | ||
+ | margin: 30px 0px; | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-size: 14pt; | ||
+ | font-weight: lighter; | ||
+ | text-indent: 5px; | ||
+ | letter-spacing: 3px; | ||
+ | border-width: 1px 1px 1px 5px; | ||
+ | border-style: solid; | ||
+ | border-top-color: #e4c5a6; | ||
+ | border-right-color: #e4c5a6; | ||
+ | border-bottom-color: #b87330; | ||
+ | border-left-color: #b87330; | ||
+ | background-color: #e4c5a6; | ||
+ | padding: 5px 5px; | ||
+ | margin: 10px 0px 5px; | ||
+ | clear: both; | ||
} | } |
2015年5月16日 (土) 21:31時点における版
/* ここに記述したCSSはすべての外装に反映されます */ .mw-content-ltr { font-family:'Times New Roman','HGS明朝B'; font-size:1.0em; background-image:url(images/background/bg.jpg); } .mw-body { font-family:'Times New Roman','HGS明朝B'; font-size:1.0em; } h1 { font-size: 16pt; font-weight: lighter; border-bottom: solid 1px #d8c3b2; text-indent: 5px; letter-spacing: 5px; padding: 5px 5px; margin: 30px 0px; clear: both; } h2 { font-size: 14pt; font-weight: lighter; text-indent: 5px; letter-spacing: 3px; border-width: 1px 1px 1px 5px; border-style: solid; border-top-color: #e4c5a6; border-right-color: #e4c5a6; border-bottom-color: #b87330; border-left-color: #b87330; background-color: #e4c5a6; padding: 5px 5px; margin: 10px 0px 5px; clear: both; }