Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

day and night mode cookies

$
0
0
global.css 

.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;
}


Header find

<a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>

add below

<a class="switcher-mode-on hide"><i class="fas fa-moon"title="Open Game Mode"></i></a> <a class="switcher-mode-off hide"><i class="far fa-moon"title="Close Game Mode"></i></a>


headerinclude

<script type="text/javascript" src="{$mybb->asset_url}/images/moonmode.js"></script>

{$stylesheets}

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css"/>

style-dark.css edit

Upload to ftp images folder

.zip   images.zip (Size: 2.13 KB / Downloads: 7)

.png   Ekran Alıntısı.PNG (Size: 15.55 KB / Downloads: 17)

Viewing all articles
Browse latest Browse all 690

Trending Articles