Advertisement
singforabsolution

Theme By Kelsey #31

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