diff --git a/2020/README.md b/2020/README.md new file mode 100644 index 0000000..b0551b9 --- /dev/null +++ b/2020/README.md @@ -0,0 +1,44 @@ +## **Thank you for downloading my Theme!** + +### **Overview** + +* Important +* How to use the Theme in Discord Bot Maker +* Edit Design +* Remove the theme + +--- + +### **Important** + +- I do not take the responsibility for upcoming issue's with the theme +- Changing only the colors isn't allowed to publish the theme as yours. +- On any questions about this theme, please tell them us on the [DBM-Network Discord Guild](https://discord.gg/3QxkZPK) ! + +--- + +### **How to use the Theme in *Discord Bot Maker*** +1. Check firstly if you're using ^1.5.9 Discord Bot Maker, otherwise this theme won't work properly. +2. Go to the Discord Bot Maker folder, where you installed it. +*(default: C:/Program Files/Steam/steamapps/common/Discord Bot Maker)* +3. A folder "themes" should exists, place the theme folder you downloaded in there. The files inside shouldn't be in an another folder. +4. If you haven't, close Discord Bot Maker and start it again. At the top under "Themes", it should appear now. + +--- + +### **Edit Design** +**You don't like the theme-color and/or wan't to use *unused* design-ideas? That isn't a problem.** + +There's a file inside the theme folder called "variables.css", inside it, there are the most used colors, and are easy to edit. *Use a color-picker, if you don't know how to get your desired color* and replace it with the already in-use colors, save it, and your desired colors will now be in use. +Now to the unused design ideas. +These are mostly "commented", means, inside of those "/* */", if you remove those, save it, and the design ideas will now be in use. + +--- + +### **Remove the Theme** +1. Firstly, go into Discord Bot Maker and select under "Themes", "Default", because when removing it, it may leave your Discord Bot Maker with issues. +2. Go back to the Discord Bot Maker themes folder. +*(default: C:/Program Files/Steam/steamapps/common/Discord Bot Maker/themes)* +3. Delete the theme, or move it outside the Discord Bot Maker themes folder. + + Theme by [EliteArtz/Jordan](https://eliteartz.de/) @ 2020 - [Discord Bot Maker (^1.5.9)](https://dbotmaker.io/) diff --git a/2020/about-index.html b/2020/about-index.html new file mode 100644 index 0000000..76f5ff2 --- /dev/null +++ b/2020/about-index.html @@ -0,0 +1,62 @@ + + + + + + + + About + + + +
+ + +
+
+
+ Discord Bot Maker +
+
+ Version 1.0.0 +
+

+
+ © Robert Borghese 2020 +
+
+ Themed by EliteArtz +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/2020/about.css b/2020/about.css new file mode 100644 index 0000000..82429ce --- /dev/null +++ b/2020/about.css @@ -0,0 +1,39 @@ +body { + color: white; + background-color: var(--bg); +} +#logo { + padding-top: 100px; + width:75%; + fill:transparent; + overflow: unset; +} +#logo path {animation: buildText 4s ease forwards; stroke: white; stroke-linecap: round; stroke-width: 15px;} +#logo path:nth-child(1) { + stroke-dashoffset: 1100; + stroke-dasharray: 1100; +} +#logo path:nth-child(2) { + stroke-dashoffset:1100; + stroke-dasharray:1100; +} +#logo path:nth-child(3) { + stroke-dashoffset:2244; + stroke-dasharray:2350; +} +@keyframes buildText { + to { + stroke-dashoffset: 90; + } +} +@keyframes fillW { + to { + fill:white; + } +} +#info { + width:100%; + position: fixed; + bottom: 0; + text-align:center; +} \ No newline at end of file diff --git a/2020/actions-index.html b/2020/actions-index.html new file mode 100644 index 0000000..1fb52ad --- /dev/null +++ b/2020/actions-index.html @@ -0,0 +1,54 @@ + + + + + + + Action Editor + + + +
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + \ No newline at end of file diff --git a/2020/actions.css b/2020/actions.css new file mode 100644 index 0000000..3842dbf --- /dev/null +++ b/2020/actions.css @@ -0,0 +1,174 @@ +#action-label { + padding: 10px 15px 10px 15px; + cursor: pointer; + outline: none; +} + +button.opener { + background-color: #2f3236; + color: #eee; + cursor: pointer; + padding: 8px; + width: 100%; + border: none; + text-align: left; + outline: none; + font-size: 14px; + transition: 0.4s; +} + +button.openerChild { + background-color: #242529; + color: #eee; + cursor: pointer; + padding: 6px; + width: 100%; + border: none; + text-align: left; + outline: none; + font-size: 12px; +} + +button.openerChild.active, button.openerChild:hover {background-color: #53585f;} + +button.opener:after { + content: '+'; + color: #777; + font-weight: bold; + float: right; + margin-left: 5px; +} + +button.openerChild:after { + color: #777; + font-weight: bold; + float: right; + margin-left: 5px; +} + +button.opener.active:after {content: "-";} + +div.dropContent { + background-color: white; + max-height: 0; + overflow: hidden; + transition: max-height 0.2s ease-out; +} + +.ui.dropdown { + text-align: center; + width: 200px; +} + +input[type=text] {width: 90%;} + +.action-input { + margin: 0 auto; + padding-top: 6px; + max-width: 640px; + width: 94%; + height: 80%; +} + +.action-input h1 {margin-top: 0;} + +#theHead { + right: 0; + top: 0; + left: 0; + background-color: #242629; + text-align: center; + position: relative; +} + +.action-footer { + width: 100%; + position: absolute; + right: 0; + bottom: 0; + left: 0; + padding: 1rem; + background-color: #242629; + text-align: center; +} + +#leSideBarContent { + margin-right: 10px; + width: 220px; +} + +#leSideBar { + width: 232px; + margin: 10px; + background: #2f3236 !important; +} + +#leSideBar::-webkit-scrollbar { + width: 8px; + background-color: #242629; + transition: all 250ms ease-in-out; + scroll-behavior: smooth; + scrollbar-width:0px; +} + +#leSideBar::-webkit-scrollbar-track { + /*box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ + border-radius: 10px; + background-color: #242629; +} + +#leSideBar::-webkit-scrollbar-thumb { + border-radius: 10px; + /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/ + background-color: #555; +} + +input::-webkit-calendar-picker-indicator { + opacity: 100; + background-color: transparent; + transform: scale(0.7, 0.7); +} + +input::-webkit-calendar-picker-indicator:hover {background-color: transparent;} + +input#searchfilter { + border-radius: 4px; + padding: 12px !important; + height: 22px; + border:0 solid transparent; + background-color: rgba(0,0,0,0.2); +} + +/* EXTRAS ~ EliteArtz */ +/* White Buttons */ +.ui.button { + color:white; + background: var(--main-grey); +} +.ui.button:hover { + color:white; + background: var(--main-grey-hover); +} +.ui.button:focus { + color:white; + background: var(--main-grey); +} + +/* DROPDOWNS */ +.ui.selection.dropdown {border: none !important;} +.ui.selection.active.dropdown {box-shadow: none;} +.ui.selection.active.dropdown:hover {box-shadow: none;} +.ui.selection.dropdown .menu { + border:none; + box-shadow: none !important; + border-radius: 0 0 6px 6px; +} +.ui.selection.dropdown .menu > .item {border-top:none;} +.ui.selection.dropdown .menu > .item:hover {background:rgba(0, 0, 0, .5);} + +/*Action window blur*/ +.pusher { + filter: blur(0px); + transition: transform 500ms ease, filter 500ms ease !important; +} +.pusher.dimmed {filter:blur(10px);} \ No newline at end of file diff --git a/2020/botlog-index.html b/2020/botlog-index.html new file mode 100644 index 0000000..cec1825 --- /dev/null +++ b/2020/botlog-index.html @@ -0,0 +1,56 @@ + + + + + + Testing Bot Log + + +
+
+ + +
+ + + + + + + \ No newline at end of file diff --git a/2020/copy-display.html b/2020/copy-display.html new file mode 100644 index 0000000..f6950a2 --- /dev/null +++ b/2020/copy-display.html @@ -0,0 +1,32 @@ + + + + + + + Building Project + + +
+
+
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/2020/emojis.css b/2020/emojis.css new file mode 100644 index 0000000..546d6b6 --- /dev/null +++ b/2020/emojis.css @@ -0,0 +1,24 @@ +.emojiButton { + background-color: #4CAF50; /* Green */ + border: none; + color: white; + width: 36px; + height: 36px; + padding: 2px 2px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + -webkit-transition-duration: 0.4s; /* Safari */ + transition-duration: 0.4s; + cursor: pointer; + background-color: white; + color: black; + border: 2px solid #4CAF50; +} + +.emojiButton:hover { + background-color: #4CAF50; + color: white; +} \ No newline at end of file diff --git a/2020/index.html b/2020/index.html new file mode 100644 index 0000000..11ccf2c --- /dev/null +++ b/2020/index.html @@ -0,0 +1,454 @@ + + + + + + Discord Bot Maker + + + + + + + +
+
+ + + +
+
+
+
+
+
+
+ +

+
+
+
+ +
+
+
+ +

+
+
+
+ +
+
+
+ Settings +

Use this page to + register all of your bot's information and connect it to your project! If you have not created a + bot account yet, you may do so by visiting Discord's developer page. One may also + customize the data encryption password and other various properties pertaining to the + bot.

+
+
+
+
+ Command Tag:
+ +
+
+
+
+ Parameter Separator:
+ +
+
+
+ Command Case Sensitive:
+ +
+
+
+
+
+
+ Bot Owner ID:
+ +
+
+
+
+ Encryption Password:
+ +
+
+
+
+ + Bot Token:
+
+ +
+
+ + +
Client ID:
+

+
+
+ + Theme Settings Version 1.1.0 +
+
+
+
+ Background Overlay + +
+
+
+ + +


+
+ + +


+ +
+
+
+
+ +
+
+