Advertisement
weishiji

#9 - HOSPITAL'S ID SHORT

Feb 5th, 2023 (edited)
664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.17 KB | None | 0 0
  1. <!---- QUICK NOTE BEFORE STARTING; ------
  2.  
  3.  
  4. Type ctrl+f to locate and replace the color of any of the item below.
  5.  
  6. - background color: #110d0f
  7. - background card color: #000
  8. - main color: #f95e41
  9. - font color: #ece6df
  10.  
  11. - dividers (scissors): #c9391f
  12. - darker main color: #5e180c
  13.  
  14.  
  15. -------->
  16.  
  17. <!------------ CONTENT ------------>
  18.  
  19. <div class="container mt-5" style="max-width: 1090px; font-family: ms gothic; color: #ece6df; font-size: 14px">
  20.  
  21. <!------------ CARD START ------------>
  22.  
  23. <div class="card p-1 border-0 rounded-0" style="background: #110d0f; box-shadow: 4px 4px 0 #c9391f">
  24.  
  25. <!------------ FIRST COLUMN ------------>
  26.  
  27. <div class="row no-gutters">
  28. <div class="col-lg-4 p-2">
  29.  
  30. <!------------ PATIENT NUMBER ------------>
  31.  
  32. <div class="card p-1 rounded-0 border-0" style="background: #000; box-shadow: 4px 4px 0 #f95e41; margin-bottom: -30px; z-index: 10; margin-left: 80px; width:260px;">
  33. <p class="text-center" style="font-size: 21px; font-family: georgia;"><span style="color: #f95e41;">
  34. <i class="far fa-barcode"></i><i class="far fa-barcode"></i><i class="far fa-barcode"></i></span>
  35.  
  36. PATIENT
  37. <span style="font-family: tahoma">
  38. #0000</span>
  39.  
  40. <!------------ END ------------>
  41.  
  42. </p></div>
  43.  
  44. <!------------ MAIN IMAGE ------------>
  45.  
  46. <div class="card border-0 rounded-0 mt-3" style="background: url(IMG_URL) center; background-size: cover;
  47. height: 415px; width: 350px; box-shadow: 4px 4px 0 #f95e41">
  48.  
  49. <!------------ ICON ------------>
  50.  
  51. <i class="far fa-paperclip" style="font-size: 70px; color: #ddd; position: absolute; left: -10px; top: -20px; text-shadow: 3px 3px 0 rgba(0,0,0,0.30)"></i>
  52.  
  53. <!------------ BASICS START ------------>
  54.  
  55. <div class="mt-auto"/>
  56. <div class="collapse px-3 p-3" id="open" style="background: #000; overflow: auto;">
  57. <div class="tab-pane fade show active" id="one">
  58.  
  59. <!------------ ADJETIVES ------------>
  60.  
  61. <div class="justify-content-center mt-3">
  62.  
  63. <div class="card border-0 rounded-0 px-1 m-1" style="background-color: #5e180c;">
  64. adjective
  65. </div>
  66.  
  67. <div class="card border-0 rounded-0 px-1 m-1" style="background-color: #5e180c;">
  68. adjective
  69. </div>
  70.  
  71. <div class="card border-0 rounded-0 px-1 m-1" style="background-color: #5e180c;">
  72. adjective
  73. </div>
  74.  
  75. <!------------ ADD MORE ABOVE THIS LINE ------------>
  76.  
  77. </div>
  78.  
  79. <!------------ BASICS ------------>
  80.  
  81. <div class="justify-content-between py-1">
  82. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">NAME</span>
  83.  
  84. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  85. <span class="text-right"> content
  86. </div>
  87.  
  88. <!------------ ------------>
  89.  
  90. <div class="justify-content-between py-1">
  91. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">GENDER</span>
  92.  
  93. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  94. <span class="text-right"> content
  95. </div>
  96.  
  97. <!------------ ------------>
  98.  
  99. <div class="justify-content-between py-1">
  100. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">SPECIES</span>
  101.  
  102. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  103. <span class="text-right">
  104. <a href="https://toyhou.se/~world/90844.jomyu-s-temple" style="color: #f95e41; font-weight: bold">Ware-jomyu</a>
  105. </div>
  106.  
  107. <!------------ ------------>
  108.  
  109. <div class="justify-content-between py-1">
  110. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">AGE</span>
  111.  
  112. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  113. <span class="text-right"> content
  114. </div>
  115.  
  116. <!------------ ------------>
  117.  
  118. <div class="justify-content-between py-1">
  119. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">ORIENT.</span>
  120.  
  121. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  122. <span class="text-right"> content
  123. </div>
  124.  
  125. <!------------ ------------>
  126.  
  127. <div class="justify-content-between py-1">
  128. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">ROLE</span>
  129.  
  130. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  131. <span class="text-right"> content
  132. </div>
  133.  
  134. <!------------ ------------>
  135.  
  136. <div class="justify-content-between py-1">
  137. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">VOICE/SONG</span>
  138.  
  139. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  140. <span class="text-right">
  141. <a href="LINK_URL" style="color: #f95e41;"><i class="fas fa-music"></i></a>
  142. </div>
  143.  
  144. <!------------ TRAITS ------------>
  145.  
  146. <div class="justify-content-between mt-1 mb-2" style="font-size: 20px; color: #c9391f">
  147. <i class="far fa-scissors"></i><span class="col my-auto m-1" style="border-top: 3px dashed"></span>
  148. </div>
  149.  
  150. <!------------ ------------>
  151.  
  152. <div class="justify-content-between py-1 mt-1">
  153. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">EXTENSIONS</span>
  154.  
  155. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  156. <span class="text-right"> content
  157. </div>
  158.  
  159. <!------------ ------------>
  160.  
  161. <div class="justify-content-between py-1">
  162. <span style="color: #f95e41; letter-spacing: 1px; font-weight: bold">INTERIOR</span>
  163.  
  164. <hr class="flex-fill my-auto mx-2" style="background: #ece6df; opacity: 0.3;">
  165. <span class="text-right"> content
  166. </div>
  167.  
  168. <!------------ BASICS END ------------>
  169.  
  170. </div></div>
  171.  
  172. <!------------ BASICS LINK ------------>
  173.  
  174. <a class="p-1 text-center" style="color: #ece6df; background: #000; font-family: georgia; font-size: 25px;" data-toggle="collapse" href="#open" aria-expanded="false">
  175. <span style="background: #f95e41;"><s>P</span>ATIENT'S</s> INFO</a>
  176.  
  177. </div></div>
  178.  
  179. <!------------ FIRST COLUMN END ------------>
  180.  
  181. <!------------ SECOND COLUMN START ------------>
  182.  
  183. <div class="col-lg-7 p-2">
  184. <div class="col-md-7 col-lg-12">
  185. <div class="card p-3 border-0 rounded-0" style="background:#000; box-shadow: 4px 4px 0 #f95e41; height: 332px; overflow: auto;">
  186.  
  187. <!------------ MAIN HOSPITAL ICON ------------>
  188.  
  189. <div style="position: absolute; bottom: 10px; right: 50px">
  190. <i class="far fa-hospital" style="color: #ffa7a7; font-size: 100px; opacity: 0.1"></i>
  191. </div>
  192.  
  193. <!------------ ABOUT TITLE ------------>
  194.  
  195. <div class="row no-gutters" style="font-size: 32px; font-family: georgia"><div class="col-lg-11">
  196. <span style="background-color: #f95e41;"><s>A</s></span>BOUT</div>
  197. <div class="col-lg-1"><i class="far fa-folder-user" style="color: #c9391f"></i>
  198. </div></div>
  199.  
  200. <div class="justify-content-between mb-2" style="font-size: 20px; color: #c9391f">
  201. <i class="far fa-scissors"></i><span class="col my-auto m-1" style="border-top: 3px dashed"></span></div>
  202.  
  203. <!------------ END ------------>
  204.  
  205. <div style="height: 224px; overflow: auto">
  206.  
  207. <!------------ TITLE OR PHRASE ------------>
  208.  
  209. <blockquote class="justify-content-between mb-3 mt-1" style="border-left: 6px solid #f95e41; font-family: georgia;">
  210. <i class="fad fa-quote-left" style="color: #f95e41;"></i>
  211.  
  212. Some epic phrase or title in general... yas
  213.  
  214. <i class="fad fa-quote-right" style="color: #f95e41;"></i>
  215. </blockquote>
  216.  
  217. <!------------ CONTENT ------------>
  218.  
  219. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum non auctor lorem. Maecenas et viverra nibh. Duis eget dignissim dolor. Ut eu turpis porta, bibendum odio vitae, efficitur leo.
  220.  
  221. <!------------ LIKES & DISLIKES TITLE ------------>
  222.  
  223. <div class="row no-gutters mt-2" style="font-size: 32px; font-family: georgia"><div class="col-lg-11">
  224. <span style="background-color: #f95e41;"><s>P</s></span>REFERENCES</div>
  225. <div class="col-lg-1"><i class="far fa-clipboard" style="color: #c9391f"></i>
  226. </div></div>
  227.  
  228. <div class="justify-content-between mb-2" style="font-size: 20px; color: #c9391f">
  229. <i class="far fa-scissors"></i><span class="col my-auto m-1" style="border-top: 3px dashed"></span></div>
  230.  
  231. <!------------ CONTENT - add more using <li> ------------>
  232.  
  233. <div class="row no-gutters">
  234. <div class="col-lg-6 p-1 px-2">
  235.  
  236. <!------------ LIKES ------------>
  237.  
  238. <div class="mb-1" style="color: #f95e41; font-size: 17px; letter-spacing: 2px; font-weight: bold">LIKES.</div>
  239.  
  240. <ul>
  241.  
  242. <li>content</li>
  243. <li>content</li>
  244. <li>content</li>
  245. <li>content</li>
  246.  
  247. </ul></div>
  248.  
  249. <!------------ DISLIKES ------------>
  250.  
  251. <div class="col-lg-6 p-1 px-2">
  252. <div class="mb-1" style="color: #f95e41; font-size: 17px; letter-spacing: 2px; font-weight: bold">DISLIKES.</div>
  253.  
  254. <ul>
  255.  
  256. <li>content</li>
  257. <li>content</li>
  258. <li>content</li>
  259. <li>content</li>
  260.  
  261. </ul>
  262.  
  263. <!------------ END ------------>
  264.  
  265. </div></div>
  266.  
  267.  
  268. <!------------ TRIVIA TITLE ------------>
  269.  
  270. <div class="row no-gutters mt-2" style="font-size: 32px; font-family: georgia"><div class="col-lg-11">
  271. <span style="background-color: #f95e41;"><s>T</s></span>RIVIA</div>
  272. <div class="col-lg-1"><i class="far fa-list" style="color: #c9391f"></i>
  273. </div></div>
  274.  
  275. <div class="justify-content-between mb-2" style="font-size: 20px; color: #c9391f">
  276. <i class="far fa-scissors"></i><span class="col my-auto m-1" style="border-top: 3px dashed"></span></div>
  277.  
  278. <!------------ CONTENT - add more using <li> ------------>
  279.  
  280. <ul>
  281.  
  282. <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
  283. <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
  284. <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
  285. <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
  286.  
  287. </ul>
  288.  
  289. <!------------ END ------------>
  290.  
  291. </div></div>
  292.  
  293. <!------------ GALLERY START (you can use GIFs aswell) ------------>
  294.  
  295. <div class="row no-gutters mt-3">
  296.  
  297. <!------------ ------------>
  298.  
  299. <div class="col-4">
  300. <div class="square" style="background:url(IMG_URL) center; background-size: cover; padding-top: 50%;
  301. box-shadow: 4px 4px 0 #f95e41">
  302. </div></div>
  303.  
  304. <!------------ ------------>
  305.  
  306. <div class="col-4">
  307. <div class="square" style="background:url(IMG_URL) center; background-size: cover; padding-top: 50%;
  308. box-shadow: 4px 4px 0 #f95e41">
  309. </div></div>
  310.  
  311. <!------------ ------------>
  312.  
  313. <div class="col-4">
  314. <div class="square" style="background:url(IMG_URL) center; background-size: cover; padding-top: 50%;
  315. box-shadow: 4px 4px 0 #f95e41">
  316. </div></div>
  317.  
  318. <!------------ END ------------>
  319.  
  320. </div></div></div>
  321.  
  322. <!------------ THIRD COLUMN - PALETTE ------------>
  323.  
  324. <div class="col-md-1 mt-4 p-2">
  325.  
  326. <div class="my-2 mx-auto rounded-circle" style="width: 60px; height: 60px; background: #752110;">
  327. </div>
  328.  
  329. <div class="my-2 mx-auto rounded-circle" style="width: 60px; height: 60px; background: #9b341e;">
  330. </div>
  331.  
  332. <div class="my-2 mx-auto rounded-circle" style="width: 60px; height: 60px; background: #cc5438;">
  333. </div>
  334.  
  335. <div class="my-2 mx-auto rounded-circle" style="width: 60px; height: 60px; background:#ec6c4d;">
  336. </div>
  337.  
  338. <div class="my-2 mx-auto rounded-circle" style="width: 60px; height: 60px; background: #dcd1ca;">
  339. </div>
  340.  
  341. <div class="my-2 mx-auto rounded-circle" style="width: 60px; height: 60px; background: #ece6df;">
  342. </div>
  343.  
  344. <!------------ END ------------>
  345.  
  346. </div></diV></div>
  347.  
  348. <!------------ CREDIT - DO NOT REMOVE PLS! FEEL FREE TO MOVE IT AS LONG AS IT'S STILL VISIBLE ^^ ------------>
  349.  
  350. <a href="https://toyhou.se/burakkujakku" style="color: #f95e41; opacity: 0.5">
  351. <i class="far fa-fish-bones tooltipster mt-2" title="code by burakkujakku"></i></a>
  352. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement