Guest User

Untitled

a guest
Dec 12th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. body {
  2. font-family: "HelveticaNeue";
  3. font-size: 16px;
  4. line-height: 1.4em;
  5. color: #000;
  6. word-wrap: break-word;
  7. padding: 14px 8px 8px;
  8. }
  9.  
  10.  
  11. h1 {
  12. font-family: "HelveticaNeue-Bold";
  13. font-size: 20px;
  14. line-height: 1.2em;
  15. margin-bottom: 8px;
  16. margin-top: 6px;
  17. border-top: 2px solid #eee;
  18. padding-top: 15px;
  19. }
  20.  
  21. h2,h3,h4,h5,h6 {
  22. font-family: "HelveticaNeue-Bold";
  23. margin: 15px 0 15px;
  24. }
  25.  
  26. p {
  27. margin: 0 0 10px 0;
  28. line-height: 1.4em;
  29. }
  30.  
  31. a {
  32. text-decoration: none;
  33. color: #555;
  34. border-bottom: 1px solid #ddd;
  35. }
  36.  
  37. img {
  38. box-shadow: 0 1px 2px rgba(0,0,0,0.40);
  39. margin: 10px auto 10px auto;
  40. max-width: 100%;
  41. height: auto;
  42. }
  43.  
  44. blockquote {
  45. margin-left: 0;
  46. margin-right: 10px;
  47. padding-left: 10px;
  48. border-left: 2px solid #eee;
  49. }
  50.  
  51. ul,ol {
  52. padding-left: 30px;
  53. }
  54.  
  55. hr {
  56. border: 0;
  57. margin-top: 20px;
  58. height: 1px;
  59. background-color: #eee;
  60. }
  61.  
  62. .date {
  63. font-size: 14px;
  64. color: #ccc;
  65. }
  66.  
  67. .author {
  68. color: #aaa;
  69. font-size: 14px;
  70. text-decoration: none;
  71. border: none;
  72. }
  73.  
  74. .title a {
  75. color: #333;
  76. text-decoration: none;
  77. display: block;
  78. border: none;
  79. }
  80.  
  81. .imagecontainer img + .imagecontainer img {
  82. margin: 0 0 10px 0;
  83. }
  84.  
  85. .imagecontainer {
  86. text-align: center;
  87. }
  88.  
  89. .originalweb {
  90. display: block;
  91. -webkit-box-sizing: border-box;
  92. box-sizing: border-box;
  93. border-radius: 5px;
  94. border: 1px solid #ddd;
  95. width: 100%;
  96. padding: 20px 50px;
  97. margin: 40px auto 10px;
  98. color: #aaa;
  99. text-decoration: none;
  100. text-align: center;
  101. box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
  102. }
Add Comment
Please, Sign In to add comment