Merge pull request #522 from Th3M3/clean_up_style-rules

Clean up style rules
This commit is contained in:
Mark Drobnak
2018-05-29 18:16:31 -04:00
committed by GitHub
3 changed files with 11 additions and 30 deletions

View File

@@ -189,10 +189,6 @@
<link href="style/vendor/skin-blue.min.css" rel="stylesheet" type="text/css" />
<link href="style/pi-hole.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" sizes="160x160" href="img/logo.svg" />
<style type="text/css">
.glow { text-shadow: 0px 0px 5px #fff; }
.small-box span { transition-duration: 500ms }
</style>
<!--[if lt IE 9]>
<script src="scripts/vendor/html5shiv.min.js"></script>

View File

@@ -21,31 +21,10 @@ else
?>
<style type="text/css">
.tooltip-inner {
max-width: none;
white-space: nowrap;
}
@-webkit-keyframes Pulse {
from {
color: #630030;
-webkit-text-shadow: 0 0 9px #333;
}
50% {
color: #e33100;
-webkit-text-shadow: 0 0 18px #e33100;
}
to {
color: #630030;
-webkit-text-shadow: 0 0 9px #333;
}
}
p.lookatme {
-webkit-animation-name: Pulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
.tooltip-inner {
max-width: none;
white-space: nowrap;
}
</style>
<?php // Check if ad lists should be updated after saving ...

View File

@@ -15,6 +15,12 @@
-o-user-select: none;
user-select: none;
}
.small-box span {
transition-duration: 500ms;
}
.small-box span.glow {
text-shadow: 0px 0px 5px #fff;
}
.skin-blue .list-group-item:hover {
background: #ddd;
}
@@ -28,7 +34,7 @@
50% {color:#e33100;text-shadow:0 0 5px #e33100;}
to {color:#630030;text-shadow:0 0 2px transparent;}
}
a.lookatme {
.lookatme {
-webkit-animation-name: Pulse;
animation-name: Pulse;
-webkit-animation-duration: 2s;