Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
$coinURL = 'https://nano.org';
if ($currency == 'banano') {
$coinURL = 'https://banano.cc/';
} elseif ($currency == 'paw') {
$coinURL = 'https://paw.digital/';
} else {
$coinURL = 'https://dogenano.io/';
}

?>
Expand Down
5 changes: 4 additions & 1 deletion modules/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@
// set $currency, $themeChoice, and $blockExplorer to
// corresponding Nano / Banano values.

// Currency 'nano' or 'banano' or 'nano-beta' or 'paw'
// Currency 'nano' or 'banano' or 'nano-beta' or 'paw' or 'dogenano'
// $currency = 'nano';

// Theme of your Node Monitor
// Nano Themes: 'dark' or 'light'
// Banano Themes: 'banano' or 'banano-dark'
// PAW Themes: 'paw'
// DogeNano Themes: 'dogenano'
// $themeChoice = 'light';

// Choice of block explorer
// Nano Explorers: 'ninja', 'nanocrawler'
// Nano Beta Explorers: 'nanocrawler-beta'
// Banano Explorers: 'bananocreeper', 'bananolooker', 'yellowspyglass'
// PAW Explorers: 'tracker'
// DogeNano Explorers: 'dogelooker'
// $blockExplorer = 'nanocrawler';

// Choice of widget
Expand Down Expand Up @@ -80,6 +82,7 @@
// Nano nodes typically use port 7076.
// Nano Beta nodes typically use port 55000.
// Banano nodes typically use port 7072.
// DogeNano nodes typically use port 7030.
// $nanoNodeRPCPort = '7076';

// Account of this node
Expand Down
9 changes: 9 additions & 0 deletions static/img/favicon/dogenano/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/static/img/favicon/dogenano/favicon-150.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added static/img/favicon/dogenano/favicon-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon/dogenano/favicon-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon/dogenano/favicon-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon/dogenano/favicon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon/dogenano/favicon-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon/dogenano/favicon-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon/dogenano/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions static/img/nano-full-dogenano.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/nano-mark-dogenano.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
165 changes: 165 additions & 0 deletions static/themes/dogenano/css/theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
/* Load Font */

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400');

/**

-- Body CSS

*/

body {
font-family: 'Nunito', sans-serif;
background: #746F15;
color: #455F63;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 800px auto;
padding-top: 145px;
}

/*

-- Navigation Menu CSS

*/

.navbar {
font-size: 1.1rem;
line-height: 1.6rem;
letter-spacing: 0.02rem;
font-weight: 400;
background-color: #F6CC8A;
padding: 1.5% 4%;
}

footer {
color: #ababc4;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#00A99D' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.n-logo-theme {
color: #00a99d;
padding-left: 12px;
}

.nav-link {
color: #00a99d;
}


.nav-link:hover {
color: #33ccc2;
}

/*

-- Body Content CSS

*/

.card {
border: none;
background-color: transparent;
}

.list-group-item {
color: #ababc4 !important;
background-color: #222a2a !important;
font-size: 0.9rem;
}

.float-right-truncate {
color: #d5af4e;
}

h2 {
font-size: 2.5rem;
line-height: 2.9rem;
font-weight: 400;
max-width: 930px;
}

h3 {
font-size: 1.4rem;
font-weight: 400;
max-width: 930px;
}

p {
font-size: 0.9rem;
line-height: 1.3rem;
letter-spacing: 0.02em;
}

.btn-secondary {
color: #ababc4;
background-color: #222a2a;
border-color: #222a2a;
}

.btn-secondary:hover {
color: #33ccc2;
background-color: #222a2a;
border-color: #222a2a;
}

.n-address-theme {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
background-clip: padding-box;
border: 1px solid #000034;
border-radius: 0rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.list-group-item a {
color: #d5af4e;
}

.list-group-item a:hover {
color: #d5af4e;
}

a {
color: #00A99D;
}

a:hover {
color: #33ccc2;
}

hr.light {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #0A6EBD;
margin: 1em 0;
padding: 0;
opacity: 0.2;
}

.btn-clipboard {
color: #d5af4e;
}


.btn-clipboard:hover{
color: #d5af4e;
}

.btn-clipboard-light {
color: #d5af4e;
}

.btn-clipboard-light:hover {
color: #d5af4e;
}