「MediaWiki:Common.css」の版間の差分
編集の要約なし |
編集の要約なし |
||
| 1行目: | 1行目: | ||
/* ここに記述したCSSはすべての外装に反映されます */ | /* ここに記述したCSSはすべての外装に反映されます */ | ||
/*背景の色*/ | /*背景の色*/ | ||
body { background-color: #ffff00; } | body { background-color: #ffff00! important; } | ||
/*背景*/ | /*背景*/ | ||
.mw-body { background-color: #ffc; text-color: #060; box-shadow: 5px 5px 6px #330; border-bottom-left-radius: 10px; border-top-right-radius: 10px; }/*記事エリアの背景*/ | .mw-body { background-color: #ffc; text-color: #060; box-shadow: 5px 5px 6px #330; border-bottom-left-radius: 10px; border-top-right-radius: 10px; }/*記事エリアの背景*/ | ||
2024年2月3日 (土) 19:19時点における版
/* ここに記述したCSSはすべての外装に反映されます */
/*背景の色*/
body { background-color: #ffff00! important; }
/*背景*/
.mw-body { background-color: #ffc; text-color: #060; box-shadow: 5px 5px 6px #330; border-bottom-left-radius: 10px; border-top-right-radius: 10px; }/*記事エリアの背景*/
/*見出しのスタイル*/
.mw-body h1, .mw-body h2 { font-family: sans-serif; }
.mw-body h2 { color: #f00; background-color: #fff; border-left:5px solid #940; border-bottom:1px solid #000; }
.mw-body h3 { color: green; }
/*リンクのスタイル*/
a:link { color: #f00; }
a:visited { color: #a00; }
div#mw-panel div.portal div.body ul li a:link { color: #800; }
div#mw-panel div.portal div.body ul li a:visited { color: #800; }
div#mw-panel div.portal div.body ul li a:hover { background-color: #ff0; }
/*画像の影*/
.mw-body img { box-shadow: 5px 5px 6px #880; }
/*メインページの文字を非表示にする*/
body.page-メインページ h1.firstHeading {display:none;}
body.page-メインページ #contentSub {display:none;}
/*左上ロゴ横回転*/
.mw-logo-icon { animation: logo 5s infinite; }
@keyframes logo {
0% {transform: perspective(400px) rotateY(0deg) }
100% {transform: perspective(400px) rotateY(360deg) }
}
/*リンクページボタン*/
.link a{ width: 50%; color: #008; background-color: #ff0; background-image: none; border: 1px solid black; border-radius: 10px; box-shadow: 5px 5px 6px #880; display: block; padding: 5px; margin-bottom: 10px;}
.link a:link{ color: #000;}
.link a:hover{text-decoration: none; box-shadow: 5px 5px 6px #880 inset;}
.catlinks { display: none; }
#mw-head-base,
#mw-page-base,
#mw-head,
#p-namespaces,
#footer,
.portal h5,
#p-tb,
#searchGoButton,
#mw-searchButton {
display: none; /* remove all tools and wikistuff */
li#ca-edit { display: none; }