Advertisement
belleamerph

space between guidelines page; by belleamerph

Jan 19th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}"}
  7.  
  8.  
  9.  
  10. <!-------- fonts ------>
  11.  
  12. <link href="https://fonts.googleapis.com/css?family=Dancing+Script|Great+Vibes|Herr+Von+Muellerhoff|Lovers+Quarrel|Parisienne" rel="stylesheet">
  13.  
  14.  
  15. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("[title],a[title],img[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:90,
  25. tip_fade_speed:600,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32.  
  33.  
  34. <!--- for my reference
  35.  
  36. font-family: 'Dancing Script', cursive;
  37. font-family: 'Great Vibes', cursive;
  38. font-family: 'Parisienne', cursive;
  39. font-family: 'Herr Von Muellerhoff', cursive;
  40. font-family: 'Lovers Quarrel', cursive;
  41.  
  42. --->
  43.  
  44.  
  45. <style>
  46.  
  47. ::-webkit-scrollbar {
  48. width: 2px;
  49. height: 2px;
  50. }
  51. ::-webkit-scrollbar-button {
  52. width: 0px;
  53. height: 0px;
  54. }
  55. ::-webkit-scrollbar-thumb {
  56. background: #e1e1e1;
  57. border: 0px none #ffffff;
  58. border-radius: 0px;
  59. }
  60. ::-webkit-scrollbar-thumb:hover {
  61. background: #ffffff;
  62. }
  63. ::-webkit-scrollbar-thumb:active {
  64. background: #000000;
  65. }
  66. ::-webkit-scrollbar-track {
  67. background: #666666;
  68. border: 0px none #ffffff;
  69. border-radius: 2px;
  70. }
  71. ::-webkit-scrollbar-track:hover {
  72. background: #666666;
  73. }
  74. ::-webkit-scrollbar-track:active {
  75. background: #333333;
  76. }
  77. ::-webkit-scrollbar-corner {
  78. background: transparent;
  79. }
  80.  
  81. body {
  82. background-color:#eee;
  83. font-size: 11px;
  84. color:#000;
  85. background-image:url('');
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. color:#008080;
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease;
  94. }
  95.  
  96. a:hover {
  97. color:#353535;
  98. }
  99.  
  100. b, strong {
  101. color:#008080;
  102. text-transform:uppercase;
  103. }
  104.  
  105. i, em {
  106. color:#008080;
  107. }
  108.  
  109. h1 {
  110. font-family: 'Herr Von Muellerhoff';
  111. text-align:center;
  112. font-size:30px;
  113. margin-top:-5px;
  114. }
  115.  
  116. h2 {
  117. font-family: 'Herr Von Muellerhoff';
  118. text-align:center;
  119. font-size:30px;
  120. }
  121.  
  122. blockquote {
  123. padding:2px 7px;
  124. margin:3px 0 3px 8px;
  125. border-left:1px solid #008080;
  126. }
  127.  
  128. img {
  129. border-radius:5px;
  130. }
  131.  
  132. blockquote img {
  133. max-width:100%;
  134. height:auto;
  135. }
  136.  
  137. #s-m-t-tooltip {
  138. color:#fff;
  139. margin:15px 10px 10px 10px;
  140. border-radius:5px;
  141. font-size:20px;
  142. text-transform:uppercase;
  143. font-family: 'Dancing Script';
  144. text-align:center;
  145. text-shadow:
  146. -1px -1px 0 #000,
  147. 1px -1px 0 #000,
  148. -1px 1px 0 #000,
  149. 1px 1px 0 #000;
  150. padding:4px 8px 2px 8px;
  151. background:#008080;
  152. }
  153.  
  154. #title {
  155. position:fixed;
  156. width:350px;
  157. left:200px;
  158. top:250px;
  159. color:#fff;
  160. text-align:center;
  161. }
  162.  
  163. #title h1 {
  164. text-align:center;
  165. text-shadow: 5px 7px 10px #008080;
  166. font-family: 'Herr Von Muellerhoff';
  167. font-size:65px;
  168. }
  169.  
  170. #sidebar {
  171. position:fixed;
  172. left:200px;
  173. top:200px;
  174. height:300px;
  175. width:350px;
  176. background:url('https://66.media.tumblr.com/f5a4f9772b66112ec8e007db089b6e8a/tumblr_inline_plijgiJX0t1w4kmn8_1280.jpg');
  177. background-color:#353535;
  178. border-radius:30px;
  179. box-shadow: 4px 4px 5px #008080;
  180. opacity:0.9;
  181. -webkit-transition: all 0.7s ease;
  182. -moz-transition: all 0.7s ease;
  183. -o-transition: all 0.7s ease;
  184. }
  185.  
  186. #sidebar:hover {
  187. opacity:1;
  188. }
  189.  
  190. #description {
  191. position:relative;
  192. left:15px;
  193. top:-215px;
  194. width:300px;
  195. height:100px;
  196. overflow-y:scroll;
  197. font-size:10px;
  198. color:#fff;
  199. background-color:#353535;
  200. text-align:center;
  201. padding:10px;
  202. border-radius:30px;
  203. box-shadow: 4px 4px 5px #008080;
  204. }
  205.  
  206. #description::-webkit-scrollbar {
  207. display:none;
  208. }
  209.  
  210. #sidebarimg {
  211. position:relative;
  212. left:10px;
  213. top:-150px;
  214. background:transparent;
  215. }
  216.  
  217. #links {
  218. position:fixed;
  219. left:185px;
  220. top:427px;
  221. font-size:12px;
  222. padding:10px;
  223. }
  224.  
  225. #links a {
  226. display:inline-block;
  227. height:35px;
  228. width:35px;
  229. font-size:35px;
  230. border-radius:100%;
  231. text-align:center;
  232. color:#008080;
  233. padding:10px;
  234. margin-left:25px;
  235. background-color:#fff;
  236. box-shadow: 4px 4px 5px #008080;
  237. -webkit-transition: all 0.7s ease;
  238. -moz-transition: all 0.7s ease;
  239. -o-transition: all 0.7s ease;
  240. }
  241.  
  242. #links a:hover {
  243. color:#353535;
  244. background-color:transparent;
  245. letter-spacing:1px;
  246. box-shadow: 4px 4px 5px transparent;
  247. }
  248.  
  249. .container {
  250. top:50px;
  251. margin-left:580px;
  252. padding:10px;
  253. position:fixed;
  254. width:740px;
  255. height:550px;
  256. border-radius:20px;
  257. background-color:#fff;
  258. color:#000;
  259. box-shadow: 4px 4px 5px #008080;
  260. }
  261.  
  262. .bioname {
  263. position:absolute;
  264. top:10px;
  265. width:700px;
  266. height:100px;
  267. }
  268.  
  269. .bioname h2 {
  270. margin-top:-1px;
  271. font-size:80px;
  272. font-family: 'Lovers Quarrel';
  273. color:#d4859a;
  274. }
  275.  
  276. .guidelines {
  277. position:absolute;
  278. top:100px;
  279. left:20px;
  280. width:700px;
  281. height:410px;
  282. overflow-y:scroll;
  283. }
  284.  
  285. .guidelines h3 {
  286. text-align:right;
  287. font-size:60px;
  288. font-family: 'Lovers Quarrel';
  289. margin-top:-20px;
  290. margin-right:5px;
  291. color:#d4859a;
  292. }
  293.  
  294. .guidelines h2 {
  295. text-align:left;
  296. font-size:60px;
  297. font-family: 'Lovers Quarrel';
  298. margin-top:-20px;
  299. color:#d4859a;
  300. }
  301.  
  302. .guidelines h4 {
  303. text-align:left;
  304. font-size:10px;
  305. padding:15px;
  306. border:3px double #000;
  307. border-radius:20px;
  308. margin-top:-70px;
  309. margin-right:5px;
  310. }
  311.  
  312. .cj {
  313. position:fixed;bottom:5px;left:5px;color:#008080;
  314. }
  315.  
  316.  
  317. </style>
  318. </head>
  319.  
  320. <body>
  321. <div id="sidebar">
  322.  
  323. <div id="sidebarimg"><img src="https://66.media.tumblr.com/1ca6d0bd9e1ff152a8496fb071143340/tumblr_inline_plijgh0uia1w4kmn8_1280.png"></div>
  324.  
  325. <div id="description">description</div>
  326.  
  327. <div id="links">
  328. <a href="/" title="return"><span class="th th-home-o"></span></a>
  329. <a href="/ask" title="message"><span class="th th-bubble-heart-o"></span></a>
  330. <a href="/" title="link 1"><span class="th th-app-o"></span></a>
  331. <a href="/" title="link 2"><span class="th th-plus-5-o"></span></a>
  332. </div>
  333.  
  334. <div id="title"><h1>space between</h1></div>
  335.  
  336. </div>
  337.  
  338. <div class="cj"><a href="http://etherevlrph.tumblr.com/"><span class="th th-cherry-o"></span></a></div>
  339.  
  340. <!--- this is your muse table, you can add as many as you want it scrolls. to start a new row you need a <tr> tag between the muse blocks.
  341.  
  342. where it states onclick="openAlytut(event, 'TabzBioOne'), you need to make sure that the number in both the bio and verse tabs match for your muse pop ups to properly work !
  343. ---->
  344.  
  345. <div class="container">
  346. <div class="bioname"><h2>guidelines</h2></div>
  347. <div class="guidelines">
  348. <h3>o n e.</h3>
  349. <h4>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</h4>
  350. <h2>t w o.</h2>
  351. <h4>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</h4>
  352. <h3>t h r e e.</h3>
  353. <h4>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</h4>
  354. <h2>f o u r.</h2>
  355. <h4>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.</h4>
  356. </div>
  357. </div>
  358.  
  359.  
  360. <!--
  361.  
  362. < *TABS END >
  363.  
  364. -->
  365.  
  366. </div>
  367. </body>
  368.  
  369.  
  370.  
  371. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement