Created
October 2, 2020 19:03
-
-
Save mayurah/34e41efcdcab6bceecd0da15313af73c to your computer and use it in GitHub Desktop.
[Splunk] Dashboard #dashboard #css #beautification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<row> | |
<html> | |
<style> | |
.dashboard-element-title{ | |
text-align: center; | |
background: #00506f; | |
font-family: Verdana; | |
} | |
.panel-title{ | |
text-align: center; | |
background: #044848; | |
} | |
.more_insights{ | |
margin: 0px 0px !important; | |
} | |
body{ | |
background-image: url(https://i.imgur.com/07QdH6c.gif) !important; | |
background-repeat: repeat !important; | |
} | |
.dashboard-body{ | |
background-image: url(https://i.imgur.com/07QdH6c.gif) !important; | |
background-repeat: repeat !important; | |
} | |
h1 { | |
background: teal; | |
padding: 10px; | |
box-shadow: 2px 2px 2px black; | |
} | |
.input{ | |
background: #00858599; | |
padding: 10px; | |
} | |
</style> | |
</html> | |
</row> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment