Advertisement
laenavesse

NOTEBOOK CR CHART V3: ALL IN ONE

Oct 9th, 2019 (edited)
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. NOTEBOOK CR CHART V3: ALL IN ONE
  2.  
  3. Directions: https://efryndiel.dreamwidth.org/7022.html
  4. Credit to Laena @ efryndiel.dreamwidth.org
  5.  
  6. <raw-code>
  7. <!--BOOK CONTAINER-->
  8. <div style="margin: auto; width: 500; height: 375px; overflow: hidden;">
  9.  
  10. <!--COVER PAGE-->
  11. <a name="char0" style="height: 0; font-size: 0px;"></a>
  12. <div style="margin: auto; width: 500px; height: 375px;">
  13. <div style="margin: auto; margin-top: 5px; width: 330px; height: 330px; border-right: 5px double #d3cec0; border-left: 2px solid #473c2f; border-radius: 5px 15px 15px 5px; background-color: #866a4c; font-family: georgia, serif; text-align: center; padding-top: 30px;">
  14.  
  15. <!--COVER INFO CONTAINER-->
  16. <div style="margin: auto; width: 300; height: 300px; line-height: 1; overflow: hidden; text-align: center;">
  17. <!--ICON-->
  18. <img src="ICONURL" style="border-radius: 8px;"><br />
  19. <!--TITLE TEXT-->
  20. <span style="font-size: 18pt; color: #ccc496;">Title Page</span><br/>
  21. <!--SUBTITLE TEXT-->
  22. <span style="font-size: 12pt; color: #d3cec0">subtitle text</span>
  23. </div></div>
  24.  
  25. <!--NEXT PAGE-->
  26. <div style="position: relative; float: right; margin-top: -25px; margin-right: 100px;">
  27. <a href="#char1" style="text-decoration: none; font-size: 11pt; color: #ccc496;">»»</a>
  28. </div></div>
  29. <!--END COVER PAGE-->
  30.  
  31. <!--CHARACTER PAGES-->
  32.  
  33. <!--CHARACTER START-->
  34. <a name="char1" style="height: 0; font-size: 0px;"></a>
  35. <div style="margin: auto; width: 500px; height: 375px;">
  36.  
  37. <!--LEFT BOOKMARK CONTAINER-->
  38. <div style="margin-top: 10px; width: 120px; text-align: center;">
  39. <!--BOOKMARK GRAPHIC-->
  40. <div style="margin: auto; background-color: #d3cec0; width: 90px; height: 350px; clip-path: polygon(50% 10%, 100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);"></div>
  41.  
  42. <!--BOOKMARK INFO CONTAINER-->
  43. <div style="width: 100px; margin: auto; position: relative; margin-top: -300px;">
  44.  
  45. <!--ICON-->
  46. <img src="IconURL" style="border-radius: 8px; width: 100px; height: 100px; box-shadow: 0px 0px 10px 0px #5a5852;">
  47. <!--TEXT-->
  48. <div style="margin: auto; margin-top: 5px; width: 85px; height: 152px; font-size: 10pt; line-height: 1; overflow: hidden;">
  49. <!--QUOTE-->
  50. <span style="font-family: georgia, serif; color: #804024;">
  51. <i>"Quote"</i>
  52. </span>
  53. <!--RATING-->
  54. <br /><br /><span style="color: #ac3b25;">● ● ● ○ ○</span>
  55. <br /><span style="color: #73604b;">☼ ♥ ♪ ✦ ✖</span>
  56. </div></div></div>
  57.  
  58. <!--MIDDLE DIVIDER-->
  59. <div style="position: relative; margin-top: -315px; margin-left: 124px; max-width: 2px; height: 360px; background-color: #d3cec0; border-left: 1px solid #84704e; border-right: 1px solid #84704e;"></div>
  60.  
  61. <!--RIGHT NOTEBOOK PAGE-->
  62. <div style="position: relative; float: right; margin-top: -347px; margin-right: 10px; width: 330px; height: 283px; color: #3e2f22; font-family: times new roman, serif; font-size: 11pt; line-height: 19px; border: solid 1px #84704e; padding: 20px 10px 19px 10px; border-radius: 5px; background: white; background: -webkit-linear-gradient(top, #d3cec0 0%, #f9f9f7 8%) 0 55px; background: -moz-linear-gradient(top, #d3cec0 0%, #f9f9f7 8%) 0 55px; background: linear-gradient(top, #d3cec0 0%, #f9f9f7 8%) 0 55px; background-size: 100% 19px; box-sizing: content-box;">
  63. <div style="height: 285px; overflow: hidden; text-align: justify; box-sizing: content-box;">
  64. <b>Name:</b> Name
  65. <br /><b>Canon:</b> Canon
  66. <br /><b>Notes:</b> Extra notes yay
  67. </div></div>
  68.  
  69. <!--PREV PAGE-->
  70. <div style="position: relative; float: right; margin-top: -46px; margin-right: 330px; z-index: 100;">
  71. <a href="#char0" style="text-decoration: none; font-size: 11pt; color: #804024;">««</a>
  72. </div>
  73. <!--NEXT PAGE: delete if last page-->
  74. <div style="position: relative; float: right; margin-top: -44px; margin-right: 22px; z-index: 100;">
  75. <a href="#char2" style="text-decoration: none; font-size: 11pt; color: #804024;">»»</a>
  76. </div>
  77.  
  78. </div> <!--DO NOT DELETE THIS-->
  79. <!--END CHARACTER-->
  80.  
  81. </div>
  82. <!--END BOOK-->
  83.  
  84. <!--NAVIGATION SELECTION: if more than 9 characters, remove <center> tags-->
  85. <div style="margin: auto; width: 575px; margin-top: 20px;">
  86. <center>
  87. <a href="#char1"><img src="IconURL" style="width: 60px; height: 60px; border-radius: 10px;"></a>
  88. <a href="#char2"><img src="IconURL" style="width: 60px; height: 60px; border-radius: 10px;"></a>
  89. </center>
  90. </div>
  91. <!--END NAVIGATION-->
  92.  
  93. <!--CREDIT-->
  94. <center><a href="https://efryndiel.dreamwidth.org/7022.html" style="font-family: tahoma, sans serif; font-size: 8pt; text-decoration:none;">code</a> @ <a href="https://efryndiel.dreamwidth.org" style="font-family: tahoma, sans serif; font-size: 8pt; color: #4e6965; text-decoration: none;"><b>efryndiel</b></a></center>
  95. </raw-code>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement