diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index fa98af4a..00000000 Binary files a/.DS_Store and /dev/null differ diff --git a/css/styles.css b/css/styles.css index e26d0cd4..7f481255 100644 --- a/css/styles.css +++ b/css/styles.css @@ -133,11 +133,23 @@ cursor: pointer; } -.topbuttons .matbut { +.topbuttons .material-button { display: inline-block; } -.matbut { +.rmp-button { + +} + +.ecis-button { + +} + +.textbook-button{ + +} + +.material-button { border: none; outline: none; cursor: pointer; @@ -149,14 +161,11 @@ font-style: bold; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); background: #ff9800; -} - -.matbut { position: relative; overflow: hidden; } -.matbut:after { +.material-button:after { content: ""; position: absolute; top: 50%; @@ -187,7 +196,7 @@ } } -.matbut:focus:not(:active)::after { +.material-button:focus:not(:active)::after { animation: ripple 1s ease-out; } @@ -271,4 +280,4 @@ bottom: 0; opacity: 0; } -} \ No newline at end of file +} diff --git a/js/Template.js b/js/Template.js index acdac8ff..66bb66d5 100644 --- a/js/Template.js +++ b/js/Template.js @@ -1,194 +1,185 @@ -class Template { - static Main = class Main { - static modal() { - return `