Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.88 KB | None | 0 0
  1. <!--
  2.  
  3. Immeasurable theme by oolathurman@tumblr
  4.  
  5. Rules
  6. 1. Don't remove credit. There must be credit
  7. SOMEWHERE on the main front page of your blog.
  8. 2. Please feel free to use as reference! That's
  9. how I learned.
  10. 4. Stay hydrated!
  11. 5. Take care of yourself.
  12. -->
  13.  
  14.  
  15.  
  16. <html>
  17.  
  18.  
  19.  
  20. <div align="center" style="z-index:9;visibility:visible;"></div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/syringe.cur"), url("http://downloads.totallyfreecursors.com/thumbnails/syringe.gif"), auto;}</style>
  21. <style>A:hover{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/syringe.cur"), url("http://downloads.totallyfreecursors.com/thumbnails/syringe.gif"), auto;}</style>
  22.  
  23.  
  24. <head>
  25. <meta name=”color:link” content=”#00bfff” />
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32. </head>
  33.  
  34. <!--tooltip shit-->
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36.  
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38.  
  39. <script>
  40.  
  41. (function($){
  42. $(document).ready(function(){
  43. $("a[title]").style_my_tooltips({
  44.  
  45. tip_follows_cursor:true,
  46. tip_delay_time:90,
  47. tip_fade_speed:600,
  48.  
  49. attribute:"title"
  50. });
  51. });
  52. })(jQuery);
  53.  
  54. </script>
  55. <!--basic tooltip from tutorial-baby! Enjoy-->
  56. <style>
  57.  
  58.  
  59. .tooltip{
  60. display: inline;
  61. position: relative;
  62. }
  63. #s-m-t-tooltip {
  64. max-width:300px; /*how big the tooltip can be at most*/
  65. border-radius: 0px; /*change your border radius*/
  66. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  67. margin:20px 7px -2px 20px; /*distance from word*/
  68. background-color:{color:tooltip bg}; /*background color*/
  69. font-family:Open Sans; /*tooltip font*/
  70. font-size:9px; /*tooltip font size*/
  71. letter-spacing:2px; /*tooltip letter spacing*/
  72. text-transform:uppercase; /*makes the tooltip title uppercase*/
  73. color:{color:tooltip text}; /*tooltip font color*/
  74. z-index:99999999999999999999999999999999999;
  75. }
  76. </style>
  77. <!--tooltip shit end-->
  78.  
  79.  
  80. <!--meta names go here-->
  81. <meta name="color:tooltip bg" content="#222222"/>
  82. <meta name="color:tooltip text" content="#666666"/>
  83.  
  84. <meta name="image:background" content="#f2f2f2"/>
  85. <meta name="image:sidebar" content="https://c2.staticflickr.com/6/5812/29677398294_b4b5ca1a79_o.png"/>
  86. <meta name="image:sidebarbg" content=""/>
  87.  
  88. <meta name="color:bodytext" content="#666666"/>
  89. <meta name="color:textbold" content="#888888"/>
  90. <meta name="color:textitalics" content="#888888"/>
  91. <meta name="color:link" content="#cccccc"/>
  92. <meta name="color:link hover" content="#888888"/>
  93. <meta name="color:blockquote" content="#000000"/>
  94. <meta name="color:postbg" content="#222222"/>
  95. <meta name="color:chatodd" content="#888888"/>
  96. <meta name="color:chateven" content="#888888"/>
  97.  
  98. <meta name="color:description" content="#666666"/>
  99. <meta name="color:description link" content="#cccccc"/>
  100. <meta name="color:description link hover" content="#888888"/>
  101.  
  102. <meta name="color:ask" content="#444444"/>
  103. <meta name="color:askbg" content="#000000"/>
  104.  
  105. <meta name="color:navi" content="#cccccc"/>
  106. <meta name="color:navi hover" content="#ffffff"/>
  107.  
  108. <meta name="color:sidebar" content="#222222"
  109. <meta name="color:webkitscrollbarbar" content="#888888"/>
  110.  
  111. <meta name="color:permalink" content="#888888"/>
  112. <meta name="color:permalinkhover" content="#888888"/>
  113.  
  114. <meta name="text:link 1" content="link 1"/>
  115. <meta name="text:link 1 url" content="/"/>
  116. <meta name="text:link 2" content="link 2"/>
  117. <meta name="text:link 2 url" content="/"/>
  118. <meta name="text:link 3" content="link 3"/>
  119. <meta name="text:link 3 url" content="/"/>
  120. <meta name="text:link 4" content="link 4"/>
  121. <meta name="text:link 4 url" content="/"/>
  122. <meta name="text:link 5" content="link 5"/>
  123. <meta name="text:link 5 url" content="/"/>
  124. <meta name="text:link 6" content="link 6"/>
  125. <meta name="text:link 6 url" content="/"/>
  126. <meta name="text:link 7" content="link 7"/>
  127. <meta name="text:link 7 url" content="/"/>
  128.  
  129. <!--end meta names-->
  130.  
  131. <!--start custom typefaces-->
  132. <link rel="stylesheet" type="text/css"
  133. href="https://fonts.googleapis.com/css?family=Open+Sans:400,600">
  134. <link rel="stylesheet" type="text/css"
  135. href="https://fonts.googleapis.com/css?family=Merriweather">
  136. <!--end custom typefaces-->
  137.  
  138. <!--start css-->
  139. <style type="text/css">
  140.  
  141. #tumblr_controls {position: fixed !important;}
  142. #tumblr_controls {top: 5px; right: 5px !important;}
  143.  
  144. /*webkit scrollbar start*/
  145.  
  146. ::-webkit-scrollbar {
  147. width: 5px;
  148. height: 5px;
  149. }
  150. ::-webkit-scrollbar-button {
  151. width: 5px;
  152. height: 5px;
  153. }
  154. ::-webkit-scrollbar-thumb {
  155. background: {color:webkitscrollbarbar};
  156. border: 0px none #ffffff;
  157. border-radius: 50px;
  158. }
  159. ::-webkit-scrollbar-thumb:hover {
  160. background: {color:webkitscrollbarbar};
  161. }
  162. ::-webkit-scrollbar-thumb:active {
  163. background: {color:webkitscrollbarbar};
  164. }
  165. ::-webkit-scrollbar-track {
  166. background: {color:webkitscrollbarbg};
  167. border: 0px none #ffffff;
  168. border-radius: 50px;
  169. }
  170. ::-webkit-scrollbar-track:hover {
  171. background: {color:webkitscrollbarbg};
  172. }
  173. ::-webkit-scrollbar-track:active {
  174. background: {color:webkitscrollbarbg};
  175. }
  176.  
  177. ::-webkit-scrollbar-corner {
  178. background: transparent;
  179. }
  180.  
  181. /* end webkit scrollbar */
  182.  
  183.  
  184. /* body text, blockquote, main content*/
  185.  
  186. body {
  187. background-image: url('{image:background}');
  188. background-repeat: repeat, no-repeat;
  189. background-position: top left;
  190. font-family: 'Open Sans', sans-serif;
  191. font-weight: normal;
  192. font-style: normal;
  193. font-size: 11px;
  194. color: {color:bodytext};
  195. }
  196.  
  197. body a {
  198. text-decoration:none;
  199. color:{color:link};
  200. }
  201.  
  202. body a:hover {
  203. text-decoration:none;
  204. color:{color:link hover};
  205. }
  206.  
  207. b, strong {
  208. color:{color:textbold};
  209. font-family: 'Open Sans', sans-serif;
  210. font-weight: 600;
  211. }
  212.  
  213. i, em {
  214. color:{color:textitalics};
  215. font-weight: 400i;
  216. }
  217.  
  218. blockquote {
  219. padding: 1px 5px;
  220. margin: 0px 0 3px 5px;
  221. border-left:1px solid;
  222. border-color:{color:blockquote};
  223. }
  224.  
  225. blockquote img {
  226. max-width:100%;
  227. height:auto;
  228. }
  229.  
  230. img {
  231. max-width:100%;
  232. }
  233.  
  234. /* blot title */
  235. h1 {
  236. font-family: 'Merriweather', serif;
  237. position:fixed;
  238. font-size:24px;
  239. line-height:28px;
  240. text-align:left;
  241. text-transform:capitalize;
  242. width:650px;
  243. word-wrap: break-word;
  244. left:-40px;
  245. top:248px;
  246. -webkit-transform: rotate(-90deg);
  247. -moz-transform: rotate(-90deg);
  248. -ms-transform: rotate(-90deg);
  249. -o-transform: rotate(-90deg);
  250. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  251.  
  252. }
  253.  
  254. /*the boxes around the content*/
  255.  
  256.  
  257. #container {
  258. left: 305px;
  259. top: 150px;
  260. position:absolute;
  261. height:540px;
  262. width:440px;
  263. overflow-y:scroll;
  264. overflow-x:hidden;
  265. }
  266.  
  267. #sidebar {
  268. position:fixed;
  269. left: 750px;
  270. top: 500px;
  271. height:190px;
  272. width:150px;
  273. background:{color:sidebar};
  274. background-image: url('{image:sidebarbg}');
  275. }
  276.  
  277. /*sidebar description content*/
  278.  
  279. #description {
  280. font-size:10px;
  281. color:{color:description};
  282. text-align: center;
  283. position:fixed;
  284. width:130px;
  285. height:170px;
  286. left: 750px;
  287. top: 500px;
  288. padding:10px;
  289. overflow-y:scroll
  290. background-color:#fff;
  291. z-index:9999999999999999999999999999999999999999
  292. width: 140px; height: 83px; overflow:auto;};
  293. }
  294.  
  295. #description a {
  296. color:{color:description link};
  297. -webkit-transition: all 0.6s ease;
  298. -moz-transition: all 0.6s ease;
  299. -o-transition: all 0.6 ease;
  300. }
  301.  
  302. #description a:hover {
  303. color:{color:description link hover};
  304. }
  305.  
  306. /*sidebar navigation links*/
  307.  
  308. #navilinks {
  309. font-size:24px;
  310. line-height:1.95;
  311. text-align:center;
  312. color:{color:navi};
  313. position:fixed;
  314. width:30px;
  315. left: 905px;
  316. top: 143px;
  317. }
  318.  
  319. #navilinks a {
  320. display:inline-block;
  321. color:{color:navi};
  322. -webkit-transition: all 0.6s ease;
  323. -moz-transition: all 0.6s ease;
  324. -o-transition: all 0.6 ease;
  325. }
  326.  
  327. #navilinks a:hover {
  328. color:{color:navi hover};
  329. }
  330.  
  331. /*pagination*/
  332.  
  333. #pagination {
  334. position:fixed;
  335. width:150px;
  336. top:470px;
  337. left:746px;
  338. font-size:12px;
  339. text-align:center;
  340. z-index: 999999999999999999999999;
  341. color:{color:description link};
  342. }
  343.  
  344. #pagination a {
  345. color:{color:description link};
  346. font-size:12px;
  347. -webkit-transition: all 0.6s ease;
  348. -moz-transition: all 0.6s ease;
  349. -o-transition: all 0.6s ease;
  350. }
  351.  
  352. #pagination a:hover {
  353. color:{color:description link hover};
  354. font-size:12px;
  355. }
  356.  
  357. /*sidebar image. what it says on the tin.*/
  358.  
  359. #sidebarimg {
  360. position:fixed;
  361. left: 750px;
  362. top: 150px;
  363. height:340px;
  364. width:150px;
  365. background:{color:sidebar};
  366. z-index:99;
  367. background-image: url('{image:sidebar}');
  368. }
  369.  
  370. /*the content of the posts themselves eg; the text and images inside posts*/
  371.  
  372. .posts {
  373. width: 400px;
  374. background-color:{color:postbg};
  375. padding: 15px;
  376. margin-bottom: 10px;
  377. box-shadow: 1px 1px 5px {color:post shadow};
  378. }
  379.  
  380. .permalinks {
  381. text-align:left;
  382. text-decoration:none;
  383. font-size:10px;
  384. padding-top:5px;
  385. font-family: 'Open Sans', sans-serif;
  386. color:{color:permalink};
  387. }
  388.  
  389. .permalinks a {
  390. color:{color:permalink};
  391. }
  392.  
  393. .permalinks a:hover {
  394. color:{color:permalinkhover};
  395. }
  396.  
  397. .date {
  398. float:left;
  399. }
  400.  
  401. .reblogs {
  402. float:right;
  403. }
  404.  
  405. .tags {
  406. text-align:right;
  407. text-decoration:none;
  408. font-size:10px;
  409. font-family: 'Open Sans', sans-serif;
  410. color:{color:permalink};
  411. }
  412.  
  413. .tags a {
  414. color:{color:permalink};
  415. }
  416.  
  417. .tags a:hover{
  418. color:{color:permalinkhover};
  419. }
  420.  
  421. .asker {
  422. font-size:11px;
  423. text-align:left;
  424. text-transform:uppercase;
  425. padding-left:6px;
  426. padding-top:5px;
  427. color:{color:ask};
  428. background-color:{color:askbg};
  429. }
  430.  
  431. .question {
  432. font-size:11px;
  433. padding-left:6px;
  434. padding-right:50px;
  435. color:{color:ask};
  436. background:{color:askbg};
  437. padding-top:2px;
  438. padding-bottom:9px;
  439. margin-bottom:5px;
  440. }
  441.  
  442. .quote {
  443. font-family: 'Merriweather', serif;
  444. font-size:14px;
  445. line-height:1.25;
  446. margin-bottom:5px;
  447. padding-bottom:5px;
  448. }
  449.  
  450. .quotesource {
  451. font-size:10px;
  452. line-height:12px;
  453. text-align:right;
  454. padding-top:5px;
  455. margin-bottom:5px;
  456. padding-bottom:5px;
  457. }
  458.  
  459. .chat li { list-style:none; }
  460. .line_odd, .line_even { text-transform:uppercase; letter-spacing:1px; font-size:11px; }
  461. .line_odd { color:{color:chatodd}; }
  462. .line_even { color:{color:chateven}; }
  463.  
  464.  
  465. </style>
  466.  
  467. <!--end css-->
  468. <!--start html-->
  469.  
  470. <body>
  471.  
  472. <img style="position:fixed; opacity: 1.0; width: 510px; height: 410px; TOP:-139px; LEFT:-110px; z-index: 0;" src="http://68.media.tumblr.com/48a47b8529b5d40e0a1a998538e53092/tumblr_mnhglbHLFC1s8a280o1_500.png">
  473.  
  474. <div id="containerbg"></div>
  475. <div id="sidebar"></div>
  476. <div id="sidebarimg"></div>
  477. <h1><a href="/">{Title}</a></h1>
  478.  
  479. <div id="description">{block:Description}{Description}{/block:Description}
  480. </div>
  481.  
  482. <!--here you can replace the ✦ with whatever you want! I just like stars. Feel free to delete the 'submit' button if you don't use it!-->
  483.  
  484. <div id="navilinks">
  485. <a title="infirmary" href="/">✘</a>
  486. <a title="fragen" href="/ask-">✘</a>
  487. <a title="einreichen" href="/submit">✘</a>
  488. <a title="dossier" href="/about">✘</a>
  489. <a title="rules" href="/rules">✘</a><br>
  490. <a title="{text:link 1}" href="{text:link 1 url}">✘</a>
  491. <a title="{text:link 2}" href="{text:link 2 url}">✘</a>
  492. <a title="{text:link 3}" href="{text:link 3 url}">✘</a>
  493. <a title="{text:link 4}" href="{text:link 4 url}">✘</a>
  494. <a title="{text:link 5}" href="{text:link 5 url}">✘</a>
  495. <a title="{text:link 6}" href="{text:link 6 url}">✘</a>
  496.  
  497. </div>
  498.  
  499. </div>
  500.  
  501. <!-- here you can replace the ◀ and/or the ▶ with whatever you want: text that says 'previous' and 'next', or other shapes. -->
  502.  
  503. <div id="pagination">
  504. {block:Pagination}
  505. {block:PreviousPage}<a href="{PreviousPage}">◀</a>{/block:PreviousPage}
  506. {CurrentPage}
  507. {block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}
  508. {/block:Pagination}</div>
  509.  
  510. <div id="container">
  511.  
  512. <!-- don't mess with this shit bc it's important lmao -->
  513.  
  514. {block:Posts}
  515.  
  516. <div class="posts">
  517.  
  518. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  519.  
  520. {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  521.  
  522. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
  523.  
  524. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  525.  
  526. {block:Quote}<div class="quote">“{Quote}”</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
  527.  
  528. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  529.  
  530. {block:Chat}
  531. {block:Title}<h1>{Title}</h1>{/block:Title}
  532. {block:Lines}<div class="chat"><li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}</span> {Line}</li></div>
  533. {/block:Lines}
  534.  
  535. {block:ContentSource}<div class="contentsrc"><a href="{SourceURL}">{SourceTitle}</a></div>{/block:ContentSource}
  536.  
  537. {/block:Chat}
  538.  
  539. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  540.  
  541. {block:Audio}{AudioEmbed-400}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  542.  
  543. {block:Answer}
  544. <div class="asker">{Asker} asked</div> <!--you can still change 'asked' to whatever you want.-->
  545. <div class="question">{Question}</div>
  546. {Answer}
  547. {/block:Answer}
  548.  
  549. <div class="permalinks">
  550. <div class="date">
  551. <a href="{Permalink}">{DayOfMonth} {ShortMonth} {ShortYear}</a>
  552. <a href="{Permalink}">{NoteCount} notes</a></div>
  553. <div class="reblogs">{block:RebloggedFrom}
  554. <a href="{ReblogParentURL}">via; </a>
  555. <a href="{ReblogRootURL}">source; </a>
  556. {/block:RebloggedFrom} <a href="{ReblogURL}">reblog </a></div></div>
  557.  
  558. <div class="tags">
  559. <br>{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  560.  
  561.  
  562.  
  563. </div>
  564.  
  565. {/block:Posts}
  566.  
  567. {block:PostNotes}
  568. <div id="notecontainer">{PostNotes}</div>
  569. {/block:PostNotes}
  570.  
  571. </div>
  572.  
  573. {block:ContentSource}
  574. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  575. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  576. {/block:SourceLogo}
  577. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  578.  
  579.  
  580.  
  581. </body>
  582. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement