Guest User

Untitled

a guest
Jan 23rd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ## new
  2.  
  3. .sLeech {
  4. color: darkred;
  5. position: absolute;
  6. right: 0;
  7. top: 5px;
  8. border-bottom: 1px solid #999;
  9. padding: 0 0 3px;
  10. }
  11. .sSeed:before {
  12. content: "S: ";
  13. float: left;
  14. }
  15.  
  16. .sLeech:before {
  17. content: "L: ";
  18. float: left;
  19. }
  20.  
  21. .sSeed {
  22. bottom: 5px;
  23. color: darkgreen;
  24. position: absolute;
  25. right: 0;
  26. }
  27.  
  28. ## replaceables
  29.  
  30. li > *:not(.sTitle) {
  31. opacity: 0.7;
  32. }
  33.  
  34. .sPeers > * {
  35. line-height: 1;
  36. width: 100%;
  37. }
  38.  
  39. .sPeers {
  40. display: block;
  41. font-size: 0.9em;
  42. height: 44px;
  43. position: absolute;
  44. right: 15px;
  45. text-align: right;
  46. width: 40px;
  47. }
  48.  
  49. ul#search-results > li:nth-of-type(2n) {
  50. background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2)) rgba(0, 0, 0, 0.1);
  51. background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.2))) rgba(0, 0, 0, 0.1);
  52. }
Add Comment
Please, Sign In to add comment