2016/02/23 EdgeMAX シリーズのファームウェア v1.8.0 がリリースされました。
詳細はこちら をご覧下さい。
「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
細編集の要約なし |
||
(同じ利用者による、間の22版が非表示) | |||
1行目: | 1行目: | ||
/* ここに記述したCSSはすべての外装に反映されます */ | /* ここに記述したCSSはすべての外装に反映されます */ | ||
body{ | body.mediawiki.ltr.sitedir-ltr{ | ||
font-family: 'Hiragino Kaku Gothic ProN',Meiryo,sans-serif; | font-family: 'Hiragino Kaku Gothic ProN',Meiryo,sans-serif !important; | ||
-webkit-font-smoothing: antialiased; | -webkit-font-smoothing: antialiased; | ||
} | } | ||
@media screen{ | |||
pre, code, tt, kbd, samp, .mw-code{ | |||
font-family: Consolas, Monaco, monospace !important; | |||
}} | |||
#toc{ | |||
margin-bottom: 2em; | |||
margin-left: 2em; | |||
float: right; | |||
} | |||
#toc::after{ | |||
content:""; | |||
clear: both; | |||
} | |||
#site-title{ | |||
font-size: xx-large; | |||
font-weight: 800; | |||
} | |||
.mw-body h1{ | |||
margin-top: 1.5em; | |||
margin-bottom: 0.5em; | |||
} | |||
.mw-body h2{ | |||
margin-top: 1.75em; | |||
margin-bottom: 0.5em; | |||
padding: 0 0 0.25em; | |||
font-size: x-large; | |||
font-weight: 400; | |||
} | |||
.mw-body h3{ | |||
margin-top: 1.5em; | |||
margin-bottom: 0.25em; | |||
padding: 0 0 0.1em; | |||
font-size: large; | |||
border-bottom: 1px dashed; | |||
} | |||
.mw-body h4{ | |||
margin-top: 1.35em; | |||
margin-bottom: 0.15em; | |||
} | |||
/* ===== Mobile View ============================= */ | |||
#mw-mf-main-menu-button{ | |||
display: none; | |||
} | |||
/* ===== EON--BLOCK ============================= */ | |||
/* ===== EON--list ============================= */ | |||
.eon--list.horizontal > ul > li, .eon--list.horizontal > ol > li { | |||
display: inline; | |||
} | |||
/* ===== EON--box ============================= */ | |||
.eon--box{ | |||
padding: 0.25em 0.5em; | |||
border: 1px solid; | |||
} | |||
.eon--box.gray{ | |||
color: #333; | |||
background-color: #f9f9f9; | |||
border-color: #ddd; | |||
} | |||
.eon--box.red{ | |||
color:#cc0000; | |||
background-color: #fae3e3; | |||
border-color: #fac5c5; | |||
} | |||
/* ===== EON--references ============================= */ | |||
.eon--references--title{ | |||
margin-top: 0.5em; | |||
padding: 0.25em; | |||
font-size: 90%; | |||
} | |||
ol.references, ul.references{ | |||
font-size: 85%; | |||
} | |||
ol.references > li, ul.references > li{ | |||
margin-bottom:1em; | |||
} | |||
/* ===== Disqus, etc ============================= */ | |||
div#mw-data-after-content { | |||
margin-top: 3.2em; | |||
border-top: 2px dotted #bbb; | |||
padding-top: 2em; | |||
} | |||
/* ===== AdSense ============================= */ | |||
.ad-wrapper{ | |||
padding: 1em 0; | |||
border-top: 1px solid #ccc; | |||
border-bottom: 1px solid #ccc; | |||
} | |||
/* ===== Kaereba ============================= */ | /* ===== Kaereba ============================= */ | ||
.kaerebalink-box{ | .kaerebalink-box{ | ||
margin-bottom:1em; | |||
padding: 0.5em; | |||
border: 1px solid lightgray; | |||
/* overflow: hidden; */ | |||
zoom: 1; | |||
font-size:small; | |||
text-align:left; | |||
} | } | ||
.kaerebalink-image{ | .kaerebalink-image{ | ||
float:left; | |||
margin:0 15px 10px 0; | |||
} | } | ||
.kaerebalink-info{ | .kaerebalink-info{ | ||
line-height:120%; | |||
zoom: 1; | |||
overflow: hidden; | |||
} | } | ||
.kaerebalink-name{ | .kaerebalink-name{ | ||
margin-bottom:10px; | |||
line-height:120%; | |||
} | } | ||
.kaerebalink-name a{ | .kaerebalink-name a{ | ||
font-weight: 800; | |||
} | } | ||
.kaerebalink-powered-date{ | .kaerebalink-powered-date{ | ||
font-size:8pt; | |||
margin-top:5px; | |||
line-height:120%; | |||
} | } | ||
.kaerebalink-detail{ | .kaerebalink-detail{ | ||
margin-bottom:5px; | |||
} | } | ||
.kaerebalink-link1{ | .kaerebalink-link1{ | ||
margin-top:10px; | |||
} | } | ||
.shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo{ | .shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo{ | ||
margin:5px 0; | |||
padding: 0.1em 1.5em; | |||
} | } | ||
.shoplinkamazon{ | .shoplinkamazon{ | ||
background: url('http://img.yomereba.com/kl.gif') 0 0 no-repeat; | |||
} | } | ||
.shoplinkrakuten{ | .shoplinkrakuten{ | ||
background: url('http://img.yomereba.com/kl.gif') 0 -50px no-repeat; | |||
} | } | ||
shoplinkyahoo{ | shoplinkyahoo{ | ||
background: url('http://img.yomereba.com/kl.gif') 0 -150px no-repeat; | |||
} | } | ||
/* ===== /Kaereba ============================= */ | /* ===== /Kaereba ============================= */ |
2015年12月11日 (金) 17:58時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */
body.mediawiki.ltr.sitedir-ltr{
font-family: 'Hiragino Kaku Gothic ProN',Meiryo,sans-serif !important;
-webkit-font-smoothing: antialiased;
}
@media screen{
pre, code, tt, kbd, samp, .mw-code{
font-family: Consolas, Monaco, monospace !important;
}}
#toc{
margin-bottom: 2em;
margin-left: 2em;
float: right;
}
#toc::after{
content:"";
clear: both;
}
#site-title{
font-size: xx-large;
font-weight: 800;
}
.mw-body h1{
margin-top: 1.5em;
margin-bottom: 0.5em;
}
.mw-body h2{
margin-top: 1.75em;
margin-bottom: 0.5em;
padding: 0 0 0.25em;
font-size: x-large;
font-weight: 400;
}
.mw-body h3{
margin-top: 1.5em;
margin-bottom: 0.25em;
padding: 0 0 0.1em;
font-size: large;
border-bottom: 1px dashed;
}
.mw-body h4{
margin-top: 1.35em;
margin-bottom: 0.15em;
}
/* ===== Mobile View ============================= */
#mw-mf-main-menu-button{
display: none;
}
/* ===== EON--BLOCK ============================= */
/* ===== EON--list ============================= */
.eon--list.horizontal > ul > li, .eon--list.horizontal > ol > li {
display: inline;
}
/* ===== EON--box ============================= */
.eon--box{
padding: 0.25em 0.5em;
border: 1px solid;
}
.eon--box.gray{
color: #333;
background-color: #f9f9f9;
border-color: #ddd;
}
.eon--box.red{
color:#cc0000;
background-color: #fae3e3;
border-color: #fac5c5;
}
/* ===== EON--references ============================= */
.eon--references--title{
margin-top: 0.5em;
padding: 0.25em;
font-size: 90%;
}
ol.references, ul.references{
font-size: 85%;
}
ol.references > li, ul.references > li{
margin-bottom:1em;
}
/* ===== Disqus, etc ============================= */
div#mw-data-after-content {
margin-top: 3.2em;
border-top: 2px dotted #bbb;
padding-top: 2em;
}
/* ===== AdSense ============================= */
.ad-wrapper{
padding: 1em 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
/* ===== Kaereba ============================= */
.kaerebalink-box{
margin-bottom:1em;
padding: 0.5em;
border: 1px solid lightgray;
/* overflow: hidden; */
zoom: 1;
font-size:small;
text-align:left;
}
.kaerebalink-image{
float:left;
margin:0 15px 10px 0;
}
.kaerebalink-info{
line-height:120%;
zoom: 1;
overflow: hidden;
}
.kaerebalink-name{
margin-bottom:10px;
line-height:120%;
}
.kaerebalink-name a{
font-weight: 800;
}
.kaerebalink-powered-date{
font-size:8pt;
margin-top:5px;
line-height:120%;
}
.kaerebalink-detail{
margin-bottom:5px;
}
.kaerebalink-link1{
margin-top:10px;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo{
margin:5px 0;
padding: 0.1em 1.5em;
}
.shoplinkamazon{
background: url('http://img.yomereba.com/kl.gif') 0 0 no-repeat;
}
.shoplinkrakuten{
background: url('http://img.yomereba.com/kl.gif') 0 -50px no-repeat;
}
shoplinkyahoo{
background: url('http://img.yomereba.com/kl.gif') 0 -150px no-repeat;
}
/* ===== /Kaereba ============================= */