Advertisement
singforabsolution

Theme By Kelsey #32

Jun 14th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.91 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code \m/-->
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <head>
  7.  
  8. <!--Default Variables-->
  9. <!--Colors-->
  10. <meta name="color:Background" content="#070606"/>
  11. <meta name="color:Sidebar" content="#141414"/>
  12. <meta name="color:Text" content="#260303"/>
  13. <meta name="color:Blog Title" content="#0c0a0a"/>
  14. <meta name="color:Link" content="#1f0b0b"/>
  15. <meta name="color:Link Hover 1" content="#f14848"/>
  16. <meta name="color:Link Hover 2" content="#48c6e0"/>
  17. <meta name="color:Paginations" content="#f3fcfa"/>
  18. <meta name="color:Ask Background" content="#f3fcfa"/>
  19. <meta name="color:Sidelinks" content="#000000"/>
  20. <meta name="color:Sidelinks Text" content="#fdfafa"/>
  21. <meta name="color:Sidelinks Hover" content="#fdfafa">
  22. <meta name="color:Sidelinks Text Hover" content="#000000">
  23. <meta name="color:Scrollbar" content="#640606"/>
  24. <meta name="color:Scroll Background" content="#fdfafa"/>
  25.  
  26. <!--Images-->
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:Sidebar" content=""/>
  29. <meta name="image:Sidebar Hover" content=""/>
  30.  
  31. <!--Options-->
  32. <meta name="if:Infinite Scrolling" content=""/>
  33. <meta name="if:Faded Images" content=""/>
  34. <meta name="if:Inverted Images" content=""/>
  35.  
  36. <!--Links-->
  37. <meta name="text:Link 1 URL" content="/"/>
  38. <meta name="text:Link 1 name" content=""/>
  39. <meta name="text:Link 2 URL" content="/"/>
  40. <meta name="text:Link 2 name" content=""/>
  41. <meta name="text:Link 3 URL" content="/"/>
  42. <meta name="text:Link 3 name" content=""/>
  43. <meta name="text:Link 4 URL" content="/"/>
  44. <meta name="text:Link 4 name" content="">
  45.  
  46. <meta name="font:Font" content=""/>
  47.  
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <title>
  51. {block:PostSummary}
  52. {PostSummary} - {/block:PostSummary}{Title}</title>
  53.  
  54. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:Scroll Background};}
  59. ::-webkit-scrollbar-corner {background:{color:Scroll background};}
  60. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:Scrollbar};}
  61. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:Scrollbar};}
  62. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid {color:Scroll Background}; border-bottom: 1px solid {color:Scroll Background};}
  63. ::-webkit-scrollbar-thumb:horizontal {background:{color:Scrollbar};border-left: 1px solid {color:Scroll Background}; border-right: 1px solid {color:Scroll Background}; height:4px;}
  64. ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-top: 0pt solid {color:Scroll Background}; border-bottom: 0pt solid {color:Scroll Background};}
  65. ::-webkit-scrollbar-track-piece {background: {color:Scroll Background}; width:4px;}
  66. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:Scrollbar};}
  67.  
  68. {block:ifInvertedImages}img{
  69. opacity: 1;
  70. filter:alpha(opacity=10);
  71. -moz-opacity: 0.1;
  72. -moz-transition: all .9s ease;
  73. -o-transition: all .9s ease;
  74. transition: all .9s ease;
  75. -webkit-transition: all .9s ease;}
  76. {/block:ifInvertedImages}
  77.  
  78.  
  79. {block:ifInvertedImages} img:hover{
  80. opacity: .8;
  81. filter:alpha(opacity=100);
  82. -moz-opacity: 1;
  83. -moz-transition: all .9s ease;
  84. -o-transition: all .9s ease;
  85. transition: all .9s ease;
  86. -webkit-transition: all .9s ease;}
  87. {/block:ifInvertedImages}
  88.  
  89. {block:ifFadedImages}img{
  90. opacity: .8;
  91. filter:alpha(opacity=10);
  92. -moz-opacity: 0.1;
  93. -moz-transition: all .9s ease;
  94. -o-transition: all .9s ease;
  95. transition: all .9s ease;
  96. -webkit-transition: all .9s ease;}
  97. {/block:ifFadedImages}
  98.  
  99.  
  100. {block:ifFadedImages} img:hover{
  101. opacity: 1;
  102. filter:alpha(opacity=100);
  103. -moz-opacity: 1;
  104. -moz-transition: all .9s ease;
  105. -o-transition: all .9s ease;
  106. transition: all .9s ease;
  107. -webkit-transition: all .9s ease;}
  108. {/block:ifFadedImages}
  109.  
  110. body{
  111. background-color: {color:Background};
  112. background-image:url({image:Background});
  113. background-attachment:fixed;
  114. background-repeat:repeat;
  115. background-position:center;
  116. font-family:{Font:Font};
  117. font-size:12px;
  118. line-height:12px;
  119. color:{color:Text};
  120. }
  121.  
  122. a:link, a:active, a:visited{
  123. color: {color:Link};
  124. text-decoration:none;
  125. -webkit-transition: all 0.3s linear;
  126. -moz-transition: all 0.3s linear;
  127. transition: all 0.3s linear;
  128. }
  129. a:hover{
  130. text-shadow: 4px 0 1px {color:Link Hover 1}, -4px 0 1px {color:Link Hover 2};
  131. -webkit-transition: all 0.3s linear;
  132. -moz-transition: all 0.3s linear;
  133. transition: all 0.3s linear;
  134. }
  135.  
  136. #container {
  137. margin:auto;
  138. }
  139.  
  140. #content {
  141. float:center;
  142. padding:3px;
  143. margin-top:10px;
  144. }
  145.  
  146. #entry {
  147. margin-top:15px;
  148. margin-left:550px;
  149. width:400px;
  150. padding:10px;
  151. background:white;
  152. }
  153.  
  154. #entry img{
  155. {block:IndexPage}max-width:400px;{/block:IndexPage}
  156. }
  157.  
  158. #entry .permalink a {
  159. color:white;
  160. }
  161.  
  162. #entry .permalink{
  163. width:390px;
  164. padding:5px;
  165. position:absolute;
  166. text-align:center;
  167. padding-right:5px;
  168. overflow:hidden;
  169. font-size:10px;
  170. text-transform:uppercase;
  171. opacity:0;
  172. background-color:black;
  173. -webkit-transition: opacity 04s linear;
  174. -webkit-transition: all 0.4s linear;
  175. -moz-transition: all 0.4s linear;
  176. transition: all 0.4s linear;
  177. }
  178.  
  179. #entry:hover .permalink{
  180. opacity: 0.9;
  181. overflow:visible;
  182. }
  183.  
  184.  
  185. #permalink{
  186. display: block;
  187. padding:1px;
  188. padding-right:3px;
  189. margin-top:2px;
  190. font-size:10px;
  191. line-height:12px;
  192. text-align:center;
  193. }
  194.  
  195. #side {
  196. position:fixed !important;
  197. width:90px;
  198. height:400px;
  199. font-size:11px;
  200. line-height:11px;
  201. margin-top:-20px;
  202. margin-left:345px;
  203. padding:20px;
  204. padding-top:300px;
  205. background:{color:Sidebar};
  206. -moz-transition: all .9s ease;
  207. -o-transition: all .9s ease;
  208. transition: all .9s ease;
  209. -webkit-transition: all .9s ease;
  210. }
  211.  
  212. #side .desc{
  213. opacity:.0;
  214. width:220px;
  215. padding:10px;
  216. font-size:12px;
  217. line-height:12px;
  218. margin-left:-320px;
  219. margin-top:100px;
  220. position: absolute;
  221. z-index:1;
  222. background:white;
  223. color:black;
  224. -webkit-transition: opacity 0.5s linear;
  225. -webkit-transition: all 0.5s linear;
  226. -moz-transition: all 0.5s linear;
  227. transition: all 0.5s linear;
  228. }
  229.  
  230. #side:hover .desc{
  231. opacity:.8;
  232. margin-top:-150px;
  233. transition: all 0.5s linear;
  234. -webkit-transition: opacity 0.5s linear;
  235. -webkit-transition: all 0.5s linear;
  236. -moz-transition: all 0.5s linear;
  237. }
  238.  
  239. #side .links{
  240. opacity:.0;
  241. width:230px;
  242. padding:5px;
  243. font-size:12px;
  244. line-height:12px;
  245. margin-left:-320px;
  246. margin-top:-100px;
  247. position: absolute;
  248. z-index:1;
  249. background:white;
  250. color:black;
  251. -webkit-transition: opacity 0.5s linear;
  252. -webkit-transition: all 0.5s linear;
  253. -moz-transition: all 0.5s linear;
  254. transition: all 0.5s linear;
  255. }
  256.  
  257. #side:hover .links{
  258. opacity:.8;
  259. margin-top:110px;
  260. transition: all 0.5s linear;
  261. -webkit-transition: opacity 0.5s linear;
  262. -webkit-transition: all 0.5s linear;
  263. -moz-transition: all 0.5s linear;
  264. }
  265.  
  266. #side2 {
  267. position:fixed !important;
  268. width:300px;
  269. height:1300px;
  270. font-size:11px;
  271. line-height:11px;
  272. margin-top:-20px;
  273. margin-left:-10px;
  274. padding-left:60px;
  275. background-image:url({image:Sidebar});
  276. background-size:360px 1200px;
  277. -moz-transition: all .9s ease;
  278. -o-transition: all .9s ease;
  279. transition: all .9s ease;
  280. -webkit-transition: all .9s ease;
  281. }
  282.  
  283. .sidelinks a{
  284. height:12px;
  285. padding:3px;
  286. padding-top:3px;
  287. margin-top:3px;
  288. font-size:11px;
  289. text-align:center;
  290. position:relative;
  291. z-index:1;
  292. display:block;
  293. text-transform:uppercase;
  294. background-color:{color:Sidelinks};
  295. color:{color:Sidelinks Text};
  296. transition: all 0.3s ease-out;
  297. -o-transition-transition: all 0.3s ease-out;
  298. -webkit-transition: all 0.3s ease-out;
  299. -moz-transition: all 0.3s ease-out;
  300. }
  301.  
  302. .sidelinks a:hover{
  303. background-color:{color:Sidelinks Hover};
  304. color:{color:Sidelinks Text Hover};
  305. transition: all 0.3s ease-out;
  306. -o-transition-transition: all 0.3s ease-out;
  307. -webkit-transition: all 0.3s ease-out;
  308. -moz-transition: all 0.3s ease-out;
  309. }
  310.  
  311. .blogtitle{
  312. font-size:20px;
  313. line-height:21px;
  314. text-align:center;
  315. padding-bottom:3px;
  316. border-bottom:1px solid {color:Border};
  317. }
  318.  
  319. .blogtitle a {
  320. color: {color:Blog Title};
  321. }
  322.  
  323. .posttitle{
  324. font-size:20px;
  325. line-height:21px;
  326. text-align:center;
  327. }
  328.  
  329. blockquote{
  330. padding:0px 0px 2px 5px;
  331. margin:0px 0px 2px 1px;
  332. border-left: 1px solid {color:Text};}
  333. blockquote p, ul{margin:0px; padding:0px;
  334. }
  335.  
  336. .caption {margin:0px; padding:0px;}
  337.  
  338. .chat .line{
  339. color:{color:Chat 1};
  340. margin: 0 0 0px;
  341. padding: 2px;
  342. }
  343. .chat .line.odd{
  344. color:{color:Chat 2};
  345. }
  346.  
  347. .label {font-weight:bold; text-transfor:uppercase; color:{color:Text};}
  348.  
  349. .question {
  350. color:{color:Text};
  351. font-size:10px;
  352. font-weight:normal;
  353. line-height:95%;
  354. background: {color:Ask Background};
  355. margin: 0 0 10px 0;
  356. padding: 10px 15px;
  357. position:relative;
  358. }
  359.  
  360. .questionarrow {
  361. width:13px;
  362. height:7px;
  363. font-size:30px;
  364. position:absolute;
  365. color:{color:Ask Background};
  366. bottom: -3.5px;
  367. left: 260px;
  368. }
  369.  
  370.  
  371. .asker {
  372. width:500px;
  373. text-align:left;
  374. color:{color:Text};
  375. font-size:10px;
  376. }
  377.  
  378. .asker a {
  379. color:{color:Text};
  380. }
  381.  
  382. .asker img {
  383. float:left;
  384. margin-left:220px;
  385. vertical-align:top;
  386. margin-right:3px;
  387. max-height:15px;
  388. }
  389.  
  390. a img{border:0px;}
  391.  
  392. .p { padding-top:5px; }
  393. .ol, ul { margin-left:10px; padding:5px; }
  394. .ul { list-style-type:square; }
  395.  
  396. .albumart { margin-bottom:0px; }
  397. .albumart img, .audio embed {
  398. width:72px;
  399. padding-right:25px;
  400. margin-left:2px;
  401. }
  402. .albumartovr {
  403. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  404. }
  405. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  406.  
  407. .notes img{width:10px; position:left; top:3px;}
  408.  
  409.  
  410. #pages {
  411. position:fixed !important;
  412. width:90px;
  413. height:400px;
  414. font-size:11px;
  415. line-height:11px;
  416. margin-top:-20px;
  417. margin-left:1045px;
  418. padding:20px;
  419. padding-top:310px;
  420. background:{color:Sidebar};
  421. -moz-transition: all .9s ease;
  422. -o-transition: all .9s ease;
  423. transition: all .9s ease;
  424. -webkit-transition: all .9s ease;
  425. }
  426. #pages a {
  427. color:white;
  428. }
  429.  
  430. {font-size: 100%;}
  431.  
  432. {CustomCSS}
  433. </style>
  434.  
  435. <link rel="shortcut icon" href="{Favicon}">
  436.  
  437. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  438.  
  439. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  440. "></script>{/block:ifrainbowlinks}
  441.  
  442. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  443. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  444. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  445.  
  446. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  447. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  448. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  449. <script type="text/javascript">
  450. $(document).ready(function() {
  451. $().UItoTop({ easingType: 'easeOutQuart' });
  452. });
  453. </script>{/block:ifinfinitescrolling}
  454.  
  455.  
  456. </head>
  457. <body>
  458. <div id="container">
  459. <div id="content">
  460. <div id="side">
  461. <div class="desc">
  462. <div class="blogtitle"><a href="/">{Title}</a></div>
  463. {Description}
  464. </div>
  465. <div class="links">
  466. <div class="sidelinks">
  467. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  468. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  469. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  470. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  471. <a href="http://tomkirk.tumblr.com/">theme</a>
  472. </div></div>
  473. <a href="/"><img src="{PortraitURL-96}"></a>
  474. </div>
  475. </div>
  476. <div id="side2">
  477. </div>
  478.  
  479. <center>
  480. <div id="pages">
  481. {block:Pagination}
  482. {block:PreviousPage} <a href="{PreviousPage}"><font size="10">« </font></a>{/block:PreviousPage}
  483. <br>
  484. {block:NextPage}<a href="{NextPage}"><font size="10">»</font></a>{/block:NextPage}
  485. </div>
  486. {/block:Pagination}
  487. </center>
  488.  
  489. </center>
  490. </div>
  491.  
  492. </div>
  493.  
  494. <div id="content">
  495. {block:Posts}
  496. <div id="entry">
  497.  
  498. {block:IndexPage}
  499. <div class="permalink">
  500. <l><a href="{Permalink}">
  501. {NoteCountWithLabel} </a>
  502. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  503. </div>
  504. {/block:IndexPage}
  505.  
  506. {block:Text}
  507. {block:Title}
  508. <div class="posttitle">
  509. {Title}
  510. </div>
  511. {/block:Title}
  512. {Body}
  513. {/block:text}
  514.  
  515. {block:Link}
  516. <a href="{URL}"> <div class="posttitle">{Name}</a></div>
  517. {block:Description}{Description}{/block:Description}
  518. {/block:link}
  519.  
  520. {block:Photo}
  521. <center>
  522. {LinkOpenTag}
  523. <a href="{permalink}">
  524. <img src="{PhotoURL-400}" alt="{PhotoAlt}"width=400px/></a>
  525. {LinkCloseTag}
  526. </center>
  527. {block:Caption}
  528. <div class="caption">{Caption}</div>
  529. {/block:Caption}
  530. {block:ContentSource}
  531. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  532. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  533. {/block:SourceLogo}
  534. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  535. {/block:ContentSource}
  536. {block:ReblogParentURL}
  537. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  538. {/block:ReblogParentURL}
  539. {/block:Photo}
  540.  
  541. {block:Photoset}
  542. <center>
  543. {Photoset-400}
  544. </center>
  545. {block:Caption}
  546. <div class="caption">{Caption}</div>
  547. {/block:Caption}
  548. {/block:Photoset}
  549.  
  550. {block:Quote}
  551. <div class="posttitle">❝{Quote}❞</div>
  552. {block:Source}
  553. <i> - {Source}</i>
  554. {/block:Source}
  555. {/block:Quote}
  556.  
  557. {block:Chat}
  558. {block:title}
  559. <div id="posttitle">
  560. <center>{Title}<br></center>
  561. </div>
  562. {/block:title}
  563. <div class="chat">
  564. {block:Lines}
  565. <div class="chat">
  566. <div class="line {Alt}">
  567. <div class="{Alt} user_{UserNumber}">
  568. {block:Label}
  569. <span class="label"><b>{Label} </b></span>
  570. {/block:Label}{Line}
  571. </div></div></div>
  572. {/block:Lines}</div>
  573. {/block:Chat}
  574.  
  575. {block:Audio}
  576. {block:albumart}
  577. <div class="albumartovr">
  578. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute;">
  579. <div class="albumart">
  580. <img src="{albumarturl}" align="left">
  581. </div></div>
  582. {/block:albumart}
  583. <div class="player" width="30">
  584. {AudioPlayerBlack}
  585. </div>
  586. <div class="names">
  587. {block:TrackName}
  588. <b>Title:</b>
  589. {TrackName}
  590. {/block:TrackName}
  591. <br>
  592. {block:Artist}
  593. <b>Artist:</b>
  594. {Artist}
  595. {/block:Artist}<br>
  596. </div>
  597. {block:Caption}{Caption}{/block:Caption}
  598. {/block:Audio}
  599.  
  600. {block:Video}
  601. {block:IndexPage}
  602. <div class="permalink">
  603. <l><a href="{Permalink}">
  604. {NoteCountWithLabel} </a> +
  605. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  606. </div>
  607. {/block:IndexPage}
  608. <center>
  609. {Video-400}
  610. <BR></center>
  611. {block:Caption}
  612. <div class="caption">{Caption}</div>
  613. {/block:Caption}
  614. {/block:Video}
  615.  
  616.  
  617.  
  618. {block:Answer}
  619. <div class="question">
  620. <div class="questionarrow">▼</div>
  621. {Question}
  622. </div>
  623. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  624. <div class="answer">{Answer}</div>
  625. {/block:answer}
  626.  
  627. </center>
  628.  
  629. {block:PermalinkPage}
  630. <center>
  631. <Br>
  632. {block:Date}
  633. {TimeAgo} on
  634. {ShortMonth} {DayofMonth},{Year}
  635. {/block:Date}
  636. {block:NoteCount} · {NoteCountWithLabel}
  637. {/block:NoteCount}
  638. {block:HasTags} · Tags:
  639. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  640. {/block:Tags}
  641. {/block:HasTags}
  642. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  643. </center>
  644. {/block:PermalinkPage}
  645.  
  646. {block:IndexPage}
  647. <div id="permalink">
  648. {block:HasTags}Tags:
  649. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  650. {/block:Tags}
  651. {/block:HasTags}
  652. </div>
  653. {/block:IndexPage}
  654.  
  655. {block:PostNotes}{PostNotes}
  656. {/block:PostNotes}</div>{/block:Posts}
  657.  
  658. </div>
  659.  
  660. </div></div>
  661. </div>
  662.  
  663. </div>
  664. </body>
  665. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement