radiantvictor

silas theme!

May 9th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.70 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:400px; /*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:#bbbbbb; /*background color*/
  104. border-top:2px solid #7b878a; /*border info*/
  105. border-bottom:2px solid #7b878a; /*border info*/
  106. font-family:"determination"; /*tooltip font*/
  107. font-size:16px; /*tooltip font size*/
  108. letter-spacing:2px; /*tooltip letter spacing*/
  109. line-height:15px;
  110. text-transform:uppercase; /*makes the tooltip title uppercase*/
  111. color:#7b878a; /*tooltip font color*/
  112. z-index:999999999999999999999999999999999999;
  113. -moz-transition-duration:.3s;
  114. -webkit-transition-duration:.3s;
  115. -o-transition-duration:.3s;
  116. box-shadow:-1px 1px 3px 0px #6e6e6e;
  117. }
  118. </style>
  119. <title>{Title}</title>
  120. <link rel="shortcut icon" href="http://38.media.tumblr.com/tumblr_ltsft1v1g21r1b4vq.gif">
  121.  
  122. <meta name="image:Background" content="" />
  123. <meta name="image:Sidebar" content="" />
  124.  
  125. <meta name="color:Links" content="#4b6262" />
  126. <meta name="color:Main Color" content="#6c8794" />
  127. <meta name="color:Text" content="#768689" />
  128. <meta name="color:Background" content="#bbbbbb" />
  129. <meta name="color:Border" content="#6e838c" />
  130. <meta name="color:Scrollbar" content="#4c5f65" />
  131.  
  132. <meta name="text:Link 01" content="index" />
  133. <meta name="text:Link 02" content="askbox" />
  134. <meta name="text:Link 03" content="one" />
  135. <meta name="text:Link 04" content="two" />
  136. <meta name="text:Link 05" content="three" />
  137. <meta name="text:Link 01 URL" content="/" />
  138. <meta name="text:Link 02 URL" content="/ask" />
  139. <meta name="text:Link 03 URL" content="/" />
  140. <meta name="text:Link 04 URL" content="/" />
  141. <meta name="text:Link 05 URL" content="/" />
  142. <meta name="text:Background Image Position" content="left" />
  143. <meta name="text:Font Family" content="arial" />
  144. <meta name="text:Font Size" content="14.5" />
  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 #bbbbbb; /*--change title border colour--*/
  225. outline:1px dashed #818f94;
  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:#bbbbbb;
  232. background:#818f94;
  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 #a8b0b3; /*--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 #a8b0b3;
  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 #818f94; /*--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: .2;
  270. z-index: 9999;
  271. }
  272.  
  273. .popup_block{
  274. display: none;
  275. background: #d1d1d1;
  276. padding: 20px;
  277. float: left;
  278. position: fixed;
  279. top: 50%;
  280. left: 50%;
  281. z-index: 99999;
  282. height:300px;
  283. background-repeat:no-repeat;
  284. border-top:2px solid #79858f;
  285. border-bottom:2px solid #79858f;
  286. border-left:4px solid #79858f;
  287. border-right:4px solid #79858f;
  288. text-align:center;
  289. color:#3b5d5e;
  290. opacity:1;
  291. overflow-x:scroll;
  292. scroll:left;
  293. overflow-x:hidden;
  294. }
  295.  
  296. img.btn_close {
  297. float: right;
  298. margin: -55px -55px 0 0;
  299. }
  300.  
  301. *html #fade {
  302. position: absolute;
  303. }
  304.  
  305. *html .popup_block {
  306. position: absolute;
  307. }
  308.  
  309.  
  310.  
  311. {block:IfCustomScrollbar}
  312. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background}}
  313. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  314. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  315. {/block:IfCustomScrollbar}
  316.  
  317. 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;}
  318. 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}}
  319.  
  320. 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:#79868c;text-shadow:0px 0px 1px #555c5e;}
  321. a:hover { color:#404040;text-shadow:0px 0px 5px #adadad;
  322. -webkit-text-stroke-width: 0px;
  323. -webkit-text-stroke-color: #bbbbbb;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
  324.  
  325. strong, bold, b {font-weight:bold;font-family:"limo";font-size:25px;color:#555c5e; -webkit-text-stroke: 0px #262626; text-shadow:0px 1px 2px #3d4854;letter-spacing:3px;line-height:25px;z-index:99;}
  326. italic, i, em {font-weight:italic;font-family: 'prelude' ;font-size:35px;color:#555c63; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 2px #3d4854;}
  327.  
  328. small, sub {font-size:{text:font size}px;}
  329. code {font-size:{text:font size}px;font-family:{text:font family};}
  330. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  331.  
  332. 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;}
  333.  
  334.  
  335. 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:"master";}
  336. h2 {font-size:40px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:45px;color:#3c4a52;line-height:40px;text-shadow:1px 1px 2px #3d4854;font-family:"prelude";}
  337. h1 a {color:{color:main color};}
  338.  
  339. .label {font-weight:normal;color:{color:main color};font-size:20px;}
  340. .chat {line-height:25px;margin:8px;font-family:"determination";font-size:20px;color:#424242;text-transform:lowercase;}
  341. n {line-height:25px;margin:8px;font-family:"determination";font-size:30px;}
  342.  
  343. ::selection {color:#fff;background:#7b878a;}
  344. ::-moz-selection {color:#fff;background:#7b878a;}
  345. ::-webkit-selection {color:#fff;background:#7b878a;}
  346.  
  347. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  348. #credit a {color:{color:main color};}
  349.  
  350. #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;}
  351.  
  352. /************************************************************************/
  353.  
  354. #sidebar {text-align:left;
  355. position:fixed;
  356. margin-left:-225px;
  357. margin-top:400px;
  358. width:300px;}
  359.  
  360.  
  361. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  362.  
  363.  
  364.  
  365. #links {
  366. margin-top:100px;
  367. margin-left:420px;
  368. line-height:16px;
  369. width:10px;
  370. text-transform:lowercase;
  371. position:fixed;
  372. }
  373.  
  374.  
  375. #links a{
  376. margin-right:20px;
  377. display:inline-block;
  378. margin-bottom:5px;
  379. font-size:80px;
  380. color:#bbbbbb;
  381. text-shadow:0px 0px 6px #555c5e;
  382. -webkit-text-stroke-width: 2px;
  383. -webkit-text-stroke-color: #7b878a;
  384. -webkit-transition-duration:0.4s;
  385. -moz-transition-duration:0.4s;
  386. -o-transition-duration:0.4s;
  387. }
  388.  
  389. #links a:hover {
  390. display:inline-block;
  391. margin-bottom:5px;
  392. color:#bbbbbb;
  393. text-shadow:0px 0px 9px #f0f0f0;
  394. -webkit-text-stroke-width: 0px;
  395. -webkit-text-stroke-color: #474759;
  396. -moz-transition-duration:0.3s;
  397. -webkit-transition-duration:0.3s;
  398. -o-transition-duration:0.3s;
  399. -webkit-filter: grayscale( 0 ) blur(10px);
  400. }
  401.  
  402. #blinks {
  403. margin-top:160px;
  404. margin-left:390px;
  405. line-height:16px;
  406. width:10px;
  407. text-transform:lowercase;
  408. position:fixed;
  409. }
  410.  
  411. #blinks a {
  412. margin-right:20px;
  413. display:inline-block;
  414. margin-bottom:5px;
  415. font-size:60px;
  416. color:#bbbbbb;
  417. text-shadow:0px 0px 6px #555c5e;
  418. -webkit-text-stroke-width: 2px;
  419. -webkit-text-stroke-color: #7b878a;
  420. -moz-transition-duration:0.4s;
  421. -webkit-transition-duration:0.4s;
  422. -o-transition-duration:0.4s;
  423. }
  424.  
  425. #blinks a:hover {
  426. display:inline-block;
  427. margin-bottom:5px;
  428. color:#bbbbbb;
  429. text-shadow:0px 0px 9px #f0f0f0;
  430. -webkit-text-stroke-width: 2px;
  431. -webkit-text-stroke-color: #474759;
  432. -moz-transition-duration:0.3s;
  433. -webkit-transition-duration:0.3s;
  434. -o-transition-duration:0.3s;
  435. -webkit-filter: grayscale( 0 ) blur(10px);
  436. }
  437.  
  438. #clinks {
  439. margin-top:200px;
  440. margin-left:420px;
  441. line-height:16px;
  442. width:10px;
  443. text-transform:lowercase;
  444. position:fixed;
  445. }
  446.  
  447. #clinks a {
  448. margin-left:20px;
  449. display:inline-block;
  450. margin-bottom:5px;
  451. font-size:65px;
  452. color:#bbbbbb;
  453. text-shadow:0px 0px 6px #555c5e;
  454. -webkit-text-stroke-width: 2px;
  455. -webkit-text-stroke-color: #7b878a;
  456. -moz-transition-duration:0.4s;
  457. -webkit-transition-duration:0.4s;
  458. -o-transition-duration:0.4s;
  459. }
  460.  
  461. #clinks a:hover {
  462. display:inline-block;
  463. margin-bottom:5px;
  464. color:#bbbbbb;
  465. text-shadow:0px 0px 9px #f0f0f0;
  466. -webkit-text-stroke-width: 2px;
  467. -webkit-text-stroke-color: #474759;
  468. -moz-transition-duration:0.3s;
  469. -webkit-transition-duration:0.3s;
  470. -o-transition-duration:0.3s;
  471. -webkit-filter: grayscale( 0 ) blur(10px);
  472. }
  473.  
  474. #dlinks {
  475. margin-top:240px;
  476. margin-left:390px;
  477. line-height:16px;
  478. width:10px;
  479. text-transform:lowercase;
  480. position:fixed;
  481. }
  482.  
  483. #dlinks a {
  484. margin-right:20px;
  485. display:inline-block;
  486. margin-bottom:5px;
  487. font-size:65px;
  488. color:#bbbbbb;
  489. text-shadow:0px 0px 6px #555c5e;
  490. -webkit-text-stroke-width: 2px;
  491. -webkit-text-stroke-color: #7b878a;
  492. -moz-transition-duration:0.4s;
  493. -webkit-transition-duration:0.4s;
  494. -o-transition-duration:0.4s;
  495. }
  496.  
  497. #dlinks a:hover {
  498. display:inline-block;
  499. margin-bottom:5px;
  500. color:#bbbbbb;
  501. text-shadow:0px 0px 9px #f0f0f0;
  502. -webkit-text-stroke-width: 2px;
  503. -webkit-text-stroke-color: #474759;
  504. -moz-transition-duration:0.3s;
  505. -webkit-transition-duration:0.3s;
  506. -o-transition-duration:0.3s;
  507. -webkit-filter: grayscale( 0 ) blur(10px);
  508. }
  509.  
  510.  
  511. #elinks {
  512. margin-top:300px;
  513. margin-left:440px;
  514. line-height:16px;
  515. width:10px;
  516. text-transform:lowercase;
  517. position:fixed;
  518. }
  519.  
  520. #elinks a {
  521. margin-right:20px;
  522. display:inline-block;
  523. margin-bottom:5px;
  524. font-size:45px;
  525. color:#bbbbbb;
  526. opacity:1;
  527. text-shadow:0px 0px 4px #555c5e;
  528. -webkit-text-stroke-width: 2px;
  529. -webkit-text-stroke-color: #7b878a;
  530. -webkit-transition-duration:0.4s;
  531. -moz-transition-duration:0.4s;
  532. -o-transition-duration:0.4s;
  533. }
  534.  
  535. #elinks a:hover {
  536. display:inline-block;
  537. margin-bottom:5px;
  538. color:#bbbbbb;
  539. opacity:1;
  540. text-shadow:0px 0px 9px #f0f0f0;
  541. -webkit-text-stroke-width: 2px;
  542. -webkit-text-stroke-color: #f0f0f0;
  543. -moz-transition-duration:0.3s;
  544. -webkit-transition-duration:0.3s;
  545. -o-transition-duration:0.3s;
  546. -webkit-filter: grayscale( 0 ) blur(10px);
  547.  
  548. }
  549.  
  550.  
  551. #description {
  552. position:fixed;
  553. width:0px;
  554. font-family:trebuchet ms;
  555. margin-top:55px;
  556. margin-left:-9px;
  557. text-align:justify;
  558. font-size:9px;
  559. color: {color:text};
  560. letter-spacing:0px;
  561. line-height:130%;
  562. -moz-transition-duration:1s;
  563. -webkit-transition-duration:1s;
  564. -o-transition-duration:1s;
  565. }
  566. /************************************************************************/
  567.  
  568. #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;
  569. -webkit-transition: all 0.6s ease-in-out;
  570. -moz-transition: all 0.6s ease-in-out;
  571. -o-transition: all 0.6s ease-in-out;
  572. -ms-transition: all 0.6s ease-in-out;
  573. transition: all 0.6s ease-in-out;line-height:20px;
  574. -webkit-filter:grayscale(0%);
  575. -webkit-transition: all 0.6s ease-in-out;}
  576.  
  577. #post:hover {
  578. opacity:1;
  579. -webkit-transition: all 0.6s ease-in-out;
  580. -moz-transition: all 0.6s ease-in-out;
  581. -o-transition: all 0.6s ease-in-out;
  582. -ms-transition: all 0.6s ease-in-out;
  583. transition: all 0.6s ease-in-out;
  584. -webkit-filter:none;
  585. }
  586.  
  587.  
  588.  
  589. #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}}
  590. #post blockquote div {margin-top:8px;}
  591. #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}}
  592.  
  593. #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:#889292;background-image:url(http://i.imgur.com/nz7A5qx.png");background-repeat:repeat;background-attachment:fixed;height:25px;border-top:2px solid #bbbbbb;border-bottom:2px solid #bbbbbb;border-left:4px solid #bbbbbb;border-right:4px solid #bbbbbb; -webkit-text-stroke-width: 1px;outline:1px solid #a2a7a8;
  594. -webkit-text-stroke-color: #bbbbbb;}
  595. #permalink a {color:#637073;font-family:"determination"; -webkit-text-stroke-width: 1px;
  596. -webkit-text-stroke-color: #bbbbbb;}
  597. #permalink a:hover {color:#bbbbbb;font-family:"determination";-webkit-text-stroke-width: 1px;
  598. -webkit-text-stroke-color: #7b878a;}
  599.  
  600. .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;}
  601. .tags a {color:{color:main color};text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 2px #758892;font-size:13px;}
  602. .tags a:hover {text-decoration:underline;color:#758892;-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 #758892;letter-spacing:0px;}
  603.  
  604. #post:hover .tags {opacity:1;}
  605.  
  606. /************************************************************************/
  607.  
  608.  
  609. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;height:35px;border-top:2px solid #7b878a;border-bottom:2px solid #7b878a;border-left:4px solid #7b878a;border-right:4px solid #7b878a;background:#bbbbbb;color:#7b878a;}
  610.  
  611. #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;}
  612. #tagspp a {padding:0px 5px;}
  613. #tagspp a:hover {text-decoration:underline;}
  614.  
  615. /************************************************************************/
  616.  
  617. .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}}
  618.  
  619. .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;}
  620.  
  621. .audioart {padding-right:2px;width:100px;height:100px;}
  622. .audioart img {width:100px;}
  623.  
  624. /************************************************************************/
  625.  
  626.  
  627. .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;}
  628. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"silkscreen";}
  629.  
  630. /************************************************************************/
  631. #sans {font-size:24px; font-style:none;margin-top:10px;margin-left:0px;font-family:"determination";text-transform:uppercase;color:#5b6e73;text-shadow:0px 0px 2px #637073;width:500px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #bbbbbb;}
  632. #question {margin:10px 0px;padding:10px 20px;line-height:20px;border-bottom:2px solid #7b878a;border-top:2px solid #7b878a;border-left:4px solid #7b878a;border-right:4px solid #7b878a;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:#7b878a;text-shadow:0px 0px 0px #121111;margin-top:-12px;font-size:14px;background:#bbbbbb; box-shadow:0px 0px 2px #7a7a7a;}
  633. #sender {font-size:36px; font-style:none;margin-top:-0px;margin-left:0px;font-family:"master";text-transform:;color:#7b878a;text-shadow:0px 0px 2px #637073;width:500px;text-align:right; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #bbbbbb;}
  634.  
  635.  
  636. /************************************************************************/
  637.  
  638. .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}}
  639. .notes a:hover {background-color:transparent;color:{color:links};}
  640. ol.notes {list-style-type:none;}
  641. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  642. ol.notes li.note img.avatar {vertical-align:-6px;}
  643. ol.notes li.note img {padding:2px 5px 2px 2px;}
  644. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  645.  
  646. /************************************************************************/
  647.  
  648. .hidden {display:none;}
  649. .unhidden {display:block;}
  650.  
  651. /************************************************************************/
  652.  
  653. #nav {
  654. width:300px;
  655. background:transparent;
  656. padding:10px; }
  657.  
  658. #nav a{
  659. text-decoration:none;
  660. font: 15px "determination";
  661. color:#79858f;
  662. letter-spacing:2px;
  663. display:inline-block;
  664. text-align:center;
  665. background:#d1d1d1;
  666. border-top:2px solid #79858f;
  667. border-bottom:2px solid #79858f;
  668. border-left:4px solid #79858f;
  669. border-right:4px solid #79858f;
  670. padding: 2px;
  671. width:280px;
  672. margin:5px;
  673. -webkit-transition:all 0.4s ease-in-out;
  674. -moz-transition:all 0.4s ease-in-out;
  675. -o-transition:all 0.4s ease-in-out;
  676. transition:all 0.4s ease-in-out;}
  677.  
  678. #nav a:hover{
  679. color:#e8e8e7;
  680. letter-spacing:5px;
  681. display:inline-block;
  682. text-align:center;
  683. background:#d1d1d1;
  684. padding: 2px;
  685. width:280px;
  686. margin:5px;
  687. -webkit-transition:all 0.5s ease-in-out;
  688. -moz-transition:all 0.5s ease-in-out;
  689. -o-transition:all 0.5s ease-in-out;
  690. transition:all 0.5s ease-in-out;}
  691.  
  692. #musicplayer {
  693. position: fixed;
  694. left: 293px;
  695. top: 72px; }
  696.  
  697. .yo {
  698. position: absolute;
  699. left: 35px;
  700. top: 0px;
  701. font-style: oblique; font: 9px georgia;
  702. width: 80px;
  703. height: 15px;
  704. padding: 5px;
  705. background-color: #fff;
  706. opacity: 0;
  707. -webkit-transition: all 0.3s ease-in;
  708. -moz-transition: all 0.3s ease-in;
  709. -o-transition: all 0.3s ease-in;
  710. -ms-transition: all 0.3s eease-in;
  711. transition: all 0.3s ease-in; }
  712.  
  713. #musicplayer:hover .yo {
  714. opacity: 1;
  715. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  716. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  717. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  718.  
  719. .player {
  720. border: 0px solid #666;
  721. padding-top:2px;
  722. padding-right:1px;
  723. position: fixed;
  724. width: 100px;
  725. height:20px;
  726. margin: 3px 0px 0px 0px;
  727. overflow: hidden;
  728. z-index: 9999;
  729. opacity: 1; }
  730. </style>
  731. </head>
  732.  
  733. <body>
  734. <!--made by wonderfullythemes.tumblr.com-->
  735. <div id="lostatsea">
  736. <div class="convo">CHIVALRY.</div>
  737.  
  738. <div class="content">
  739.  
  740. <div style="background-color:#818f94;color:#d4d4d4;padding-left:3px; font-size:11px;line-height:15px;">LISTEN.</div>
  741. <center>
  742. private silas of fe:if.<br>written by <a href="http://sairusu.flavors.me/">trisha.</a><br><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5233786";
  743. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  744. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  745. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  746. </script>
  747. // <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3100521";
  748. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  749. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  750. </script><br><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="26" height="20">
  751. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  752. <param name="bgcolor" value="#d4d4d4" />
  753. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/s/tay7xropbtnjval/Child%20of%20Light%20OST%2011.Metal%20Gleamed%20in%20the%20Twilight.mp3?dl=0&amp;width=26&amp;volume=25&amp;showslider=0&amp;bgcolor=d4d4d4&amp;bgcolor1=d4d4d4&amp;bgcolor2=d4d4d4&amp;buttoncolor=758892&amp;buttonovercolor=758892" />
  754. </object><br>
  755. <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">credit.</a></center><br>
  756. </div>
  757. </div>
  758.  
  759. <div id="rules" class="popup_block">
  760. <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;
  761. scroll:left;
  762. 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)));
  763. padding:4px;">rules here!
  764. </div>
  765. </div>
  766. </div>
  767.  
  768. <div id="navi" class="popup_block"><div style="background-color:#79858f; 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 #79858f;font-family:silkscreen;">✦ PAGES.</div>
  769. <div id="nav">
  770. <a href="http://reunionvow.tumblr.com/ask">MESSAGE.</a>
  771. <a href="http://reunionvow.tumblr.com/submit">SUBMIT.</a>
  772. <a href="http://reunionvow.tumblr.com/archive">ARCHIVE.</a>
  773. <a href="http://reunionvow.tumblr.com/r">READ.</a>
  774. <a href="http://reunionvow.tumblr.com/a">ABOUT.</a>
  775. </div>
  776. </div>
  777. </div>
  778. </div>
  779.  
  780.  
  781.  
  782.  
  783. <!----------------------------------------------------------------------->
  784.  
  785.  
  786. <!----------------------------------------------------------------------->
  787.  
  788. <div id="sidebar">
  789.  
  790. <div id="description"></div>
  791.  
  792. </div>
  793. <div id="links">
  794. <a href="{text:link 01 url}" title="{text:link 01}">✦</a></div>
  795. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✦</a></div>
  796. <div id="clinks"><a href="{text:link 03 url}" title="{text:link 03}">✦</a></div>
  797. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✦</a>
  798. </div>
  799. <div id="elinks"><a href="#?w=320" rel="navi" class="poplight" title="{text:link 05}" rel="rules" class="poplight">❤</a></div>
  800. <!----------------------------------------------------------------------->
  801.  
  802. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  803.  
  804. {block:Posts}
  805. <div id="post">
  806.  
  807. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  808.  
  809. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  810. {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}
  811.  
  812. {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}
  813.  
  814. {block:Quote}<div class="quote">* {Quote} ❞</div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  815.  
  816. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  817.  
  818. {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}
  819.  
  820. {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}
  821.  
  822. {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}
  823.  
  824. {block:Answer}<div id="sans">message loading...</div><p><div id="question">* {Question} </div><div id="sender">—&nbsp;&nbsp;&nbsp;{Asker}</div>{Answer}{/block:Answer}
  825.  
  826.  
  827. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  828. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  829.  
  830. <!-- {block:NoRebloggedFrom}
  831. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  832. {/block:NoRebloggedFrom} -->
  833.  
  834. {block:IndexPage}
  835. <div id="permalink">
  836. {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>
  837. <div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}{/block:HasTags}</div>
  838. {/block:IndexPage}
  839.  
  840. {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}
  841.  
  842. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  843.  
  844. {block:PostNotes}
  845. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  846. <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>
  847. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  848. {/block:PostNotes}
  849.  
  850. </div>
  851.  
  852. {/block:Posts}
  853.  
  854. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  855.  
  856. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  857. {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}
  858.  
  859. <!----------------------------------------------------------------------->
  860.  
  861. </body>
  862. </html>
Advertisement
Add Comment
Please, Sign In to add comment