Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /***** EPISODE WIDGET
- by @leejordan / @venusthms
- - do not copy any part of this theme !
- - terms of use: venusthms.tumblr.com/terms *****/
- /* position */
- .sq {
- right: 10px; /* change to left if you want */
- top: 40px; /* change to bottom if you want */
- }
- .episode {
- right:0; /* change to left if you want */
- top: 57px; /* change to bottom if you want */
- text-align: right;
- }
- /* colours */
- .sq {background: #f6f6f6;} /* square */
- .sq:hover, .sqc {background: #fe5c5c } /* square hover */
- .square {border: 1px solid #fe5c5c;} /* square border */
- .full {background: #fe5c5c;} /* full ranking circles */
- .c {border: 1px solid #fe5c5c;} /* empty circles border */
- /* squares */
- .sq {width: 16px;height: 16px; }
- .square { width: 14px;height: 14px;} /* keep two less than .sq */
- /* container */
- .episode {
- position: fixed;
- width:200px;
- height: auto;
- padding: 5px 9px;
- background: #fff; /* background colour */
- display:none;
- }
- /* comment cursor */
- .spoiler {cursor:pointer;}
- /* rating circles */
- .c {width: 6px;height: 6px;border-radius: 100%}
Advertisement
Add Comment
Please, Sign In to add comment