Skip to content

Commit

Permalink
🏂v2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevelopment committed Feb 20, 2020
1 parent 931b5a1 commit 8e05a44
Show file tree
Hide file tree
Showing 270 changed files with 6,407 additions and 85,403 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ sign.sh

AIO\.sh

app/files/tweaks/cmu-autorun/
89 changes: 78 additions & 11 deletions app/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ input[type=checkbox]#bgrotator, .accordion-content input[type=checkbox] {
visibility: visible;
}
tr.bgrotator-button {
height: 100%;
height: 100%;
}
img.loader {}
#bg-img {
Expand Down Expand Up @@ -348,11 +348,25 @@ span.test-panel-toggle, .footer-donate {
left: 10px;
z-index: 99999;
}
.footer-donate {
opacity: 0;
bottom: 40px;
transition: .4s ease .2s;
}
.footer-donate:hover {
opacity: 1;
transition: .2s ease-in 0s;
}
.footer-secret:hover+.footer-donate {
opacity: 1;
transition: .2s linear 0s;
}
.copyright {
position: fixed;
right: 0;
left: 0;
margin: auto;
max-width: 200px;
}
.copyleft {
font-weight: 500
Expand All @@ -370,6 +384,11 @@ footer .contact-form {
footer a {
cursor: pointer;
}
footer .footer-secret {
width: 120px;
position: fixed;
left: 10px;
}
footer .footer-secret a {
color: transparent;
left: 100px;
Expand Down Expand Up @@ -1013,9 +1032,9 @@ body.w3-black {
font-weight: 900;
}
.bootbox-body .w3-center h3 a, .bootbox-body .w3-center h3 button {
letter-spacing: 2.4px;
letter-spacing: 1.4px;
font-weight: 600;
min-width: 350px;
width: 350px;
text-overflow: ellipsis;
}
.compFinishBox .bootbox-body {
Expand Down Expand Up @@ -1943,7 +1962,7 @@ select#spdOp-barThemeStart {
bottom: 10%;
}
::-webkit-scrollbar-button:single-button:start {
height: 0px!important;
height: 0px !important;
}
}
@media only screen and (max-height: 580px) {
Expand Down Expand Up @@ -2521,7 +2540,7 @@ input:disabled {
cursor: not-allowed;
}
.slide-pop {
bottom: 20%;
bottom: 40%;
right: 10px;
position: absolute;
border: 3px groove #524a8a;
Expand Down Expand Up @@ -2568,16 +2587,64 @@ input:disabled {
display: initial;
}
.isink input[type=checkbox].w3-check {
height: 15px;
width: 15px;
height: 15px;
width: 15px;
}
.isink {
text-align: center;
text-align: center;
}
div#goog-gt-tt {
display: none!important;
display: none !important;
}
.goog-text-highlight {
box-shadow:none!important;
background: transparent!important;
box-shadow: none !important;
background: transparent !important;
}
.ppdonate {
opacity: 0.5;
}
.ppdonate:hover {
opacity: 1;
}
div#serial-window {
background: #fff;
padding-top: 100px;
padding-bottom: 100px;
}
.serial-img {
width: 46.6%;
max-width: 46.6%;
width: 600px;
height: auto;
}
.copied-msg {
color: #ff0000;
font-size: 10px;
font-style: oblique;
display: inline;
font-weight: 600;
}
span.one-liner code input, span.one-liner code {
width: 65px;
color: #000;
text-align: center;
}
pre code input, pre code {
width: 100%;
}
#serial-window pre button {
background: #32aeff;
}
pre button.w3-btn {
background: #fff;
color: #000;
display: block;
transition: 1s ease-in-out .5s;
}
#serial-window pre button.w3-btn:hover {
background: #0000ff;
color: #00ff00;
}
.gritter-item-wrapper img {
max-width: 100%;
}
Binary file added app/assets/images/btn_donate_LG.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e05a44

Please sign in to comment.