clerihew

05. notebook

Oct 5th, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5. © Clerihew Themes 2018
  6.  
  7. Do not use without reading terms of use.
  8.  
  9. Contact me at clerihew.tumblr.com if you have problems with any
  10. un-heavily edited code or if you have questions on how to use this theme.
  11. -->
  12.  
  13. <title>{Title}</title>
  14.  
  15. <link href="https://fonts.googleapis.com/css?family=Krub" rel="stylesheet">
  16.  
  17. <style>
  18.  
  19. /* sidebar for icon, links */
  20. .sidebar {
  21. width: 300px;
  22. height: 100%;
  23. position: fixed;
  24. left: 0;
  25. top: 0;
  26. }
  27.  
  28. /* icon border color */
  29. .sidebar .icon {
  30. margin-top: 100px;
  31. margin-left: 86px;
  32. width: 128px;
  33. border-bottom: 2px solid black;
  34. }
  35.  
  36. /* change sidebar links background color, font size/family, text color */
  37. .sidebar .links {
  38. background-color: white;
  39. font-family: "Krub", sans-serif;
  40. color: black;
  41. font-size: 16px;
  42. text-align: center;
  43. padding-top: 3px;
  44. padding-bottom: 3px;
  45. width: 128px;
  46. margin-top: 5px;
  47. margin-bottom: 5px;
  48. margin-left: 86px;
  49. margin-right: 86px;
  50. border-radius: 5px;
  51. -webkit-transition: color 1s;
  52. -moz-transition: color 1s;
  53. -o-transition: color 1s;
  54. transition: color 1s;
  55. }
  56.  
  57. /* change sidebar links hover */
  58. .sidebar .links:hover {
  59. background-color: white;
  60. color: #c0c0c0;
  61. }
  62.  
  63. .sidebar .link-decoration a {
  64. text-decoration: none;
  65. }
  66.  
  67. .about {
  68. width: 700px;
  69. font-family: "Krub", sans-serif;
  70. font-size: 16px;
  71. margin-left: 400px;
  72. margin-top: 100px;
  73. }
  74.  
  75. </style>
  76.  
  77. </head>
  78. <body>
  79. <div class="sidebar">
  80. <!-- icon size, check out tumblr page on theme making for other sizes --> <div class="icon">
  81. <img src="{PortraitURL-128}">
  82. </div>
  83.  
  84. <div class="link-decoration">
  85. <a href="/"><div class="links">home</div></a>
  86. {block:AskEnabled}<a href="/ask"><div class="links">{AskLabel}</div></a>{/block:AskEnabled}
  87. <!-- DO NOT TOUCH THIS -->
  88. <a href="https://clerihew.tumblr.com"><div class="links">theme</div></a>
  89. </div>
  90. </div>
  91.  
  92. <div class="about">
  93. <p> This is an about page. It is filled with text like <b>this</b> and <i>this</i> and <u>this</u>. Maybe you want to do <del>this</del> ? That's fine too! <blockquote>Hey, how about this? Pretty crazy, right?</blockquote> Betcha it makes you want to make your own about page, huh? You should download this theme so you can! Now, here's some filler text.<br/><br/>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sagittis tellus ut sapien tempor, a iaculis felis tempor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam ultricies imperdiet scelerisque. Nulla pretium sodales urna sit amet placerat. In non mi quis sem ullamcorper bibendum. Donec sed lacus odio. Vestibulum maximus lectus vitae sem pretium, non fringilla lectus egestas. Fusce id leo a sapien consequat dictum ac vitae arcu. Donec at mi purus. Sed volutpat posuere nunc, ac dictum nibh sagittis imperdiet. Integer commodo elit nec felis tempor, vitae suscipit leo viverra. Phasellus varius tellus eu egestas pharetra. Pellentesque interdum ex non fermentum vehicula. Duis vel enim massa. Donec feugiat facilisis nulla, nec eleifend est congue eu. Cras eros tortor, consequat sed vehicula sed, semper vel orci. Cras luctus, eros convallis dapibus rutrum, libero magna faucibus lorem, quis tristique ex lorem eu leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  94. </div>
  95.  
  96.  
  97.  
  98. </body>
  99. </html>
Advertisement
Add Comment
Please, Sign In to add comment