Difference between revisions of "User:AcDie/vector.css"
Jump to navigation
Jump to search
m |
m |
||
Line 2: | Line 2: | ||
.catlinks li {margin: 0 0 0 0 !important;} | .catlinks li {margin: 0 0 0 0 !important;} | ||
.music {display:inline-block; width:40px; height:40px; position: relative; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 28px; background:#000;} | .music {display:inline-block; width:40px; height:40px; position: relative; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 28px; background:#000;} | ||
− | .note:before {content:"\E018"; color: #F8951F; padding: | + | .note:before {content:"\E018"; color: #F8951F; padding: 12px;} |
.note:hover:before {color: #0fb614 !important;} | .note:hover:before {color: #0fb614 !important;} | ||
− | .pause:before {content:"\E174"; color: #F8951F; padding: | + | .pause:before {content:"\E174"; color: #F8951F; padding: 12px;} |
.play:before {color: #0fb614 !important;} | .play:before {color: #0fb614 !important;} | ||
/* </source> */ | /* </source> */ |
Revision as of 12:36, 11 March 2014
/* <source lang="css"> */ .catlinks li {margin: 0 0 0 0 !important;} .music {display:inline-block; width:40px; height:40px; position: relative; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 28px; background:#000;} .note:before {content:"\E018"; color: #F8951F; padding: 12px;} .note:hover:before {color: #0fb614 !important;} .pause:before {content:"\E174"; color: #F8951F; padding: 12px;} .play:before {color: #0fb614 !important;} /* </source> */