Advertisement
izuemis

cr doiibahi/crrdcore css codes

Feb 8th, 2023 (edited)
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. -- PAGE SETTINGS --
  2. width: 34
  3. padding: 0 for both horizontal & vertical
  4. size: 15
  5. content alignment: left
  6. content spacing: 0
  7.  
  8. -- ARCHED CONTAINER --
  9. height: 13em;
  10. width: 13em;
  11. border-radius: 90px 90px 0px 0px;
  12.  
  13. -- ARCHED IMAGE --
  14. border-radius: 90px 90px 0px 0px;
  15.  
  16. -- BUTTON STYLING --
  17. width: 3.5em;
  18. height: 3.5em;
  19. border-radius: 50px;
  20. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  21. -webkit-filter: drop-shadow(0px 0px 2px #424242);
  22.  
  23. -- BUTTON TEXT --
  24. font-family: mount hills;
  25.  
  26. -- 01 BUTTON --
  27. position: absolute;
  28. right: 18em;
  29. bottom: 10.8em;
  30.  
  31. MOBILE ;;
  32. position: absolute;
  33. right: 18.6em;
  34. bottom: 10.8em;
  35.  
  36. -- 02 BUTTON --
  37.  
  38. position: absolute;
  39. right: 16em;
  40. bottom: 5.6em;
  41.  
  42. MOBILE ;;
  43. position: absolute;
  44. right: 17em;
  45. bottom: 5.6em;
  46.  
  47. -- 03 BUTTON --
  48.  
  49. position: absolute;
  50. right: 16em;
  51. bottom: 0.1em;
  52.  
  53. MOBILE ;;
  54. position: absolute;
  55. right: 17em;
  56. bottom: 0.1em;
  57.  
  58. -- CREDITS --
  59. font-family: windows;
  60. position: absolute;
  61. left: 8.4em;
  62. bottom: -0.1em;
  63. z-index: 2;
  64.  
  65. _____________________________________________
  66.  
  67. SECTIONS
  68. _____________________________________________
  69.  
  70. -- BLOG CONTAINER --
  71. position: absolute;
  72. right: -2.5em;
  73. bottom: 14.9em;
  74. border-radius: 10px 10px 0px 0px;
  75. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px 0px 0px 0px rgb(66 66 66 / 38%);
  76. -webkit-filter: drop-shadow(0px 0px 2px #424242);
  77.  
  78. MOBILE ;;
  79. width: 49%;
  80. position: absolute;
  81. right: -.2em;
  82. bottom: 14.9em;
  83.  
  84. -- BLOG TITLE --
  85. font-family: roman;
  86.  
  87. -- FOLDER ICON --
  88. size: 1.375
  89.  
  90. -- ABOUT ME/BYF/DNI/INTEREST CONTAINER --
  91. height: 10em;
  92. position: absolute;
  93. right: -2.5em;
  94. bottom: 4.9em;
  95. overflow-y: scroll;
  96. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 0px 0px 0px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  97. -webkit-filter: drop-shadow(0px 0px 2px #424242);
  98.  
  99. MOBILE ;;
  100. width: 49%;
  101. position: absolute;
  102. right: -.2em;
  103. bottom: 4.9em;
  104.  
  105. -- ABOUT ME/WARNING/CRITERIA/COMFORTS TEXT --
  106. font-family: Chemre;
  107. font-size: 1.5em;
  108. background: #FFFFFFAB;
  109. width: 6.5em;
  110. border-radius: 10px;
  111. padding: 5px;
  112. border: 1px dashed #B8B8B8;
  113.  
  114. -- INFO TEXT --
  115. font-family: windows;
  116. padding: 5px;
  117.  
  118. BOLD TEXT ;;
  119. font-family: roman;
  120. letter-spacing: 3px;
  121. font-size: 1.2em;
  122. -webkit-filter: drop-shadow(1px 0px 1px #1F1F1F);
  123.  
  124. MARK/HIGHLIGHT ;;
  125. font-family: dreams;
  126. font-size: 1.2em;
  127. background: transparent;
  128.  
  129. -- NOTES CONTAINER --
  130. height: 3em;
  131. position: absolute;
  132. right: -2.5em;
  133. bottom: 0.9em;
  134. box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 0px 0px 0px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  135. -webkit-filter: drop-shadow(0px 0px 2px #424242);
  136.  
  137. MOBILE ;;
  138. width: 49%;
  139. position: absolute;
  140. right: -.2em;
  141. bottom: 0.9em;
  142.  
  143. -- NOTES TEXT --
  144. font-family: windows;
  145.  
  146. MARK ;;
  147. font-family: dreams;
  148. font-size: 1.2em;
  149. background: transparent;
  150.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement