Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <head>
  2. <meta charset="utf-8">
  3. <title>EpicCraft Stats</title>
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  5. <script src="https://mcapi.us/scripts/minecraft.js"></script>
  6. <style type="text/css">
  7. @font-face {
  8. font-family: 'CrazyIvan';
  9. src: url('http://dl.dropboxusercontent.com/s/ji9ijxy1q736n2q/crazyivan.ttf');
  10. }
  11. * {
  12. text-rendering: optimizeLegibility;
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale;
  15. text-shadow: rgba(0,0,0,.01) 0 0 1px;
  16. }
  17. html {
  18. margin: auto;
  19. padding: auto;
  20. }
  21. #title {
  22. background-color: rgba(0, 0, 0, 100);
  23. color: rgba(255,255,255,0.5);
  24. margin: auto auto;
  25. padding: 10px;
  26. width: 400px;
  27. text-align: center;
  28. border-radius: 10px;
  29. -moz-border-radius: 10px;
  30. font-family: 'CrazyIvan';
  31. font-size: 35pt;
  32. font-weight: 10;
  33. }
  34. .sub1 {
  35. color: rgba(255, 170, 0, 1);
  36. font-family: 'CrazyIvan';
  37. }
  38. .sub2 {
  39. font-family: 'CrazyIvan';
  40. font-size: 46pt;
  41. font-weight: bold;
  42. }
  43. #usersonline {
  44. margin: auto auto;
  45. width: 800px;
  46. text-align: center;
  47. font-size: 150pt;
  48. font-weight: bold;
  49. font-family: 'CrazyIvan';
  50. color: rgba(0,0,0,100);
  51. }
  52. #online {
  53. margin: auto auto;
  54. width: 800px;
  55. text-align: center;
  56. font-size: 60pt;
  57. font-weight: bold;
  58. font-family: 'CrazyIvan';
  59. color: rgba(0,0,0,100);
  60. }
  61. </style>
  62. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement