Skip to content

Instantly share code, notes, and snippets.

View negoro-writer's full-sized avatar

negoro-writer

View GitHub Profile
/*
Copyright (c) 2019 Ivan Grozdic(@IvanGrozdic)
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
/*背景黒・文字色白*/
/*スマホコンテンツ全体*/
.dark #scroll-content,
.dark .cps-post-box,
/*PCコンテンツ全体*/
/*
Copyright (c) 2019 Ivan Grozdic(@IvanGrozdic)
Released under the MIT license
http://opensource.org/licenses/mit-license.php
*/
(function($) { "use strict";
$(".switch").on('click', function () {
if ($("body").hasClass("dark")) {
$("body").removeClass("dark");
<div class="switch">
<div class="circle"></div>
</div>
@namespace url(http://www.w3.org/1999/xhtml);
body {
background:#333 !important;
color:#ccc !important;
}
body.wp-admin textarea {
background:#222 !important;
color:#ccc !important;
}
/*2重フッターの非表示*/
#sp-footer-box {
display:none;
}
・<a href="%%URL%%" target="_blank">%%TITLE%%</a><br><br>
■%%TITLE%%
%%URL%%
@negoro-writer
negoro-writer / test.html
Created August 10, 2019 01:15
テストコード
<p>テスト</p>