mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
Gem Viewer. General cleanup
This commit is contained in:
@@ -571,10 +571,4 @@ $(document).ready(function () {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
@@ -110,10 +110,11 @@ option {
|
||||
border: 1px solid #ddd;
|
||||
margin: 30px auto;
|
||||
padding: 10px;
|
||||
background: #fafaff;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(/img/bg.jpg);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
font-family:lato;
|
||||
@@ -155,7 +156,7 @@ select {
|
||||
|
||||
|
||||
#search {
|
||||
background: none !important;
|
||||
background: white !important;
|
||||
}
|
||||
select::-ms-expand {
|
||||
display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
|
||||
@@ -278,3 +279,23 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
|
||||
color: #4169E1; /* Magic color*/
|
||||
}
|
||||
|
||||
@-webkit-keyframes psychedelic {
|
||||
0% {
|
||||
-webkit-filter: hue-rotate(0deg) saturate(2) invert(0);
|
||||
}
|
||||
|
||||
50% {
|
||||
-webkit-filter: hue-rotate(360deg) saturate(2) invert(.25);
|
||||
}
|
||||
|
||||
100% {
|
||||
-webkit-filter: hue-rotate(0deg) saturate(2) invert(0);
|
||||
}
|
||||
}
|
||||
|
||||
.psychedelic {
|
||||
-webkit-animation: psychedelic linear 10s infinite;
|
||||
-moz-animation: psychedelic linear 10s infinite;
|
||||
-o-animation: psychedelic linear 10s infinite;
|
||||
animation: psychedelic linear 10s infinite;
|
||||
}
|
||||
|
Reference in New Issue
Block a user