Advertisement
octomoosey

Smith + Wesson

Apr 20th, 2014
5,322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#8a8989"/>
  13. <meta name="color:bold" content="#f2992e" />
  14. <meta name="color:italic" content="#f2992e" />
  15. <meta name="color:title" content="#f2992e"/>
  16. <meta name="color:border" content="#f2992e"/>
  17. <meta name="color:link" content="#f2992e"/>
  18. <meta name="color:link hover" content="#8a8989"/>
  19. <meta name="color:scrollbar" content="#8a8989"/>
  20. <meta name="color:nav link" content="#f2992e"/>
  21. <meta name="color:nav link hover" content="ffffff"/>
  22. <meta name="color:sidebar bg" content="#000000"/>
  23. <meta name="color:post bg" content="#ffffff"/>
  24. <meta name="color:entries bg" content="#000000"/>
  25. <meta name="color:tags" content="#f2992e"/>
  26. <meta name="color:tags hover" content="#ffffff" />
  27. <meta name="color:ask bg" content="#000000"/>
  28. <meta name="color:ask text" content="#ffffff"/>
  29.  
  30. <meta name="image:Sidebar1" content=""/>
  31. <meta name="image:Sidebar2" content=""/>
  32. <meta name="image:Background" content=""/>
  33.  
  34. <meta name="text:link1" content="">
  35. <meta name="text:link1 url" content="/">
  36. <meta name="text:link2" content="">
  37. <meta name="text:link2 url" content="/">
  38. <meta name="text:link3" content="">
  39. <meta name="text:link3 url" content="/">
  40. <meta name="text:link4" content="">
  41. <meta name="text:link4 url" content="/">
  42. <meta name="text:link5" content="">
  43. <meta name="text:link5 url" content="/">
  44. <meta name="text:link6" content="">
  45. <meta name="text:link6 url" content="/">
  46. <meta name="text:link7" content="">
  47. <meta name="text:link7 url" content="/">
  48. <meta name="text:link8" content="">
  49. <meta name="text:link8 url" content="/">
  50. <meta name="text:link9" content="">
  51. <meta name="text:link9 url" content="/">
  52. <meta name="text:link10" content="">
  53. <meta name="text:link10 url" content="/">
  54.  
  55. <meta name="text:ask text" content=" ">
  56.  
  57. <meta name="if:tinycursor" content="1"/>
  58. <meta name="if:greyscale" content="1"/>
  59. <meta name="text:text size" content="11px" />
  60. <meta name="if:showsubmit" content="0"/>
  61.  
  62.  
  63. <link href='https://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='https://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  66. </script>
  67.  
  68. <script type="text/javascript"
  69. src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  70.  
  71. <script>
  72.  
  73. $(document).ready(function() {
  74.  
  75. $('a.poplight[href^=#]').click(function() {
  76. var popID = $(this).attr('rel');
  77. var popURL = $(this).attr('href');
  78. var query= popURL.split('?');
  79. var dim= query[1].split('&');
  80. var popWidth = dim[0].split('=')[1];
  81.  
  82. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) });
  83.  
  84. var popMargTop = ($('#' + popID).height() + 80) / 2;
  85. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  86. $('#' + popID).css({
  87. 'margin-top' : -popMargTop,
  88. 'margin-left' : -popMargLeft
  89. });
  90.  
  91. $('body').append('<div id="fade"></div>');
  92.  
  93. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  94. return false;
  95.  
  96. });
  97.  
  98.  
  99. $('a.close, #fade').live('click', function() {
  100. $('#fade , .popup_block').fadeOut(function() {
  101. $('#fade, a.close').remove();
  102. });
  103. return false;
  104. });
  105.  
  106. });
  107.  
  108. </script>
  109.  
  110. <style type="text/css">
  111.  
  112. ::-webkit-scrollbar {height: 3px;width: 3px;}
  113. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  114. ::-webkit-scrollbar-track{background-color:{color:post bg};}
  115.  
  116. {block:iftinycursor}
  117. body, a, a:hover{
  118. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  119. {/block:iftinycursor}
  120.  
  121. iframe#tumblr_controls {
  122. right:3px !important;
  123. position: fixed !important;
  124. -webkit-transition: opacity 0.7s
  125. linear;opacity: 0.2;
  126. -webkit-transition: all 0.8s ease-out;
  127. -moz-transition: all 0.8s ease-out;
  128. transition: all 0.8s ease-out;}
  129.  
  130. iframe#tumblr_controls:hover{
  131. -webkit-transition: opacity 0.7s linear;
  132. opacity: 1;
  133. -webkit-transition: all 0.4s ease-out;
  134. -moz-transition: all 0.4s ease-out;
  135. transition: all 0.4s ease-out;}
  136.  
  137. body {
  138. background-color:{color:background};
  139. background-image: url('{image:background}');
  140. background-position: right bottom;
  141. background-repeat: no-repeat;
  142. background-attachment: fixed;
  143. margin:0px;
  144. color:{color:text};
  145. font-family:'Fenix', serif;
  146. font-size: {text:Text Size};
  147. line-height:120%;}
  148.  
  149. a:link, a:active, a:visited {
  150. text-decoration: none;
  151. color: {color:link};
  152. -moz-transition-duration:.6s;
  153. -webkit-transition-duration:.6s;
  154. -o-transition-duration:.6s;}
  155.  
  156. a:hover {
  157. color: {color:link hover};
  158. -moz-transition-duration:.6s;
  159. -webkit-transition-duration:.6s;
  160. -o-transition-duration:.6s;}
  161.  
  162. h1 {
  163. background-color: transparent;
  164. font-family:'Fenix', serif;
  165. font-size: 15px;
  166. line-height: 10px;
  167. letter-spacing: 2px;
  168. text-align: center;
  169. color: {color:title};
  170. line-height:120%;}
  171.  
  172. h2 {
  173. width:500px;
  174. font-family:'Fenix', serif;
  175. font-size: 20px;
  176. line-height: 30px;
  177. letter-spacing: 1px;
  178. text-align: center;
  179. color: {color:ask text};
  180. background-color:{color:ask bg};}
  181.  
  182. blockquote {
  183. padding:2px 7px;
  184. margin:3px 0 3px 10px;
  185. border-left:2px solid {color:border};
  186. background-color:{color:blockquote};}
  187.  
  188. blockquote img {
  189. max-width:100%;}
  190.  
  191. b, strong {
  192. color:{color:bold};}
  193.  
  194. i, em {
  195. color:{color:italic};}
  196.  
  197. p {
  198. margin-top:5px;
  199. margin-bottom:5px;}
  200.  
  201. ol {
  202. list-style:normal;}
  203.  
  204. ul {
  205. list-style:square;}
  206.  
  207. small,sup,sub {
  208. font-size:{text:Text Size}}
  209.  
  210. big {
  211. font-size:12px;}
  212.  
  213. {block:IfGreyscale}
  214.  
  215. img {
  216. -webkit-filter:grayscale(100%);
  217. -webkit-transition: all 0.9s ease-in-out;
  218. -moz-transition: all 0.9s ease-in-out;
  219. -o-transition: all 0.9s ease-in-out;
  220. -ms-transition: all 0.9s ease-in-out;
  221. transition: all 0.9s ease-in-out;}
  222.  
  223. img:hover {
  224. -webkit-filter:none;}
  225.  
  226. .html_photoset {
  227. -webkit-filter: grayscale(100%);
  228. -webkit-transition: all 0.9s ease-in-out;
  229. -moz-transition: all 0.9s ease-in-out;
  230. -o-transition: all 0.9s ease-in-out;
  231. -ms-transition: all 0.9s ease-in-out;
  232. transition: all 0.9s ease-in-out;}
  233.  
  234. .html_photoset:hover {
  235. -webkit-filter: none;}
  236.  
  237. {/block:IfGreyscale}
  238.  
  239. #entries {
  240. padding:10px;
  241. width:570px;
  242. margin-left:362px;
  243. margin-bottom:-15px;
  244. padding-bottom:50px;
  245. font-size: {text:Text Size};
  246. font-family:'Fenix', serif;
  247. letter-spacing:0px;
  248. background-color:{color:entries bg};}
  249.  
  250. #post {
  251. width:500px;
  252. padding:25px;
  253. margin-top:20px;
  254. margin-left:10px;
  255. background-color:{color:post bg};}
  256.  
  257. #sidebar {
  258. position:fixed;
  259. margin-left:50px;
  260. margin-top:0px;
  261. height:100%;
  262. width:156px;
  263. background-color:{color:sidebar bg};}
  264.  
  265. #sidebar2 {
  266. position:fixed;
  267. margin-left:206px;
  268. margin-top:0px;
  269. height:100%;
  270. width:156px;
  271. background-color:{color:background};}
  272.  
  273. #img1 img {
  274. width:100px;
  275. height:100px;
  276. margin-top:206px;
  277. padding:5px;
  278. border: solid 1px {color:border};
  279. margin-left:22px;}
  280.  
  281. #description {
  282. text-align:center;
  283. font-family:'Fenix', serif;
  284. width:130px;
  285. margin-top:7px;
  286. padding:13px;
  287. font-size:10px;
  288. letter-spacing: 2px;
  289. position:fixed;
  290. text-transform:none;
  291. color:{color:DescriptionText};}
  292.  
  293. #pagination {
  294. font-style:bold;
  295. padding:2px;
  296. font-family:'Fenix', serif;
  297. letter-spacing:2px;
  298. font-size:10px;
  299. text-align:center;
  300. padding:2px;
  301. margin-top:10px;
  302. text-transform:lowercase;}
  303.  
  304. #img2 img {
  305. width:100px;
  306. height:100px;
  307. margin-top:206px;
  308. padding:5px;
  309. border: solid 1px {color:border};
  310. margin-left:22px;}
  311.  
  312. #nav {
  313. margin-top:27px;
  314. width:150px;
  315. background: transparent;
  316. margin-left:18px;}
  317.  
  318. #nav a {
  319. width:120px;
  320. margin-left:0px;
  321. margin-bottom:4px;
  322. display:block;
  323. font-size:10px;
  324. font-family:'Fenix', serif;
  325. text-transform: none;
  326. color:{color:nav link};
  327. letter-spacing: 2px;
  328. text-align:center; padding:3px
  329. padding:2px 2px;
  330. -moz-transition-duration:0.7s;
  331. -webkit-transition-duration:0.7s;
  332. -o-transition-duration:0.7s;}
  333.  
  334. #nav a:hover {
  335. color:{color:nav link hover};
  336. background-color:{color:nav link};
  337. text-transform: lowercase;}
  338.  
  339. #nav2 {
  340. margin-top:0px;}
  341.  
  342. #nav2 a {
  343. width:450px;
  344. margin-left:25px;
  345. margin-bottom:3px;
  346. display:block;
  347. font-size:9px;
  348. font-family:'Fenix', serif;
  349. text-transform: none;
  350. color:{color:nav link};
  351. letter-spacing: 3px;
  352. text-align:center; padding:3px
  353. padding:2px 2px;
  354. -moz-transition-duration:0.7s;
  355. -webkit-transition-duration:0.7s;
  356. -o-transition-duration:0.7s;}
  357.  
  358. #nav2 a:hover {
  359. font-style:italic;
  360. color:{color:nav link hover};
  361. background-color:{color:nav link};
  362. text-transform: lowercase;}
  363.  
  364. div#qTip {
  365. padding: 5px;
  366. display: none;
  367. font-style:none;
  368. text-align: center;
  369. position: absolute;
  370. font-size:11px;
  371. line-height:11px;
  372. font-family:'Fenix', serif;
  373. background: {color:background};
  374. z-index: 9999999;
  375. border:1px solid {color:border};
  376. color: {color:text};
  377. letter-spacing: 1px;}
  378.  
  379. #fade {
  380. display: none;
  381. background: #000;
  382. position: fixed;
  383. left: 0;
  384. top: 0;
  385. width: 100%;
  386. height: 100%;
  387. opacity: .80;
  388. z-index: 9999;}
  389.  
  390. .popup_block{
  391. display: none;
  392. background: #FFFFFF;
  393. border: 2px solid {color:Permalink Color 2};
  394. padding: 20px;
  395. float: left;
  396. position: fixed;
  397. top: 50%;
  398. left: 50%;
  399. z-index: 99999;}
  400.  
  401. img.btn_close {
  402. float: right;
  403. margin: -55px -55px 0 0;}
  404.  
  405. *html #fade {
  406. position: absolute;}
  407.  
  408. *html .popup_block {
  409. position: absolute;}
  410.  
  411. #info {
  412. text-align:right;
  413. margin-top:8px;
  414. text-transform:uppercase;
  415. font-size:8px;
  416. font-style:none;
  417. border-top:1px solid #f2f2f2;}
  418.  
  419. #tags {
  420. font-family:cambria;
  421. letter-spacing:0px;
  422. text-transform:lowercase;
  423. font-size:10px;
  424. font-style:italic;
  425. margin-top:2px;
  426. text-align:right;}
  427.  
  428. #tags a {
  429. display:inline-block;
  430. padding:3px;
  431. text-align:right;
  432. color:{color:tags};}
  433.  
  434. #tags a:hover {
  435. color:{color:tags hover};}
  436.  
  437. #asker {
  438. color:{color:ask text};
  439. padding:14px;
  440. font-size:20px;
  441. letter-spacing:0px;
  442. text-align:left;
  443. margin-top:0px;
  444. text-transform:lowercase;
  445. line-height:100%;
  446. background-color:{color:ask bg};}
  447.  
  448. #ask {
  449. color:{color:ask text};
  450. font-family:'Fenix', serif;
  451. padding:14px;
  452. font-size:11px;
  453. letter-spacing:0px;
  454. text-align:left;
  455. margin-top:0px;
  456. line-height:100%;
  457. background-color:{color:ask bg};}
  458.  
  459. {CustomCSS}</style></head><body>
  460.  
  461. <div id="sidebar">
  462. <div id="img1">
  463. <a title="home" href="/"></a>
  464. <img src="{image:Sidebar1}">
  465. <div id="description">{Description}
  466. </div>
  467. </div></div>
  468.  
  469. <div id="sidebar2">
  470. <div id="img2"><img src="{image:Sidebar2}"></div>
  471. <div id="nav">
  472. <a href="/">the beginning</a>
  473. <a href="/ask">questions?</a>
  474. {block:Ifshowsubmit}<a href="/submit">submit</a>{/block:Ifshowsubmit}
  475. <a href="#?w=500" rel="popup_name" class="poplight">
  476. navigation
  477. <a href="/archive">archive</a>
  478. <a href="https://octomoosey.tumblr.com">theme</a>
  479. </div>
  480. {block:Pagination}
  481. <div id="pagination">
  482. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  483. — {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  484. </div>
  485. {/block:Pagination}
  486. </a>
  487. </div>
  488.  
  489. <div id="entries">
  490. {block:Posts}
  491. <div id="post">
  492.  
  493. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}
  494. {Body}{/block:Text}
  495.  
  496. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  497. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  498.  
  499. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  500. {/block:Caption}{/block:Photoset}
  501.  
  502. {block:Quote}<h2>"{Quote}"</h2>
  503. {block:Source}<div class="qsource"> —{Source}</div>
  504. {/block:Source}{/block:Quote}
  505.  
  506. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  507.  
  508. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  509.  
  510. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  511. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  512. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  513. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>{block:Caption}{Caption}
  514. {/block:Caption}
  515. {/block:Audio}<br>
  516.  
  517. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  518.  
  519. {block:Answer}<div id="asker"><i>{Asker}</i> {text:ask text}</div> <div id="ask">{Question}</div><left>{Answer}{/block:Answer}
  520.  
  521. <div id="info">
  522. <br> {block:Date}posted on {Month} <a href="{permalink}">{DayOfMonthWithZero}{DayOfMonthSuffix}</a> {Year}{/block:Date} at <a href="{Permalink}">{12Hour}:{Minutes} </a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} © <a href="{SourceURL}"> {SourceLink}</a> {/block:ContentSource} with <a href="{Permalink}">{NoteCountWithLabel}</a> -- <a href="{ReblogURL}">reblog</a><br>
  523. {block:HasTags}<div id="tags">{block:Tags} + <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  524. {/block:Posts}
  525. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  526. {/block:Posts}</div></div>
  527. </div></div></div>
  528.  
  529. <div id="popup_name" class="popup_block"><div id="nav2">
  530. <center><h1>N A V I G A T I O N</h1></center>
  531. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfLink1}
  532. {block:IfLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfLink2}
  533. {block:IfLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfLink3}
  534. {block:IfLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:IfLink4}
  535. {block:IfLink5}<a href="{text:link5 url}">{text:link5}</a>{/block:IfLink5}
  536. {block:IfLink6}<a href="{text:link6 url}">{text:link6}</a>{/block:IfLink6}
  537. {block:IfLink7}<a href="{text:link7 url}">{text:link7}</a>{/block:IfLink7}
  538. {block:IfLink8}<a href="{text:link8 url}">{text:link8}</a>{/block:IfLink8}
  539. {block:IfLink9}<a href="{text:link9 url}">{text:link9}</a>{/block:IfLink9}
  540. {block:IfLink10}<a href="{text:link10 url}">{text:link10}</a>{/block:IfLink10}</div></div>
  541.  
  542. </div>
  543.  
  544. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement