Advertisement
oliviacodes

stand on the horizon

Nov 6th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1.  
  2. [dohtml]<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">
  3. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
  4. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  5.  
  6.  
  7. <div id="flower">
  8. <h1>stand on<br>the horizon</h1>
  9. <div id="flower-bottom">
  10. <a href="link"><span class="lnr lnr-heart"></span></a> <a href="link"><span class="lnr lnr-moon"></span></a> <a href="link"><span class="lnr lnr-star"></span></a><right>links</right>
  11. </div>
  12. <div id="flower-main">
  13. <input type="checkbox" id="ftoggle">
  14. <label for="ftoggle"><span class="lnr lnr-cross-circle"></span></label>
  15. <div id="flower-title"><one>active threads</one><two>inactive threads</two></div>
  16. <div class="box1">
  17. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  18. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  19. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  20. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  21. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  22. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  23. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  24. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  25. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  26. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  27.  
  28.  
  29. </div>
  30. <div class="box2">
  31. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  32. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  33. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  34. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  35. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  36. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  37. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  38. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  39. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  40. <a href="link to thread"><lnk>thread name - first last</lnk></a>
  41. </div>
  42. </div>
  43. </div>
  44. <a href="oliviacodes.tumblr.com"><div style="width: 300px; margin: 10px auto; text-align: right; font-size: 8px; font-family: arial; text-transform: uppercase; color: #aaa;">oliviacodes</div></a>
  45.  
  46. <style>
  47. #flower {height: 500px; width: 300px; background-image: url(https://s8.favim.com/610/150726/flowers-landscape-nature-photography-Favim.com-3013035.jpg); background-size: cover; position: relative; margin: auto}
  48. #flower h1 {height: 100px; width: 240px; left: 30px; background: none; position: absolute; bottom:30px; text-align: left; font-family: playfair display; text-transform: uppercase; font-weight: 900; letter-spacing: -2px; color: #fff; font-size: 35px; line-height: 33px}
  49. #flower-bottom {height: 30px; left: 30px; position: absolute; bottom: 45px; background: none; width: 240px; color: #fff;}
  50. #flower-bottom span {line-height: 30px; margin-right: 2px; font-size: 12px}
  51. #flower-bottom a {color: #fff!important; text-decoration: none!important}
  52. #flower-bottom right {position: absolute; right: 0; width: 70px; line-height: 30px; font-family: roboto mono; text-align: right; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; font-weight: 200; color: #fff; font-style: italic;}
  53. #flower-main {top: 30px; left: 30px; width: 238px; border: 1px solid #000; background: #eee; position: absolute; height: 230px}
  54. #flower-title {height: 30px; width: 218px; background: #444; position: absolute; top: 0; padding-left: 20px; font-family: roboto mono; line-height: 30px; font-size: 8px; color: #fff; text-transform: uppercase; letter-spacing: 1px}
  55. #flower-title one {opacity: 1; position: absolute}
  56. #flower-title two {opacity: 0; position: absolute; left: 20px}
  57. #flower-title one, #flower-title two {-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s;}
  58. #flower-main label {height: 30px; width: 30px; position: absolute; z-index: 3; right: 0; top: 0; text-align: center; color: #fff; font-size: 10px;}
  59. #flower-main span {line-height: 30px}
  60. #flower-main .box1, #flower-main .box2 {border-width: 10px; padding-right: 5px; border-color: #eee; border-style: solid; background: none; height: 180px; width:210px; position: absolute; bottom: 0; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; overflow: auto}
  61. #flower-main .box1::-webkit-scrollbar, #flower-main .box2::-webkit-scrollbar {width: 0px!important;}
  62. #flower-main .box2 {opacity: 0}
  63. #flower-main .box1 {z-index: 2}
  64. #flower-main lnk {min-height: 20px; width: 210px; font-family: roboto mono; text-transform: uppercase; padding-left: 5px; line-height: 20px; font-size: 8px; display: block; letter-spacing: 1px; font-style: italic;}
  65. #flower-main a {color: #000!important; text-decoration: none; font-weight: 400}
  66. #flower-main lnk:hover {background: #D7AD87}
  67. #flower-main input[type=checkbox] {
  68. display: none;
  69. }
  70. #flower-main input[type=checkbox]:checked ~ label {color: #D7AD87}
  71. #flower-main input[type=checkbox]:checked ~ #flower-title one {opacity: 0}
  72. #flower-main input[type=checkbox]:checked ~ #flower-title two {opacity: 1}
  73. #flower-main input[type=checkbox]:checked ~ .box1 {opacity: 0; z-index: 1}
  74. #flower-main input[type=checkbox]:checked ~ .box2 {opacity: 1; z-index: 2}
  75.  
  76. </style>
  77.  
  78. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement