You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11137 lines
813 KiB
11137 lines
813 KiB
1 year ago
|
<html>
|
||
|
|
||
|
<!--
|
||
|
|
||
|
/*
|
||
|
JavaScript BigInteger library version 0.9
|
||
|
http://silentmatt.com/biginteger/
|
||
|
|
||
|
Copyright (c) 2009 Matthew Crumley <email@matthewcrumley.com>
|
||
|
Copyright (c) 2010,2011 by John Tobey <John.Tobey@gmail.com>
|
||
|
Licensed under the MIT license.
|
||
|
|
||
|
Support for arbitrary internal representation base was added by
|
||
|
Vitaly Magerya.
|
||
|
*/
|
||
|
|
||
|
// Copyright (c) 2014-2015, MyMonero.com
|
||
|
//
|
||
|
// All rights reserved.
|
||
|
//
|
||
|
// Redistribution and use in source and binary forms, with or without modification, are
|
||
|
// permitted provided that the following conditions are met:
|
||
|
//
|
||
|
// 1. Redistributions of source code must retain the above copyright notice, this list of
|
||
|
// conditions and the following disclaimer.
|
||
|
//
|
||
|
// 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||
|
// of conditions and the following disclaimer in the documentation and/or other
|
||
|
// materials provided with the distribution.
|
||
|
//
|
||
|
// 3. Neither the name of the copyright holder nor the names of its contributors may be
|
||
|
// used to endorse or promote products derived from this software without specific
|
||
|
// prior written permission.
|
||
|
//
|
||
|
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||
|
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||
|
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
||
|
// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
|
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||
|
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||
|
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||
|
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||
|
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
// Original Author: Lucas Jones
|
||
|
|
||
|
/*!
|
||
|
* Waves v0.6.0
|
||
|
* http://fian.my.id/Waves
|
||
|
*
|
||
|
* Copyright 2014 Alfiana E. Sibuea and other contributors
|
||
|
* Released under the MIT license
|
||
|
* https://github.com/fians/Waves/blob/master/LICENSE
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
@license
|
||
|
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
||
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
||
|
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
||
|
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
||
|
Code distributed by Google as part of the polymer project is also
|
||
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||
|
*/
|
||
|
|
||
|
//---------------------------------------------------------------------
|
||
|
// QRCode for JavaScript
|
||
|
//
|
||
|
// Copyright (c) 2009 Kazuhiko Arase
|
||
|
//
|
||
|
// URL: http://www.d-project.com/
|
||
|
//
|
||
|
// Licensed under the MIT license:
|
||
|
// http://www.opensource.org/licenses/mit-license.php
|
||
|
//
|
||
|
// The word "QR Code" is registered trademark of
|
||
|
// DENSO WAVE INCORPORATED
|
||
|
// http://www.denso-wave.com/qrcode/faqpatent-e.html
|
||
|
//
|
||
|
//---------------------------------------------------------------------
|
||
|
|
||
|
/*
|
||
|
* js-sha3 v0.5.1
|
||
|
* https://github.com/emn178/js-sha3
|
||
|
*
|
||
|
* Copyright 2015, emn178@gmail.com
|
||
|
*
|
||
|
* Licensed under the MIT license:
|
||
|
* http://www.opensource.org/licenses/MIT
|
||
|
*/
|
||
|
|
||
|
/* Wallet generator modifications: Copyright 2015 moneromooo */
|
||
|
|
||
|
-->
|
||
|
|
||
|
<head>
|
||
|
<title>Wownero wallet generator</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<style type="text/css">
|
||
|
html {
|
||
|
line-height: 1.3;
|
||
|
}
|
||
|
|
||
|
.private {
|
||
|
background-color: #FF8080
|
||
|
}
|
||
|
|
||
|
.public {
|
||
|
background-color: #80FF80
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
margin: 0.5rem 0px 0.5rem !important;
|
||
|
}
|
||
|
|
||
|
.card .card-content {
|
||
|
padding: 10px !important;
|
||
|
}
|
||
|
|
||
|
.row {
|
||
|
margin-bottom: 10px !important;
|
||
|
}
|
||
|
|
||
|
pre { margin:0px;}
|
||
|
</style>
|
||
|
<style>
|
||
|
.materialize-red.lighten-5 {
|
||
|
background-color: #fdeaeb !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-lighten-5 {
|
||
|
color: #fdeaeb !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.lighten-4 {
|
||
|
background-color: #f8c1c3 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-lighten-4 {
|
||
|
color: #f8c1c3 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.lighten-3 {
|
||
|
background-color: #f3989b !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-lighten-3 {
|
||
|
color: #f3989b !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.lighten-2 {
|
||
|
background-color: #ee6e73 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-lighten-2 {
|
||
|
color: #ee6e73 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.lighten-1 {
|
||
|
background-color: #ea454b !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-lighten-1 {
|
||
|
color: #ea454b !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red {
|
||
|
background-color: #e51c23 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text {
|
||
|
color: #e51c23 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.darken-1 {
|
||
|
background-color: #d0181e !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-darken-1 {
|
||
|
color: #d0181e !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.darken-2 {
|
||
|
background-color: #b9151b !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-darken-2 {
|
||
|
color: #b9151b !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.darken-3 {
|
||
|
background-color: #a21318 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-darken-3 {
|
||
|
color: #a21318 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red.darken-4 {
|
||
|
background-color: #8b1014 !important;
|
||
|
}
|
||
|
|
||
|
.materialize-red-text.text-darken-4 {
|
||
|
color: #8b1014 !important;
|
||
|
}
|
||
|
|
||
|
.red.lighten-5 {
|
||
|
background-color: #FFEBEE !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-lighten-5 {
|
||
|
color: #FFEBEE !important;
|
||
|
}
|
||
|
|
||
|
.red.lighten-4 {
|
||
|
background-color: #FFCDD2 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-lighten-4 {
|
||
|
color: #FFCDD2 !important;
|
||
|
}
|
||
|
|
||
|
.red.lighten-3 {
|
||
|
background-color: #EF9A9A !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-lighten-3 {
|
||
|
color: #EF9A9A !important;
|
||
|
}
|
||
|
|
||
|
.red.lighten-2 {
|
||
|
background-color: #E57373 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-lighten-2 {
|
||
|
color: #E57373 !important;
|
||
|
}
|
||
|
|
||
|
.red.lighten-1 {
|
||
|
background-color: #EF5350 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-lighten-1 {
|
||
|
color: #EF5350 !important;
|
||
|
}
|
||
|
|
||
|
.red {
|
||
|
background-color: #F44336 !important;
|
||
|
}
|
||
|
|
||
|
.red-text {
|
||
|
color: #F44336 !important;
|
||
|
}
|
||
|
|
||
|
.red.darken-1 {
|
||
|
background-color: #E53935 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-darken-1 {
|
||
|
color: #E53935 !important;
|
||
|
}
|
||
|
|
||
|
.red.darken-2 {
|
||
|
background-color: #D32F2F !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-darken-2 {
|
||
|
color: #D32F2F !important;
|
||
|
}
|
||
|
|
||
|
.red.darken-3 {
|
||
|
background-color: #C62828 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-darken-3 {
|
||
|
color: #C62828 !important;
|
||
|
}
|
||
|
|
||
|
.red.darken-4 {
|
||
|
background-color: #B71C1C !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-darken-4 {
|
||
|
color: #B71C1C !important;
|
||
|
}
|
||
|
|
||
|
.red.accent-1 {
|
||
|
background-color: #FF8A80 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-accent-1 {
|
||
|
color: #FF8A80 !important;
|
||
|
}
|
||
|
|
||
|
.red.accent-2 {
|
||
|
background-color: #FF5252 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-accent-2 {
|
||
|
color: #FF5252 !important;
|
||
|
}
|
||
|
|
||
|
.red.accent-3 {
|
||
|
background-color: #FF1744 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-accent-3 {
|
||
|
color: #FF1744 !important;
|
||
|
}
|
||
|
|
||
|
.red.accent-4 {
|
||
|
background-color: #D50000 !important;
|
||
|
}
|
||
|
|
||
|
.red-text.text-accent-4 {
|
||
|
color: #D50000 !important;
|
||
|
}
|
||
|
|
||
|
.pink.lighten-5 {
|
||
|
background-color: #fce4ec !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-lighten-5 {
|
||
|
color: #fce4ec !important;
|
||
|
}
|
||
|
|
||
|
.pink.lighten-4 {
|
||
|
background-color: #f8bbd0 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-lighten-4 {
|
||
|
color: #f8bbd0 !important;
|
||
|
}
|
||
|
|
||
|
.pink.lighten-3 {
|
||
|
background-color: #f48fb1 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-lighten-3 {
|
||
|
color: #f48fb1 !important;
|
||
|
}
|
||
|
|
||
|
.pink.lighten-2 {
|
||
|
background-color: #f06292 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-lighten-2 {
|
||
|
color: #f06292 !important;
|
||
|
}
|
||
|
|
||
|
.pink.lighten-1 {
|
||
|
background-color: #ec407a !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-lighten-1 {
|
||
|
color: #ec407a !important;
|
||
|
}
|
||
|
|
||
|
.pink {
|
||
|
background-color: #e91e63 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text {
|
||
|
color: #e91e63 !important;
|
||
|
}
|
||
|
|
||
|
.pink.darken-1 {
|
||
|
background-color: #d81b60 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-darken-1 {
|
||
|
color: #d81b60 !important;
|
||
|
}
|
||
|
|
||
|
.pink.darken-2 {
|
||
|
background-color: #c2185b !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-darken-2 {
|
||
|
color: #c2185b !important;
|
||
|
}
|
||
|
|
||
|
.pink.darken-3 {
|
||
|
background-color: #ad1457 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-darken-3 {
|
||
|
color: #ad1457 !important;
|
||
|
}
|
||
|
|
||
|
.pink.darken-4 {
|
||
|
background-color: #880e4f !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-darken-4 {
|
||
|
color: #880e4f !important;
|
||
|
}
|
||
|
|
||
|
.pink.accent-1 {
|
||
|
background-color: #ff80ab !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-accent-1 {
|
||
|
color: #ff80ab !important;
|
||
|
}
|
||
|
|
||
|
.pink.accent-2 {
|
||
|
background-color: #ff4081 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-accent-2 {
|
||
|
color: #ff4081 !important;
|
||
|
}
|
||
|
|
||
|
.pink.accent-3 {
|
||
|
background-color: #f50057 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-accent-3 {
|
||
|
color: #f50057 !important;
|
||
|
}
|
||
|
|
||
|
.pink.accent-4 {
|
||
|
background-color: #c51162 !important;
|
||
|
}
|
||
|
|
||
|
.pink-text.text-accent-4 {
|
||
|
color: #c51162 !important;
|
||
|
}
|
||
|
|
||
|
.purple.lighten-5 {
|
||
|
background-color: #f3e5f5 !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-lighten-5 {
|
||
|
color: #f3e5f5 !important;
|
||
|
}
|
||
|
|
||
|
.purple.lighten-4 {
|
||
|
background-color: #e1bee7 !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-lighten-4 {
|
||
|
color: #e1bee7 !important;
|
||
|
}
|
||
|
|
||
|
.purple.lighten-3 {
|
||
|
background-color: #ce93d8 !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-lighten-3 {
|
||
|
color: #ce93d8 !important;
|
||
|
}
|
||
|
|
||
|
.purple.lighten-2 {
|
||
|
background-color: #ba68c8 !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-lighten-2 {
|
||
|
color: #ba68c8 !important;
|
||
|
}
|
||
|
|
||
|
.purple.lighten-1 {
|
||
|
background-color: #ab47bc !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-lighten-1 {
|
||
|
color: #ab47bc !important;
|
||
|
}
|
||
|
|
||
|
.purple {
|
||
|
background-color: #9c27b0 !important;
|
||
|
}
|
||
|
|
||
|
.purple-text {
|
||
|
color: #9c27b0 !important;
|
||
|
}
|
||
|
|
||
|
.purple.darken-1 {
|
||
|
background-color: #8e24aa !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-darken-1 {
|
||
|
color: #8e24aa !important;
|
||
|
}
|
||
|
|
||
|
.purple.darken-2 {
|
||
|
background-color: #7b1fa2 !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-darken-2 {
|
||
|
color: #7b1fa2 !important;
|
||
|
}
|
||
|
|
||
|
.purple.darken-3 {
|
||
|
background-color: #6a1b9a !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-darken-3 {
|
||
|
color: #6a1b9a !important;
|
||
|
}
|
||
|
|
||
|
.purple.darken-4 {
|
||
|
background-color: #4a148c !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-darken-4 {
|
||
|
color: #4a148c !important;
|
||
|
}
|
||
|
|
||
|
.purple.accent-1 {
|
||
|
background-color: #ea80fc !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-accent-1 {
|
||
|
color: #ea80fc !important;
|
||
|
}
|
||
|
|
||
|
.purple.accent-2 {
|
||
|
background-color: #e040fb !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-accent-2 {
|
||
|
color: #e040fb !important;
|
||
|
}
|
||
|
|
||
|
.purple.accent-3 {
|
||
|
background-color: #d500f9 !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-accent-3 {
|
||
|
color: #d500f9 !important;
|
||
|
}
|
||
|
|
||
|
.purple.accent-4 {
|
||
|
background-color: #aa00ff !important;
|
||
|
}
|
||
|
|
||
|
.purple-text.text-accent-4 {
|
||
|
color: #aa00ff !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.lighten-5 {
|
||
|
background-color: #ede7f6 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-lighten-5 {
|
||
|
color: #ede7f6 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.lighten-4 {
|
||
|
background-color: #d1c4e9 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-lighten-4 {
|
||
|
color: #d1c4e9 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.lighten-3 {
|
||
|
background-color: #b39ddb !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-lighten-3 {
|
||
|
color: #b39ddb !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.lighten-2 {
|
||
|
background-color: #9575cd !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-lighten-2 {
|
||
|
color: #9575cd !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.lighten-1 {
|
||
|
background-color: #7e57c2 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-lighten-1 {
|
||
|
color: #7e57c2 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple {
|
||
|
background-color: #673ab7 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text {
|
||
|
color: #673ab7 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.darken-1 {
|
||
|
background-color: #5e35b1 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-darken-1 {
|
||
|
color: #5e35b1 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.darken-2 {
|
||
|
background-color: #512da8 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-darken-2 {
|
||
|
color: #512da8 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.darken-3 {
|
||
|
background-color: #4527a0 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-darken-3 {
|
||
|
color: #4527a0 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.darken-4 {
|
||
|
background-color: #311b92 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-darken-4 {
|
||
|
color: #311b92 !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.accent-1 {
|
||
|
background-color: #b388ff !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-accent-1 {
|
||
|
color: #b388ff !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.accent-2 {
|
||
|
background-color: #7c4dff !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-accent-2 {
|
||
|
color: #7c4dff !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.accent-3 {
|
||
|
background-color: #651fff !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-accent-3 {
|
||
|
color: #651fff !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple.accent-4 {
|
||
|
background-color: #6200ea !important;
|
||
|
}
|
||
|
|
||
|
.deep-purple-text.text-accent-4 {
|
||
|
color: #6200ea !important;
|
||
|
}
|
||
|
|
||
|
.indigo.lighten-5 {
|
||
|
background-color: #e8eaf6 !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-lighten-5 {
|
||
|
color: #e8eaf6 !important;
|
||
|
}
|
||
|
|
||
|
.indigo.lighten-4 {
|
||
|
background-color: #c5cae9 !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-lighten-4 {
|
||
|
color: #c5cae9 !important;
|
||
|
}
|
||
|
|
||
|
.indigo.lighten-3 {
|
||
|
background-color: #9fa8da !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-lighten-3 {
|
||
|
color: #9fa8da !important;
|
||
|
}
|
||
|
|
||
|
.indigo.lighten-2 {
|
||
|
background-color: #7986cb !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-lighten-2 {
|
||
|
color: #7986cb !important;
|
||
|
}
|
||
|
|
||
|
.indigo.lighten-1 {
|
||
|
background-color: #5c6bc0 !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-lighten-1 {
|
||
|
color: #5c6bc0 !important;
|
||
|
}
|
||
|
|
||
|
.indigo {
|
||
|
background-color: #3f51b5 !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text {
|
||
|
color: #3f51b5 !important;
|
||
|
}
|
||
|
|
||
|
.indigo.darken-1 {
|
||
|
background-color: #3949ab !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-darken-1 {
|
||
|
color: #3949ab !important;
|
||
|
}
|
||
|
|
||
|
.indigo.darken-2 {
|
||
|
background-color: #303f9f !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-darken-2 {
|
||
|
color: #303f9f !important;
|
||
|
}
|
||
|
|
||
|
.indigo.darken-3 {
|
||
|
background-color: #283593 !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-darken-3 {
|
||
|
color: #283593 !important;
|
||
|
}
|
||
|
|
||
|
.indigo.darken-4 {
|
||
|
background-color: #1a237e !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-darken-4 {
|
||
|
color: #1a237e !important;
|
||
|
}
|
||
|
|
||
|
.indigo.accent-1 {
|
||
|
background-color: #8c9eff !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-accent-1 {
|
||
|
color: #8c9eff !important;
|
||
|
}
|
||
|
|
||
|
.indigo.accent-2 {
|
||
|
background-color: #536dfe !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-accent-2 {
|
||
|
color: #536dfe !important;
|
||
|
}
|
||
|
|
||
|
.indigo.accent-3 {
|
||
|
background-color: #3d5afe !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-accent-3 {
|
||
|
color: #3d5afe !important;
|
||
|
}
|
||
|
|
||
|
.indigo.accent-4 {
|
||
|
background-color: #304ffe !important;
|
||
|
}
|
||
|
|
||
|
.indigo-text.text-accent-4 {
|
||
|
color: #304ffe !important;
|
||
|
}
|
||
|
|
||
|
.blue.lighten-5 {
|
||
|
background-color: #E3F2FD !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-lighten-5 {
|
||
|
color: #E3F2FD !important;
|
||
|
}
|
||
|
|
||
|
.blue.lighten-4 {
|
||
|
background-color: #BBDEFB !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-lighten-4 {
|
||
|
color: #BBDEFB !important;
|
||
|
}
|
||
|
|
||
|
.blue.lighten-3 {
|
||
|
background-color: #90CAF9 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-lighten-3 {
|
||
|
color: #90CAF9 !important;
|
||
|
}
|
||
|
|
||
|
.blue.lighten-2 {
|
||
|
background-color: #64B5F6 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-lighten-2 {
|
||
|
color: #64B5F6 !important;
|
||
|
}
|
||
|
|
||
|
.blue.lighten-1 {
|
||
|
background-color: #42A5F5 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-lighten-1 {
|
||
|
color: #42A5F5 !important;
|
||
|
}
|
||
|
|
||
|
.blue {
|
||
|
background-color: #2196F3 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text {
|
||
|
color: #2196F3 !important;
|
||
|
}
|
||
|
|
||
|
.blue.darken-1 {
|
||
|
background-color: #1E88E5 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-darken-1 {
|
||
|
color: #1E88E5 !important;
|
||
|
}
|
||
|
|
||
|
.blue.darken-2 {
|
||
|
background-color: #1976D2 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-darken-2 {
|
||
|
color: #1976D2 !important;
|
||
|
}
|
||
|
|
||
|
.blue.darken-3 {
|
||
|
background-color: #1565C0 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-darken-3 {
|
||
|
color: #1565C0 !important;
|
||
|
}
|
||
|
|
||
|
.blue.darken-4 {
|
||
|
background-color: #0D47A1 !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-darken-4 {
|
||
|
color: #0D47A1 !important;
|
||
|
}
|
||
|
|
||
|
.blue.accent-1 {
|
||
|
background-color: #82B1FF !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-accent-1 {
|
||
|
color: #82B1FF !important;
|
||
|
}
|
||
|
|
||
|
.blue.accent-2 {
|
||
|
background-color: #448AFF !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-accent-2 {
|
||
|
color: #448AFF !important;
|
||
|
}
|
||
|
|
||
|
.blue.accent-3 {
|
||
|
background-color: #2979FF !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-accent-3 {
|
||
|
color: #2979FF !important;
|
||
|
}
|
||
|
|
||
|
.blue.accent-4 {
|
||
|
background-color: #2962FF !important;
|
||
|
}
|
||
|
|
||
|
.blue-text.text-accent-4 {
|
||
|
color: #2962FF !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.lighten-5 {
|
||
|
background-color: #e1f5fe !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-lighten-5 {
|
||
|
color: #e1f5fe !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.lighten-4 {
|
||
|
background-color: #b3e5fc !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-lighten-4 {
|
||
|
color: #b3e5fc !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.lighten-3 {
|
||
|
background-color: #81d4fa !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-lighten-3 {
|
||
|
color: #81d4fa !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.lighten-2 {
|
||
|
background-color: #4fc3f7 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-lighten-2 {
|
||
|
color: #4fc3f7 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.lighten-1 {
|
||
|
background-color: #29b6f6 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-lighten-1 {
|
||
|
color: #29b6f6 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue {
|
||
|
background-color: #03a9f4 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text {
|
||
|
color: #03a9f4 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.darken-1 {
|
||
|
background-color: #039be5 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-darken-1 {
|
||
|
color: #039be5 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.darken-2 {
|
||
|
background-color: #0288d1 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-darken-2 {
|
||
|
color: #0288d1 !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.darken-3 {
|
||
|
background-color: #0277bd !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-darken-3 {
|
||
|
color: #0277bd !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.darken-4 {
|
||
|
background-color: #01579b !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-darken-4 {
|
||
|
color: #01579b !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.accent-1 {
|
||
|
background-color: #80d8ff !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-accent-1 {
|
||
|
color: #80d8ff !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.accent-2 {
|
||
|
background-color: #40c4ff !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-accent-2 {
|
||
|
color: #40c4ff !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.accent-3 {
|
||
|
background-color: #00b0ff !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-accent-3 {
|
||
|
color: #00b0ff !important;
|
||
|
}
|
||
|
|
||
|
.light-blue.accent-4 {
|
||
|
background-color: #0091ea !important;
|
||
|
}
|
||
|
|
||
|
.light-blue-text.text-accent-4 {
|
||
|
color: #0091ea !important;
|
||
|
}
|
||
|
|
||
|
.cyan.lighten-5 {
|
||
|
background-color: #e0f7fa !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-lighten-5 {
|
||
|
color: #e0f7fa !important;
|
||
|
}
|
||
|
|
||
|
.cyan.lighten-4 {
|
||
|
background-color: #b2ebf2 !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-lighten-4 {
|
||
|
color: #b2ebf2 !important;
|
||
|
}
|
||
|
|
||
|
.cyan.lighten-3 {
|
||
|
background-color: #80deea !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-lighten-3 {
|
||
|
color: #80deea !important;
|
||
|
}
|
||
|
|
||
|
.cyan.lighten-2 {
|
||
|
background-color: #4dd0e1 !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-lighten-2 {
|
||
|
color: #4dd0e1 !important;
|
||
|
}
|
||
|
|
||
|
.cyan.lighten-1 {
|
||
|
background-color: #26c6da !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-lighten-1 {
|
||
|
color: #26c6da !important;
|
||
|
}
|
||
|
|
||
|
.cyan {
|
||
|
background-color: #00bcd4 !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text {
|
||
|
color: #00bcd4 !important;
|
||
|
}
|
||
|
|
||
|
.cyan.darken-1 {
|
||
|
background-color: #00acc1 !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-darken-1 {
|
||
|
color: #00acc1 !important;
|
||
|
}
|
||
|
|
||
|
.cyan.darken-2 {
|
||
|
background-color: #0097a7 !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-darken-2 {
|
||
|
color: #0097a7 !important;
|
||
|
}
|
||
|
|
||
|
.cyan.darken-3 {
|
||
|
background-color: #00838f !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-darken-3 {
|
||
|
color: #00838f !important;
|
||
|
}
|
||
|
|
||
|
.cyan.darken-4 {
|
||
|
background-color: #006064 !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-darken-4 {
|
||
|
color: #006064 !important;
|
||
|
}
|
||
|
|
||
|
.cyan.accent-1 {
|
||
|
background-color: #84ffff !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-accent-1 {
|
||
|
color: #84ffff !important;
|
||
|
}
|
||
|
|
||
|
.cyan.accent-2 {
|
||
|
background-color: #18ffff !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-accent-2 {
|
||
|
color: #18ffff !important;
|
||
|
}
|
||
|
|
||
|
.cyan.accent-3 {
|
||
|
background-color: #00e5ff !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-accent-3 {
|
||
|
color: #00e5ff !important;
|
||
|
}
|
||
|
|
||
|
.cyan.accent-4 {
|
||
|
background-color: #00b8d4 !important;
|
||
|
}
|
||
|
|
||
|
.cyan-text.text-accent-4 {
|
||
|
color: #00b8d4 !important;
|
||
|
}
|
||
|
|
||
|
.teal.lighten-5 {
|
||
|
background-color: #e0f2f1 !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-lighten-5 {
|
||
|
color: #e0f2f1 !important;
|
||
|
}
|
||
|
|
||
|
.teal.lighten-4 {
|
||
|
background-color: #b2dfdb !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-lighten-4 {
|
||
|
color: #b2dfdb !important;
|
||
|
}
|
||
|
|
||
|
.teal.lighten-3 {
|
||
|
background-color: #80cbc4 !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-lighten-3 {
|
||
|
color: #80cbc4 !important;
|
||
|
}
|
||
|
|
||
|
.teal.lighten-2 {
|
||
|
background-color: #4db6ac !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-lighten-2 {
|
||
|
color: #4db6ac !important;
|
||
|
}
|
||
|
|
||
|
.teal.lighten-1 {
|
||
|
background-color: #26a69a !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-lighten-1 {
|
||
|
color: #26a69a !important;
|
||
|
}
|
||
|
|
||
|
.teal {
|
||
|
background-color: #009688 !important;
|
||
|
}
|
||
|
|
||
|
.teal-text {
|
||
|
color: #009688 !important;
|
||
|
}
|
||
|
|
||
|
.teal.darken-1 {
|
||
|
background-color: #00897b !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-darken-1 {
|
||
|
color: #00897b !important;
|
||
|
}
|
||
|
|
||
|
.teal.darken-2 {
|
||
|
background-color: #00796b !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-darken-2 {
|
||
|
color: #00796b !important;
|
||
|
}
|
||
|
|
||
|
.teal.darken-3 {
|
||
|
background-color: #00695c !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-darken-3 {
|
||
|
color: #00695c !important;
|
||
|
}
|
||
|
|
||
|
.teal.darken-4 {
|
||
|
background-color: #004d40 !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-darken-4 {
|
||
|
color: #004d40 !important;
|
||
|
}
|
||
|
|
||
|
.teal.accent-1 {
|
||
|
background-color: #a7ffeb !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-accent-1 {
|
||
|
color: #a7ffeb !important;
|
||
|
}
|
||
|
|
||
|
.teal.accent-2 {
|
||
|
background-color: #64ffda !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-accent-2 {
|
||
|
color: #64ffda !important;
|
||
|
}
|
||
|
|
||
|
.teal.accent-3 {
|
||
|
background-color: #1de9b6 !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-accent-3 {
|
||
|
color: #1de9b6 !important;
|
||
|
}
|
||
|
|
||
|
.teal.accent-4 {
|
||
|
background-color: #00bfa5 !important;
|
||
|
}
|
||
|
|
||
|
.teal-text.text-accent-4 {
|
||
|
color: #00bfa5 !important;
|
||
|
}
|
||
|
|
||
|
.green.lighten-5 {
|
||
|
background-color: #E8F5E9 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-lighten-5 {
|
||
|
color: #E8F5E9 !important;
|
||
|
}
|
||
|
|
||
|
.green.lighten-4 {
|
||
|
background-color: #C8E6C9 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-lighten-4 {
|
||
|
color: #C8E6C9 !important;
|
||
|
}
|
||
|
|
||
|
.green.lighten-3 {
|
||
|
background-color: #A5D6A7 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-lighten-3 {
|
||
|
color: #A5D6A7 !important;
|
||
|
}
|
||
|
|
||
|
.green.lighten-2 {
|
||
|
background-color: #81C784 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-lighten-2 {
|
||
|
color: #81C784 !important;
|
||
|
}
|
||
|
|
||
|
.green.lighten-1 {
|
||
|
background-color: #66BB6A !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-lighten-1 {
|
||
|
color: #66BB6A !important;
|
||
|
}
|
||
|
|
||
|
.green {
|
||
|
background-color: #4CAF50 !important;
|
||
|
}
|
||
|
|
||
|
.green-text {
|
||
|
color: #4CAF50 !important;
|
||
|
}
|
||
|
|
||
|
.green.darken-1 {
|
||
|
background-color: #43A047 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-darken-1 {
|
||
|
color: #43A047 !important;
|
||
|
}
|
||
|
|
||
|
.green.darken-2 {
|
||
|
background-color: #388E3C !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-darken-2 {
|
||
|
color: #388E3C !important;
|
||
|
}
|
||
|
|
||
|
.green.darken-3 {
|
||
|
background-color: #2E7D32 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-darken-3 {
|
||
|
color: #2E7D32 !important;
|
||
|
}
|
||
|
|
||
|
.green.darken-4 {
|
||
|
background-color: #1B5E20 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-darken-4 {
|
||
|
color: #1B5E20 !important;
|
||
|
}
|
||
|
|
||
|
.green.accent-1 {
|
||
|
background-color: #B9F6CA !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-accent-1 {
|
||
|
color: #B9F6CA !important;
|
||
|
}
|
||
|
|
||
|
.green.accent-2 {
|
||
|
background-color: #69F0AE !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-accent-2 {
|
||
|
color: #69F0AE !important;
|
||
|
}
|
||
|
|
||
|
.green.accent-3 {
|
||
|
background-color: #00E676 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-accent-3 {
|
||
|
color: #00E676 !important;
|
||
|
}
|
||
|
|
||
|
.green.accent-4 {
|
||
|
background-color: #00C853 !important;
|
||
|
}
|
||
|
|
||
|
.green-text.text-accent-4 {
|
||
|
color: #00C853 !important;
|
||
|
}
|
||
|
|
||
|
.light-green.lighten-5 {
|
||
|
background-color: #f1f8e9 !important;
|
||
|
}
|
||
|
|
||
|
.light-green-text.text-lighten-5 {
|
||
|
color: #f1f8e9 !important;
|
||
|
}
|
||
|
|
||
|
.light-green.lighten-4 {
|
||
|
background-color: #dcedc8 !important;
|
||
|
}
|
||
|
|
||
|
.light-green-text.text-lighten-4 {
|
||
|
color: #dcedc8 !important;
|
||
|
}
|
||
|
|
||
|
.light-green.lighten-3 {
|
||
|
background-color: #c5e1a5 !important;
|
||
|
}
|
||
|
|
||
|
.light-green-text.text-lighten-3 {
|
||
|
color: #c5e1a5 !important;
|
||
|
}
|
||
|
|
||
|
.light-green.lighten-2 {
|
||
|
background-color: #aed581 !important;
|
||
|
}
|
||
|
|
||
|
.light-green-text.text-lighten-2 {
|
||
|
color: #aed581 !important;
|
||
|
}
|
||
|
|
||
|
.light-green.lighten-1 {
|
||
|
background-color: #9ccc65 !important;
|
||
|
}
|
||
|
|
||
|
.light-green-text.text-lighten-1 {
|
||
|
color: #9ccc65 !important;
|
||
|
}
|
||
|
|
||
|
.light-green {
|
||
|
background-color: #8bc34a !important;
|
||
|
}
|
||
|
|
||
|
.light-green-text {
|
||
|
color: #8bc34a !important;
|
||
|
}
|
||
|
|