Skip to content

Instantly share code, notes, and snippets.

@LeadRDRK
Last active May 6, 2020 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeadRDRK/ceec03e100e035d05ac4f36f3edc6d64 to your computer and use it in GitHub Desktop.
Save LeadRDRK/ceec03e100e035d05ac4f36f3edc6d64 to your computer and use it in GitHub Desktop.
.topLeft {
position: relative;
animation: topLeftIn 1s;
}
@keyframes topLeftIn {
from {left: -100px; opacity: 0}
to {left: 0px; opacity: 1}
}
.topRight {
position: relative;
animation: topRightIn 1s;
}
@keyframes topRightIn {
from {right: -100px; opacity: 0}
to {right: 0px; opacity: 1}
}
body {
background-image: url(https://i.imgur.com/VvNhMb0.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
font-family: "Comic Sans MS";
color: white;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
image-rendering: pixelated;
}
a {
text-shadow: none;
font-weight: bold;
}
.boxButton {
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.uName {
animation: rainbow 5s infinite;
}
@keyframes rainbow {
0% {
color: orange;
}
10% {
color: purple;
}
20% {
color: red;
}
30% {
color: CadetBlue;
}
40% {
color: yellow;
}
50% {
color: coral;
}
60% {
color: green;
}
70% {
color: cyan;
}
80% {
color: DeepPink;
}
90% {
color: DodgerBlue;
}
100% {
color: orange;
}
}
.box {
border-image-slice: 24 64 24 22;
border-image-width: 24px 64px 0px 22px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: stretch stretch;
border-image-source: url(https://i.imgur.com/zQftOhU.png);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #efebde;
text-indent: 15px;
}
.boxInfo {
background: linear-gradient(180deg, transparent 10%, white 10%);
}
.boxButton {
color: white;
}
#commentInput {
animation: rainbow 5s infinite;
}
.boxHead {
background-color: transparent;
text-indent: 15px;
font-family: "Trebuchet MS", "Tahoma", sans-serif;
text-shadow: 1px 1px black;
}
.url.box {
background-color: white;
text-indent: 18px;
font-family: "Trebuchet MS", "Tahoma", sans-serif;
text-shadow: 1px 1px black;
}
.fwiendFace {
border-image-slice: 24 64 24 22;
border-image-width: 24px 64px 0px 22px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: stretch stretch;
border-image-source: url(https://i.imgur.com/zQftOhU.png);
}
.extended {
padding-top: 15px;
}
.blurbs {
padding-bottom: 10px;
padding-top: 5px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.fwiends {
padding-bottom: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
margin-bottom: 20px;
}
.songName {
text-indent: 18px;
font-size: 15px;
font-family: "Trebuchet MS", "Tahoma", sans-serif;
text-shadow: 1px 1px black;
color: white;
}
.logo {
text-shadow: none;
font-weight: bold;
}
.logo b {
display: none;
}
.logo:after {
content: "Lead\\\'s Desktop";
}
#hSub a {
text-shadow: none;
}
.fwiendFace b {
display: none;
}
.fwiendFace:before {
content: "Lead";
}
.tableLeft a div b {
display: none;
}
.tableLeft a div:before {
content: "Lead";
}
.comments #form .boxHead {
font-family: "Comic Sans MS";
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.comments .boxHead {
font-family: "Comic Sans MS";
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
background: #2870e6;
}
#header {
border-bottom: unset !important;
background: unset !important;
position: static !important;
}
#hSub {
background: unset !important;
position: static !important;
}
/*
.player:hover::after {
content: "nope";
font-size: 1.625rem;
color: white;
}
.player:hover audio {
display: none;
}
*/
.player:hover .songName a img {
display: block;
}
.songName a img {
display: none;
position: relative;
right: 3.5rem;
}
#footer {
background-color: transparent;
}
form {
width: 95%;
}
.rightHead {
background: #2870e6;
color: white;
}
.tableLeft {
background: none;
}
.tableRight {
background-color: #cce5ff;
border-left: #428bca 5px solid;
border-right: #efebde 5px solid;
padding: 10px 10px 10px 0px;
}
@media only screen and (max-width: 768px) {
#hUp {
left: unset !important;
position: relative !important;
top: unset !important;
}
}
input[type="submit"] {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .1rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
color: #fff;
background-color: #007bff;
border-color: #007bff;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-family: "Trebuchet MS", "Tahoma", sans-serif;
position: relative;
left: 15px;
}
input[type="submit"]:hover {
color:#fff;
background-color:#0069d9;
border-color:#0062cc;
}
input[type="submit"]:focus {
box-shadow:0 0 0 .2rem rgba(38,143,255,.5);
}
.url div a {
position: relative;
top: 2px;
}
#userWall {
border-spacing: 4px 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment