2
0

style.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body {
  2. padding: 50px;
  3. font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  4. }
  5. p {
  6. margin-top: 10px;
  7. }
  8. a {
  9. color: #00B7FF;
  10. }
  11. a.forkme {
  12. position: fixed;
  13. top: 0;
  14. right: 0;
  15. z-index: 1040;
  16. }
  17. mark.green {
  18. background: inherit;
  19. color: #008000;
  20. font-weight: bold;
  21. padding: 0;
  22. }
  23. .code {
  24. font-family: monospace;
  25. }
  26. .sideface {
  27. width: 180px;
  28. height: 180px;
  29. }
  30. .sideface.Jake0oo0 {
  31. background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=180&default=alex");
  32. }
  33. .sideface.Jake0oo0:hover {
  34. background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=180&default=alex&helm");
  35. }
  36. .sideface.redstone_sheep {
  37. background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=180&default=alex");
  38. }
  39. .sideface.redstone_sheep:hover {
  40. background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=180&default=alex&helm");
  41. }
  42. .sideface.Notch {
  43. background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=180&default=alex");
  44. }
  45. .sideface.Notch:hover {
  46. background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=180&default=alex&helm");
  47. }
  48. .sideface.sk89q {
  49. background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=180&default=alex");
  50. }
  51. .sideface.sk89q:hover {
  52. background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=180&default=alex&helm");
  53. }
  54. .sideface.md_5 {
  55. background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=180&default=alex");
  56. }
  57. .sideface.md_5:hover {
  58. background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=180&default=alex&helm");
  59. }