Advertisement
glam0urkills

theme #1 tylersequins

Aug 5th, 2014
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.80 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. <head>
  4.  
  5. <!---- theme #01 © imjaebumx
  6.  
  7.  
  8. yes this is a theme made by me (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10.  
  11. feel free to edit away, but please don't remove the credits!
  12. it's very tiny, see? :) it won't hurt to leave it there
  13. thanks for using this code! ilu (◕‿◕✿)
  14.  
  15.  
  16.  
  17. (no srsly i really do ♡) --->
  18.  
  19. <!------- popup menu tutorial by starious, thank you! --------->
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24. <script>
  25.  
  26. $(document).ready(function() {
  27. $('a.poplight[href^=#]').click(function() {
  28. var popID = $(this).attr('rel');
  29. var popURL = $(this).attr('href');
  30. var query= popURL.split('?');
  31. var dim= query[1].split('&');
  32. var popWidth = dim[0].split('=')[1];
  33. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  34. var popMargTop = ($('#' + popID).height() + 80) / 2;
  35. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  36. $('#' + popID).css({
  37. 'margin-top' : -popMargTop,
  38. 'margin-left' : -popMargLeft
  39. });
  40. $('body').append('<div id="fade"></div>');
  41. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  42. return false;
  43. });
  44. $('a.close, #fade').live('click', function() {
  45. $('#fade , .popup_block').fadeOut(function() {
  46. $('#fade, a.close').remove();
  47. });
  48. return false;
  49. });
  50. });
  51. </script>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56.  
  57. <script>
  58.  
  59. (function($){
  60.  
  61. $(document).ready(function(){
  62.  
  63. $("a[title]").style_my_tooltips({
  64.  
  65. tip_follows_cursor:true,
  66.  
  67. tip_delay_time:90,
  68.  
  69. tip_fade_speed:600,
  70.  
  71. attribute:"title"
  72.  
  73. });
  74.  
  75. });
  76.  
  77. })(jQuery);
  78.  
  79. </script>
  80.  
  81.  
  82. <title>{Title}</title>
  83. <link rel="shortcut icon" href="{Favicon}">
  84. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  85. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  86.  
  87.  
  88. <meta name="color:Background" content="#ffffff"/>
  89. <meta name="color:Text" content="#838282"/>
  90. <meta name="color:Link" content="#b8b8b8"/>
  91. <meta name="image:sidebar" content=""/>
  92. <meta name="color:linkhover" content="#4d4d4d"/>
  93. <meta name="color:bold" content="#cecece">
  94. <meta name="color:italic" content="#cecece">
  95. <meta name="color:asker bg" content="#f5f5f5">
  96. <meta name="color:SelectionBg" content="#696969">
  97. <meta name="color:Selection Text" content="#ffffff">
  98. <meta name="color:navborder" content="#f9f9f9">
  99. <meta name="color:scrollbar" content="#e5e5e5">
  100. <meta name="text:your url" content="your url here">
  101. <meta name="text:ask title" content="ask me anything">
  102.  
  103. <meta name="text:Link1" content="" />
  104. <meta name="text:Link1 Title" content="" />
  105. <meta name="text:Link2" content="" />
  106. <meta name="text:Link2 Title" content="" />
  107. <meta name="text:Link3" content="" />
  108. <meta name="text:Link3 Title" content="" />
  109.  
  110. <style type="text/css">
  111. body {
  112. background:{color:background};
  113. margin:0px;
  114. color:{color:text};
  115. font-family:trebuchet ms;
  116. font-size:10px;
  117. line-height:100%;
  118. }
  119.  
  120. a {
  121. color:{color:link};
  122. text-decoration: none;
  123. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  124. }
  125.  
  126. a:hover {
  127. color:{color:linkhover};
  128. text-decoration:underline;
  129. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  130.  
  131.  
  132. }
  133.  
  134. #fade {
  135. display: none;
  136. background: #fff;
  137. position: fixed;
  138. left: 0;
  139. top: 0;
  140. width: 100%;
  141. height: 100%;
  142. opacity: .80;
  143. z-index: 9999;
  144. }
  145.  
  146. .popup_block{
  147. display: none;
  148. background: #fff;
  149. padding: 20px;
  150. float: left;
  151. position: fixed;
  152. top: 50%;
  153. left: 50%;
  154. z-index: 99999;
  155. }
  156.  
  157. img.btn_close {
  158. float: right;
  159. margin: -55px -55px 0 0;
  160. }
  161.  
  162. *html #fade {
  163. position: absolute;
  164. }
  165.  
  166. *html .popup_block {
  167. position: absolute;
  168. }
  169.  
  170. ::-moz-selection {color:{color:Selection Text};cursor: crosshair;background-color:{color:SelectionBg};}
  171. ::selection{color:{color:Selection Text};cursor: crosshair;background-color:{color:SelectionBg};}
  172.  
  173. ::-webkit-scrollbar {background-color:{color:background}; height:8px; width:5px}
  174. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  175. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px}
  176.  
  177.  
  178. #tumblr_controls {-webkit-filter: invert(100%); opacity: 0.3;}
  179.  
  180.  
  181. img {
  182. border:none;
  183. }
  184.  
  185. blockquote {
  186. padding-left:5px;
  187. border-left:1px solid;
  188. }
  189.  
  190. blockquote blockquote {
  191. padding-left:5px;
  192. border-left:5px solid #000000;
  193. }
  194.  
  195. h1 {
  196. font-family:Courier;
  197. text-transform:uppercase;
  198. padding:5px;
  199. text-align:left;
  200. font-size:10px;
  201. }
  202.  
  203. h2 {
  204. font-family:Courier;
  205. text-transform:uppercase;
  206. padding:5px;
  207. text-align:left;
  208. font-size:12px;
  209. }
  210.  
  211. b, strong {
  212. color:{color:bold};
  213. font-weight:bold;
  214. }
  215.  
  216. i, em {
  217. color:{color:italic};
  218. }
  219.  
  220. u {
  221. color:{color:SidebrBg};
  222. }
  223.  
  224. li { list-style-type:square;list-style-color:{color:bold}; }
  225.  
  226.  
  227. #entries {
  228. padding:10px;
  229. width:500px;
  230. margin-left:500px;
  231. margin-top:40px;
  232. }
  233.  
  234. #post {
  235. width:500;
  236. padding-bottom:20px;
  237. }
  238.  
  239. #sidebar {
  240. width:150px;
  241. position:fixed;
  242. margin-left:250px;
  243. margin-top:100px;
  244. }
  245.  
  246. #s-m-t-tooltip {
  247. max-width:300px;
  248. background-color:#696969;
  249. font-family:calibri;
  250. font-size:8px;
  251. color:#ffffff;
  252. letter-spacing:0px;
  253. text-transform:uppercase;
  254. padding:3px;
  255. margin:20px 0px 0px 20px;
  256. z-index:999999999999999999999999999999999999;
  257. }
  258.  
  259. .navigation {-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-align:center;text-transform:uppercase;margin:8px 0px;line-height:15px;padding:2px;font:10px 'Courier';background-color:{color:navborder}; border-bottom: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9;}
  260. .navigation a { margin:0px 1px;color:#a7a7a7; padding:1px 2px;}
  261. .navigation a:hover {text-decoration:underline;}
  262.  
  263. .jump_page {
  264. padding: 4px 8px;
  265. margin-top: 10px;
  266. background-color: {color:background};
  267. color:{color:text};
  268. font-family:calibri;
  269. font-size:10px;
  270. text-decoration:none;
  271. }
  272.  
  273. .current_page, .jump_page:hover {
  274. padding: 4px 8px;
  275. margin-top:10px;
  276. background-color: {color:navborder};
  277. color: {color:text};
  278. font-family:calibri;
  279. font-size:10px;
  280. text-decoration:none;
  281. }
  282.  
  283.  
  284. #title {
  285. font-size:10px;
  286. font-family: courier;
  287. text-transform:uppercase;
  288. text-align:center;
  289. margin-bottom:5px;
  290. letter-spacing:1px;
  291. }
  292.  
  293. #sidebarimage {
  294. padding-bottom: 10px;
  295. padding-top:10px;
  296. width 150px;
  297. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  298. }
  299.  
  300. #sidebarimage img {
  301. border-radius: 100px;
  302. background-color:#f9f9f9;
  303. border-right: 1px solid #e9e9e9;
  304. border-bottom: 1px solid #e9e9e9;
  305. padding:5px;
  306. opacity:1.0;
  307. width:100px;
  308. height:100px;
  309. }
  310.  
  311. #description {
  312. font-family: trebuchet ms;
  313. text-align: justify;
  314. width:140px;
  315. font-size:10px;
  316. border-left: 3px solid #f9f9f9;
  317. margin-top:5px;
  318. padding:6px;
  319. padding-bottom:20px;
  320. }
  321.  
  322. #pagination {
  323. font-size:12px;
  324. text-align:center;
  325. }
  326.  
  327. #audio {
  328. height:auto;
  329. min-height:60px;
  330. padding-bottom:13px;
  331. }
  332.  
  333. .cover {
  334. position:absolute;
  335. z-index:1;
  336. width:60px;
  337. height:60px;
  338. border-radius:100px;
  339. }
  340.  
  341. .cover img {
  342. float:left;
  343. width:60px;
  344. height:60px;
  345. background-color:{color:navborder};
  346. border-right: 1px solid #e9e9e9;
  347. border-bottom: 1px solid #e9e9e9;
  348. padding:5px;
  349.  
  350. border-radius:100px;
  351. }
  352.  
  353. .button {
  354. width:19px;
  355. height:20px;
  356. overflow:hidden;
  357. position:relative;
  358. z-index:1000;
  359. margin-top:22px;
  360. margin-left:21px;
  361. text-align:center;
  362. margin-top:4px;
  363. margin-left:5px;
  364. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  365. }
  366.  
  367. .box {
  368. opacity:0.8;
  369. width:35px;
  370. height:35px;
  371. margin-top:18px;
  372. margin-left:18px;
  373. background:#fff;
  374. position:absolute;
  375. z-index:1000;
  376. -webkit-border-radius:100px;
  377. -moz-border-radius:100px;
  378. border-radius:100px;
  379. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  380. }
  381.  
  382. .box:hover {
  383. opacity:1.0;
  384. width:35px;
  385. height:35px;
  386. margin-top:18px;
  387. margin-left:18px;
  388. background:#fff;
  389. position:absolute;
  390. z-index:1000;
  391. -webkit-border-radius:100px;
  392. -moz-border-radius:100px;
  393. border-radius:100px;
  394. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  395. }
  396.  
  397. .capbox {
  398. padding:20px;
  399. margin-left:82px;
  400. height:auto;
  401. min-height:35px;
  402. background-color: {color:background};
  403. border-left: 3px solid {color:navborder};
  404. text-align:left;
  405. width:320px;
  406. }
  407.  
  408. .chat {
  409. line-height: 12px;
  410. list-style: none }
  411.  
  412. .chat ul {
  413. line-height: 15px;
  414. list-style: none;
  415. padding: 0px;
  416. line-height:20px;}
  417.  
  418. .person1 {
  419. background-color:{color:navborder};
  420. color: {color:Text};}
  421.  
  422. .person1 .label {
  423. font-weight: bold;
  424. padding: 0px;
  425. margin-left: 5px;
  426. color:{color:link};}
  427.  
  428. .person2 {
  429. background-color:{color:background};
  430. color: {color:link}; }
  431.  
  432. .person2 .label {
  433. font-weight: bold;
  434. padding: 0px;
  435. margin-left: 5px;
  436. color:{color:link};}
  437.  
  438. #tags {
  439. color:{color:text};
  440. background-color:{color:background};
  441. padding:1px 2px;
  442. border-bottom: 1px solid #e9e9e9;
  443. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  444. }
  445.  
  446. #tags a {
  447. color:{color:text}
  448. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  449. }
  450. #tags a:hover {
  451. color:{color:text};
  452. background-color:{color:background};
  453. padding: 0px;
  454. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  455. }
  456.  
  457. #info {
  458. width:490px;
  459. padding:0px 0px 0px 0px;
  460. font-family: calibri;
  461. text-transform:uppercase;
  462. font-size:8px;
  463. background-color:{color:navborder};
  464. color:{color:linkhover};
  465. margin-top:10px;
  466. margin-bottom:5px;
  467. letter-spacing:1px;
  468. text-align:right;
  469. }
  470.  
  471. #asker {
  472. font-family:calibri;
  473. text-align:left;
  474.  
  475. font-size:8px;
  476. letter-spacing:1px;
  477. text-transform:uppercase;}
  478.  
  479. #asker a {
  480. font-family:calibri;
  481. text-align:left;
  482.  
  483. font-size:8px;
  484. letter-spacing:1px;
  485. text-transform:uppercase;}
  486.  
  487. #asker a:hover {
  488. font-family:calibri;
  489. text-align:left;
  490. background-color:{color:SelectionBg};
  491. color:{color:background};
  492.  
  493. font-size:8px;
  494. letter-spacing:1px;
  495. text-transform:uppercase;}
  496.  
  497. #asker img {
  498. float:left;
  499. background-color:{color:navborder};
  500. border-right: 1px solid #e9e9e9;
  501. border-bottom: 1px solid #e9e9e9;
  502. padding:3px;
  503. margin-top:0px;
  504. margin-right:10px;
  505. max-height:26px;
  506. border-radius:26px;
  507. -moz-border-radius:0px;
  508. -webkit-border-radius:0px;}
  509.  
  510. #question {
  511. padding:2px 5px;
  512. font-family: courier;
  513. font-style: none;
  514. font-size: 11px;
  515. margin:7px 0px 0px 35px;
  516. text-align:left;}
  517.  
  518. #question2 {
  519. border-bottom:4px solid {color:asker bg};
  520. padding:2px 5px;
  521. font-family: courier;
  522. font-style: none;
  523. font-size: 11px;
  524. margin:7px 0px 0px 35px;
  525. text-align:left;}
  526.  
  527. #answer {
  528. padding-top:2px;}
  529. #replies {
  530. margin-top:5px;}
  531.  
  532. #links {
  533. padding:5px;
  534. font-size:9px;
  535. text-align:center;
  536. letter-spacing:1px;
  537. position:absolute;
  538. float:left;
  539. width:150px;
  540. }
  541.  
  542. #cred a {
  543. font-family:trebuchet ms;
  544. }
  545.  
  546. #cred a:hover {
  547. font-family:trebuchet ms;
  548. text-decoration:none;
  549. }
  550.  
  551. #cred {
  552. width:auto;
  553. height:auto;
  554. bottom:15px;
  555. right:15px;
  556. padding:4px;
  557. z-index:1000000;
  558. font-size:7px;
  559. letter-spacing:1px;
  560. color:{color:text};
  561. position:fixed;
  562. text-align:center;
  563. font-family:trebuchet ms;
  564. text-transform:uppercase;
  565. background-color:{color:background};
  566. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  567. }
  568.  
  569. #cred:hover {
  570. width:auto;
  571. height:auto;
  572. bottom:15px;
  573. right:15px;
  574. padding:4px;
  575. z-index:1000000;
  576. font-size:7px;
  577. letter-spacing:1px;
  578. color:{color:text};
  579. position:fixed;
  580. text-align:center;
  581. font-family:trebuchet ms;
  582. text-transform:uppercase;
  583. background-color:{color:navborder};
  584. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  585. }
  586.  
  587.  
  588. {CustomCSS}</style></head><body>
  589. <a title="home" href="/">
  590. <div id="sidebar">
  591.  
  592. <div id="sidebarimage" align="center"><a title="{Title}" href="/"><img src="{image:sidebar}"></a></div>
  593.  
  594. <div id="title">{Title}</div>
  595.  
  596. <center><div class="navigation">
  597. <a title="home" href="/">I.</a>
  598. <a title="ask" href="#?w=400" rel="popup_name" class="poplight">II.</a>
  599. {block:ifLink1}<a title="{text:Link1 Title}" href="{text:Link1}">III.</a>{/block:ifLink1}
  600. {block:ifLink2}<a title="{text:Link2 Title}" href="{text:Link2}">IV.</a>{/block:ifLink2}
  601. {block:ifLink3}<a title="{text:Link3 Title}" href="{text:Link3}">V.</a>{/block:ifLink3} </center>
  602.  
  603.  
  604.  
  605. <center><div id="description">{Description}</div></center>
  606.  
  607.  
  608. <div id="pagination">
  609. {block:Pagination}
  610. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  611. {block:JumpPagination length="5"}
  612. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  613. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  614. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  615. {/block:Pagination}
  616. </div>
  617.  
  618. </div>
  619. <div id="cred"><a title="©theme by imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
  620. <div id="entries">{block:Posts}<div id="post">
  621.  
  622. {block:Text}<center><h1>{block:Title}{Title}{/block:Title}</h1></center>{Body}{/block:Text}
  623.  
  624. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  625.  
  626. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  627.  
  628. {block:Quote}<h2>"{Quote}"</h2>{block:Source} —{Source}{/block:Source}{/block:Quote}
  629.  
  630. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  631.  
  632. {block:Chat}
  633. {block:Title}
  634. <h1>{Title}</h1>
  635. {/block:Title}
  636. <div class="chat"><ul>{block:Lines}
  637. <li class="person{UserNumber}">{block:Label}
  638. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  639.  
  640. {/block:Chat}
  641.  
  642. {block:Audio}
  643. <div id="audio">
  644. <div class="cover">
  645. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  646. </div>
  647. {block:AlbumArt}
  648. <div class="cover">
  649. <img src="{AlbumArtURL}"></div>
  650. {/block:AlbumArt}
  651. <div class="box">
  652. <div class="button">
  653. {block:AudioPlayer}
  654. {AudioPlayerWhite}
  655. {/block:AudioPlayer}
  656. </div></div>
  657. <div class="capbox">
  658. <span class="caption"><b>Artist:</b><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  659. <b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  660. <br>{block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}
  661. </span>
  662. </div></div>
  663. {/block:Audio}
  664.  
  665.  
  666. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  667.  
  668. {block:Answer}
  669. <div id="asker"><img src="{AskerPortraitURL-64}">{Asker} asked:</div>
  670. <div id="question">{Question}</div>
  671. {block:Answerer}<br></p><div id="asker"><img src="{AnswererPortraitURL-64}">{Answerer} answered:</div><div id="question2">{/block:Answerer}
  672. <div class="answer">{Answer}</div>
  673. {block:Answerer}</div><div id="replies">{Replies}</div>{/block:Answerer}
  674. {/block:Answer}
  675.  
  676. <div id="info"> {block:Date}{TimeAgo}{/block:Date} <font color=ea4141>♥</font> <a title="{NoteCountWithLabel}" href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  677. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<br>
  678. <div id="tags">
  679. {block:HasTags}{block:Tags} <small> </small> <a title="{Tag}" href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  680.  
  681. {block:PostNotes}{PostNotes}{/block:PostNotes}
  682. {/block:Posts}</div>
  683.  
  684. </body></html>
  685.  
  686. <div id="popup_name" class="popup_block">
  687. <center><h1>{text:ask title}</h1></center>
  688. <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  689. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement