Skip to content

Commit

Permalink
Created Folder "Basic Green Theme" and added "Custom Galaxy Theme" \<…
Browse files Browse the repository at this point in the history
…--- will be still updated.

Created Folder "Basic Green Theme" and added "Custom Galaxy Theme" \<--- will be still updated.
  • Loading branch information
EliteArtz committed Jan 21, 2018
1 parent 6c2432e commit aa8f198
Show file tree
Hide file tree
Showing 31 changed files with 1,734 additions and 531 deletions.
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;
}
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;
}
Loading

0 comments on commit aa8f198

Please sign in to comment.