style.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. body {
  2. font-size: 14px;
  3. font-family: "Helvetica Neue", Arial, sans-serif;
  4. font-weight: 300;
  5. color: #666;
  6. }
  7. p {
  8. margin-top: 10px;
  9. }
  10. a {
  11. color: #00B7FF;
  12. }
  13. a.anchor {
  14. position: relative;
  15. top: -50px;
  16. }
  17. a.forkme {
  18. top: 0;
  19. right: 0;
  20. z-index: 1040;
  21. position: fixed;
  22. display: inline-block;
  23. background: #008000;
  24. box-shadow: 0 0 5px #000;
  25. color: #fff;
  26. font-weight: bold;
  27. padding: 3px 40px;
  28. border: 2px solid #006400;
  29. -webkit-transform: rotate(45deg) translate(65px);
  30. transform: rotate(45deg) translate(65px);
  31. }
  32. a.forkme:hover {
  33. color: #ddd;
  34. text-decoration: none;
  35. }
  36. mark.green {
  37. background: inherit;
  38. color: #008000;
  39. font-weight: bold;
  40. padding: 0;
  41. }
  42. h1, h2, h3, h4, h5, h6 {
  43. color: #333;
  44. font-weight: normal;
  45. }
  46. h3 {
  47. margin-top: 2em;
  48. }
  49. h4 {
  50. margin-top: 1em;
  51. }
  52. .center {
  53. text-align: center;
  54. }
  55. .code {
  56. display: block;
  57. font-family: monospace;
  58. word-wrap: break-word;
  59. min-height: 20px;
  60. padding: 10px 20px;
  61. margin-bottom: 20px;
  62. background: #fafafa;
  63. border-left: 3px solid;
  64. border-radius: 0px 4px 4px 0px;
  65. box-shadow: 0 0 1px inset;
  66. }
  67. .sideface {
  68. width: 160px;
  69. height: 160px;
  70. display: inline-block;
  71. }
  72. .sideface.Jake0oo0 {
  73. background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=160");
  74. }
  75. .sideface.Jake0oo0:hover {
  76. background:url("/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=160&helm=true");
  77. }
  78. .sideface.redstone_sheep {
  79. background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=160");
  80. }
  81. .sideface.redstone_sheep:hover {
  82. background:url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=160&helm=true");
  83. }
  84. .sideface.Notch {
  85. background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=160");
  86. }
  87. /* Notch please fid your skin -_-
  88. .sideface.Notch:hover {
  89. background:url("/avatars/069a79f444e94726a5befca90e38aaf5?size=160&helm=true");
  90. }*/
  91. .sideface.sk89q {
  92. background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=160");
  93. }
  94. .sideface.sk89q:hover {
  95. background:url("/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=160&helm=true");
  96. }
  97. .sideface.md_5 {
  98. background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=160");
  99. }
  100. .sideface.md_5:hover {
  101. background:url("/avatars/af74a02d19cb445bb07f6866a861f783?size=160&helm=true");
  102. }