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; width:50px; height:50px; position: relative;}
+
.pause { display:block; position: relative;}
 
.pause:before {
 
.pause:before {
 
     content:"\E174";
 
     content:"\E174";
Line 9: Line 9:
 
     text-decoration: inherit;
 
     text-decoration: inherit;
 
     color: #F8951F;
 
     color: #F8951F;
     font-size: 18px;
+
     font-size: 28px;
    padding-right: 0.5em;
 
 
     position: absolute;
 
     position: absolute;
 
     top: 0; left: 0;
 
     top: 0; left: 0;
 
}
 
}
 
.pause:hover:before {color: #FF0000 !important;}
 
.pause:hover:before {color: #FF0000 !important;}
 +
.play {color: #0fb614 !important;}
 
/* </source> */
 
/* </source> */

Revision as of 12:05, 11 March 2014

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