Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. * {
  2. background: transparent;
  3. border: none;
  4. margin: 0;
  5. padding: 0;
  6. }
  7.  
  8. /* ----------------------------- General ----------------------------- */
  9.  
  10. .gr1, .gr2, .gr3, .gr-top .tri, .gr-top .gr h2 img {
  11. display: none;
  12. }
  13.  
  14. a {}
  15.  
  16. a:hover {}
  17.  
  18. /* ----------------------------- Journal ----------------------------- */
  19.  
  20. .negate-box-margin {}
  21.  
  22. .gr-box {
  23. background: url('http://orig02.deviantart.net/8cee/f/2017/120/1/f/journal_by_eliysia_db7p7wk_by_eliysia-db7pclv.png') no-repeat fixed;
  24. }
  25.  
  26. /* ----------------------------- Top ----------------------------- */
  27.  
  28. .gr-top {}
  29.  
  30. .gr-top .gr {
  31. padding-left: 0!important;
  32. }
  33.  
  34. .gr-top .gr h2 {}
  35.  
  36. .gr-top .gr h2, .gr-top .gr h2 a {}
  37. .gr-top .gr h2 a:hover {}
  38.  
  39. .gr-top .gr span {}
  40.  
  41. /* ----------------------------- Body ----------------------------- */
  42.  
  43. .gr-body {}
  44.  
  45. .gr-body .gr {
  46. overflow: visible!important;
  47. position: static!important;
  48. }
  49.  
  50. .gr-body .gr .grf-indent {}
  51.  
  52. .gr-body .gr .grf-indent .text {
  53. max-width: 1000px;
  54. }
  55.  
  56. /* ----------------------------- Bottom ----------------------------- */
  57.  
  58. .bottom{
  59. background: transparent url('http://orig03.deviantart.net/dddf/f/2017/120/6/1/doggog_by_eliysia_db7p7w8_by_eliysia-db7p9pi.png') no-repeat;
  60. padding: 256px 4% 27px 4%;
  61. text-align: right;
  62. }
  63.  
  64. /* ----------------------------- Text ----------------------------- */
  65.  
  66. .text{
  67. background: transparent;
  68. border-radius: 20px;
  69. -moz-border-radius: 20px;
  70. -webkit-border-radius: 20px;
  71.  
  72. color: #222222;
  73. font-family: "Verdana";
  74. font-size: 14px;
  75. text-align: left;
  76. line-height: 16px;
  77. padding: 30px 5% 30px 5% ;
  78. margin: 30px 5% 30px 5% ;}
  79.  
  80. .text p {}
  81.  
  82. .text blockquote {}
  83.  
  84. .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {}
  85.  
  86. .text h1 {}
  87. .text h2 {}
  88. .text h3 {}
  89. .text h4 {}
  90. .text h5 {}
  91. .text h6 {}
  92.  
  93. .text ul {}
  94.  
  95. .text ol {}
  96.  
  97. .text li {}
  98.  
  99. .text hr {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement