Last active
August 29, 2015 14:16
-
-
Save TheEnigmaBlade/3e0b302f5fd00c325128 to your computer and use it in GitHub Desktop.
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
.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