Skip to content

Instantly share code, notes, and snippets.

@526avijitgupta
Last active December 18, 2015 00:09
Show Gist options
  • Save 526avijitgupta/6f36f2b11e8c6d2d2322 to your computer and use it in GitHub Desktop.
Save 526avijitgupta/6f36f2b11e8c6d2d2322 to your computer and use it in GitHub Desktop.
.attackercallout {
width: 120px;
height: 160px;
box-shadow: 0px 0px 12px rgba(0,255,255,0.5);
border: 1px solid rgba(127,255,255,0.25);
text-align: center;
cursor: default;
z-index: 99;
}
.attackercallout .id {
font-size: 12px;
color: rgba(127,255,255,0.75);
}
.attackercallout .details {
text-align: left;
left: 2px;
font-size: 12px;
color: rgba(127,255,255,0.75);
}
.attackercallout .blockip{
color: #FFF;
text-transform: uppercase;
margin-top: 20px;
}
.attackercallout ul{
list-style: none;
float: left;
left: auto;
margin: 0px;
padding: 0px;
}
.attackercallout .indicator{
color: yellow;
}
.attackercallout a{
color: yellow;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment