Advertisement
radiantvictor

stillbelieves!

Feb 26th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- Theme 24; the dark side by ~winchestheart.
  5. // http://winchestheart.tumblr.com © //
  6.  
  7. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
  8. > http://creativecommons.org/licenses/by-nc/3.0/
  9.  
  10. Read the rules before using any of my themes:
  11. > http://winchestheart.tumblr.com/rules
  12.  
  13. Do not remove the credit or use as your own work.
  14. Thank you.
  15.  
  16. -->
  17.  
  18.  
  19. <html><head>
  20. <!--coded by wonderfullythemes for Updates Tab #4
  21. please don't remove this credit thank you -->
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script>
  24. $(document).ready(function(){
  25. $(".convo").click(function(){
  26. $(".content").slideToggle('slow');
  27. });
  28. });
  29. </script>
  30. <script type="text/javascript"
  31. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(document).ready(function() {
  34. //
  35. $('a.poplight[href^=#]').click(function() {
  36. var popID = $(this).attr('rel'); //Get Popup Name
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38. var query= popURL.split('?');
  39. var dim= query[1].split('&');
  40. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  41. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  42. var popMargTop = ($('#' + popID).height() + 80) / 2;
  43. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  44. //Apply Margin to Popup
  45. $('#' + popID).css({
  46. 'margin-top' : -popMargTop,
  47. 'margin-left' : -popMargLeft
  48. });
  49. $('body').append('<div id="fade"></div>');
  50. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  51. return false;
  52. });
  53. $('a.close, #fade').live('click', function() {
  54. $('#fade , .popup_block').fadeOut(function() {
  55. $('#fade, a.close').remove(); //fade them both out
  56. });
  57. return false;
  58. });
  59. });
  60. </script>
  61. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  62. a, a:hover { cursor:url("http://31.media.tumblr.com/tumblr_m2umdbsfpJ1qfamg6.gif"), auto; }
  63. </style>
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65.  
  66. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  67.  
  68. <script>
  69.  
  70. (function($){
  71.  
  72. $(document).ready(function(){
  73.  
  74. $("a[title]").style_my_tooltips({
  75.  
  76. tip_follows_cursor:true,
  77.  
  78. tip_delay_time:50,
  79.  
  80. tip_fade_speed:600,
  81.  
  82. attribute:"title"
  83.  
  84. });
  85.  
  86. });
  87.  
  88. })(jQuery);
  89.  
  90. </script>
  91. <!--basic tooltip from tutorial-baby! Enjoy-->
  92. <style>
  93.  
  94. .tooltip{
  95. display: inline;
  96. position: relative;
  97. }
  98. #s-m-t-tooltip {
  99. max-width:300px; /*how big the tooltip can be at most*/
  100. border-radius: 0px; /*change your border radius*/
  101. padding:3px 4px 3px 3px; /*padding inside tooltip*/
  102. margin:20px 7px -2px 20px; /*distance from word*/
  103. background-color:#cfcfcf; /*background color*/
  104. border-top:2px solid #875454; /*border info*/
  105. border-bottom:2px solid #875454; /*border info*/
  106. font-family:"determination"; /*tooltip font*/
  107. font-size:16px; /*tooltip font size*/
  108. letter-spacing:2px; /*tooltip letter spacing*/
  109. text-transform:uppercase; /*makes the tooltip title uppercase*/
  110. color:#875454; /*tooltip font color*/
  111. z-index:999999999999999999999999999999999999;
  112. -moz-transition-duration:.5s;
  113. -webkit-transition-duration:.5s;
  114. -o-transition-duration:.5s;
  115. box-shadow:-1px 1px 3px 0px #6e6e6e;
  116. }
  117. </style>
  118. <title>{Title}</title>
  119. <link rel="shortcut icon" href="http://static.tumblr.com/6oysso7/Qlhls7lmv/1favicon__1_.ico">
  120.  
  121. <meta name="image:Background" content="" />
  122. <meta name="image:Sidebar" content="" />
  123.  
  124. <meta name="color:Links" content="#7e3e3e" />
  125. <meta name="color:Main Color" content="#813a3a" />
  126. <meta name="color:Text" content="#6d3e3e" />
  127. <meta name="color:Background" content="#d4d4d4" />
  128. <meta name="color:Border" content="#764545" />
  129. <meta name="color:Scrollbar" content="#814747" />
  130.  
  131. <meta name="text:Link 01" content="index" />
  132. <meta name="text:Link 02" content="askbox" />
  133. <meta name="text:Link 03" content="one" />
  134. <meta name="text:Link 04" content="two" />
  135. <meta name="text:Link 05" content="three" />
  136. <meta name="text:Link 01 URL" content="/" />
  137. <meta name="text:Link 02 URL" content="/ask" />
  138. <meta name="text:Link 03 URL" content="/" />
  139. <meta name="text:Link 04 URL" content="/" />
  140. <meta name="text:Link 05 URL" content="/" />
  141. <meta name="text:Background Image Position" content="left" />
  142. <meta name="text:Font Family" content="arial" />
  143. <meta name="text:Font Size" content="14.5" />
  144. <meta name="image:thekey" content=""/>
  145.  
  146. <meta name="if:Lazy Load" content="0" />
  147. <meta name="if:Custom Scrollbar" content="1">
  148. <meta name="if:Background Image Repeat" content="0" />
  149. <meta name="if:Infinite Scrolling" content="0" />
  150. <meta name="if:400px posts" content="0" />
  151. <meta name="if:540px posts" content="0" />
  152. <meta name="if:Sidebar Image" content="0" />
  153.  
  154. <!----------------------------------------------------------------------->
  155.  
  156. {block:IfLazyLoad}
  157. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  158. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  159. <script type="text/javascript" charset="utf-8">
  160. var $j = jQuery.noConflict();
  161. $j(function() {
  162. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  163. $j("img").lazyload({
  164. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  165. effect: "fadeIn",
  166. });
  167. });
  168. </script>
  169. {/block:IfLazyLoad}
  170.  
  171. <!----------------------------------------------------------------------->
  172.  
  173. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  174.  
  175. <!----------------------------------------------------------------------->
  176.  
  177. <script type="text/javascript">
  178. function unhide(divID) {
  179. var item = document.getElementById(divID);
  180. if (item) {
  181. item.className=(item.className=='hidden')?'unhidden':'hidden';
  182. }
  183. }
  184. </script>
  185.  
  186. <!----------------------------------------------------------------------->
  187.  
  188. <style type="text/css">
  189.  
  190. @font-face { font-family: "bangalore"; src:url('http://static.tumblr.com/rmj06l2/VP8llx2mg/bangalor.ttf'); }
  191.  
  192. @font-face { font-family: "hacked"; src: url('https://dl.dropboxusercontent.com/s/xyju89lrtr12y7q/HACKED.ttf?dl=0'); format("truetype");}
  193.  
  194. @font-face { font-family: "marmellata_jam"; src: url('https://dl.dropboxusercontent.com/s/hfa0g49tzv8gx39/Marmellata%28Jam%29_demo.ttf?dl=0'); format("truetype");}
  195.  
  196. @font-face { font-family: "olympic_branding"; src: url('https://dl.dropboxusercontent.com/s/b0yp3tjzthguism/Olympic%20Branding.ttf?dl=0'); format("truetype");}
  197.  
  198. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  199.  
  200. @font-face { font-family: "determination"; src: url('https://dl-web.dropbox.com/s/umfv28jfusg9bgt/DeterminationSansWeb.woff?dl=0'); format("truetype");}
  201.  
  202. @font-face { font-family: "allura"; src: url('http://static.tumblr.com/gdh5wux/7hFmeryj6/allura-regular.ttf'); }
  203.  
  204. @font-face { font-family: "master"; src: url('https://dl-web.dropbox.com/s/k445x5liwyqzbfp/master_of_break.ttf?dl=0'); format(“truetype”);}
  205.  
  206. @font-face { font-family: "prelude"; src: url('https://dl-web.dropbox.com/s/2v8jtmjwk7k5taa/PreludeFLF.ttf?dl=0'); format(“truetype”);}
  207.  
  208.  
  209. @font-face { font-family: "limo"; src: url('https://dl-web.dropbox.com/s/qwtxsak8i2dpu06/Champagne%20%26%20Limousines%20Bold.ttf?dl=0'); format(“truetype”);}
  210.  
  211. /*--code by wonderfullythemes.tumblr.com
  212. please don't remove this credit--*/
  213.  
  214. #lostatsea {
  215. top:20px; /*--change the tab's position--*/
  216. left:20px; /*--change the tab's position--*/
  217. position:fixed;
  218. }
  219.  
  220. .convo {
  221. width:150px;
  222. text-transform:uppercase; /*--can change to lowercase or none--*/
  223. padding:10px;
  224. border:2px solid #d4d4d4; /*--change title border colour--*/
  225. outline:1px dashed #8c6262;
  226. letter-spacing:4px;
  227. text-align:center;
  228. margin-bottom:20px;
  229. font-size:12px; /*--change title font size--*/
  230. line-height:14px;
  231. color:#d4d4d4;
  232. background:#8c6262;
  233. -moz-transition-duration:0.7s;
  234. -webkit-transition-duration:0.7s;
  235. -o-transition-duration:0.7s;
  236. }
  237.  
  238. .convo:hover {
  239. cursor:crosshair;
  240. box-shadow:inset 190px 0 0 #373e69; /*--change title backgroud colour on hover--*/
  241. -moz-transition-duration:0.7s;
  242. -webkit-transition-duration:0.7s;
  243. -o-transition-duration:0.7s;
  244. outline:1px dashed #373e69;
  245. }
  246.  
  247. .content {
  248. background:#d4d4d4;
  249. width:170px;
  250. font-size:11px; /*--change tab's font size--*/
  251. line-height:13px;
  252. text-transform:uppercase; /*--can change to lowercase or none--*/
  253. display:none;
  254. border-bottom:1px solid #8c6262; /*--change bottom border colour--*/
  255. }
  256.  
  257. .content ul {
  258. margin-left:-25px;
  259. }
  260.  
  261. #fade {
  262. display: none;
  263. background: #d1d1d1;
  264. position: fixed;
  265. left: 0;
  266. top: 0;
  267. width: 100%;
  268. height: 100%;
  269. opacity: 1;
  270. z-index: 9999;
  271. }
  272.  
  273. .popup_block{
  274. display: none;
  275. background: #d1d1d1;
  276. background-image:url('http://i.imgur.com/tYIovvT.png');
  277. padding: 20px;
  278. float: left;
  279. position: fixed;
  280. top: 50%;
  281. left: 50%;
  282. z-index: 99999;
  283. height:490px;
  284. background-repeat:no-repeat;
  285. border:0px solid #875454;
  286. text-align:center;
  287. color:#3b5d5e;
  288. opacity:1;
  289. overflow-x:scroll;
  290. scroll:left;
  291. overflow-x:hidden;
  292. }
  293.  
  294. img.btn_close {
  295. float: right;
  296. margin: -55px -55px 0 0;
  297. }
  298.  
  299. *html #fade {
  300. position: absolute;
  301. }
  302.  
  303. *html .popup_block {
  304. position: absolute;
  305. }
  306.  
  307. {block:IfCustomScrollbar}
  308. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background}}
  309. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  310. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  311. {/block:IfCustomScrollbar}
  312.  
  313. iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.2;}
  314. body {margin:0;font-family:{text:font family};font-size:{text:font size}px;line-height:11px;color:{color:text};background-color:{color:background};background-attachment:fixed;background-image:url('{image:Background}');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  315.  
  316. a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:#7e3e3e;text-shadow:0px 0px 2px #6b2c2d;}
  317. a:hover { color:#404040;text-shadow:0px 0px 5px #adadad;
  318. -webkit-text-stroke-width: 0px;
  319. -webkit-text-stroke-color: #cfcfcf;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
  320.  
  321. strong, bold, b {font-weight:bold;font-family:"limo";font-size:25px;color:#6b2c2d; -webkit-text-stroke: 0px #262626; text-shadow:0px 1px 2px #6e4040;letter-spacing:3px;line-height:25px;z-index:99;}
  322. italic, i, em {font-weight:italic;font-family: 'prelude' ;font-size:35px;color:#6b2c2d; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 2px #542323;}
  323.  
  324. small, sub {font-size:{text:font size}px;}
  325. code {font-size:{text:font size}px;font-family:{text:font family};}
  326. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  327.  
  328. blockquote {padding-left:8px;padding-right:8px;margin-top:8px;margin-left:10px;border-left:1px solid #7d7d7d;border-right:0px solid #7d7d7d;background:transparent;box-shadow:0px 0px 0px #6e6e6e;border-radius:5px;}
  329.  
  330.  
  331. h1 {font-size:30px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:lowercase;text-align:center;line-height:25px;color:{color:main color};line-height:30px;font-family:"prelude";}
  332. h2 {font-size:20px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:25px;color:{color:main color};line-height:20px;text-shadow:1px 1px 2px #542323;}
  333. h1 a {color:{color:main color};}
  334.  
  335. .label {font-weight:normal;color:{color:main color};font-size:20px;}
  336. .chat {line-height:25px;margin:8px;font-family:"determination";font-size:20px;color:#424242;text-transform:lowercase;}
  337. n {line-height:25px;margin:8px;font-family:"determination";font-size:30px;}
  338.  
  339. ::selection {color:#fff;background:#875454;}
  340. ::-moz-selection {color:#fff;background:#875454;}
  341. ::-webkit-selection {color:#fff;background:#875454;}
  342.  
  343. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  344. #credit a {color:{color:main color};}
  345.  
  346. #pagination {margin:0px 0px 30px 530px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;letter-spacing:20px;}
  347.  
  348. /************************************************************************/
  349.  
  350. #sidebar {text-align:left;
  351. position:fixed;
  352. margin-left:-225px;
  353. margin-top:400px;
  354. width:300px;}
  355.  
  356.  
  357. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  358.  
  359.  
  360.  
  361. #links {
  362. margin-top:50px;
  363. margin-left:370px;
  364. line-height:16px;
  365. width:10px;
  366. text-transform:lowercase;
  367. position:fixed;
  368. }
  369.  
  370.  
  371. #links a{
  372. margin-right:20px;
  373. display:inline-block;
  374. margin-bottom:5px;
  375. font-size:60px;
  376. color:#cfcfcf;
  377. text-shadow:0px 0px 6px #6b2c2d;
  378. -webkit-text-stroke-width: 2px;
  379. -webkit-text-stroke-color: #875454;
  380. -webkit-transition-duration:0.4s;
  381. -moz-transition-duration:0.4s;
  382. -o-transition-duration:0.4s;
  383. }
  384.  
  385. #links a:hover {
  386. display:inline-block;
  387. margin-bottom:5px;
  388. color:#cfcfcf;
  389. text-shadow:0px 0px 9px #f0f0f0;
  390. -webkit-text-stroke-width: 0px;
  391. -webkit-text-stroke-color: #474759;
  392. -moz-transition-duration:0.3s;
  393. -webkit-transition-duration:0.3s;
  394. -o-transition-duration:0.3s;
  395. -webkit-filter: grayscale( 0 ) blur(10px);
  396. }
  397.  
  398. #blinks {
  399. margin-top:100px;
  400. margin-left:340px;
  401. line-height:16px;
  402. width:10px;
  403. text-transform:lowercase;
  404. position:fixed;
  405. }
  406.  
  407. #blinks a {
  408. margin-right:20px;
  409. display:inline-block;
  410. margin-bottom:5px;
  411. font-size:50px;
  412. color:#cfcfcf;
  413. text-shadow:0px 0px 6px #6b2c2d;
  414. -webkit-text-stroke-width: 2px;
  415. -webkit-text-stroke-color: #875454;
  416. -moz-transition-duration:0.4s;
  417. -webkit-transition-duration:0.4s;
  418. -o-transition-duration:0.4s;
  419. }
  420.  
  421. #blinks a:hover {
  422. display:inline-block;
  423. margin-bottom:5px;
  424. color:#cfcfcf;
  425. text-shadow:0px 0px 9px #f0f0f0;
  426. -webkit-text-stroke-width: 2px;
  427. -webkit-text-stroke-color: #474759;
  428. -moz-transition-duration:0.3s;
  429. -webkit-transition-duration:0.3s;
  430. -o-transition-duration:0.3s;
  431. -webkit-filter: grayscale( 0 ) blur(10px);
  432. }
  433.  
  434. #clinks {
  435. margin-top:150px;
  436. margin-left:350px;
  437. line-height:16px;
  438. width:10px;
  439. text-transform:lowercase;
  440. position:fixed;
  441. }
  442.  
  443. #clinks a {
  444. margin-left:20px;
  445. display:inline-block;
  446. margin-bottom:5px;
  447. font-size:60px;
  448. color:#cfcfcf;
  449. text-shadow:0px 0px 6px #6b2c2d;
  450. -webkit-text-stroke-width: 2px;
  451. -webkit-text-stroke-color: #875454;
  452. -moz-transition-duration:0.4s;
  453. -webkit-transition-duration:0.4s;
  454. -o-transition-duration:0.4s;
  455. }
  456.  
  457. #clinks a:hover {
  458. display:inline-block;
  459. margin-bottom:5px;
  460. color:#cfcfcf;
  461. text-shadow:0px 0px 9px #f0f0f0;
  462. -webkit-text-stroke-width: 2px;
  463. -webkit-text-stroke-color: #474759;
  464. -moz-transition-duration:0.3s;
  465. -webkit-transition-duration:0.3s;
  466. -o-transition-duration:0.3s;
  467. -webkit-filter: grayscale( 0 ) blur(10px);
  468. }
  469.  
  470. #dlinks {
  471. margin-top:200px;
  472. margin-left:340px;
  473. line-height:16px;
  474. width:10px;
  475. text-transform:lowercase;
  476. position:fixed;
  477. }
  478.  
  479. #dlinks a {
  480. margin-right:20px;
  481. display:inline-block;
  482. margin-bottom:5px;
  483. font-size:50px;
  484. color:#cfcfcf;
  485. text-shadow:0px 0px 6px #6b2c2d;
  486. -webkit-text-stroke-width: 2px;
  487. -webkit-text-stroke-color: #875454;
  488. -moz-transition-duration:0.4s;
  489. -webkit-transition-duration:0.4s;
  490. -o-transition-duration:0.4s;
  491. }
  492.  
  493. #dlinks a:hover {
  494. display:inline-block;
  495. margin-bottom:5px;
  496. color:#cfcfcf;
  497. text-shadow:0px 0px 9px #f0f0f0;
  498. -webkit-text-stroke-width: 2px;
  499. -webkit-text-stroke-color: #474759;
  500. -moz-transition-duration:0.3s;
  501. -webkit-transition-duration:0.3s;
  502. -o-transition-duration:0.3s;
  503. -webkit-filter: grayscale( 0 ) blur(10px);
  504. }
  505.  
  506.  
  507. #elinks {
  508. margin-top:250px;
  509. margin-left:370px;
  510. line-height:16px;
  511. width:10px;
  512. text-transform:lowercase;
  513. position:fixed;
  514. }
  515.  
  516. #elinks a {
  517. margin-right:20px;
  518. display:inline-block;
  519. margin-bottom:5px;
  520. font-size:65px;
  521. color:#cfcfcf;
  522. opacity:1;
  523. text-shadow:0px 0px 4px #6b2c2d;
  524. -webkit-text-stroke-width: 2px;
  525. -webkit-text-stroke-color: #875454;
  526. -webkit-transition-duration:0.4s;
  527. -moz-transition-duration:0.4s;
  528. -o-transition-duration:0.4s;
  529. }
  530.  
  531. #elinks a:hover {
  532. display:inline-block;
  533. margin-bottom:5px;
  534. color:#f0f0f0;
  535. opacity:1;
  536. text-shadow:0px 0px 9px #f0f0f0;
  537. -webkit-text-stroke-width: 2px;
  538. -webkit-text-stroke-color: #f0f0f0;
  539. -moz-transition-duration:0.3s;
  540. -webkit-transition-duration:0.3s;
  541. -o-transition-duration:0.3s;
  542. -webkit-filter: grayscale( 0 ) blur(10px);
  543.  
  544. }
  545.  
  546.  
  547. #description {
  548. position:fixed;
  549. width:0px;
  550. font-family:trebuchet ms;
  551. margin-top:55px;
  552. margin-left:-9px;
  553. text-align:justify;
  554. font-size:9px;
  555. color: {color:text};
  556. letter-spacing:0px;
  557. line-height:130%;
  558. -moz-transition-duration:1s;
  559. -webkit-transition-duration:1s;
  560. -o-transition-duration:1s;
  561. }
  562. /************************************************************************/
  563.  
  564. #post {{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}margin:40px 0px 80px 520px;text-align:left;line-height:14px;opacity:0.9;
  565. -webkit-transition: all 0.6s ease-in-out;
  566. -moz-transition: all 0.6s ease-in-out;
  567. -o-transition: all 0.6s ease-in-out;
  568. -ms-transition: all 0.6s ease-in-out;
  569. transition: all 0.6s ease-in-out;line-height:20px;
  570. -webkit-filter:grayscale(0%);
  571. -webkit-transition: all 0.6s ease-in-out;}
  572.  
  573. #post:hover {
  574. opacity:1;
  575. -webkit-transition: all 0.6s ease-in-out;
  576. -moz-transition: all 0.6s ease-in-out;
  577. -o-transition: all 0.6s ease-in-out;
  578. -ms-transition: all 0.6s ease-in-out;
  579. transition: all 0.6s ease-in-out;
  580. -webkit-filter:none;
  581. }
  582.  
  583.  
  584.  
  585. #post img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:400px;{/block:If400pxPosts}{block:If540pxPosts}max-width:540px;{/block:If540pxPosts}}
  586. #post blockquote div {margin-top:8px;}
  587. #post blockquote img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:450px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}{block:If540pxPosts}max-width:490px;{/block:If540pxPosts}}
  588.  
  589. #permalink {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border-top:1px solid {color:border};{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}color:#454545;margin-top:15px;padding-top:8px;text-transform:lowercase;line-height:14px;text-align:center;font-size:25px;letter-spacing:1px;background-image:url("http://i.imgur.com/B5a1Nv3.png");background-repeat:repeat;background-attachment:fixed;height:25px;border-top:2px solid #735b63;border-bottom:2px solid #735b63;border-left:4px solid #735b63;border-right:4px solid #735b63; -webkit-text-stroke-width: 1px;
  590. -webkit-text-stroke-color: #cfcfcf;}
  591. #permalink a {color:#735b63;font-family:"determination"; -webkit-text-stroke-width: 1px;
  592. -webkit-text-stroke-color: #cfcfcf;}
  593. #permalink a:hover {color:#cfcfcf;font-family:"determination";-webkit-text-stroke-width: 1px;
  594. -webkit-text-stroke-color: #735b63;}
  595.  
  596. .tags {text-align:center;opacity:0;margin:10px 0px;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;font-size:13px;text-transform:none;font-size:12px;}
  597. .tags a {color:{color:main color};text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 2px #813a3a;font-size:13px;}
  598. .tags a:hover {text-decoration:underline;color:#292857;-webkit-transition: all .3s linear;-moz-transition: all 3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;text-shadow:0px 0px 2px #4a4978;letter-spacing:0px;}
  599.  
  600. #post:hover .tags {opacity:1;}
  601.  
  602. /************************************************************************/
  603.  
  604.  
  605. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:2px solid #735b63;border-bottom:2px solid #735b63;border-left:4px solid #735b63;border-right:4px solid #735b63;background:#c9c9c9;color:#735b63;}
  606.  
  607. #tagspp {line-height:15px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;color:{color:links};padding:5px 0px;}
  608. #tagspp a {padding:0px 5px;}
  609. #tagspp a:hover {text-decoration:underline;}
  610.  
  611. /************************************************************************/
  612.  
  613. .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:396px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts}}
  614.  
  615. .audio {position:relative;margin-top:-100px;margin-left:102px;height:100px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:390px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts};color:{color:links};font-family:"silkscreen";font-weight:normal;font-size:11px;}
  616.  
  617. .audioart {padding-right:2px;width:100px;height:100px;}
  618. .audioart img {width:100px;}
  619.  
  620. /************************************************************************/
  621.  
  622.  
  623. .quote {font-weight:italic;font-family: 'determination' ;font-size:20px;color:#4a4a4a; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 1px #383838;line-height:25px;word-spacing:2px;text-transform:lowercase;}
  624. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"silkscreen";}
  625.  
  626. /************************************************************************/
  627. #sans {font-size:24px; font-style:none;margin-top:10px;margin-left:0px;font-family:papyrus;text-transform:uppercase;color:#735b63;text-shadow:0px 0px 2px #471111;width:500px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #cfcfcf;}
  628. #question {margin:10px 0px;padding:10px 20px;line-height:20px;border-bottom:2px solid #735b63;border-top:2px solid #735b63;border-left:4px solid #735b63;border-right:4px solid #735b63;border-radius:0px 0px 0px 0px;text-align:center;background-repeat:repeat;background-attachment:fixed;font-family:"silkscreen";text-transform:lowercase;font-size:14px;-webkit-text-stroke: 0px #697e80;color:#735b63;text-shadow:0px 0px 0px #121111;margin-top:-12px;font-size:14px;background:#d6d6d6; box-shadow:0px 0px 2px #7a7a7a;}
  629. #sender {font-size:36px; font-style:none;margin-top:-0px;margin-left:0px;font-family:"master";text-transform:;color:#735b63;text-shadow:0px 0px 2px #471111;width:500px;text-align:right; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #cfcfcf;}
  630.  
  631.  
  632. /************************************************************************/
  633.  
  634. .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:480px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}{block:If540pxPosts}width:520px;{/block:If540pxPosts}}
  635. .notes a:hover {background-color:transparent;color:{color:links};}
  636. ol.notes {list-style-type:none;}
  637. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  638. ol.notes li.note img.avatar {vertical-align:-6px;}
  639. ol.notes li.note img {padding:2px 5px 2px 2px;}
  640. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  641.  
  642. /************************************************************************/
  643.  
  644. .hidden {display:none;}
  645. .unhidden {display:block;}
  646.  
  647. /************************************************************************/
  648.  
  649. #nav {
  650. width:300px;
  651. background:transparent;
  652. padding:10px; }
  653.  
  654. #nav a{
  655. text-decoration:none;
  656. font: 15px "determination";
  657. color:#7e3e3e;
  658. letter-spacing:2px;
  659. display:inline-block;
  660. text-align:center;
  661. background:#d1d1d1;
  662. border-top:2px solid #7e3e3e;
  663. border-bottom:2px solid #7e3e3e;
  664. border-left:4px solid #7e3e3e;
  665. border-right:4px solid #7e3e3e;
  666. padding: 2px;
  667. width:280px;
  668. margin:5px;
  669. -webkit-transition:all 0.4s ease-in-out;
  670. -moz-transition:all 0.4s ease-in-out;
  671. -o-transition:all 0.4s ease-in-out;
  672. transition:all 0.4s ease-in-out;}
  673.  
  674. #nav a:hover{
  675. color:#e8e8e7;
  676. letter-spacing:5px;
  677. display:inline-block;
  678. text-align:center;
  679. background:#d1d1d1;
  680. padding: 2px;
  681. width:280px;
  682. margin:5px;
  683. -webkit-transition:all 0.5s ease-in-out;
  684. -moz-transition:all 0.5s ease-in-out;
  685. -o-transition:all 0.5s ease-in-out;
  686. transition:all 0.5s ease-in-out;}
  687.  
  688. </style>
  689. </head>
  690.  
  691. <body>
  692.  
  693. <!--made by wonderfullythemes.tumblr.com-->
  694. <div id="lostatsea">
  695. <div class="convo">updates</div>
  696.  
  697. <div class="content">
  698.  
  699. <div style="background-color:#8c6262;color:#d4d4d4;padding-left:3px; font-size:14px;line-height:15px;">Title</div>
  700. <ul>
  701. + Here are your updates!<br>
  702. + Separate everything just like you see in the code :)<br>
  703. + <b>bold</b> <i>italic</i> <s>strikethrough</s> <a href="http://wonderfullythemes.tumblr.com">link</a>
  704. </ul>
  705.  
  706.  
  707. <center><a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">credit.</a></center><br>
  708. </div>
  709. </div>
  710.  
  711. <div id="rules" class="popup_block">
  712. <div style="background-color:transparent; width:360px;padding:06px;text-align:center; text-style:normal;border:0px dashed #90909e;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;margin-top:0px;margin-left:50px;line-height:23px;overflow-x:scroll;
  713. scroll:left;
  714. overflow-x:hidden;height:360px;-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  715. padding:4px;">rules here!
  716. </div>
  717. </div>
  718. </div>
  719.  
  720. <div id="navi" class="popup_block">
  721. <div style="background-color:transparent; width:360px;padding:06px;text-align:center; text-style:normal;border:0px dashed #90909e;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;margin-top:0px;margin-left:50px;line-height:23px;overflow-x:scroll;
  722. scroll:left;
  723. overflow-x:hidden;height:360px;-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  724. padding:4px;"><div style="background-color:#7e3e3e; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #d1d1d1; outline:1px dashed #7e3e3e;font-family:silkscreen;">✦ PAGES.</div>
  725. <div id="nav">
  726. <a href="http://stillbelieves.tumblr.com/">* LINKS HERE.</a>
  727. <a href="http://stillbelieves.tumblr.com/">* LINKS HERE.</a>
  728. <a href="http://stillbelieves.tumblr.com/">* LINKS HERE.</a>
  729. </div>
  730. </div>
  731. </div>
  732. </div>
  733.  
  734.  
  735.  
  736.  
  737. <!----------------------------------------------------------------------->
  738.  
  739.  
  740. <!----------------------------------------------------------------------->
  741.  
  742. <div id="sidebar">
  743.  
  744. <div id="description"></div>
  745.  
  746. </div>
  747. <div id="links">
  748. <a href="{text:link 01 url}" title="{text:link 01}">❤</a></div>
  749. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">❤</a></div>
  750. <div id="clinks"><a href="#?w=760" rel="rules" class="poplight" title="{text:link 03}">❤</a></div>
  751. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">❤</a>
  752. </div>
  753. <div id="elinks"><a href="#?w=760" rel="navi" class="poplight" title="{text:link 05}" rel="rules" class="poplight">✦</a></div>
  754. <!----------------------------------------------------------------------->
  755.  
  756. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  757.  
  758. {block:Posts}
  759. <div id="post">
  760.  
  761. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  762.  
  763. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  764. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:If540pxPosts}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  765.  
  766. {block:Photoset}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Photoset-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Photoset}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  767.  
  768. {block:Quote}<div class="quote">* {Quote} ❞</div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  769.  
  770. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  771.  
  772. {block:Chat}<div id="chat">{block:Title}<p style="font-size:30px;text-transform:lowercase;line-height:30px;text-align:center;font-family:prelude;"><a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
  773.  
  774. {block:Video}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Video-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Video-500}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  775.  
  776. {block:Audio}<div class="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div><div class="audio">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<span class="height:60px;">{block:TrackName}&nbsp;&nbsp;&nbsp;TRACK NAME: {TrackName}{/block:TrackName} <br> {block:Artist}&nbsp;&nbsp;&nbsp;ARTIST: {Artist}{/block:Artist} <br> {block:Album}&nbsp;&nbsp;&nbsp;ALBUM: {Album}{/block:Album}</span></div>{block:caption}{caption}{/block:caption}{/block:Audio}
  777.  
  778. {block:Answer}<div id="sans">MESSAGE FOR THE GREAT PAPYRUS !!</div><p><div id="question">* {Question} </div><div id="sender">—&nbsp;&nbsp;&nbsp;{Asker}</div>{Answer}{/block:Answer}
  779.  
  780.  
  781. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  782. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  783.  
  784. <!-- {block:NoRebloggedFrom}
  785. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  786. {/block:NoRebloggedFrom} -->
  787.  
  788. {block:IndexPage}
  789. <div id="permalink">
  790. {block:Date}<a href="{Permalink}" title="{TimeAgo}">✦</a>{/block:Date} <a href="{Permalink}" title="{NoteCount} notes">✦</a>{/block:NoteCount}&nbsp;{block:RebloggedFrom}<a title="via: {ReblogParentName}" href="{ReblogParentURL}">✦</a>{/block:RebloggedFrom}{block:ContentSource} <a title="source: {SourceTitle}" href="{SourceURL}">✦</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" title="reblog?" target="_blank" class="details">✦</a></div>
  791. <div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}{/block:HasTags}</div>
  792. {/block:IndexPage}
  793.  
  794. {block:PermalinkPage}{block:Date}<div id="permalinkpage">shared {TimeAgo} on {ShortDayOfWeek}, {DayOfMonthWithZero}{DayOfMonthSuffix}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:Date}{/block:PermalinkPage}
  795.  
  796. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  797.  
  798. {block:PostNotes}
  799. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  800. <div style="margin-top:-6px;text-align:center;color:{color:text};"><span style="background-color:{color:background};padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
  801. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  802. {/block:PostNotes}
  803.  
  804. </div>
  805.  
  806. {/block:Posts}
  807.  
  808. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  809.  
  810. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  811. {block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  812.  
  813. <!----------------------------------------------------------------------->
  814.  
  815. </body>
  816. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement