Advertisement
pteroisradiata

My Manic and I

Oct 5th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  6.  
  7. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  8.  
  9. <script>
  10.  
  11. (function($){
  12.  
  13. $(document).ready(function(){
  14.  
  15. $("a[title]").style_my_tooltips({
  16.  
  17. tip_follows_cursor:true,
  18.  
  19. tip_delay_time:90,
  20.  
  21. tip_fade_speed:600,
  22.  
  23. attribute:"title"
  24.  
  25. });
  26.  
  27. });
  28.  
  29. })(jQuery);
  30.  
  31. </script>
  32.  
  33. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  34.  
  35. <link href="css/hover.css" rel="stylesheet" media="all">
  36.  
  37. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  38. <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  39. <link href='https://fonts.googleapis.com/css?family=Cabin' rel='stylesheet' type='text/css'>
  40.  
  41. <title>{Title} {PostSummary}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}<link rel="shortcut icon" href="{image:Favicon}" />
  42.  
  43. <meta name="color:Background" content="#9a0000" />
  44. <meta name="color:Text" content="#000000" />
  45. <meta name="color:Image Borders" content="#000000" />
  46. <meta name="color:Post Border" content="#000000" />
  47. <meta name="color:Title" content="#FFFFFF" />
  48. <meta name="color:Description" content="#FFFFFF" />
  49. <meta name="color:Link" content="#4239a8" />
  50. <meta name="color:Link Hover" content="#FFFFFF" />
  51. <meta name="color:scroll" content="#4239a8">
  52. <meta name="color:scroll bg" content="#FFFFFF">
  53. <meta name="color:Blockquote" content="#FFFFFF">
  54. <meta name="color:nav text" content="#000000" />
  55. <meta name="color:nav background" content="#FFFFFF" />
  56.  
  57. <meta name="image:Background" content="" />
  58. <meta name="image:Favicon" content="https://31.media.tumblr.com/b7168be517733e003517e6805e911b7d/tumblr_inline_nvrnlpJREL1secggb_500.gif" />
  59. <meta name="image:Cursor" content="https://41.media.tumblr.com/1520998a1642982397b6d1394dfcc9a1/tumblr_inline_nvrnn0EiJr1secggb_540.png" />
  60. <meta name="image:1" content="https://40.media.tumblr.com/d788494fce40781dd26f5e31ffdd361e/tumblr_inline_nvrnmgtgdp1secggb_540.png" />
  61. <meta name="image:2" content="https://41.media.tumblr.com/994267b4cf48b09abe8d3a9f66d4d51f/tumblr_inline_nvrnmfaNKZ1secggb_540.png" />
  62. <meta name="image:3" content="https://40.media.tumblr.com/14e90da667a7cd3fc74da529889219f7/tumblr_inline_nvrnmhs2bH1secggb_540.jpg" />
  63. <meta name="image:Divider" content=https://31.media.tumblr.com/8403c04d2eca3ae2ae4bffd688397da8/tumblr_inline_nvrnl3znib1secggb_500.gif"" />
  64.  
  65. <meta name="text:Font Size" content="13" />
  66. <meta name="text:Nav Name" content="Navigation" />
  67. <meta name="text:Link1" content="Link1" />
  68. <meta name="text:Url1" content="" />
  69. <meta name="text:Link2" content="Link2" />
  70. <meta name="text:Url2" content="" />
  71. <meta name="text:Link3" content="Link3" />
  72. <meta name="text:Url3" content="" />
  73. <meta name="text:Link4" content="Link4" />
  74. <meta name="text:Url4" content="" />
  75. <meta name="text:Link5" content="Link5" />
  76. <meta name="text:Url5" content="" />
  77. <meta name="text:Link6" content="Link6" />
  78. <meta name="text:Url6" content="" />
  79.  
  80. <meta name="if:Link1" content="1" />
  81. <meta name="if:Link2" content="1" />
  82. <meta name="if:Link3" content="1" />
  83. <meta name="if:Link4" content="1" />
  84. <meta name="if:Link5" content="1" />
  85. <meta name="if:Link6" content="1" />
  86.  
  87. <style type=text/css>body, a, a:hover {cursor: url('{image:Cursor}'), progress;}</style>
  88.  
  89. <style>
  90. .tooltip{
  91. display: inline;
  92. position: relative;
  93. }
  94. #s-m-t-tooltip {
  95. max-width:300px; /*how big the tooltip can be at most*/
  96. border-radius: 0px; /*change your border radius*/
  97. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  98. margin:20px 7px -2px 20px; /*distance from word*/
  99. background-color:#ffffff; /*background color*/
  100. border:1px solid #E0E0E0; /*border info*/
  101. font-family: 'Poiret One', cursive;
  102. font-size:10px; /*tooltip font size*/
  103. letter-spacing:2px; /*tooltip letter spacing*/
  104. text-transform:uppercase; /*makes the tooltip title uppercase*/
  105. color:#000; /*tooltip font color*/
  106. z-index:999999999999999999999999999999999999;
  107. }
  108. </style>
  109.  
  110. <style type="text/css">
  111.  
  112. ::-webkit-scrollbar {width: 6px; height: 5px; background: {color:scroll bg};}
  113. ::-webkit-scrollbar-thumb { background-color: {color:scroll}; }
  114.  
  115. body {
  116. background:{color:Background};
  117. background-image:url("{image:Background}");
  118. background-position:fixed;
  119. color:{color:Text};
  120. font-size:{text:Font Size}px;
  121. word-wrap: break-word;
  122. font-family: 'Cabin', sans-serif;
  123. }
  124.  
  125. a:link, a:active, a:visited {
  126. text-decoration: none;
  127. font-weight:bold;
  128. color: {color:Link};
  129. -webkit-transition: all 0.4s ease;
  130. transition: all 0.4s ease;
  131. -moz-transition: all 0.4s ease;
  132. -o-transition: all 0.4s ease;}
  133.  
  134. a:hover { color: {color:Link Hover};}
  135.  
  136. #sidebar {
  137. margin-top:50px;
  138. margin-left:4px;
  139. width:300px;
  140. height:400px;
  141. padding: 10px;
  142. position:fixed;
  143. z-index:9999;
  144. }
  145.  
  146. .image1 {
  147. margin-left:50px;
  148. margin-top:0px;
  149. width:60px;
  150. height:60px;
  151. position:fixed;
  152. border:10px {color:Image Borders} solid;
  153. border-radius:50px;
  154. -webkit-border-radius: 50px;
  155. -moz-border-radius: 50px;
  156. }
  157.  
  158. .image2 {
  159. margin-left:150px;
  160. margin-top:0px;
  161. width:60px;
  162. height:60px;
  163. position:fixed;
  164. border:10px {color:Image Borders} solid;
  165. border-radius:50px;
  166. }
  167.  
  168. .image3 {
  169. margin-left:100px;
  170. margin-top:75px;
  171. width:60px;
  172. height:60px;
  173. position:fixed;
  174. border:10px {color:Image Borders} solid;
  175. border-radius:50px;
  176. }
  177.  
  178. .image1:hover {
  179. -webkit-filter: grayscale(100%);
  180. z-index: -9999999999999999999999999px;
  181. -webkit-transition: all 0.9s ease-in-out;
  182. -moz-transition: all 0.9s ease-in-out;
  183. -o-transition: all 0.9s ease-in-out;
  184. -ms-transition: all 0.9s ease-in-out;
  185. transition: all 0.9s ease-in-out;
  186. }
  187.  
  188. .image2:hover {
  189. -webkit-filter: grayscale(100%);
  190. z-index: -9999999999999999999999999px;
  191. -webkit-transition: all 0.9s ease-in-out;
  192. -moz-transition: all 0.9s ease-in-out;
  193. -o-transition: all 0.9s ease-in-out;
  194. -ms-transition: all 0.9s ease-in-out;
  195. transition: all 0.9s ease-in-out;
  196. }
  197.  
  198. .image3:hover {
  199. -webkit-filter: grayscale(100%);
  200. z-index: -9999999999999999999999999px;
  201. -webkit-transition: all 0.9s ease-in-out;
  202. -moz-transition: all 0.9s ease-in-out;
  203. -o-transition: all 0.9s ease-in-out;
  204. -ms-transition: all 0.9s ease-in-out;
  205. transition: all 0.9s ease-in-out;
  206. }
  207.  
  208. .title {
  209. margin-top:170px;
  210. margin-left:50px;
  211. width:250px;
  212. color: {color:Title};
  213. font-size:30px;
  214. font-family: 'Satisfy', cursive;
  215. position:fixed;
  216. }
  217.  
  218. .description {
  219. margin-top:230px;
  220. margin-left:40px;
  221. width:200px;
  222. max-height:100px;
  223. overflow-y:auto;
  224. text-align:center;
  225. color:{color:Description};
  226. font-family: 'Cabin', sans-serif;
  227. font-size:13px;
  228. position:fixed;
  229. }
  230.  
  231. .nav {
  232. margin-top:330px;
  233. margin-left:90px;
  234. position:fixed;
  235. }
  236.  
  237. #pagination {
  238. width: 150px;
  239. margin-left: 75px;
  240. margin-top: 200px;
  241. text-align: center;
  242. font-family: 'Cabin', sans-serif;
  243. padding: 3px 0;
  244. }
  245.  
  246. #pagination a {
  247. color: {color:Link};
  248. text-decoration: none;
  249. }
  250.  
  251. #pagination a:hover {
  252. color: {color:Link Hover};
  253. }
  254.  
  255. #content {
  256. width: 700px;
  257. height:500px;
  258. border:1px solid {color:Post Border};
  259. margin: 50px 0px 0px 450px;
  260. padding: 20px 0px;
  261. color: {color:Text};
  262. overflow-y:scroll;
  263.  
  264. }
  265.  
  266. #content blockquote {
  267. border-left: solid 2px {color:Blockquote};
  268. margin: 0;
  269. padding-left: 10px;
  270. }
  271.  
  272. img {
  273. border: 0;
  274. max-width: 100%;
  275. }
  276.  
  277. #content #posts {
  278. width: 500px;
  279. margin: 10px auto 50px;
  280. padding:40px;
  281. border:1px solid {color:Post Border};
  282. border-radius:40px;
  283. background:{color:Posts};
  284.  
  285. }
  286.  
  287. #content #posts .title {
  288. font-size: 22px;
  289. }
  290.  
  291. #content #posts .text {
  292. font-family: 'Cabin', sans-serif;
  293. font-size:{text:Font Size}px;
  294. }
  295.  
  296. #content #posts .askimg {
  297. margin-top:-10px;
  298. margin-left:-10px;
  299. height:30px;
  300. width:30px;
  301. border-radius:15px;
  302. -webkit-border-radius:15px;
  303. -moz-border-radius:15px;
  304. }
  305.  
  306. #content #posts #permalink {
  307. font-size:15px;
  308. margin-top:10px;
  309. text-align:center;
  310. font-family: 'Cabin', sans-serif;
  311. }
  312.  
  313. #content #posts #tags {
  314. font-size:12px;
  315. text-align:center;
  316. font-family: 'Dosis', sans-serif;
  317. }
  318.  
  319. .playerbuttonbg {
  320. position: absolute;
  321. left: 20px;
  322. top: 20px;
  323. width: 19px;
  324. height: 19px;
  325. background-color: #ffffff;
  326. padding: 10px;
  327. -webkit-border-radius: 40px;
  328. -moz-border-radius: 40px;
  329. border-radius: 40px;
  330. opacity: .4;
  331. filter: alpha(opacity=40);
  332. -moz-opacity: 0.4;
  333. -khtml-opacity: 0.4;
  334. transition: opacity .7s ease-in-out;
  335. -moz-transition: opacity .7s ease-in-out;
  336. -webkit-transition: opacity .7s ease-in-out;
  337. }
  338.  
  339. .playerbuttonbg:hover {
  340. opacity: 1;
  341. filter: alpha(opacity=100);
  342. -moz-opacity: 1;
  343. -khtml-opacity: 1;
  344. }
  345.  
  346. .newplayerbutton {
  347. position: relative;
  348. width: 19px;
  349. height: 19px;
  350. overflow: hidden;
  351. }
  352.  
  353. .playerbuttonhug {
  354. position: absolute;
  355. top: -18px;
  356. left: -7px;
  357. }
  358.  
  359. .tumblr_audio_player {
  360. height: 90px;
  361. width: 470px;
  362. -moz-transform: scale(0.60, 0.60);
  363. -webkit-transform: scale(0.60, 0.60);
  364. -o-transform: scale(0.60, 0.60);
  365. -ms-transform: scale(0.60, 0.60);
  366. transform: scale(0.60, 0.60);
  367. -moz-transform-origin: top left;
  368. -webkit-transform-origin: top left;
  369. -o-transform-origin: top left;
  370. -ms-transform-origin: top left;
  371. transform-origin: top left;
  372. }
  373.  
  374. .trackdetails {
  375. width: auto;
  376. border: 1px solid black;
  377. display:inline-block;
  378. margin-left: 90px;
  379. min-height: 85px;
  380. }
  381.  
  382. .audiowrapper {
  383. position: relative;
  384. display:inline-block;
  385. }
  386.  
  387. </style>
  388.  
  389. </head>
  390. <body>
  391. <a href="http://pteroisradiata.tumblr.com/">©</a>
  392. <div id="sidebar">
  393. <a href="/" title="home"><img src="{image:1}" class="image1"/></a>
  394. <a href="/ask" title="ask"><img src="{image:2}" class="image2"/></a>
  395. <a href="/submit" title="submit"><img src="{image:3}" class="image3"/></a>
  396. <div class="title">{Title}</div>
  397. <div class="description">{Description}</div>
  398. <div class="nav"><form name="gotolocation1" method="POST" ACTION=URI>
  399. <select name="cherrybammenu1" style="font-family: 'Cabin', sans-serif; font-size:15px; color:{color:nav text}; background:{color:nav background};" onChange="location.href=this.options[this.selectedIndex].value;">
  400. <option >{text:Nav Name}</option>
  401. {block:ifLink1}<option value="{text:Url1}">{text:Link1}</option>{/block:ifLink1}
  402. {block:ifLink2}<option value="{text:Url2}">{text:Link2}</option>{/block:ifLink2}
  403. {block:ifLink3}<option value="{text:Url3}">{text:Link3}</option>{/block:ifLink3}
  404. {block:ifLink4}<option value="{text:Url4}">{text:Link4}</option>{/block:ifLink4}
  405. {block:ifLink5}<option value="{text:Url5}">{text:Link5}</option>{/block:ifLink5}
  406. {block:ifLink6}<option value="{text:Url6}">{text:Link6}</option>{/block:ifLink6}
  407. </select></div>
  408. </div>
  409. <div id="content">
  410. {block:Posts}
  411. <div id="posts">
  412.  
  413. {block:Photo}
  414. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  415. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  416. {/block:Photo}
  417.  
  418. {block:Photoset}
  419. {Photoset-500}
  420. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  421. {/block:Photoset}
  422.  
  423. {block:Video}
  424. {Video-500}
  425. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  426. {/block:Video}
  427.  
  428. {block:Audio}
  429. {AudioPlayerBlack}
  430. <div class="text">~ {PlayCountWithLabel}</div>
  431. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  432. {/block:Audio}
  433.  
  434. {block:Quote}
  435. <div class="title">“{Quote}”</div>
  436. {block:Source}<div class="text"><br>~ {Source}</div>{/block:Source}
  437. {/block:Quote}
  438.  
  439. {block:Text}
  440. {block:Title}<div class="title">{Title}</div>{/block:Title}
  441. <div class="text">{Body}</div>
  442. {/block:Text}
  443.  
  444. {block:Answer}
  445. <div class="askimg"><img src="{AskerPortraitURL-64}" /></div>
  446. <div class="title"><center>{Question}</center></div>
  447. <div class="text"><center>~ {Asker}</center></div>
  448. <div class="text">{Answer}</div>
  449. {/block:Answer}
  450.  
  451. {block:Chat}
  452. {block:Title}<div class="title">{Title}</div>{/block:Title}
  453. <div class="text">
  454. {block:Lines}
  455. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  456. {/block:Lines}
  457. </div> <!--text-->
  458. {/block:Chat}
  459.  
  460. {block:Link}
  461. <div class="title"><a href="{URL}">{Name}</a></div>
  462. {block:Description}
  463. <div class="text">{Description}</div>
  464. {/block:Description}
  465. {/block:Link}
  466.  
  467. <div id="permalink"><p><center><img src="{image:Divider}" /></center></p>
  468. <a href="{Permalink}"><i class="fa fa-plus-square-o"></i></a>
  469. {block:Date}{DayOfWeek}, {DayOfMonth} {Month} {Year}{/block:Date}
  470. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  471. <a href="{ReblogURL}" target="_blank" class="details" title="reblog?"><i class="fa fa-refresh"></i></a>
  472. </div>
  473. <div id="tags">
  474. {block:HasTags}<div id="tags">
  475. {block:Tags}
  476. <center><a href="{TagURL}"><i class="fa fa-thumb-tack"></i> {Tag} </a></center>
  477. {/block:Tags}
  478. </div>
  479. {/block:HasTags}
  480. </div>
  481.  
  482. </div> <!--posts-->
  483. {/block:Posts}
  484. </div> <!--content-->
  485.  
  486. {block:Pagination}
  487. <div id="pagination">
  488. {block:PreviousPage}
  489. <a href="{PreviousPage}">Previous</a>
  490. {/block:PreviousPage}
  491.  
  492. {block:JumpPagination length="5"}
  493. {block:CurrentPage}
  494. <span class="current_page">{PageNumber}</span>
  495. {/block:CurrentPage}
  496.  
  497. {block:JumpPage}
  498. <a class="jump_page" href="{URL}">{PageNumber}</a>
  499. {/block:JumpPage}
  500. {/block:JumpPagination}
  501.  
  502. {block:NextPage}
  503. <a href="{NextPage}">Next</a>
  504. {/block:NextPage}
  505. </div>
  506. {/block:Pagination}
  507.  
  508. </body>
  509.  
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement