Created
August 31, 2015 18:07
-
-
Save AnthonyDiGirolamo/d49a39199136df8ddd46 to your computer and use it in GitHub Desktop.
vimfx-hints.css
This file contains 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(ftp://), url-prefix(file://) { | |
/* AGENT_SHEET */ | |
.VimFxHintMarker { position: absolute !important; display: block !important; top: -1px; left: -1px; white-space: nowrap !important; overflow: hidden !important; font-size: 11px !important; padding: 2px 3px !important; background-color: #feda31 !important; border: 0 !important; border-radius: 2px !important; box-shadow: inset 0 -2px 0 #b39922 !important; | |
} | |
.VimFxHintMarker span { color: #4a400e !important; font-family: Helvetica, Arial, sans-serif !important; font-weight: bold !important; font-size: 16px !important; | |
} | |
.VimFxHintMarker > .VimFxCharMatch { color: #dcbc2a !important; } | |
.VimFxReset { | |
background: none; | |
border: none; | |
bottom: auto; | |
box-shadow: none; | |
color: black; | |
cursor: auto; | |
display: inline; | |
float: none; | |
font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif; | |
font-size: inherit; | |
font-style: normal; | |
font-variant: normal; | |
font-weight: normal; | |
height: auto; | |
left: auto; | |
letter-spacing: 0; | |
line-height: 100%; | |
margin: 0; | |
max-height: none; | |
max-width: none; | |
min-height: 0; | |
min-width: 0; | |
opacity: 1; | |
padding: 0; | |
position: static; | |
right: auto; | |
text-align: left; | |
text-decoration: none; | |
text-indent: 0; | |
text-shadow: none; | |
text-transform: none; | |
top: auto; | |
vertical-align: baseline; | |
white-space: normal; | |
width: auto; | |
z-index: 2147483647; /* Maximum value in Safari */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment