Difference between revisions of "User:AcDie/vector.css"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
/* <source lang="css"> */ | /* <source lang="css"> */ | ||
.catlinks li {margin: 0 0 0 0 !important;} | .catlinks li {margin: 0 0 0 0 !important;} | ||
+ | #music a, | ||
+ | #music a:link, | ||
+ | #music a:active, | ||
+ | #music a:visited, | ||
+ | #music a:hover { background:#666 !important;} | ||
.music {display:inline-block; width:40px; height:40px; position: relative; font: 28px/1em 'Glyphicons Regular'; background:#666; border: 1px solid #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;} | .music {display:inline-block; width:40px; height:40px; position: relative; font: 28px/1em 'Glyphicons Regular'; background:#666; border: 1px solid #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;} | ||
.note:before {content:"\E018"; color: #F8951F; position:absolute; top:6px; left:6px;} | .note:before {content:"\E018"; color: #F8951F; position:absolute; top:6px; left:6px;} |
Revision as of 13:12, 11 March 2014
/* <source lang="css"> */ .catlinks li {margin: 0 0 0 0 !important;} #music a, #music a:link, #music a:active, #music a:visited, #music a:hover { background:#666 !important;} .music {display:inline-block; width:40px; height:40px; position: relative; font: 28px/1em 'Glyphicons Regular'; background:#666; border: 1px solid #000; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;} .note:before {content:"\E018"; color: #F8951F; position:absolute; top:6px; left:6px;} .note:hover:before {color: #0fb614 !important;} .pause:before {content:"\E174"; color: #F8951F; position:absolute; top:6px; left:6px;} .play:before {color: #0fb614 !important;} /* </source> */