Advertisement
dylaenobriens

Don't Let Me Go

Jul 10th, 2013
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <head profile="http://gmpg.org/xfn/11">
  4. <!--
  5.  
  6. DON'T LET ME GO BY DYLAENOBRIENS
  7.  
  8. DO NOT DO ANYTHING AGAINST THE RULES
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head><title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Sidebar" content="#ffffff"/>
  22. <meta name="color:Text" content="#a8a8a8"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Tags" content="f0f0f0"/>
  25. <meta name="color:Hover" content="#424141"/>
  26. <meta name="color:Line" content="#f2f2f2"/>
  27. <meta name="color:Border" content="#e4e4e4"/>
  28. <meta name="color:Post" content="#ffffff"/>
  29. <meta name="color:Answer" content="#f8f8f8"/>
  30.  
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:sidebar2" content=""/>
  33. <meta name="image:bg" content=""/>
  34.  
  35. <meta name="text:Link 1" content="" />
  36. <meta name="text:Link 1 Text" content="" />
  37. <meta name="text:Link 2" content="" />
  38. <meta name="text:Link 2 Text" content="" />
  39. <meta name="if:Show Link 1" content="1" />
  40. <meta name="if:Show Link 2" content="1" />
  41. <meta name="color:scrollbarbg" content="ffffff"/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. ::-webkit-scrollbar {
  49. width: 5px;height: 5px;}
  50. ::-webkit-scrollbar-button:start:decrement,
  51. ::-webkit-scrollbar-button:end:increment {
  52. height: 6px;display: block;background-color: {color:white};}
  53. ::-webkit-scrollbar-track-piece {
  54. background-color: {color:scrollbarbg};}
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  57.  
  58.  
  59. /* --- BODY ---*/
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:Calibri;
  66. font-size:9px;
  67. line-height:100%;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. -webkit-transition: all 0.5s ease;
  76. -moz-transition: all 0.5s ease;
  77. -o-transition: all 0.5s ease
  78. }
  79.  
  80. img {
  81. border:none;
  82. max-width:100%;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90. blockquote blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. }
  94.  
  95. h1 {
  96. font-size:9px;
  97. text-transform:uppercase;
  98. }
  99.  
  100. a:hover {
  101. opacity:10;
  102. color:{color:hover};
  103. -webkit-transition: all 0.7s ease;
  104. -moz-transition: all 0.7s ease;
  105. -o-transition: all 0.7s ease
  106. }
  107.  
  108.  
  109.  
  110. /* --- POST ENTRIES ---*/
  111.  
  112.  
  113. #entries {
  114. padding:10px;
  115. width:500px;
  116. margin-left:450px;
  117. margin-top:30px;
  118. font-size:10px;
  119. }
  120.  
  121. /* --- BODY: POSTS ---*/
  122.  
  123.  
  124. #post {
  125. width:500px;
  126. padding-bottom:20px;
  127. padding:10px;
  128. margin-top:15px;
  129. background-color:{color:Post};
  130. }
  131.  
  132. /* --- SIDEBAR IMAGE ---*/
  133.  
  134.  
  135. #sidebar {
  136. width:130px;
  137. position:fixed;
  138. margin-left:165px;
  139. margin-top:205px;
  140. background-color:{color:Sidebar};
  141. }
  142.  
  143. #sidebarimage {
  144. width 130px;
  145. }
  146.  
  147. #sidebarimage img {
  148. width:130px;
  149. padding:6px;
  150. background-color:{color:Sidebar};
  151. }
  152.  
  153. #sidebarimagee {
  154. width 130px;
  155. }
  156.  
  157. #sidebarimagee img {
  158. width:130px;
  159. padding:6px;
  160. background-color:{color:Sidebar};
  161. }
  162.  
  163.  
  164.  
  165. /* --- SIDEBAR LINKS ---*/
  166.  
  167. .links {
  168.  
  169. display:block;
  170. position:fixed;
  171. font-family:cambria;
  172. opacity:0;
  173. height:10px;
  174. width:98px;
  175. margin-bottom:10px;
  176. margin-top:-261px;
  177. margin-left:19px;
  178. text-transform:uppercase;
  179. text-align:center;
  180. line-height:170%;
  181. -webkit-transition: all 0.5s ease;
  182. -moz-transition: all 0.5s ease;
  183. -o-transition: all 0.5s ease
  184. }
  185.  
  186.  
  187. .links a {
  188. display:block;
  189. background-color:white;
  190. padding:5px;
  191. color:{color:link};
  192. }
  193.  
  194. .links a:hover {
  195. color:{color:Hover}
  196. }
  197.  
  198. .links:hover {
  199. opacity:0.9;
  200. -webkit-transition: all 0.7s ease;
  201. -moz-transition: all 0.7s ease;
  202. -o-transition: all 0.7s ease
  203. }
  204.  
  205.  
  206. /* --- DESCRIPTION ---*/
  207.  
  208. #description {
  209. position:fixed;
  210. font-family:cambria;
  211. line-height:90%;
  212. font-size:9px;
  213. opacity:0;
  214. background-color:white;
  215. width:86px;
  216. height:86px;
  217. margin-top:25px;
  218. padding:8px;
  219. margin-left:19px;
  220. text-align:justify;
  221. color:{color:text};
  222. -webkit-transition: all 0.5s ease;
  223. -moz-transition: all 0.5s ease;
  224. -o-transition: all 0.5s ease
  225. }
  226.  
  227. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  228. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  229.  
  230. #description:hover {
  231. opacity:0.9;
  232. -webkit-transition: all 0.7s ease;
  233. -moz-transition: all 0.7s ease;
  234. -o-transition: all 0.7s ease
  235. }
  236.  
  237. /* --- PAGINATION---*/
  238.  
  239.  
  240. #pagination {
  241. width:100px;
  242. font-size:12px;
  243. text-align:center;
  244. margin-left:185px;
  245. margin-top:530px;
  246. position:fixed;
  247. font-family:consolas;
  248. letter-spacing:0px;
  249. }
  250.  
  251. /* --- POST INFO ---*/
  252.  
  253.  
  254. #info {
  255. text-align:left;
  256. margin-top:10px;
  257. text-transform:uppercase;
  258. font-size:8px;
  259. font-style:none;
  260. border-top:1px solid {color:Line}
  261. }
  262.  
  263. /* --- POST TAGS---*/
  264.  
  265.  
  266. #tags {
  267. font-family:cambria;
  268. letter-spacing:0px;
  269. text-transform:lowercase;
  270. font-size:10px;
  271. font-style:italic;
  272. margin-top:4px;
  273. text-align:left;
  274. }
  275.  
  276. #tags
  277. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  278. -webkit-transition: all 0.6s ease-in-out;
  279. -moz-transition: all 0.6s ease-in-out;
  280. -o-transition: all 0.6s ease-in-out;
  281. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  282.  
  283.  
  284. /* --- QUESTIONS ---*/
  285.  
  286. #asker {
  287. padding:5px;
  288. font-family:cambria;
  289. letter-spacing:1px;
  290. text-align:left;
  291. font-style:italic;
  292. margin-left:10px;
  293. border-left:3px #eee solid;
  294. background-color:{color:background}
  295. }
  296.  
  297. #credit {
  298. right:3px;
  299. bottom:10px;
  300. font-size:9px;
  301. padding:5px;
  302. font-family:calibri;
  303. color:#9a9a9a;
  304. background-color:#fafafa;
  305. text-transform:uppercase;
  306. border:1px solid #e7e7e7;
  307. position:fixed;
  308. -webkit-transition: all 0.5s ease-out;
  309. -moz-transition: all 0.5s ease-out;
  310. transition: all 0.5s ease-out;
  311. }
  312.  
  313. #credit:hover {
  314. background-color:black;
  315. color:white;
  316. }
  317.  
  318. #border1 {
  319. position:fixed;
  320. color:black;
  321. background-color:black;
  322. height:100%;
  323. width:25px;
  324. margin-top:-33px;
  325. margin-left:-30px;
  326. }
  327.  
  328.  
  329. #border2 {
  330. position:fixed;
  331. color:black;
  332. background-color:black;
  333. height:100%;
  334. width:25px;
  335. margin-top:-33px;
  336. margin-left:505px;
  337. }
  338.  
  339. @font-face{font-family:Black Swan;src:url('http://static.tumblr.com/q54tzar/7POm34eyl/a_s_black_swan_3_.ttf');}
  340.  
  341.  
  342. #title {
  343. position:fixed;
  344. color:white;
  345. text-shadow: 1px 0 .1px #FF0000, -1px 0 .1px #00F1F5;
  346. background-color:black;
  347. text-align:center;
  348. padding:18px;
  349. width:500px;
  350. height:2px;
  351. margin-left:-10px;
  352. position:fixed;
  353. font-size:22px;
  354. margin-top:-30px;
  355. letter-spacing:3px;
  356. font-family:black swan;
  357. }
  358.  
  359. /*DO NOT TOUCH THIS*/
  360.  
  361. @font-face {
  362. font-family: "cool";
  363. src: url('http://static.tumblr.com/qdjpacn/AMKmljcpz/soft_ornaments_three.ttf');
  364. }
  365.  
  366.  
  367. #cooldesignthing {
  368. font-family:'cool';
  369. position:fixed;
  370. color:black;
  371. font-size:60px;
  372. margin-left:168px;
  373. margin-top:180px;
  374. }
  375.  
  376. #cooldesignthing2 {
  377. font-family:'cool';
  378. position:fixed;
  379. color:black;
  380. font-size:60px;
  381. margin-left:168px;
  382. margin-top:510px;
  383. -webkit-transform: rotate(180deg);
  384. }
  385.  
  386.  
  387. #move {
  388. margin-left:470px;
  389. }
  390.  
  391. #move2 {
  392. margin-left:90px;
  393. }
  394.  
  395. /*DO NOT TOUCH THIS OKAY*/
  396.  
  397. #credit {
  398. right:3px;
  399. bottom:6px;
  400. font-size:9px;
  401. padding:5px;
  402. color:white;
  403. background-color:black;
  404. text-transform:uppercase;
  405. border:1px solid {color:border};
  406. position:fixed;
  407. -webkit-transition: all 0.5s ease-out;
  408. -moz-transition: all 0.5s ease-out;
  409. transition: all 0.5s ease-out;
  410. }
  411.  
  412.  
  413. #credit a:hover {
  414. color:white;
  415. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  416. }
  417.  
  418. /*OKAY YOU MAY PROCEED*/
  419.  
  420.  
  421.  
  422. {CustomCSS}</style></head><body>
  423.  
  424.  
  425. <div id="move">
  426. <div id="border2">2</div>
  427. <div id="border1">2</div>
  428. <div id="title">{title}</div></div>
  429.  
  430. <div id="move2">
  431.  
  432. <div id="cooldesignthing">78</div>
  433. <div id="cooldesignthing2">78</div>
  434.  
  435. <div id="sidebar">
  436.  
  437.  
  438. <div id="sidebarimagee"><img src="{image:sidebar2}"></div>
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445. <div id="description">
  446. {Description}
  447. </div>
  448.  
  449.  
  450. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  451.  
  452.  
  453.  
  454. <div class="links">
  455. <a href="/">home</a>
  456. <a href="/ask">mssg</a>
  457. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  458. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  459. </div></div>
  460.  
  461.  
  462. {block:Pagination}<div id="pagination">
  463. {block:PreviousPage}<a href="{PreviousPage}">PREV</a>&nbsp;&nbsp;{/block:PreviousPage}
  464. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  465. </div>{/block:Pagination}
  466.  
  467. </div>
  468.  
  469. <div id="entries">{block:Posts}<div id="post">
  470.  
  471. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  472.  
  473. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  474.  
  475. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  476.  
  477. {block:Quote}{Quote}{/block:Quote}
  478.  
  479. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  480.  
  481. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  482.  
  483. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  484. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  485. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  486. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  487. {/block:Audio}
  488.  
  489. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  490.  
  491. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  492.  
  493. <div id="info">
  494. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  495. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  496. {/block:Posts}
  497. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  498. {/block:Posts}</div></div></div>
  499.  
  500.  
  501.  
  502. <!--
  503. THEME MAKER CREDIT
  504. -->
  505.  
  506. <div id="credit"><a href="http://dylaenobriens.tumblr.com/">DYLAENOBRIENS</a></center></div>
  507.  
  508.  
  509. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement