Advertisement
singforabsolution

Theme By Kelsey #26

May 12th, 2012
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.15 KB | None | 0 0
  1. <!-- leave credit somewhere pls&thank u (◡‿◡✿)!-->
  2. <head>
  3.  
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6.  
  7. <!--Default Variables-->
  8. <!--Colors-->
  9. <meta name="color:Background" content="#FFE4E1"/>
  10. <meta name="color:Text" content="#000000"/>
  11. <meta name="color:Post Title" content="#1C1C1C"/>
  12. <meta name="color:Link" content="#8B7D7B"/>
  13. <meta name="color:Link Hover" content="#CDB7B5"/>
  14. <meta name="color:Blog Title" content="#8B7D7B"/>
  15. <meta name="color:Chat 1" content=""/>
  16. <meta name="color:Chat 2" content=""/>
  17. <meta name="color:Sidelinks" content="#c7d0d1"/>
  18. <meta name="color:Sidelinks Text" content="#000"/>
  19. <meta name="color:Sidelinks Text Hover" content="#FFF8DC"/>
  20. <meta name="color:Sidelinks Hover" content="#E8E8E8">
  21. <meta name="color:Ask Background" content="#E8E8E8"/>
  22. <meta name="color:Sidebar" content="#000"/>
  23. <meta name="color:Sidebar Background" content="#fff"/>
  24.  
  25. <!--Images-->
  26. <meta name="image:Background" content=""/>
  27. <meta name="image:Sidebar" content=""/>
  28. <meta name="image:Sidebar1" content=""/>
  29. <meta name="image:Sidebar2" content=""/>
  30. <meta name="image:Sidebar3" content=""/>
  31. <meta name="image:Sidebar4" content=""/>
  32.  
  33. <!--Options-->
  34. <meta name="if:Infinite Scrolling" content=""/>
  35. <meta name="if:Tiny Cursor" content=""/>
  36. <meta name="if:Tiny Scrollbar" content=""/>
  37. <meta name="if:Show Caption" content=""/>
  38. <meta name="if:Box shadows" content="1"/>
  39. <meta name="if:Box borders" content="1"/>
  40. <meta name="if:4 Sidebarpics" content=""/>
  41. <meta name="if:Link 3" conetnet=""/>
  42. <meta name="if:Link 4" conetnet=""/>
  43. <meta name="if:Link 5" content=""/>
  44. <meta name="if:Faded Images" content=""/>
  45.  
  46. <!--Links-->
  47. <meta name="text:Link 1 URL" content="/"/>
  48. <meta name="text:Link 1 name" content="link1"/>
  49. <meta name="text:Link 2 URL" content="/"/>
  50. <meta name="text:Link 2 name" content="link2"/>
  51. <meta name="text:Link 3 URL" content="/"/>
  52. <meta name="text:Link 3 name" content="link3"/>
  53. <meta name="text:Link 4 URL" content="/"/>
  54. <meta name="text:Link 4 name" content="link4"/>
  55. <meta name="text:Link 5 URL" content="/"/>
  56. <meta name="text:Link 5 name" content="link5"/>
  57.  
  58. {block:Description}
  59. <meta name="description" content="{MetaDescription}" />{/block:Description}
  60. <title>
  61. {block:PostSummary}
  62. {PostSummary} - {/block:PostSummary}{Title}</title>
  63.  
  64. {block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
  65.  
  66. </style>
  67. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  68. <style type="text/css">
  69.  
  70. {block:iftinycursor}
  71. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  72.  
  73.  
  74. {block:iftinyscrollbar}
  75. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  76. ::-webkit-scrollbar-thumb { background-color: #E8E8E8; -webkit-border-radius: 1ex; border: 1px solid black;}
  77. {/block:iftinyscrollbar}
  78.  
  79. {block:ifFadedImages}img{
  80. opacity: 0.8;
  81. filter:alpha(opacity=10);
  82. -moz-opacity: 0.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:ifFadedImages}
  88.  
  89.  
  90. {block:ifFadedImages} img:hover{
  91. opacity: 1;
  92. filter:alpha(opacity=100);
  93. -moz-opacity: 1;
  94. -moz-transition: all .9s ease;
  95. -o-transition: all .9s ease;
  96. transition: all .9s ease;
  97. -webkit-transition: all .9s ease;}
  98. {/block:ifFadedImages}
  99.  
  100.  
  101. #tumblr_controls{
  102. position:fixed !important;
  103. }
  104.  
  105. .wrapper{
  106. margin: 0px auto;
  107. width: 802px;
  108. }
  109.  
  110. .header{
  111. float: left;
  112. width: 100%;
  113. }
  114.  
  115. .left{
  116. float: left;
  117. margin-right: 20px;
  118. width: 802px;
  119. }
  120.  
  121. .right{
  122. float: right;
  123. width: 200px;
  124. background-color: {color:Background};
  125. }
  126.  
  127. body{
  128. background-color: {color:Background};
  129. background-image: url({image:Background});
  130. background-attachment: fixed;
  131. background-repeat: repeat;
  132. background-position: center;
  133. font-family: helvetica;
  134. font-size: 12px;
  135. line-height: 13px;
  136. letter -spacing:0px;
  137. color:{color:Text};
  138. }
  139.  
  140. a:link, a:active, a:visited{
  141. color: {color:Link};
  142. text-decoration: none;
  143. -webkit-transition: color 0.5s ease-in;
  144. -moz-transition: color 0.5s ease-in;
  145. }
  146.  
  147. a:hover {
  148. color: {color:Link Hover};
  149. -webkit-transition: color 0.5s ease-out;
  150. -moz-transition: color 0.5s ease-out;
  151. {block:iftinycursor}
  152. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  153. {/block:iftinycursor}
  154. }
  155.  
  156. .entry {
  157. margin:5px;
  158. padding: 3px;
  159. float:left;
  160. background-color: white;
  161. {block:ifboxshadows};
  162. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  163. {/block:ifboxshadows}
  164. {block:ifboxborders}
  165. border: 1px solid black;
  166. {/block:ifboxborders}
  167. {block:IndexPage}
  168. width:340px;
  169. {/block:IndexPage}
  170. {block:PermalinkPage}
  171. width:550px;
  172. margin-left: 357x;
  173. {/block:PermalinkPage}
  174. }
  175.  
  176. .entry .permalink{
  177. width:180px;
  178. position:absolute;
  179. text-align:center;
  180. padding-right:5px;
  181. font-family:amatic sc;
  182. font-size:18px;
  183. line-height:20px;
  184. overflow:hidden;
  185. background-color:transparent;
  186. opacity:0.0;
  187. background-color:white;
  188. -webkit-transition: all 0.4s linear;
  189. -moz-transition: all 0.4s linear;
  190. transition: all 0.4s linear;
  191. }
  192.  
  193. .entry:hover .permalink{
  194. width:336px;
  195. text-align:center;
  196. overflow:visible;
  197. -webkit-transition: opacity 04s linear; opacity: 0.9;
  198. -webkit-transition: all 0.4s linear;
  199. -moz-transition: all 0.4s linear;
  200. transition: all 0.4s linear;
  201. }
  202.  
  203.  
  204. #posts {
  205. width: 800px;
  206. margin-left:120px;
  207. margin-top:2px;
  208. float:left;
  209. }
  210.  
  211. #infscr-loading{
  212. bottom: -70px;
  213. position: absolute;
  214. left: 50%;
  215. margin-left:-8px;
  216. width:16px;
  217. height:11px;
  218. overflow:hidden;
  219. margin-bottom: 50px;
  220. }
  221.  
  222.  
  223. #side {
  224. position:fixed !important;
  225. width: 240px;
  226. height: auto;
  227. background-color:white;
  228. margin-top: 90px;
  229. margin-left: 590px ;
  230. padding: 4px ;
  231. text-transform: none;
  232. {block:ifboxshadows};
  233. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  234. {/block:ifboxshadows}
  235. {block:ifboxborders}
  236. border: 1px solid black; width:237px;
  237. {/block:ifboxborders}
  238. }
  239.  
  240. #linksbar {
  241. position:fixed !important;
  242. width: 260px;
  243. height: auto;
  244. background-color:clear;
  245. margin-top: 55px;
  246. margin-left: 586px ;
  247. padding: 2px;
  248. z-index:1;
  249. {block:ifboxborders}
  250.  
  251. {/block:ifboxborders}
  252. }
  253.  
  254. .navigate a{
  255. background:{color:Sidelinks};
  256. color:{color:Sidelinks Text};
  257. font-family:amatic sc;
  258. font-size:22px;
  259. display:block;
  260. width: 82px;
  261. height:18px;
  262. text-align: left;
  263. padding-top:5px;
  264. margin-left:2px;
  265. margin-top:2px;
  266. float:left;
  267. text-align:center;
  268. z-index:1;
  269. display: inline-block;
  270. opacity: 0.7;
  271. {block:ifboxborders}
  272. border: 1px solid black;
  273. width:79px;
  274. {/block:ifboxborders}
  275. }
  276. .navigate a:hover{
  277. background:{color:Sidelinks Hover};
  278. color:{color:Sidelinks Text Hover};
  279. -moz-transition: all .9s ease-out;
  280. -o-transition: all .9s ease-out;
  281. -webkit-transition: all .5s ease-out;
  282. }
  283.  
  284.  
  285. #container2 {
  286. font-family:silkscreen;
  287. font-size:8px;
  288. width:82px;
  289. height:26px;
  290. {block:ifBoxBorders}
  291. width: 83px;
  292. height: 28px;
  293. {/block:ifBoxBorders}
  294. margin-left: 0px;
  295. overflow:hidden;
  296. -moz-transition: all 1s ease-out;
  297. -o-transition: all 1s ease-out;
  298. -webkit-transition: all 1s ease-out;
  299. {block:ifboxborders}
  300. {/block:ifboxborders}
  301. }
  302.  
  303. #container2:hover{
  304. height: 127px;
  305. {block:ifboxborders}
  306. height:125px;
  307. {/block:ifboxborders}
  308. {block:ifLink4}
  309. height:149px;
  310. {/block:ifLink4}
  311. {block:ifLink5}
  312. height:199px;
  313. {/block:ifLink5}
  314. }
  315.  
  316. #visible_layer a{
  317. font-family:silkscreen;
  318. font-size:8px;
  319. width: 100px;
  320. display: block;
  321. -moz-transition: all 1s ease-out;
  322. -o-transition: all 1s ease-out;
  323. -webkit-transition: all 1s ease-out;
  324.  
  325. }
  326.  
  327. #invisible_layer a{
  328. font-family:silkscreen;
  329. font-size:8px;
  330. -moz-transition: all .9s ease-out;
  331. -o-transition: all .9s ease-out;
  332. -webkit-transition: all .9s ease-out;
  333. display:block;
  334. }
  335.  
  336. #invisible_layer a:hover{
  337. width: 105px;
  338. }
  339.  
  340. .blogtitle{
  341. font-size:43px;
  342. font-family:Amatic Sc;
  343. padding-top:5px;
  344. line-height:33px;
  345. color:{color:Blog Title};
  346. text-transform:uppercase;
  347. font-weight:bold;
  348. -moz-transition: all .5s ease-out;
  349. -o-transition: all .5s ease-out;
  350. -webkit-transition: all .5s ease-out;
  351. }
  352.  
  353. .blogtitle:hover {
  354. transform: rotate (360deg);
  355. -webkit-transform: rotate (360deg);
  356. font-size:33px;
  357. font-family:Amatic Sc;
  358. -moz-transition: all .5s ease-out;
  359. -o-transition: all .5s ease-out;
  360. -webkit-transition: all .5s ease-out;
  361. }
  362.  
  363. .posttitle{
  364. font-size:30px;
  365. line-height:25px;
  366. text-transform:uppercase;
  367. color: {color:Post Title};
  368. letter-spacing: 1;
  369. font-family:Amatic Sc;
  370. font-weight:none;
  371. }
  372.  
  373. .albumart { margin-bottom: 0px; }
  374. .albumart img, .audio embed { width: 60px; padding-right:2px;}
  375.  
  376. .chat .line{
  377. color:{color:Chat 1};
  378. margin: 0 0 0px;
  379. padding: 2px;
  380. }
  381. .chat .line.odd{
  382. color:{color:Chat 2};
  383. }
  384.  
  385. .label {font-weight:bold; color:{color:text}}
  386.  
  387. {CustomCSS}
  388.  
  389. </style>
  390.  
  391. {block:IndexPage}
  392. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  393. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  394.  
  395. <script type="text/javascript">
  396. $(window).load(function () {
  397. var $content = $('#posts');
  398. $content.masonry({itemSelector: '.entry'}),
  399. $content.infinitescroll({
  400. navSelector : 'div#pagination',
  401. nextSelector : 'div#pagination a#nextPage',
  402. itemSelector : '.entry',
  403. loading: {
  404. finishedMsg: '',
  405. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  406. },
  407. bufferPx : 600,
  408. debug : false,
  409. },
  410. // call masonry as a callback.
  411. function( newElements ) {
  412. var $newElems = $( newElements );
  413. $newElems.hide();
  414. // ensure that images load before adding to masonry layout
  415. $newElems.imagesLoaded(function(){
  416. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  417.  
  418.  
  419. });
  420. });
  421. });
  422. </script>
  423.  
  424. {/block:IndexPage}
  425.  
  426. <title>{title}</title>
  427.  
  428. <link rel="shortcut icon" href="{Favicon}">
  429. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  430. <meta name="viewport" content="width=820" />
  431.  
  432. </head>
  433. <body>
  434. <div class="wrapper">
  435. <div class="header">
  436. </div>
  437. <div id="linksbar">
  438.  
  439. <div class="navigate">
  440.  
  441. <a href="/" >home</a>
  442. <a href="/ask" >ask</a>
  443.  
  444. <div id="container2">
  445.  
  446. <div id="visible_label" align="left"><a title="links">links</a></div>
  447.  
  448. <div id="invisible_label">
  449. <a href="{text:Link 1 URL}">{text:Link 1 Name}</a>
  450. <a href="{text:Link 2 URL}">{text:Link 2 Name}</a>
  451. {block:ifLink3} <a href="{text:Link 3 URL}">{text:Link 3 Name}</a>{block:ifLink3}
  452. {block:ifLink4} <a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4}
  453. {block:ifLink5} <a href="{text:Link 5 URL}">{text:Link 5 Name}</a>{/block:ifLink5}
  454. <a href="http://www.sociallyawkwardgiraffe.tumblr.com">theme</a>
  455. </div>
  456. </div>
  457.  
  458. </div>
  459. </center>
  460. </div>
  461.  
  462. <div id="side">
  463.  
  464. <center>
  465. <div class="blogtitle"><a href="/">{Title}</a></div>
  466. </center>
  467. <br>
  468. {block:if4Sidebarpics}
  469. <a href="/"><img src="{image:sidebar1}" width=117px></a>
  470. <a href="/"><img src="{image:sidebar2}" width=117px></a>
  471. <a href="/"><img src="{image:sidebar3}" width=117px></a>
  472. <a href="/"><img src="{image:sidebar4}" width=117px></a>
  473. {/block:if4Sidebarpics}
  474.  
  475. {block:ifnot4Sidebarpics}
  476. <a href="/"><img src="{image:Sidebar}" width="238px"></a>
  477. {/block:ifnot4Sidebarpics}
  478.  
  479. {Description}
  480. {block:ifNotInfiniteScrolling}
  481. <center>
  482. <div class="pages">
  483. {block:Pagination}
  484. <div class="pagination">
  485. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">« </font></a>{/block:PreviousPage}
  486. {block:JumpPagination length="5"}
  487. {block:CurrentPage}
  488. <span class="current_page">{PageNumber}&nbsp;</span>
  489. {/block:CurrentPage}
  490. {block:JumpPage}
  491. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  492. {/block:JumpPage}
  493. {/block:JumpPagination}
  494. {block:NextPage}<a href="{NextPage}"><font size="2">» </font></a>{/block:NextPage}
  495. </div>
  496. {/block:Pagination}
  497. </center>
  498. {/block:ifNotInfiniteScrolling}
  499. </div>
  500. </div>
  501.  
  502.  
  503. <div class="left">
  504.  
  505. <div id="posts">
  506.  
  507. {block:Posts}
  508. <div class="entry">
  509.  
  510. {block:Text}
  511. {block:IndexPage}
  512. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  513. </div>
  514. {/block:IndexPage}
  515. {block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  516. {/block:Text}
  517.  
  518. {block:Link}
  519. {block:IndexPage}
  520. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  521. </div>
  522. {/block:IndexPage}
  523. <a href="{URL}" class="posttitle">{Name}</a>
  524. {block:Description}{Description}{/block:Description}
  525. {block:Link}
  526.  
  527. {block:Photo}
  528. {block:IndexPage}
  529. {LinkOpenTag}
  530. <div class="photo">
  531. <a href="{permalink}"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=340px></a>
  532. </div>
  533. {LinkCloseTag}
  534. {block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}
  535. {/block:IndexPage}
  536. {block:PermalinkPage}
  537. {LinkOpenTag}
  538. <a href="{permalink}">
  539. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="550"/></a>
  540. {LinkCloseTag}
  541. {/block:PermalinkPage}
  542. {/block:Photo}
  543.  
  544. {block:Photoset}
  545. {block:IndexPage}
  546. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  547. </div>
  548. {/block:IndexPage}
  549. {block:IndexPage}
  550. <center>
  551. {Photoset-250}</center>
  552. {block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}
  553. {/block:IndexPage}
  554. {block:PermalinkPage}
  555. <center>
  556. {Photoset-500}</center>
  557. {/block:PermalinkPage}
  558. {/block:Photoset}
  559.  
  560. {block:Quote}
  561. {block:IndexPage}
  562. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  563. </div>
  564. {/block:IndexPage}
  565. <div class="posttitle">
  566. {Quote}
  567. </div>
  568. {block:Source}<i>- {Source}</i>{/block:Source}
  569. {/block:Quote}
  570.  
  571. {block:Chat}
  572. {block:IndexPage}
  573. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  574. </div>
  575. {/block:IndexPage}
  576. {block:title}
  577. <div id="title">
  578. <center>{Title}<br></center>
  579. </div>
  580. {/block:title}
  581. <div class="chat">
  582. {block:Lines}
  583. <div class="chat">
  584. <div class="line {Alt}">
  585. <div class="{Alt} user_{UserNumber}">
  586. {block:Label}
  587. <span class="label">
  588. <b>{Label}</b>
  589. </span>
  590. {/block:Label}
  591. {Line}
  592. </div></div></div>
  593. {/block:Lines}
  594. </div>
  595. {/block:Chat}
  596.  
  597. {block:Audio}
  598. {block:IndexPage}
  599. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  600. </div>
  601. {/block:IndexPage}
  602. {block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>
  603. {/block:albumart}<div style="width: 310px; height: 20px;">
  604. {AudioPlayergrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  605. {TrackName}</span>{/block:TrackName}<br>
  606. {block:Artist}<span><strong>Artist:</strong>
  607. {Artist}</span>{/block:Artist}<br>
  608. {block:Caption}{Caption}{/block:Caption}
  609. {/block:Audio}
  610.  
  611. {block:Video}
  612. {block:IndexPage}
  613. <div class="permalink" style="letter-spacing:1px;"><l><a href="{Permalink}"> {ShortMonth} {DayOfMonth}, {Year} • {NoteCountWithLabel}</a><a href="{ReblogURL}" target="_blank" class="details"> • Reblog</a></l>
  614. </div>
  615. {/block:IndexPage}
  616. {block:IndexPage}
  617. <center>
  618. {Video-250}</center>
  619. {block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}
  620. {/block:IndexPage}
  621. {block:PermalinkPage}
  622. <center>
  623. {Video-500}</center>
  624. {/block:PermalinkPage}
  625. {block:Video}
  626.  
  627. {block:PermalinkPage}
  628. <Br>{block:Date}{Month} {DayofMonth},{Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  629. {/block:PermalinkPage}
  630.  
  631.  
  632. {block:PostNotes}{PostNotes}
  633. {/block:PostNotes}
  634. </div>
  635.  
  636.  
  637. {/block:Posts}
  638. </div>
  639. </div>
  640.  
  641. </div>
  642.  
  643.  
  644. </body>
  645. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement