提供: Japanese Scratch-Wiki
2018年7月30日 (月) 11:43時点におけるMochimochiking (トーク | 投稿記録)による版 (ページの作成:「/* This is a dark skin for ScratchWikiSkin2. Made by @apple502j and @jun50. You had better use a browser-wide custom CSS extension such as Stylus to use all f...」)
注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。
- Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
- Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
- Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
- Opera: メニュー → 設定 (Mac では Opera → 環境設定) に移動し、プライバシーとセキュリティ → 閲覧データを消去 → キャッシュされた画像およびファイル からキャッシュをクリアしてください。
/*
This is a dark skin for ScratchWikiSkin2. Made by @apple502j and @jun50.
You had better use a browser-wide custom CSS extension such as Stylus to use
all features, but you can also use your user CSS. See [[JS:CSS]] to know
how to use this CSS. Fixes on this will be announced on the talk page of this,
so you should "watch" it. Bugs can be reported there, too!
NOTE: This may be updated or deprecated suddenly. Admins have rights to
change all use of this without any notice.
*/
#view{
background-color:#2f3136 !important;
}
#footer{
background-color:#202225 !important;
}
textarea, #wpTextbox1{
color: white !important;
background-color: #484b51 !important;
}
#content{
color: white !important;
background-color: #36393f !important;
}
.editOptions{
color: white !important;
background-color: #484b51 !important;
}
.box .box-header{
color: white !important;
background-color: #282b30 !important
}
.box .box-header h1, h2, h3, h4, h5, h6 {
color:white !important;
}
.box .box-content{
background-color:#36393f !important;
}
.box .box-content h1, h2, h3, h4, h5, h6 {
color:white !important;
}
#footer a, #view a {
color: #339033 !important;
}
#feet, #footer .copyright p {
color:#eee !important;
}
#mw-indicator-mw-helplink a {
background-image: none;
}
.mw-ui-vform .warning {
background-color: #500 !important;
color:white !important;
}
/* Templates */
.scratchwikiframe .scratchwikiframe-title {
background-color:#282b30 !important;
}
.scratchwikiframe .scratchwikiframe-content, .doctemplate{
background-color:#36393f !important;
}
.scratchwikiframe{
background-color:#36393f !important;
}
.doctemplate {
color:white !important;
}
.headertemplate *, .licensebox *, .footertemplate * {
background-color:black !important;
color:white !important;
}
.headertemplate, .licensebox, .footertemplate {
background-color:black !important;
}
.shortcutbox{
background-color:#2f3136 !important;
}
.userbox-string {
color:black !important;
}
/* CSS/JS page */
.mw-code {
background-color:#555 !important;
color:white !important;
}
/* UI */
input[type="number"], input[type="text"], .mw-ui-input, .mw-ui-input-inline, .oo-ui-inputWidget-input, input:not([type]) {
background-color: #222 !important;
color: #ccc !important;
}
#navigation, .dropdown, select, .oo-ui-dropdownWidget{
background-color: #323 !important;
color:white !important;
}
.oo-ui-menuSelectWidget, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, .oo-ui-dropdownWidget.oo-ui-widget-enabled.oo-ui-dropdownWidget-open .oo-ui-dropdownWidget-handle {
background-color: #323 !important;
color:white !important;
}
#mw-searchoptions, .mw-search-profile-tabs, #catlinks {
background-color:#333 !important;
}
.mw-ui-button {
background-color: #101010 !important;
color:#f7f7f7 !important;
}
.oo-ui-indicatorElement-indicator {
color:#eee !important;
}
/* RC */
#mw-confirmaccount-msg {
background-color: #323 !important;
}
select, select option {
color:#eee !important;
}
.mw-plusminus-pos {
color:#099 !important;
}
.mw-plusminus-neg {
color: #b00 !important;
}
/* Images */
.thumb, .thumbinner {
background-color: #202020 !important;
}
/* TOC */
#filetoc, #toc {
background-color: #202020 !important;
}
/* diff */
.mw-abusefilter-history-changed, #pagehistory li.selected {
background-color:#500 !important;
}
td.diff-deletedline .diffchange {
background-color: #500 !important;
}
td.diff-addedline .diffchange {
background-color: #005 !important;
}
td.diff-context {
background-color: black;
color: #eee;
}
/* Notification */
.successbox, #mw-notification-area * {
background-color: #111 !important;
color: white !important;
}
/* CreateAccount */
.mw-createacct-benefits-list p {
color:white !important;
}
.mw-confirmaccount-body-0 {
background-color: #111 !important;
color: #aaa !important;
}
.mw-confirmaccount-type-0 {
background-color: #aaa !important;
color:#111 !important;
}
/* List */
table.wikitable, .mw-datatable td, .mw_metadata td {
background-color: #444 !important;
color: white !important;
}
table.wikitable > tr > th, table.wikitable > * > tr > th, .mw-datatable th, .mw_metadata th {
background-color: #606060 !important;
}
/* Code */
code {
background-color: black !important;
color: #f9f9f9 !important;
}
/* API Sandbox */
#mw-apisandbox .oo-ui-buttonElement-button {
background-color: #888 !important;
color: white !important;
}
/* Interwiki */
td.mw-interwikitable-local-yes {
color:black !important;
}
/* Editcount */
form#editcount table{
background-color: #444 !important;
color: white !important;
}