-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created Folder "Basic Green Theme" and added "Custom Galaxy Theme" \<…
…--- will be still updated. Created Folder "Basic Green Theme" and added "Custom Galaxy Theme" \<--- will be still updated.
- Loading branch information
Showing
31 changed files
with
1,734 additions
and
531 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
78 changes: 39 additions & 39 deletions
78
Discord Bot Maker/EliteArtz/css/about.css → ...EliteArtz/Basic Green Theme/css/about.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
body { | ||
background-color: #21DD8F; | ||
} | ||
|
||
img { | ||
position: absolute; | ||
} | ||
|
||
@keyframes rotation { | ||
from {} | ||
to { | ||
transform: rotate(360deg); | ||
} | ||
} | ||
|
||
@keyframes scaling { | ||
0% { | ||
transform: scale(1, 1); | ||
} | ||
50% { | ||
transform: scale(1.05, 1.05); | ||
} | ||
100% { | ||
transform: scale(1, 1); | ||
} | ||
} | ||
|
||
#backImage { | ||
animation-name: rotation; | ||
animation-duration: 5s; | ||
animation-timing-function: linear; | ||
animation-iteration-count: infinite; | ||
} | ||
|
||
#frontImage { | ||
animation-name: scaling; | ||
animation-duration: 1s; | ||
animation-timing-function: linear; | ||
animation-iteration-count: infinite; | ||
body { | ||
background-color: #21DD8F; | ||
} | ||
|
||
img { | ||
position: absolute; | ||
} | ||
|
||
@keyframes rotation { | ||
from {} | ||
to { | ||
transform: rotate(360deg); | ||
} | ||
} | ||
|
||
@keyframes scaling { | ||
0% { | ||
transform: scale(1, 1); | ||
} | ||
50% { | ||
transform: scale(1.05, 1.05); | ||
} | ||
100% { | ||
transform: scale(1, 1); | ||
} | ||
} | ||
|
||
#backImage { | ||
animation-name: rotation; | ||
animation-duration: 5s; | ||
animation-timing-function: linear; | ||
animation-iteration-count: infinite; | ||
} | ||
|
||
#frontImage { | ||
animation-name: scaling; | ||
animation-duration: 1s; | ||
animation-timing-function: linear; | ||
animation-iteration-count: infinite; | ||
} |
272 changes: 136 additions & 136 deletions
272
Discord Bot Maker/EliteArtz/css/actions.css → ...iteArtz/Basic Green Theme/css/actions.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,137 +1,137 @@ | ||
#action-label { | ||
padding: 10px 15px 10px 15px; | ||
cursor: pointer; | ||
outline: none; | ||
} | ||
|
||
button.opener { | ||
background-color: #36393e; | ||
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: #474b52; | ||
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; | ||
} | ||
|
||
.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; | ||
} | ||
|
||
#leSideBar::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #242629; | ||
} | ||
|
||
#leSideBar::-webkit-scrollbar-track { | ||
-webkit-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; | ||
-webkit-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; | ||
#action-label { | ||
padding: 10px 15px 10px 15px; | ||
cursor: pointer; | ||
outline: none; | ||
} | ||
|
||
button.opener { | ||
background-color: #36393e; | ||
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: #474b52; | ||
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; | ||
} | ||
|
||
.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; | ||
} | ||
|
||
#leSideBar::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #242629; | ||
} | ||
|
||
#leSideBar::-webkit-scrollbar-track { | ||
-webkit-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; | ||
-webkit-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; | ||
} |
Oops, something went wrong.