mirror of
https://github.com/pi-hole/web.git
synced 2025-12-27 13:59:14 +00:00
Merge pull request #522 from Th3M3/clean_up_style-rules
Clean up style rules
This commit is contained in:
@@ -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>
|
||||
|
||||
29
settings.php
29
settings.php
@@ -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 ...
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user