Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. Change the word for 'readers' and the currently online
  2. .subscribers .word, .users-online .word{
  3. displaynone;
  4. }
  5. .subscribers .numberafter {
  6. content kids
  7. }
  8. .users-online .numberafter {
  9. content squids
  10. }
  11.  
  12. announcement sticky
  13. div.content {
  14. This lowers the links to create space
  15. margin-top50px;
  16. }
  17. .titlebox form {
  18. Hack to enable repositioning of child elements
  19. position static
  20. }
  21. .side h3nth-of-type(1) {
  22. this code positions the sticky
  23. positionabsolute;
  24. display block;
  25. top67px;
  26. left30px;
  27. this code styles the sticky
  28. background-color #FFA44F;
  29. color #B75500;
  30. text-align left;
  31. margin 15px;
  32. border-radius 8px;
  33. width 50%;
  34. padding 7px 0px 7px 40px;
  35. this code creates the image
  36. background-image url(%%announceicon%%);
  37. background-repeat no-repeat;
  38. background-positionleft;
  39.  
  40. }
  41. .md a[href^=#] {
  42. background url(%%spritesheet%%) no-repeat top left;
  43. }
  44.  
  45. .a[href=#1]{ background-position 0 0; width 70px; height 70px; }
  46. .a[href=#2]{ background-position 0 -120px; width 70px; height 70px; }
  47. .a[href=#3]{ background-position 0 -240px; width 70px; height 70px; }
  48. .a[href=#4]{ background-position 0 -360px; width 70px; height 70px; }
  49. .a[href=#5]{ background-position 0 -480px; width 70px; height 70px; }
  50. .a[href=#Afraid]{ background-position 0 -600px; width 70px; height 70px; }
  51. .a[href=#callie]{ background-position 0 -720px; width 70px; height 70px; }
  52. .a[href=#gitgud]{ background-position 0 -840px; width 70px; height 70px; }
  53. .a[href=#marie]{ background-position 0 -960px; width 70px; height 70px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement