Guest User

Untitled

a guest
Jul 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. html {
  2. background-color: #30285c;
  3. padding: 5% 10%;
  4. }
  5.  
  6. body {
  7. box-shadow: 0px 0px 10px #111;
  8. background-color: #222;
  9. color: #ccc;
  10. padding: 5% 10%;
  11. text-align: justify;
  12. font-family: Helvetica;
  13. font-size: 12pt;
  14. line-height: 1.3em;
  15. }
  16.  
  17. h1, h2, h3, h4, h5, h6 {
  18. text-align: center;
  19. font-family: Myriad Pro, Helvetica, sans-serif;
  20. color: #fff;
  21. text-shadow: 2px 2px 10px #000;
  22. }
  23.  
  24. h1 { font-size: 28pt; }
  25. h2 { font-size: 22pt; }
  26. h3 { font-size: 18pt; }
  27. h4 { font-size: 16pt; }
  28.  
  29. code {
  30. background-color: #333;
  31. color: #ccc;
  32. font-family: Droid Sans Mono, monospace;
  33. font-size: 10pt;
  34. padding: 0.1em;
  35. margin: 0 0.25em;
  36. line-height: 1em;
  37. }
  38.  
  39. pre code {
  40. border: none;
  41. background-color: transparent;
  42. color: inherit;
  43. padding: 0;
  44. margin: 0;
  45. }
  46.  
  47. pre {
  48. box-shadow: 2px 2px 10px #000;
  49. border-radius: 0 10px;
  50. padding: 0.5em 1em;
  51. background-color: #483d8b;
  52. color: #ccc;
  53. }
  54.  
  55. a, a:visited {
  56. color: #B0C4DE;
  57. text-decoration: none;
  58. }
  59.  
  60. a:hover {
  61. text-decoration: underline;
  62. }
Add Comment
Please, Sign In to add comment