Skip to content

Instantly share code, notes, and snippets.

@TheEnigmaBlade
Last active August 29, 2015 14:16
Show Gist options
  • Save TheEnigmaBlade/3e0b302f5fd00c325128 to your computer and use it in GitHub Desktop.
Save TheEnigmaBlade/3e0b302f5fd00c325128 to your computer and use it in GitHub Desktop.
.side .md > ol:first-child {
left: 350px;
list-style: none outside none;
margin: 0;
padding: 0;
position: absolute;
top: 23px;
z-index: 200;
}
.side .md > ol:first-child li > p {
margin: 3px 0;
line-height: 16px;
}
.side .md > ol:first-child li a {
background-color: #040404;
border: 1px solid #0C2E2D;
border-radius: 2px;
box-shadow: 0 0 4px black;
color: #BAFFF7;
display: inline-block;
font-size: 12px;
font-weight: normal;
padding: 3px 6px 3px 0;
text-decoration: none;
}
.side .md > ol:first-child li a:before {
background-color: #0C2E2D;
margin: 0 4px 0 0;
padding: 3px 6px;
content: "Notice";
color: #BAFFF7;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment