Advertisement
jaronart

Untitled

Jul 8th, 2021
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. <style>
  2.  
  3. /* cp cp-tiger-o */
  4. .pepper {
  5. --main-color:#BC8A8E;
  6. --accent:#9789A1;
  7. }
  8.  
  9. .jspgal {
  10. width:400px;
  11. margin:20px auto;
  12. background:linear-gradient(var(--main-color), var(--accent));
  13. padding:20px;
  14. border-radius:20px;
  15. line-height:100%;
  16. }
  17.  
  18. .jspgal-head {
  19. padding:20px;
  20. text-align:center;
  21. color:#fff;
  22. display:flex;
  23. flex-wrap:no-wrap;
  24. align-items:center;
  25. padding-bottom:30px;
  26. }
  27.  
  28. .jspgal-head span {
  29. font-size:55px;
  30. color:var(--main-color);
  31. -webkit-text-stroke-width: 0.5px;
  32. -webkit-text-stroke-color: #fff;
  33. }
  34.  
  35. .jspgal-line {
  36. width:100%;
  37. height:0.5px;
  38. background:#fff;
  39. margin:0px 20px;
  40. }
  41.  
  42. .jspgal-rp {
  43. padding:50px;
  44. background:#eee;
  45. border-radius:15px;
  46. text-align:justify;
  47. font-family:'Nunito', Arial, sans-serif;
  48. font-weight:500;
  49. font-size:15px;
  50. line-height:23px;
  51. color:#666;
  52. }
  53.  
  54. .jspgal-rp b {
  55. color:var(--main-color);
  56. filter:brightness(90%);
  57. }
  58.  
  59. .jspgal-rp i {
  60. line-height:100%;
  61. border-bottom:1px solid var(--accent);
  62. padding-bottom:1px;
  63. }
  64.  
  65. .jspgal-notes {
  66. margin-top:20px;
  67. padding:15px 0px 0px 0px;
  68. text-align:right;
  69. font-size:13px;
  70. border-top:1px solid #999;
  71. }
  72.  
  73. .jspgal-poke {
  74. padding:10px;
  75. text-align:center;
  76. background:#eee;
  77. margin-top:10px;
  78. border-radius:15px;
  79. }
  80.  
  81. .jspgal-poke .pokesprite {
  82. padding-bottom:5px;
  83. }
  84.  
  85. </style>
  86.  
  87. <script src="//pull.cappuccicons.com/cpf.js"></script>
  88. <link href="https://fonts.googleapis.com/css?family=Nunito:100,200,300,400,500,600,700,800|Poppins:100,200,300,400,500,600,700,800" rel="stylesheet">
  89. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  90. <link href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
  91. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  92. <link href="//dl.dropbox.com/s/9s289mbhxpdhb3l/starry.css" rel="stylesheet">
  93. <link href="//msikma.github.io/pokesprite-spritesheet/assets/pokesprite-pokemon-gen8.css" rel="stylesheet">
  94.  
  95.  
  96. <div class="jspgal pepper">
  97. <div class="jspgal-head">
  98.  
  99. <div class="jspgal-line"></div>
  100. <span class="cp cp-tiger-o"></span>
  101. <div class="jspgal-line"></div>
  102.  
  103. </div>
  104. <div class="jspgal-rp">
  105.  
  106. Sydney watched him frown slightly.
  107. <p><b>β€œAre we <i>alone</i>?”</b> she asked.
  108. <p>Victor blinked, and the frown was gone, replaced by the even calm he always wore. His shoe slid from the gravestone. <b>β€œJust us and the dead.”</b>
  109.  
  110. <div class="jspgal-notes">
  111. notes go here
  112. </div>
  113.  
  114. </div>
  115.  
  116. <div class="jspgal-poke">
  117.  
  118. <pkmn class="pokesprite pokemon zoroark"></pkmn>
  119.  
  120. </div>
  121.  
  122. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement