Skip to content

Instantly share code, notes, and snippets.

@mayurah
Created October 2, 2020 19:03
Show Gist options
  • Save mayurah/34e41efcdcab6bceecd0da15313af73c to your computer and use it in GitHub Desktop.
Save mayurah/34e41efcdcab6bceecd0da15313af73c to your computer and use it in GitHub Desktop.
[Splunk] Dashboard #dashboard #css #beautification
<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