Advertisement
aucarus

[03] Lock 'em Up!

Apr 25th, 2015
4,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.65 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <!--
  7. Lock 'em Up! designed and developed by AUCARUS → 4/25/15
  8. - Do not claim this theme as your's or remove credit
  9. - Do not move credit to another page
  10. - Heavy editing allowed
  11. -->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17. {block:ifinfinitescroll}
  18. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  19. {/block:ifinfinitescroll}
  20. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/5ojoydj/p9wmmzopi/jquery.style-my-tooltips.js"></script>
  22. <script src="http://static.tumblr.com/5ojoydj/En2mmzorm/style-my-tooltips.css"></script>
  23. <script>
  24. (function($){
  25. $(document).ready(function(){
  26. $("[title]").style_my_tooltips({
  27. tip_follows_cursor:true,
  28. tip_delay_time:100,
  29. tip_fade_speed:300,
  30. attribute:"title"
  31. });
  32. });
  33. })(jQuery);
  34. </script>
  35. <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700' rel='stylesheet' type='text/css'>
  36.  
  37. <meta name="color:background" content="#f7dfd9" />
  38. <meta name="color:posts" content="#FFFFFF" />
  39. <meta name="color:font" content="#000000" />
  40. <meta name="color:links" content="#B2246B" />
  41. <meta name="color:links hover" content="#E0A7C4" />
  42. <meta name="color:blockquote" content="#D18BB6" />
  43. <meta name="color:scrollbar" content="#FFFFFF" />
  44. <meta name="color:scrollbar bg" content="#f7dfd9" />
  45. <meta name="color:asker" content="#F5A9D0" />
  46. <meta name="color:ask border" content="#F5A9D0" />
  47. <meta name="color:navigation" content="#F5A9D8" />
  48. <meta name="color:navigation hover" content="#D18BB6" />
  49. <meta name="color:navi txt hover" content="#FFFFFF" />
  50. <meta name="color:permalink line" content="#F5A9D0" />
  51. <meta name="image:sidebar" content="http://static.tumblr.com/rdd3pmp/BkJnmne8h/280400.png" />
  52. <meta name="image:background" content="" />
  53. <meta name="text:link 1" content="index" />
  54. <meta name="text:link 1 URL" content="/" />
  55. <meta name="text:link 2" content="message" />
  56. <meta name="text:link 2 URL" content="/ask" />
  57. <meta name="text:link 3" content="archive" />
  58. <meta name="text:link 3 URL" content="/archive" />
  59. <meta name="text:link 4" content="link 4" />
  60. <meta name="text:link 4 URL" content="" />
  61. <meta name="text:link 5" content="link 5" />
  62. <meta name="text:link 5 URL" content="" />
  63. <meta name="text:link 6" content="link 6" />
  64. <meta name="text:link 6 URL" content="" />
  65. <meta name="text:link 7" content="link 7" />
  66. <meta name="text:link 7 URL" content="" />
  67. <meta name="text:link 8" content="link 8" />
  68. <meta name="text:link 8 URL" content="" />
  69. <meta name="if:Show Asker Avatar" content="1" />
  70. <meta name="if:Infinite Scroll" content="" />
  71. <meta name="if:Show Caption" content="1" />
  72. <meta name="if:500px posts" content="1" />
  73. <meta name="if:400px posts" content="" />
  74.  
  75. <style type="text/css">
  76.  
  77. body {
  78. background-color:{color:background};
  79. background-image:url('{image:background}');
  80. background-attachment:fixed;
  81. font-family: 'Titillium Web', sans-serif;
  82. font-size:12px;
  83. color:{color:font};
  84. }
  85.  
  86. {block:ifnot500pxposts}
  87. {block:ifnot400pxposts}
  88. #not {
  89. width:100%;
  90. height:100%;
  91. top:0;
  92. left:0;
  93. padding:200px;
  94. background-color:#000000;
  95. color:#FFFFFF;
  96. font-size:24px;
  97. z-index:1;
  98. overflow-y:hidden;
  99. }
  100.  
  101. body {
  102. background-color:#000000;
  103. overflow-y:hidden;
  104. }
  105.  
  106. #postage, #links, #sidebar, #sideimage, #pagination, ::-webkit-scrollbar {
  107. display:none;
  108. }
  109.  
  110. {/block:ifnot400pxposts}
  111. {/block:ifnot500pxposts}
  112.  
  113. ::-webkit-scrollbar-thumb{
  114. height:auto;
  115. background-color:{color:scrollbar};
  116. border: 2px solid {color:scrollbar bg};
  117. }
  118.  
  119. ::-webkit-scrollbar {
  120. height:auto;
  121. width:11px;
  122. background-color:{color:scrollbar};
  123. border:5px solid {color:scrollbar bg};
  124. }
  125.  
  126. h1 {
  127. font-size:20px;
  128. font-weight:700;
  129. text-transform:uppercase;
  130. }
  131.  
  132. a {
  133. color:{color:links};
  134. text-decoration:none;
  135. -webkit-transition: all 0.4s ease-in-out;
  136. -moz-transition: all 0.4s ease-in-out;
  137. -o-transition: all 0.4s ease-in-out;
  138. }
  139.  
  140. a:hover {
  141. color:{color:links hover};
  142. }
  143.  
  144. blockquote {
  145. border-left:3px solid {color:blockquote};
  146. padding-left:10px;
  147. }
  148.  
  149. #sideimage {
  150. {block:IndexPage}
  151. margin-top:-60px;
  152. {/block:IndexPage}
  153. {block:PermalinkPage}
  154. margin-top:10px;
  155. {/block:PermalinkPage}
  156. margin-left:60px;
  157. position:fixed;
  158. width:265px;
  159. background-color:transparent;
  160. }
  161.  
  162. #sideimage img {
  163. width:280px;
  164. height:400px;
  165. }
  166.  
  167. #sidebar {
  168. position:fixed;
  169. padding:15px;
  170. margin-left:60px;
  171. {block:IndexPage}
  172. margin-top:360px;
  173. {/block:IndexPage}
  174. {block:PermalinkPage}
  175. margin-top:430px;
  176. {/block:PermalinkPage}
  177. width:250px;
  178. min-height:50px;
  179. max-height:100px;
  180. overflow-x:hidden;
  181. overflow-y:auto;
  182. background-color:{color:posts};
  183. }
  184.  
  185. {block:ifnotinfinitescroll}
  186. #pagination {
  187. position:fixed;
  188. width:250px;
  189. padding:15px;
  190. background-color:{color:posts};
  191. margin-left:60px;
  192. margin-top:480px;
  193. }
  194.  
  195. #pagination a {
  196. float:left;
  197. margin-left:10px;
  198. padding:5px;
  199. border:2px solid {color:navigation};
  200. text-align:center;
  201. text-transform:uppercase;
  202. text-decoration:none;
  203. color:{color:navigation};
  204. font-weight:700;
  205. -webkit-transition: all 0.8s ease-in-out;
  206. -moz-transition: all 0.8s ease-in-out;
  207. -o-transition: all 0.8s ease-in-out;
  208. }
  209.  
  210. #pagination a:hover {
  211. background-color:{color:navigation hover};
  212. color:{color:navi txt hover};
  213. border:2px solid {color:navigation hover};
  214. }
  215.  
  216. {/block:ifnotinfinitescroll}
  217.  
  218. #links {
  219. top:0;
  220. height:100%;
  221. {block:if500pxposts}
  222. margin-left:1010px;
  223. {/block:if500pxposts}
  224. {block:if400pxposts}
  225. margin-left:910px;
  226. {/block:if400pxposts}
  227. position:fixed;
  228. width:200px;
  229. background-color:{color:posts};
  230. }
  231.  
  232. #links a {
  233. margin-top:80px;
  234. margin-bottom:-60px;
  235. float:left;
  236. width:100px;
  237. padding:10px;
  238. background-color:{color:posts};
  239. border:2px solid {color:navigation};
  240. color:{color:navigation};
  241. font-weight:700;
  242. text-decoration:none;
  243. text-align:center;
  244. text-transform:uppercase;
  245. margin-left:40px;
  246. -webkit-transition: all 0.8s ease-in-out;
  247. -moz-transition: all 0.8s ease-in-out;
  248. -o-transition: all 0.8s ease-in-out;
  249. }
  250.  
  251. #links a:hover {
  252. background-color:{color:navigation hover};
  253. color:{color:navi txt hover};
  254. border:2px solid {color:navigation hover};
  255. }
  256.  
  257. #postage {
  258. {block:if500pxposts}
  259. width:500px;
  260. {/block:if500pxposts}
  261. {block:if400pxposts}
  262. width:400px;
  263. {/block:if400pxposts}
  264. margin-left:410px;
  265. margin-top:100px;
  266. }
  267.  
  268. .posts {
  269. {block:if500pxposts}
  270. width:500px;
  271. {/block:if500pxposts}
  272. {block:if400pxposts}
  273. width:400px;
  274. {/block:if400pxposts}
  275. padding:15px;
  276. margin-top:50px;
  277. background-color:{color:posts};
  278. }
  279.  
  280. /* CREDIT TO ETTUDIS FOR THE MUSIC PLAYER CODE, REVISED BY AUCARUS */
  281. #player {
  282. width:28px;
  283. height:28px;
  284. overflow:hidden;
  285. position:absolute;
  286. margin-top:55px;
  287. margin-left:45px;
  288. opacity: 0.7;
  289. filter:alpha(opacity=70);
  290. -moz-opacity: 0.7;
  291. -khtml-opacity: 0.7;
  292. }
  293.  
  294. #albumart {
  295. float:left;
  296. }
  297.  
  298. #albumst {
  299. margin-top:10px;
  300. margin-left:130px;
  301. width:330px;
  302. height:110px;
  303. }
  304.  
  305. .albumc {
  306. padding:10px;
  307. width:330px;
  308. float:left;
  309. background-color:transparent;
  310. }
  311.  
  312. #ask {
  313. padding:15px;
  314. padding-bottom:25px;
  315. width:470px;
  316. border:1px solid {color:ask border};
  317. }
  318.  
  319. {block:ifshowaskeravatar}
  320. #asktitle {
  321. text-transform:uppercase;
  322. margin-left:15px;
  323. margin-top:-15px;
  324. position:absolute;
  325. padding-left:5px;
  326. padding-right:5px;
  327. padding-bottom:5px;
  328. font-size:10px;
  329. height:10px;
  330. background-color:{color:posts};
  331. color:{color:asker};
  332. }
  333.  
  334. #asktitle img {
  335. border-radius:30px;
  336. }
  337. {/block:ifshowaskeravatar}
  338.  
  339. #askuser {
  340. {block:ifnotshowaskeravatar}
  341. margin-left:15px;
  342. text-transform:uppercase;
  343. {/block:ifnotshowaskeravatar}
  344. {block:ifshowaskeravatar}
  345. margin-left:50px;
  346. {/block:ifshowaskeravatar}
  347. margin-top:-6px;
  348. position:absolute;
  349. padding-left:5px;
  350. padding-right:5px;
  351. padding-bottom:5px;
  352. font-size:10px;
  353. height:10px;
  354. background-color:{color:posts};
  355. color:{color:asker};
  356. }
  357.  
  358. #askuser a {
  359. text-decoration:none;
  360. color:{color:asker};
  361. -webkit-transition: all 0.6s ease-out;
  362. -o-transition: all 0.6s ease-out;
  363. -webkit-transition: all 0.6s ease-out;
  364. -moz-transition: all 0.6s ease-out;
  365. }
  366.  
  367. #asktitle a:hover {
  368. color:{color:asker hover};
  369. }
  370.  
  371. #permalink {
  372. border-top:1px solid {color:permalink line};
  373. margin-top:10px;
  374. padding-top:5px;
  375. text-transform:uppercase;
  376. }
  377.  
  378. #permabox {
  379. margin-top:25px;
  380. background-color:{color:posts};
  381. padding:15px;
  382. {block:if500pxposts}
  383. width:500px;
  384. {/block:if500pxposts}
  385. {block:if400pxposts}
  386. width:400px;
  387. {/block:if400pxposts}
  388. text-transform:uppercase;
  389. text-align:center;
  390. }
  391.  
  392. #notes {
  393. text-transform:uppercase;
  394. }
  395.  
  396. #notes img {
  397. display:none;
  398. }
  399.  
  400. /*DO NOT REMOVE CREDIT*/
  401. #icarus {
  402. width:15px;
  403. height:15px;
  404. padding:5px;
  405. padding-left:6px;
  406. color:#FFFFFF;
  407. background-color:transparent;
  408. position:fixed;
  409. margin-top:-90px;
  410. margin-left:10px;
  411. -webkit-transition: all 1s ease-in-out;
  412. -moz-transition: all 1s ease-in-out;
  413. -o-transition: all 1s ease-in-out;
  414. font-family:"Arial";
  415. font-weight:700;
  416. }
  417.  
  418. #icarus:hover {
  419. color:#000000;
  420. }
  421.  
  422. #s-m-t-tooltip{
  423. z-index:999;
  424. margin:7px 7px 7px 7px;
  425. padding:5px;
  426. background:{color:posts};
  427. color:{color:font};
  428. border:1px solid {color:navigation};
  429. text-transform:uppercase;
  430. }
  431.  
  432. {CustomCSS}</style></head><body>
  433.  
  434. <a href="http://aucarus.tumblr.com/" title="themes by aucarus">
  435. <div id="icarus">
  436. ©<i>AC</i>
  437. </div>
  438. </a>
  439.  
  440. {block:ifnot500pxposts}
  441. {block:ifnot400pxposts}
  442. <div id="not"><i>PLEASE SELECT "500PX POSTS" OR "400PX POSTS." THANK YOU!</i></div>
  443. {/block:ifnot400pxposts}
  444. {/block:ifnot500pxposts}
  445.  
  446. <div id="sideimage"><img src="{image:sidebar}"></div>
  447.  
  448. <div id="sidebar">{Description}</div>
  449.  
  450. {block:IndexPage}
  451. {block:ifnotinfinitescroll}
  452. <div id="pagination">
  453. {block:Pagination}
  454. {block:PreviousPage}
  455. <a href="{PreviousPage}">prv.</a>
  456. {/block:PreviousPage}
  457.  
  458. {block:JumpPagination length="4"}
  459. {block:CurrentPage}
  460. <a href="{URL}">{PageNumber}</a>
  461. {/block:CurrentPage}
  462. {block:JumpPage}
  463. <a class="jump_page" href="{URL}">{PageNumber}</a>
  464. {/block:JumpPage}
  465. {/block:JumpPagination}
  466.  
  467. {block:NextPage}
  468. <a href="{NextPage}">nxt.</a>
  469. {/block:NextPage}
  470. {/block:Pagination}
  471. </div>
  472. {/block:ifnotinfinitescroll}
  473. {/block:IndexPage}
  474.  
  475. <div id="links">
  476. <a href="{text:link 1 URL}">{text:link 1}</a>
  477. <a href="{text:link 2 URL}">{text:link 2}</a>
  478. <a href="{text:link 3 URL}">{text:link 3}</a>
  479. <a href="{text:link 4 URL}">{text:link 4}</a>
  480. <a href="{text:link 5 URL}">{text:link 5}</a>
  481. {block:iflink6}
  482. <a href="{text:link 6 URL}">{text:link 6}</a>
  483. {/block:iflink6}
  484. {block:iflink7}
  485. <a href="{text:link 7 URL}">{text:link 7}</a>
  486. {/block:iflink7}
  487. {block:iflink8}
  488. <a href="{text:link 8 URL}">{text:link 8}</a>
  489. {/block:iflink8}
  490. </div>
  491.  
  492. <div id="postage">
  493. {block:ifinfinitescroll}
  494. <div class = "autopagerize_page_element" >
  495. {/block:ifinfinitescroll}
  496. {block:Posts}
  497.  
  498. <div class="posts">
  499.  
  500. {block:Text}
  501.  
  502. {block:Title}<h1>{Title}</h1>{/block:Title}
  503.  
  504. {Body}
  505. {/block:Text}
  506.  
  507. {block:Photo}
  508. {block:if500pxposts}
  509. {LinkOpenTag}<img src="{PhotoURL-500}" width="500">{LinkCloseTag}
  510. {/block:if500pxposts}
  511. {block:if400pxposts}
  512. {LinkOpenTag}<img src="{PhotoURL-500}" width="400">{LinkCloseTag}
  513. {/block:if400pxposts}
  514. {block:ifshowcaption}
  515. {block:Caption}{Caption}{/block:Caption}
  516. {/block:ifshowcaption}
  517. {block:ifnotshowcaption}
  518. {block:PermalinkPage}
  519. {block:Caption}{Caption}{/block:Caption}
  520. {/block:PermalinkPage}
  521. {/block:ifnotshowcaption}
  522. {/block:Photo}
  523.  
  524. {block:Photoset}
  525. {block:if500pxposts}
  526. {Photoset-500}
  527. {/block:if500pxposts}
  528. {block:if400pxposts}
  529. {Photoset-400}
  530. {/block:if400pxposts}
  531. {block:ifshowcaption}
  532. {block:Caption}{Caption}{/block:Caption}
  533. {/block:ifshowcaption}
  534. {block:ifnotshowcaption}
  535. {block:PermalinkPage}
  536. {block:Caption}{Caption}{/block:Caption}
  537. {/block:PermalinkPage}
  538. {/block:ifnotshowcaption}
  539. {/block:Photoset}
  540.  
  541. {block:Quote}
  542.  
  543. <big>"{Quote}"</big>
  544.  
  545. <div style="text-align:right;">{block:Source}– <i>{Source}</i>{/block:Source}</div>
  546. {/block:Quote}
  547.  
  548. {block:Link}
  549.  
  550. <big><a href="{URL}" {Target}>{Name}</a></big>
  551. {block:Description}{Description}{/block:Description}
  552. {/block:Link}
  553.  
  554. {block:Chat}
  555. {block:Title}<h1>{Title}</h1>{/block:Title}
  556. {block:Lines}
  557. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  558. {/block:Lines}
  559. {/block:Chat}
  560.  
  561. {block:Audio}
  562. <div id="player">
  563. {AudioPlayerWhite}
  564. </div>
  565. <div id="albumart">
  566. {block:AlbumArt}
  567. <img src="{AlbumArtURL}" width="125">{/block:AlbumArt}
  568. </div>
  569. <div id="albumst">
  570. {block:TrackName}
  571. <div class="albumc">
  572. Track: {TrackName}
  573. </div>
  574. {/block:TrackName}
  575. {block:Artist}
  576. <div class="albumc">
  577. Artist: {Artist}
  578. </div>
  579. {/block:Artist}
  580. <div class="albumc">
  581. Play count: {PlayCount}
  582. </div>
  583. </div>
  584. {block:ifshowcaption}
  585. {block:Caption}{Caption}{/block:Caption}
  586. {/block:ifshowcaption}
  587. {block:ifnotshowcaption}
  588. {block:PermalinkPage}
  589. {block:Caption}{Caption}{/block:Caption}
  590. {/block:PermalinkPage}
  591. {/block:ifnotshowcaption}
  592. {/block:Caption}
  593. {/block:Audio}
  594.  
  595. {block:Video}
  596. {block:if500pxposts}
  597. {Video-500}
  598. {/block:if500pxposts}
  599. {block:if400pxposts}
  600. {Video-400}
  601. {/block:if400pxposts}
  602. {block:ifshowcaption}
  603. {block:Caption}{Caption}{/block:Caption}
  604. {/block:ifshowcaption}
  605. {block:ifnotshowcaption}
  606. {block:PermalinkPage}
  607. {block:Caption}{Caption}{/block:Caption}
  608. {/block:PermalinkPage}
  609. {/block:ifnotshowcaption}
  610. {/block:Video}
  611.  
  612. {block:Answer}
  613. <div id="ask">
  614. {Question}
  615. </div>
  616.  
  617. {block:ifshowaskeravatar}
  618. <div id="asktitle">
  619. <img src="{AskerPortraitURL-30}">
  620. </div>
  621. {/block:ifshowaskeravatar}
  622.  
  623. <div id="askuser">
  624. <b>{Asker}</b>
  625. </div>
  626. </br>
  627. <p>{Answer}</p>
  628. {/block:Answer}
  629.  
  630. {block:IndexPage}
  631. <div id="permalink">
  632. {block:Date}
  633. POSTED <a href="{Permalink}">{TimeAgo}</a></a>
  634. {/block:Date}
  635.  
  636. {block:NoteCount}
  637. WITH <a href="{Permalink}">{NoteCountWithLabel}</a>
  638. {/block:NoteCount}
  639. //
  640. <a href="{ReblogURL}">REBLOG?</a>
  641. </div>
  642. {/block:IndexPage}
  643.  
  644. </div>
  645.  
  646. {block:PermalinkPage}
  647. <div id="permabox">
  648. {block:Date}
  649. POSTED ON {Month} {DayOfMonth}<sup>{DayOfMonthSuffix}</sup>, {Year} AT {12Hour} {AmPm}.
  650. {/block:Date}</br>
  651.  
  652. {block:NoteCount}
  653. {NoteCountWithLabel} //
  654. {/block:NoteCount}
  655. <a href="{ReblogURL}">REBLOG?</a></br>
  656.  
  657. <div style="text-align:left;">
  658. {block:HasTags}
  659. {block:Tags}
  660. <a href="/tagged/{Tag}">#{Tag}</a>
  661. {/block:Tags}
  662. {/block:HasTags}
  663. </div>
  664. </div>
  665.  
  666. <div id="notes">
  667. {block:PostNotes}
  668. {PostNotes}
  669. {/block:PostNotes}
  670. </div>
  671.  
  672. {/block:PermalinkPage}
  673.  
  674. {/block:Posts}
  675.  
  676. <!-- HIDE SOURCE/VIA CODE CREDIT: http://clcrk-tutorials.tumblr.com/post/47884866110/hide-via-and-source-on-tumblr-post -->
  677.  
  678. {block:NoRebloggedFrom}
  679. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  680. {/block:NoRebloggedFrom}
  681.  
  682. {block:ContentSource}{SourceURL}
  683. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  684. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  685. {/block:ContentSource}
  686.  
  687. {block:ifinfinitescroll}
  688. </div>
  689. {/block:ifinfinitescroll}
  690. </div>
  691.  
  692. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement