Advertisement
singforabsolution

Theme By Kelsey #30

Jun 5th, 2012
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.44 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="#050404"/>
  11. <meta name="color:Text" content="#ceb9b9"/>
  12. <meta name="color:Post Title" content="#940303"/>
  13. <meta name="color:Link" content="#f7f3f3"/>
  14. <meta name="color:Link Hover 1" content="#f14848"/>
  15. <meta name="color:Link Hover 2" content="#48c6e0"/>
  16. <meta name="color:Chat 1" content=""/>
  17. <meta name="color:Chat 2" content=""/>
  18. <meta name="color:Paginations" content="#f3fcfa"/>
  19. <meta name="color:Ask Background" content=""/>
  20. <meta name="color:Sidelinks Hover" content=""/>
  21. <meta name="color:Sidelinks Text" content=""/>
  22. <meta name="color:Border" content="#940303"/>
  23. <meta name="color:Scrollbar" content="#940303"/>
  24. <meta name="color:Scroll Background" content="#f7f3f3"/>
  25.  
  26. <!--Images-->
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:Sidebar" content=""/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scrolling" content=""/>
  32. <meta name="if:Tiny Cursor" content="1"/>
  33. <meta name="if:Rainbow Links" content=""/>
  34. <meta name="if:Faded Images" content=""/>
  35. <meta name="if:Inverted Images" content=""/>
  36.  
  37. <!--Links-->
  38. <meta name="text:Link 1 URL" content="/"/>
  39. <meta name="text:Link 1 name" content=""/>
  40. <meta name="text:Link 2 URL" content="/"/>
  41. <meta name="text:Link 2 name" content=""/>
  42. <meta name="text:Link 3 URL" content="/"/>
  43. <meta name="text:Link 3 name" content=""/>
  44. <meta name="text:Link 4 URL" content="/"/>
  45. <meta name="text:Link 4 name" content="">
  46.  
  47. <meta name="font:Font" content=""/>
  48.  
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <title>
  52. {block:PostSummary}
  53. {PostSummary} - {/block:PostSummary}{Title}</title>
  54.  
  55. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  56.  
  57. </style>
  58. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  59. <style type="text/css">
  60.  
  61. {block:iftinycursor}
  62. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  63.  
  64.  
  65. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:Scroll Background};}
  66. ::-webkit-scrollbar-corner {background:{color:Scroll background};}
  67. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:Scrollbar};}
  68. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:Scrollbar};}
  69. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid {color:Scroll Background}; border-bottom: 1px solid {color:Scroll Background};}
  70. ::-webkit-scrollbar-thumb:horizontal {background:{color:Scrollbar};border-left: 1px solid {color:Scroll Background}; border-right: 1px solid {color:Scroll Background}; height:4px;}
  71. ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-top: 0pt solid {color:Scroll Background}; border-bottom: 0pt solid {color:Scroll Background};}
  72. ::-webkit-scrollbar-track-piece {background: {color:Scroll Background}; width:4px;}
  73. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:Scrollbar};}
  74.  
  75. {block:ifInvertedImages}img{
  76. opacity: 1;
  77. filter:alpha(opacity=10);
  78. -moz-opacity: 0.1;
  79. -moz-transition: all .9s ease;
  80. -o-transition: all .9s ease;
  81. transition: all .9s ease;
  82. -webkit-transition: all .9s ease;}
  83. {/block:ifInvertedImages}
  84.  
  85.  
  86. {block:ifInvertedImages} img:hover{
  87. opacity: .8;
  88. filter:alpha(opacity=100);
  89. -moz-opacity: 1;
  90. -moz-transition: all .9s ease;
  91. -o-transition: all .9s ease;
  92. transition: all .9s ease;
  93. -webkit-transition: all .9s ease;}
  94. {/block:ifInvertedImages}
  95.  
  96. {block:ifFadedImages}img{
  97. opacity: .8;
  98. filter:alpha(opacity=10);
  99. -moz-opacity: 0.1;
  100. -moz-transition: all .9s ease;
  101. -o-transition: all .9s ease;
  102. transition: all .9s ease;
  103. -webkit-transition: all .9s ease;}
  104. {/block:ifFadedImages}
  105.  
  106.  
  107. {block:ifFadedImages} img:hover{
  108. opacity: 1;
  109. filter:alpha(opacity=100);
  110. -moz-opacity: 1;
  111. -moz-transition: all .9s ease;
  112. -o-transition: all .9s ease;
  113. transition: all .9s ease;
  114. -webkit-transition: all .9s ease;}
  115. {/block:ifFadedImages}
  116.  
  117. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  118.  
  119. body{
  120. background-color: {color:Background};
  121. background-image:url({image:Background});
  122. background-attachment:fixed;
  123. background-repeat:repeat;
  124. background-position:center;
  125. font-family:{Font:Font};
  126. font-size:12px;
  127. line-height:12px;
  128. letter -spacing:0px;
  129. color:{color:Text};
  130. }
  131.  
  132. a:link, a:active, a:visited{
  133. color: {color:Link};
  134. text-decoration:none;
  135. -webkit-transition: all 0.3s linear;
  136. -moz-transition: all 0.3s linear;
  137. transition: all 0.3s linear;
  138. }
  139. a:hover{
  140. text-shadow: 4px 0 1px {color:Link Hover 1}, -4px 0 1px {color:Link Hover 2};
  141. -webkit-transition: all 0.3s linear;
  142. -moz-transition: all 0.3s linear;
  143. transition: all 0.3s linear;
  144. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  145. }
  146.  
  147. #container {
  148. margin:auto;
  149. position:right;
  150. width:1200px;
  151. color: {color:Title};
  152. _margin-left:10%;
  153. }
  154.  
  155. #content {
  156. float:center;
  157. width:408px;
  158. padding:3px;
  159. margin-top:0px;
  160. margin-left:510px;
  161. background:transparent;
  162. }
  163.  
  164. #entry {
  165. margin-top:15px;
  166. padding:3px;
  167. background-color:clear;
  168. }
  169.  
  170. #entry img{
  171. {block:IndexPage}max-width:400px;{/block:IndexPage}
  172. }
  173.  
  174. #permalink{
  175. display: block;
  176. padding:1px;
  177. padding-right:3px;
  178. margin-top:2px;
  179. font-family:calibri;
  180. font-size:10px;
  181. line-height:12px;
  182. text-align:center;
  183. border-top:1px dashed {color:Border};
  184. border-bottom:1px solid {color:Border}
  185. }
  186.  
  187. #side {
  188. position:fixed !important;
  189. width:230px;
  190. height:auto;
  191. font-size:11px;
  192. line-height:11px;
  193. margin-top:140px;
  194. margin-left:-330px;
  195. }
  196.  
  197. .nav{
  198. font-size:12px;
  199. line-height:15px;
  200. text-transform:uppercase;
  201. text-align:center;
  202. border-bottom:1px dashed {color:Border};
  203. }
  204.  
  205. .nav2{
  206. font-size:10px;
  207. text-transform:uppercase;
  208. margin-top:4px;
  209. text-align:center;
  210. border-top:1px solid {color:Border};
  211. }
  212.  
  213. .posttitle{
  214. font-size:20px;
  215. line-height:21px;
  216. color: {color:Post Title};
  217. }
  218.  
  219. blockquote{
  220. padding:0px 0px 2px 5px;
  221. margin:0px 0px 2px 1px;
  222. border-left: 1px solid {color:Text};}
  223. blockquote p, ul{margin:0px; padding:0px;
  224. }
  225.  
  226. .caption {margin:0px; padding:0px;}
  227.  
  228. .chat .line{
  229. color:{color:Chat 1};
  230. margin: 0 0 0px;
  231. padding: 2px;
  232. }
  233. .chat .line.odd{
  234. color:{color:Chat 2};
  235. }
  236.  
  237. .label {font-weight:bold; text-transfor:uppercase; color:{color:Text};}
  238.  
  239. .question {
  240. color:{color:Text};
  241. font-size:10px;
  242. font-weight:normal;
  243. line-height:95%;
  244. background: {color:Ask Background};
  245. margin: 0 0 10px 0;
  246. padding: 10px 15px;
  247. position:relative;
  248. -moz-border-radius:5px; -webkit-border-radius:5px;
  249. }
  250.  
  251. .questionarrow {
  252. width:13px;
  253. height:7px;
  254. font-size:30px;
  255. position:absolute;
  256. color:{color:Ask Background};
  257. bottom: -3.5px;
  258. left: 260px;
  259. }
  260.  
  261.  
  262. .asker {
  263. width:500px;
  264. text-align:left;
  265. color:{color:Text};
  266. font-size:10px;
  267. }
  268.  
  269. .asker a {
  270. color:{color:Text};
  271. }
  272.  
  273. .asker img {
  274. float:left;
  275. margin-left:220px;
  276. vertical-align:top;
  277. margin-right:3px;
  278. max-height:15px;
  279. }
  280.  
  281. a img{border:0px;}
  282.  
  283. .p { padding-top:5px; }
  284. .ol, ul { margin-left:10px; padding:5px; }
  285. .ul { list-style-type:square; }
  286.  
  287. .albumart { margin-bottom:0px; }
  288. .albumart img, .audio embed { width:55px; padding-right:3px; }
  289.  
  290. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  291.  
  292. .notes img{width:10px; position:left; top:3px;}
  293.  
  294.  
  295. #pages {
  296. position:fixed;
  297. margin-top:165px;
  298. margin-left:-330px;
  299. width:230px;
  300. height:52px;
  301. z-index:1;
  302. }
  303.  
  304. #pg{
  305. font-family:calibri;
  306. font-size:26px;
  307. margin-left:210px;
  308. margin-top:-20px;
  309. position:fixed;
  310. }
  311.  
  312. #pg a {color:{color:Paginations};}
  313.  
  314. #pg2{
  315. font-family:calibri;
  316. font-size:26px;
  317. margin-left:7px;
  318. margin-top:-20px;
  319. position:fixed;
  320. }
  321.  
  322. #pg2 a {color:{color:Paginations};}
  323.  
  324. {font-size: 100%;}
  325.  
  326. {CustomCSS}
  327. </style>
  328.  
  329. <link rel="shortcut icon" href="{Favicon}">
  330.  
  331. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  332.  
  333. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  334. "></script>{/block:ifrainbowlinks}
  335.  
  336. {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;
  337. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  338. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  339.  
  340. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  341. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  342. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  343. <script type="text/javascript">
  344. $(document).ready(function() {
  345. $().UItoTop({ easingType: 'easeOutQuart' });
  346. });
  347. </script>{/block:ifinfinitescrolling}
  348.  
  349.  
  350. </head>
  351. <body>
  352. <div id="container">
  353. <div id="content">
  354. <div id="pages">
  355. {block:Pagination}
  356. <div id="pg2">
  357. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  358. </div>
  359. <div id="pg">
  360. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  361. </div>
  362. {/block:Pagination}
  363. </div>
  364. <div id="side">
  365. <div id="sidepic">
  366. <img src="{image:sidebar}" width="230" >
  367. </div>
  368. <div class="nav" style="text-transform:uppercase; letter-spacing:1px;">
  369. <a href="/">home</a> •
  370. <a href="/ask">message</a> •
  371. <a href="http://tomkirk.tumblr.com/mythemes">theme</a>
  372. </div>
  373. <center>
  374. {Description}
  375. </center>
  376. <div class="nav2">
  377. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> •
  378. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> •
  379. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> •
  380. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  381. </div>
  382. </div>
  383. </div>
  384.  
  385. <div id="content">
  386. {block:Posts}
  387. <div id="entry">
  388.  
  389. {block:Text}
  390. {block:Title}
  391. <div class="posttitle">
  392. {Title}
  393. </div>
  394. {/block:Title}
  395. {Body}
  396. {/block:text}
  397.  
  398. {block:Link}
  399. <a href="{URL}" class="posttitle">{Name}</a>
  400. {block:Description}{Description}{/block:Description}
  401. {/block:link}
  402.  
  403. {block:Photo}
  404. <center>
  405. {LinkOpenTag}
  406. <a href="{permalink}">
  407. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>
  408. {LinkCloseTag}
  409. </center>
  410. {block:Caption}
  411. <div class="caption">{Caption}</div>
  412. {/block:Caption}
  413. {block:ContentSource}
  414. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  415. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  416. {/block:SourceLogo}
  417. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  418. {/block:ContentSource}
  419. {block:ReblogParentURL}
  420. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  421. {/block:ReblogParentURL}
  422. {/block:Photo}
  423.  
  424. {block:Photoset}
  425. <center>
  426. {Photoset-400}
  427. </center>
  428. {block:Caption}
  429. <div class="caption">{Caption}</div>
  430. {/block:Caption}
  431. {/block:Photoset}
  432.  
  433. {block:Quote}
  434. <div class="posttitle">❝{Quote}❞</div>
  435. {block:Source}
  436. <i> - {Source}</i>
  437. {/block:Source}
  438. {/block:Quote}
  439.  
  440. {block:Chat}
  441. {block:title}
  442. <div id="posttitle">
  443. <center>{Title}<br></center>
  444. </div>
  445. {/block:title}
  446. <div class="chat">
  447. {block:Lines}
  448. <div class="chat">
  449. <div class="line {Alt}">
  450. <div class="{Alt} user_{UserNumber}">
  451. {block:Label}
  452. <span class="label"><b>{Label} </b></span>
  453. {/block:Label}{Line}
  454. </div></div></div>
  455. {/block:Lines}</div>
  456. {/block:Chat}
  457.  
  458. {block:Audio}
  459. {block:albumart}
  460. <div class="albumart">
  461. <img src="{albumarturl}" align="left">
  462. </div>
  463. {/block:albumart}
  464. {AudioPlayerBlack}
  465. {block:TrackName}<span><strong>Title</strong>:
  466. {TrackName}</span>{/block:TrackName}<br>
  467. {block:Artist}<span><strong>Artist:</strong>
  468. {Artist}</span>{/block:Artist}<br>
  469. {block:Caption}{Caption}{/block:Caption}
  470. {/block:Audio}
  471.  
  472. {block:Video}
  473. <center>
  474. {Video-400}
  475. <BR></center>
  476. {block:Caption}
  477. <div class="caption">{Caption}</div>
  478. {/block:Caption}
  479. {/block:Video}
  480.  
  481.  
  482.  
  483. {block:Answer}
  484. <div class="question">
  485. <div class="questionarrow">▼</div>
  486. {Question}
  487. </div>
  488. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  489. <div class="answer">{Answer}</div>
  490. {/block:answer}
  491.  
  492. </center>
  493.  
  494. {block:PermalinkPage}
  495. <center>
  496. <Br>
  497. {block:Date}
  498. {TimeAgo} on
  499. {ShortMonth} {DayofMonth},{Year}
  500. {/block:Date}
  501. {block:NoteCount} · {NoteCountWithLabel}
  502. {/block:NoteCount}
  503. {block:HasTags} · Tags:
  504. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  505. {/block:Tags}
  506. {/block:HasTags}
  507. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  508. </center>
  509. {/block:PermalinkPage}
  510.  
  511. {block:IndexPage}
  512. <div id="permalink">
  513. <l><a href="{Permalink}">
  514. {NoteCountWithLabel} </a> +
  515. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  516. {block:HasTags} <br>Tags:
  517. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  518. {/block:Tags}
  519. {/block:HasTags}
  520. </div>
  521. {/block:IndexPage}
  522.  
  523. {block:PostNotes}{PostNotes}
  524. {/block:PostNotes}</div>{/block:Posts}
  525.  
  526. </div>
  527.  
  528. </div></div>
  529. </div>
  530.  
  531. </div>
  532. </body>
  533. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement