day and night mode cookies

Spartak

Well-known member
Member
Joined
9 yrs. 9 mth. 5 days
Messages
587
Reaction score
8,878
Wallet
0$
day and night mode cookies

<span style="font-family: Arial Black;" class="mycode_font">global.css </span><br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">.switcher {
  height: auto;
  color:red
}

.switcher a {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
  font-style: normal;
  line-height: 1;
  padding: 5px 10px;
  color: red;
  border-radius: 2px
  cursor: pointer;
}

.switcher a:hover {
  color: green;
}

.pageskin .pageskin-remove,
.switcher a {
  text-transform: uppercase;
  cursor: pointer;

}

.switcher-mode-on {
   cursor: pointer;
   color:blue;
}

.switcher-mode-off {
  cursor: pointer;
  color:red;
}

.ff-hide,
.hide {
  display: none !important;
}
</code></pre><br />
<br />
<span style="font-family: Arial Black;" class="mycode_font">Header find</span><br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;a href=&quot;{$mybb-&gt;settings['bburl']}/misc.php?action=help&quot; class=&quot;help&quot;&gt;{$lang-&gt;toplinks_help}&lt;/a&gt;&lt;/li&gt;</code></pre><br />
<span style="font-family: Arial Black;" class="mycode_font">add below</span><br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;a class=&quot;switcher-mode-on hide&quot;&gt;&lt;i class=&quot;fas fa-moon&quot;title=&quot;Open Game Mode&quot;&gt;&lt;/i&gt;&lt;/a&gt; &lt;a class=&quot;switcher-mode-off hide&quot;&gt;&lt;i class=&quot;far fa-moon&quot;title=&quot;Close Game Mode&quot;&gt;&lt;/i&gt;&lt;/a&gt;</code></pre><br />
<br />
<span style="font-family: Arial Black;" class="mycode_font">headerinclude</span><br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;script type=&quot;text/javascript&quot; src=&quot;{$mybb-&gt;asset_url}/images/moonmode.js&quot;&gt;&lt;/script&gt;</code></pre><br />
<span style="font-family: Arial Black;" class="mycode_font">{&#36;stylesheets}</span><br />
<br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-none">&lt;link rel=&quot;stylesheet&quot; href=&quot;
Please, Log in or Register to view URLs content!
&quot;/&gt;</code></pre><br />
<span style="color: #b20080;" class="mycode_color"><span style="font-family: Arial Black;" class="mycode_font">style-dark.css edit</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Arial Black;" class="mycode_font"><span style="color: #222222;" class="mycode_color">Upload to ftp images folder</span></span></span><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="
Please, Log in or Register to view URLs content!
" title="Zip File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=43030" target="_blank" title="">images.zip</a> (Size: 2.13 KB / Downloads: 84)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="
Please, Log in or Register to view URLs content!
" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=43031" target="_blank" title="">Ekran Alıntısı.PNG</a> (Size: 15.55 KB / Downloads: 187)
<!-- end: postbit_attachments_attachment -->


Please, Log in or Register to view URLs content!
 
Top Bottom