Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. .recap-info
  2. :width 460px
  3. :float right
  4.  
  5. h1
  6. +ir
  7. :margin -4px 0 6px
  8. :width 260px
  9. :height 23px
  10.  
  11. // building heading css
  12. @for !i from 1 to 8
  13. !k = 0
  14. @if !i == 1
  15. !k = 0
  16. @else if !i == 2
  17. !k = 8
  18. @else if !i == 3
  19. !k = 13
  20. @else if !i == 4
  21. !k = 7
  22. @else if !i == 5
  23. !k = 7
  24. @else if !i == 6
  25. !k = 6
  26. @else if !i == 7
  27. !k = 8
  28.  
  29. @for !j from 1 to 25
  30. !h = !k + !j - 1
  31. #season-recaps.season-#{!i}
  32. @if !h > 24
  33. !h = !h - 24
  34.  
  35. #episode-#{!j} h1
  36. :background-image url(../images/titles/episodes/#{!h}.png)
Add Comment
Please, Sign In to add comment