Difference between revisions of "User:AcDie/vector.css"

From RimWorld Wiki
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;}
.pause { display:block; position: relative;}
+
.music {display:block; position: relative; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 28px; position: absolute; top: 0; left: 0;}
.pause:before {
+
.note:before {content:"\E018"; color: #F8951F;}
    content:"\E174";
+
.note:hover:before {color: #0fb614 !important;}
    font-family: 'Glyphicons Regular';
+
.pause:before {content:"\E174"; color: #F8951F;}
    font-style: normal;
 
    font-weight: normal;
 
    text-decoration: inherit;
 
    color: #F8951F;
 
    font-size: 28px;
 
    position: absolute;
 
    top: 0; left: 0;
 
}
 
 
.play:before {color: #0fb614 !important;}
 
.play:before {color: #0fb614 !important;}
 
/* </source> */
 
/* </source> */

Revision as of 12:15, 11 March 2014

/* <source lang="css"> */
.catlinks li {margin: 0 0 0 0 !important;}
.music {display:block; position: relative; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; text-decoration: inherit; font-size: 28px; position: absolute; top: 0; left: 0;}
.note:before {content:"\E018"; color: #F8951F;}
.note:hover:before {color: #0fb614 !important;}
.pause:before {content:"\E174"; color: #F8951F;}
.play:before {color: #0fb614 !important;}
/* </source> */