Advertisement
Kawaii-Lau

Rulers Of Flowers

Jan 3rd, 2020
1,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 17.39 KB | None | 0 0
  1. <!--
  2.  
  3. Hello!
  4. Thank you for using my code!
  5.  
  6. Rules to Follow:
  7.  
  8. ◈ Do not EVER delete or remove the credits of the coder or claim this code as your own.
  9. ◈ Do not redistribute this code, no matter how much you edited it!
  10. ◈ If you need any help in fixing codes, contact me on Discord (Kawaii-lau#6316). Major changes in code is not accepted.
  11. ◈ If you like to share this code, send to your friends the link of my blog, kawaii-lau.tumblr.com , and support me!
  12.  
  13. If you like a custom code, check out my blog to see if commissions are open!
  14.  
  15.  
  16. xoxo, Kawaii-lau
  17.  
  18. -->
  19.  
  20.  
  21.  
  22.  
  23. <!-- CUSTOM FONTS -->
  24. <link href='https://fonts.googleapis.com/css?family=Kaushan Script|Cardo' rel='stylesheet'>
  25.  
  26.  
  27. <style>
  28.     /* Scrollbar CSS */
  29.     ::-webkit-scrollbar {
  30.         width: 4px;
  31.         height: 6px;
  32.         background: rgb(230, 230, 230);
  33.     }
  34.  
  35.     ::-webkit-scrollbar-thumb {
  36.         background: rgb(150, 150, 150)
  37.     }
  38.  
  39.     /* TEXT CSS */
  40.  
  41.     .text-css {
  42.         font-family: Cardo;
  43.         font-size: 14px;
  44.         color: rgb(100, 100, 100)
  45.     }
  46.  
  47.     h1,
  48.     h2,
  49.     h3,
  50.     h4 {
  51.         margin: 0px;
  52.         text-align: center;
  53.         color: rgb(100, 100, 100)
  54.     }
  55.  
  56.     h1,
  57.     h3 {
  58.         font-family: 'Kaushan Script';
  59.     }
  60.  
  61.     /* END OF TEXT CSS */
  62.  
  63.     /* TEXT DIVIDER CSS */
  64.  
  65.     hr {
  66.         border: none;
  67.         border-top: 3px double rgb(150, 150, 150);
  68.         width: 90%
  69.     }
  70.  
  71.     /* MAIN CSS */
  72.  
  73.     .background {
  74.         padding: 50px 30px;
  75.         background: white url(https://i.pinimg.com/originals/f6/14/a6/f614a63cf05c887265e8e761dd279bd0.jpg) fixed center;
  76.         background-size: 100%;
  77.         border-radius: 20px;
  78.         margin: 20px 0px 20px 0px
  79.     }
  80.  
  81.     .main-box {
  82.  
  83.         border-radius: 5px;
  84.         background: #F7F3EF
  85.             /* Enable container background image by removing the brackets below and add background */
  86.             /*  url( ) fixed center */
  87.     }
  88.  
  89.     .sideInfo {
  90.         background: white
  91.     }
  92.  
  93.     .sheet-boxes>div {
  94.         background: white;
  95.         border-radius: 10px;
  96.     }
  97.  
  98.  
  99.     /* Table CSS */
  100.  
  101.     table {
  102.         margin-left: auto;
  103.         margin-right: auto;
  104.         border-spacing: 10px 0px
  105.     }
  106.  
  107.     table tr,
  108.     td {
  109.         border-bottom: 1px solid rgb(150, 150, 150);
  110.         color: rgb(100, 100, 100);
  111.  
  112.     }
  113.  
  114.     /* First table cell css */
  115.  
  116.     td:first-child {
  117.         text-align: right;
  118.         font-weight: bold;
  119.         color: #D5B2A4
  120.     }
  121.  
  122.     #divBlurb {
  123.         text-align: center;
  124.         font-style: italic
  125.     }
  126.  
  127.     .rel {
  128.         border: 1px solid;
  129.         background: white;
  130.     }
  131.  
  132.     /* Credits CSS (DO NOT REMOVE CREDITS) */
  133.  
  134.     .credits {
  135.         text-align: center;
  136.         font-family: serif;
  137.         font-size: 12px;
  138.         margin-top: 5px;
  139.         color: rgb(150, 150, 150)
  140.     }
  141.  
  142.     .credits a {
  143.         color: #BD99A8;
  144.         text-decoration: none;
  145.         transition: 1s ease
  146.     }
  147.  
  148.     .credits a:hover {
  149.         color: #AE6B79;
  150.         font-weight: bold
  151.     }
  152.  
  153.  
  154.  
  155.     /* DO NOT TOUCH CSS BELOW (or else it will break) */
  156.     .main-box {
  157.         width: 780px;
  158.         height: 400px;
  159.         margin-left: auto;
  160.         margin-right: auto;
  161.         overflow: hidden;
  162.     }
  163.  
  164.     .main-cont {
  165.         width: 610px;
  166.         height: 400px;
  167.         overflow: auto;
  168.     }
  169.  
  170.     .gallery {
  171.         display: flex;
  172.         flex-direction: column;
  173.         width: 250px;
  174.         float: left
  175.     }
  176.  
  177.     .gallery>img {
  178.         width: 250px;
  179.         height: 400px
  180.     }
  181.  
  182.     .contFlex {
  183.         display: flex;
  184.         flex-direction: row
  185.     }
  186.  
  187.     .sideBox {
  188.         width: 170px;
  189.         height: 400px;
  190.     }
  191.  
  192.     .sideCont {
  193.         padding: 10px
  194.     }
  195.  
  196.     .sideInfo {
  197.         width: 120px;
  198.         height: 240px;
  199.         margin-left: auto;
  200.         margin-right: auto;
  201.         border-radius: 5px;
  202.         padding: 0px 10px
  203.     }
  204.  
  205.     .profile-pic-border {
  206.         position: absolute;
  207.         z-index: 5;
  208.         width: 110px;
  209.         height: 100px;
  210.         left: -15px;
  211.         top: -10px
  212.     }
  213.  
  214.     .profile-pic {
  215.         position: relative;
  216.         margin: 20px auto 20px auto;
  217.         width: 80px;
  218.         height: 80px;
  219.     }
  220.  
  221.     .profile-pic>img {
  222.         border-radius: 100%;
  223.     }
  224.  
  225.     .sheet-boxes {
  226.         display: flex;
  227.         flex-direction: column;
  228.         width: auto;
  229.     }
  230.  
  231.     .sheet-boxes>div {
  232.         margin: 10px 10px 5px 10px;
  233.         height: 375px;
  234.         padding: 5px 10px;
  235.         overflow: auto
  236.     }
  237.  
  238.     .title {
  239.         position: relative;
  240.         top: -10px;
  241.         left: -35px;
  242.         font-size: 22px;
  243.         z-index: 4;
  244.         white-space: no-wrap;
  245.         width: 180px;
  246.         transform: rotate(355deg)
  247.     }
  248.  
  249.     table tr,
  250.     td {
  251.         width: 180px;
  252.         padding: 5px 10px 5px 0px;
  253.         margin-right: 10px
  254.     }
  255.  
  256.     td:first-child {
  257.         width: 80px;
  258.     }
  259.  
  260.     .rel {
  261.         width: 80px;
  262.         height: 80px;
  263.         border-radius: 5px;
  264.         transition: 1s ease;
  265.         margin: 5px;
  266.         position: relative;
  267.         top: 0px;
  268.         left: 0px;
  269.         overflow: hidden;
  270.         white-space: nowrap
  271.     }
  272.  
  273.     .rel>img {
  274.         width: 80px;
  275.         height: 80px;
  276.         float: left;
  277.         margin: 0px 5px 5px 0px;
  278.         border-radius: 5px
  279.     }
  280.  
  281.     .rel:hover {
  282.         width: 300px;
  283.         height: 150px;
  284.         top: 0px;
  285.         white-space: normal
  286.     }
  287.  
  288.     .relFlex {
  289.         display: flex;
  290.         flex-direction: row;
  291.         margin-left: auto;
  292.         margin-right: auto;
  293.         width: 500px;
  294.         transition: 1s ease
  295.     }
  296.  
  297.     .relFlex-2:hover {
  298.         margin-top: -100px;
  299.     }
  300.  
  301.     .rel-2:hover {
  302.         margin-left: -90px;
  303.         z-index: 2;
  304.     }
  305.  
  306.     .rel-3:hover {
  307.         margin-left: -180px;
  308.         z-index: 2;
  309.     }
  310. </style>
  311.  
  312.  
  313.  
  314. <body>
  315.     <div class="background ">
  316.         <div class="main-box text-css">
  317.             <div class="contFlex">
  318.                 <div class="sideBox">
  319.                     <div class="sideCont">
  320.  
  321.                         <div class="profile-pic">
  322.                             <img src="https://i.imgur.com/EpSfP1s.png" class="profile-pic-border" alt="border" />
  323.                             <img src="https://i.pinimg.com/564x/06/52/2b/06522b08237c37ed6c9b0cc8a4ceca52.jpg" style="width:100%;height:100%" alt="profile-picture" />
  324.                         </div>
  325.                         <div class="sideInfo">
  326.                             <h1 class="title">Title</h1>
  327.                             <p style="font-weight:bold">Name<br>Timezone<br>Discord<br>Faceclaim<br>Misc. Notes
  328.                             </p>
  329.                             <p>Other Users...</p>
  330.                         </div>
  331.                         <!-- (DO NOT REMOVE CREDITS) -->
  332.                         <div class="credits">2020 &copy; <a href="https://kawaii-lau.tumblr.com/" target="_blank">Kawaii-Lau</a></div>
  333.                     </div>
  334.                 </div>
  335.  
  336.                 <!--- MAIN BOX -->
  337.                 <div class="main-cont">
  338.  
  339.                     <!---- PLACE YOUR FC IMAGES HERE (You can place as many as you want) ---->
  340.                     <div class="gallery">
  341.                         <img src=" " />
  342.                         <img src=" " />
  343.                         <img src=" " />
  344.                         <img src=" " />
  345.                         <img src=" " />
  346.  
  347.                     </div>
  348.                     <div class="sheet-boxes">
  349.                         <div id="#profolio">
  350.  
  351.                             <h1>Name</h1>
  352.                             <div id="divBlurb">
  353.                                 <h4>"Quote..."</h4>
  354.                             </div>
  355.                             <hr>
  356.  
  357.                             <table>
  358.  
  359.  
  360.                                 <tr>
  361.                                     <td>Nickname:</td>
  362.                                     <td>Write here</td>
  363.                                 </tr>
  364.                                 <tr>
  365.                                     <td>Age:</td>
  366.                                     <td>Write here</td>
  367.                                 </tr>
  368.                                 <tr>
  369.                                     <td>Birthdate:</td>
  370.                                     <td>Write here</td>
  371.                                 </tr>
  372.                                 <tr>
  373.                                     <td>Birthplace:</td>
  374.                                     <td>Write here</td>
  375.                                 </tr>
  376.                                 <tr>
  377.                                     <td>Alligance:</td>
  378.                                     <td>Write kingdom here</td>
  379.                                 </tr>
  380.                                 <tr>
  381.                                     <td>Position:</td>
  382.                                     <td>Write here</td>
  383.                                 </tr>
  384.                                 <tr>
  385.                                     <td>Status:</td>
  386.                                     <td>Write here</td>
  387.                                 </tr>
  388.                                 <tr>
  389.                                     <td>Civil Status:</td>
  390.                                     <td>Write here</td>
  391.                                 </tr>
  392.                                 <tr>
  393.                                     <td>Orentation:</td>
  394.                                     <td>Write here</td>
  395.                                 </tr>
  396.                             </table>
  397.  
  398.                         </div>
  399.  
  400.                         <div id="personality">
  401.                             <h1>Personality</h1>
  402.                             <div id="divBlurb">
  403.                                 Write persona here....
  404.                             </div>
  405.                             <hr>
  406.                             <table>
  407.  
  408.  
  409.                                 <tr>
  410.                                     <td>Strengths:</td>
  411.                                     <td>Write here<br> (Cunning, loving, etc.)</td>
  412.                                 </tr>
  413.                                 <tr>
  414.                                     <td>Flaws:</td>
  415.                                     <td>Write here</td>
  416.                                 </tr>
  417.                                 <tr>
  418.                                     <td>Peeves:</td>
  419.                                     <td>Write here</td>
  420.                                 </tr>
  421.                                 <tr>
  422.                                     <td>Ambitions:</td>
  423.                                     <td>Write here</td>
  424.                                 </tr>
  425.                                 <tr>
  426.                                     <td>Fears:</td>
  427.                                     <td>Write here</td>
  428.                                 </tr>
  429.  
  430.                             </table>
  431.                         </div>
  432.                         <div id="appearance">
  433.                             <h1>Appearance</h1>
  434.                             <div id="divBlurb">
  435.                                 Write impression here....
  436.                             </div>
  437.                             <hr>
  438.                             <table>
  439.  
  440.  
  441.                                 <tr>
  442.                                     <td>Species:</td>
  443.                                     <td>Write here<br> (elf, faerie, etc.)</td>
  444.                                 </tr>
  445.                                 <tr>
  446.                                     <td>Skin color:</td>
  447.                                     <td>Write here</td>
  448.                                 </tr>
  449.                                 <tr>
  450.                                     <td>Hair color:</td>
  451.                                     <td>Write here</td>
  452.                                 </tr>
  453.                                 <tr>
  454.                                     <td>Eye color:</td>
  455.                                     <td>Write here</td>
  456.                                 </tr>
  457.                                 <tr>
  458.                                     <td>Tone:</td>
  459.                                     <td>Write here</td>
  460.                                 </tr>
  461.                                 <tr>
  462.                                     <td>Height:</td>
  463.                                     <td>Write here</td>
  464.                                 </tr>
  465.                                 <tr>
  466.                                     <td>Weight:</td>
  467.                                     <td>Write here</td>
  468.                                 </tr>
  469.  
  470.                             </table>
  471.                         </div>
  472.                         <div id="skills-interests">
  473.                             <h1>Skills &amp; Interests</h1>
  474.                             <div id="divBlurb">
  475.                                 Write misc. here....
  476.                             </div>
  477.                             <hr>
  478.                             <table>
  479.  
  480.  
  481.                                 <tr>
  482.                                     <td>Learned Skills:</td>
  483.                                     <td>Write here<br> (archery, weaving, etc.)</td>
  484.                                 </tr>
  485.                                 <tr>
  486.                                     <td>Born Abilities:</td>
  487.                                     <td>Write here</td>
  488.                                 </tr>
  489.                                 <tr>
  490.                                     <td>Possessions:</td>
  491.                                     <td>Write here</td>
  492.                                 </tr>
  493.                             </table>
  494.                             <hr style="margin-top:10px">
  495.  
  496.                             <table>
  497.                                 <tr>
  498.                                     <td>Likes:</td>
  499.                                     <td>Write here</td>
  500.                                 </tr>
  501.                                 <tr>
  502.                                     <td>Dislikes:</td>
  503.                                     <td>Write here</td>
  504.                                 </tr>
  505.                                 <tr>
  506.                                     <td>Favorites:</td>
  507.                                     <td>Write here</td>
  508.                                 </tr>
  509.                                 <tr>
  510.                                     <td>Hobbies:</td>
  511.                                     <td>Write here</td>
  512.                                 </tr>
  513.  
  514.                             </table>
  515.                         </div>
  516.                         <div id="relations" style="overflow:hidden">
  517.                             <h1>Relations</h1>
  518.                             <hr>
  519.                             <div class="relFlex">
  520.  
  521.                                 <div class="rel rel-1">
  522.                                     <img src="http://pm1.narvii.com/6486/0a255c9a1ef79dc034c910d93e001522a89a1b4b_hq.jpg" alt="friendPic" />
  523.  
  524.                                     <h3>Lucien Vanserra</h3>
  525.                                     Former Emissary of the Spring Court
  526.                                 </div>
  527.  
  528.  
  529.                                 <div class="rel rel-2">
  530.                                     <img src=" " />
  531.                                     <h3>Name</h3>
  532.                                     Description
  533.                                 </div>
  534.                                 <div class="rel rel-3">
  535.                                     <img src=" " />
  536.                                     <h3>Name</h3>
  537.                                     Description
  538.                                 </div>
  539.                             </div>
  540.  
  541.                             <div class="relFlex relFlex-2">
  542.  
  543.                                 <div class="rel rel-1 rel-text">
  544.                                     <img src=" " alt="friendPic" />
  545.  
  546.                                     <h3>Name</h3>
  547.                                     Description
  548.                                 </div>
  549.  
  550.  
  551.                                 <div class="rel rel-2">
  552.                                     <img src=" " />
  553.                                     <h3>Name</h3>
  554.                                     Description
  555.                                 </div>
  556.                                 <div class="rel rel-3">
  557.                                     <img src=" " />
  558.                                     <h3>Name</h3>
  559.                                     Description
  560.                                 </div>
  561.                             </div>
  562.                             <div class="relFlex relFlex-2">
  563.  
  564.                                 <div class="rel rel-1 rel-text">
  565.                                     <img src=" " alt="friendPic" />
  566.  
  567.                                     <h3>Name</h3>
  568.                                     Description
  569.                                 </div>
  570.  
  571.  
  572.                                 <div class="rel rel-2">
  573.                                     <img src=" " />
  574.                                     <h3>Name</h3>
  575.                                     Description
  576.                                 </div>
  577.                                 <div class="rel rel-3">
  578.                                     <img src=" " />
  579.                                     <h3>Name</h3>
  580.                                     Description
  581.                                 </div>
  582.                             </div>
  583.                         </div>
  584.                     </div>
  585.                 </div>
  586.             </div>
  587.         </div>
  588.     </div>
  589. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement