Advertisement
Guest User

Untitled

a guest
Apr 28th, 2019
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. body {
  2. color: #000000;
  3. font-family: 游明朝;
  4. background-color: #1e1f21;
  5. margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
  6. }
  7. h1 {
  8. color: #000000;
  9. background-color: #5e89ac;
  10. font-family: 游明朝;
  11. font-weight: bold;
  12. font-size: x-large;
  13. margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 3px;
  14. }
  15. h2 {
  16. color: #c6c8c7;
  17. font-family: 游明朝;
  18. background-color: #292a2e;
  19. font-size: large;
  20. margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
  21. }
  22. pre {
  23. color: #f7f7ed;
  24. font-family: 游明朝;
  25. background-color: #292a2e;
  26. margin-left: 5px; margin-right: 0px; margin-top: 7px; margin-bottom: 7px;
  27. white-space: pre-wrap;
  28. text-indent: 15px;
  29. font-size: medium;
  30. }
  31. i {}
  32. b {
  33. color: #80a2be;
  34. }
  35. em.err {
  36. color: #DD0000;
  37. font-weight: bold;
  38. font-stye: italic;
  39. }
  40. span.sel {
  41. color: #5e89ac;
  42. }
  43. span.img {
  44. font-size: small;
  45. font-stye: italic;
  46. }
  47. img {
  48. vertical-alignment: super;
  49. font-size: small;
  50. }
  51. sup {
  52. color: #5e89ac;
  53. }
  54. sub {
  55. color: #295e9b;
  56. }
  57. a {
  58. color: #0a4da0;
  59. }
  60. a.ref {}
  61. a.cnd {
  62. color: #0a4da0;
  63. }
  64. a.img {}
  65. a.snd {}
  66. a.mpg {}
  67. p {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement