Advertisement
dylaenobriens

Gotta Get Out

Jul 10th, 2013
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. Gotta Get Out By Dylaenobriens
  6.  
  7. DO NOT DO ANYTHING AGAINST THE RULES
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Sidebar" content="#ffffff"/>
  21. <meta name="color:Text" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:bg" content=""/>
  32.  
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="color:scrollbarbg" content="ffffff"/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. /* --- SCROLLBAR ---*/
  45.  
  46. ::-webkit-scrollbar {
  47. width: 5px;height: 5px;}
  48. ::-webkit-scrollbar-button:start:decrement,
  49. ::-webkit-scrollbar-button:end:increment {
  50. height: 6px;display: block;background-color: {color:white};}
  51. ::-webkit-scrollbar-track-piece {
  52. background-color: {color:scrollbarbg};}
  53. ::-webkit-scrollbar-thumb:vertical {
  54. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  55.  
  56.  
  57. /* --- BODY ---*/
  58.  
  59. body {
  60. background:{color:background};
  61. margin:0px;
  62. color:{color:text};
  63. font-family:Calibri;
  64. font-size:9px;
  65. line-height:100%;
  66. }
  67.  
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. -webkit-transition: all 0.5s ease-out;
  74. -moz-transition: all 0.5s ease-out;
  75. transition: all 0.5s ease-out;
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. a:hover {
  98. opacity:10;
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105.  
  106. #move {
  107. margin-top:-20px;
  108. }
  109.  
  110. /* --- POST ENTRIES ---*/
  111.  
  112.  
  113. #entries {
  114. padding:10px;
  115. width:500px;
  116. margin-left:450px;
  117. margin-top:40px;
  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:100px;
  137. position:fixed;
  138. margin-left:150px;
  139. margin-top:150px;
  140. background-color:{color:Sidebar};
  141. }
  142.  
  143. #sidebarimage {
  144. width 100px;
  145. }
  146.  
  147. #sidebarimage img {
  148. margin-left:-130px;
  149. margin-top:174px;
  150. position:fixed;
  151. width:100px;
  152. border:solid 1px;
  153. padding:6px;
  154. border-color: {color:border};
  155. background-color:{color:Sidebar};
  156. border-radius:100px;
  157. z-index:22222;
  158. }
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. /* --- SIDEBAR LINKS ---*/
  166.  
  167. .links {
  168. width:135px;
  169. height:5px;
  170. padding: 9px;
  171. font-family:'cambria';
  172. text-align:center;
  173. margin-top:190px;
  174. margin-left:-30px;
  175. text-align:center;
  176. text-transform:uppercase;
  177. word-spacing:2px;
  178. position:fixed;
  179. padding-bottom:7px;
  180. border-bottom:1px solid {color:link};
  181. }
  182.  
  183. .links a {
  184. font-size: 10px;
  185. }
  186.  
  187. .links a:hover {
  188. color:{color:Hover};
  189. text-shadow: 2px 0 .2px #FF0000, -1px 0 .2px #00F1F5;
  190. }
  191.  
  192.  
  193.  
  194. /* --- DESCRIPTION ---*/
  195.  
  196. #description {
  197. position:fixed;
  198. font-family:cambria;
  199. line-height:90%;
  200. font-size:9px;
  201. width:140px;
  202. margin-top:216px;
  203. padding:8px;
  204. margin-left:-38px;
  205. text-align:center;
  206. color:{color:text};
  207. }
  208.  
  209. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  210. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  211.  
  212. /* --- PAGINATION---*/
  213.  
  214.  
  215. #pagination {
  216. width:100px;
  217. font-size:11px;
  218. text-align:center;
  219. margin-left:30px;
  220. margin-top:450px;
  221. position:fixed;
  222. font-family:consolas;
  223. letter-spacing:0px;
  224. }
  225.  
  226. #pagination:hover {
  227. text-shadow: 2px 0 .2px #FF0000, -1px 0 .2px #00F1F5;
  228. }
  229. /* --- POST INFO ---*/
  230.  
  231.  
  232. #info {
  233. text-align:left;
  234. margin-top:10px;
  235. text-transform:uppercase;
  236. font-size:8px;
  237. font-style:none;
  238. border-top:1px solid {color:Line}
  239. }
  240.  
  241. /* --- POST TAGS---*/
  242.  
  243.  
  244. #tags {
  245. font-family:cambria;
  246. letter-spacing:0px;
  247. text-transform:lowercase;
  248. font-size:10px;
  249. font-style:italic;
  250. margin-top:4px;
  251. text-align:left;
  252. }
  253.  
  254. #tags
  255. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  256. -webkit-transition: all 0.6s ease-in-out;
  257. -moz-transition: all 0.6s ease-in-out;
  258. -o-transition: all 0.6s ease-in-out;
  259. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  260.  
  261.  
  262. /* --- QUESTIONS ---*/
  263.  
  264. #asker {
  265. padding:5px;
  266. font-family:cambria;
  267. letter-spacing:1px;
  268. text-align:left;
  269. font-style:italic;
  270. margin-left:10px;
  271. border-left:3px #eee solid;
  272. background-color:{color:background}
  273. }
  274.  
  275. #graphic {
  276. color:black;
  277. background-color:black;
  278. }
  279. #triangle {
  280. position:fixed;
  281. border-bottom: 193px solid transparent;
  282. border-top: 209px solid transparent;
  283. border-left: 395px solid;
  284. color:black;
  285. margin-top:18px;
  286. margin-left:-190px;
  287. opacity:100;
  288. }
  289.  
  290. #credit {
  291. right:3px;
  292. bottom:6px;
  293. font-size:9px;
  294. padding:5px;
  295. color:white;
  296. background-color:black;
  297. text-transform:uppercase;
  298. border:1px solid {color:border};
  299. position:fixed;
  300. -webkit-transition: all 0.5s ease-out;
  301. -moz-transition: all 0.5s ease-out;
  302. transition: all 0.5s ease-out;
  303. }
  304.  
  305.  
  306. #credit a:hover {
  307. text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  308. }
  309.  
  310. #s-m-t-tooltip {
  311.  
  312. max-width:300px;
  313.  
  314. padding:3px 4px 5px 4px;
  315.  
  316. margin:20px 0px 0px 20px;
  317.  
  318. background-color:#000; /* change the background color */
  319.  
  320. border:1px solid #ddd; /* change the border color */
  321.  
  322. font-family:calibri; /* change the font */
  323.  
  324. font-size:9px; /* change the font size */
  325.  
  326. letter-spacing:2px; /* change the letter spacing */
  327.  
  328. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  329.  
  330. color:#fff; /* change the text color */
  331.  
  332. z-index:999999999999999999999999999999999999;
  333.  
  334. text-shadow: 2px 0 .2px #FF0000, -1px 0 .2px #00F1F5;
  335.  
  336. }
  337.  
  338. {CustomCSS}</style></head><body>
  339. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  340.  
  341. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  342.  
  343. <script>
  344.  
  345. (function($){
  346.  
  347. $(document).ready(function(){
  348.  
  349. $("a[title]").style_my_tooltips({
  350.  
  351. tip_follows_cursor:true,
  352.  
  353. tip_delay_time:90,
  354.  
  355. tip_fade_speed:600,
  356.  
  357. attribute:"title"
  358.  
  359. });
  360.  
  361. });
  362.  
  363. })(jQuery);
  364.  
  365. </script>
  366.  
  367. <div id="move">
  368.  
  369. <div id="sidebar">
  370. <a title="Home"href="/"><div id="sidebarimage"><img src="{image:sidebar}"></a></div>
  371.  
  372.  
  373. <div id="triangle"></div>
  374.  
  375. <div id="description">
  376. {Description}
  377. </div>
  378.  
  379.  
  380. <div class="links">
  381. <a href="/ask">Mssg</a>
  382. <a href="/">Link 1</a>
  383. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  384. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  385. </div></div></div>
  386.  
  387.  
  388. {block:Pagination}<div id="pagination">
  389. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  390. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  391. </div>{/block:Pagination}
  392.  
  393. </div>
  394.  
  395. <div id="entries">{block:Posts}<div id="post">
  396.  
  397. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  398.  
  399. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400.  
  401. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  402.  
  403. {block:Quote}{Quote}{/block:Quote}
  404.  
  405. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  406.  
  407. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  408.  
  409. {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>
  410. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  411. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  412. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  413. {/block:Audio}
  414.  
  415. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  416.  
  417. {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}
  418.  
  419. <div id="info">
  420. <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>
  421. {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>
  422. {/block:Posts}
  423. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  424. {/block:Posts}</div></div></div>
  425.  
  426.  
  427.  
  428. <!--
  429. THEME MAKER CREDIT
  430. -->
  431.  
  432. <div id="credit"><a href="http://dylaenobriens.tumblr.com/">DYLAENOBRIENS</a></center></div>
  433.  
  434.  
  435. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement