Advertisement
singforabsolution

Theme 6

Aug 23rd, 2012
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <!--Default Variables-->
  10. <!--Colors-->
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#7e868f"/>
  13. <meta name="color:Link" content="#bec0c2"/>
  14. <meta name="color:Link Hover" content="#7e868f"/>
  15. <meta name="color:Border" content="#e8e8e8"/>
  16. <meta name="color:Scrollbar Background" content="#ffffff"/>
  17. <meta name="color:Scrollbar" content="#aaccee"/>
  18.  
  19. <!--Images-->
  20. <meta name="image:Background" content""/>
  21.  
  22. <!--Options-->
  23. <meta name="if:Infinite Scrolling" content=""/>
  24. <meta name="if:Tiny Cursor" content=""/>
  25. <meta name="if:Captions" content=""/>
  26. <meta name="if:Faded Images" content=""/>
  27. <meta name="if:Inverted Images" content=""/>
  28.  
  29. <!--Links-->
  30. <meta name="text:Link 1 URL" content="/"/>
  31. <meta name="text:Link 1 name" content=""/>
  32. <meta name="text:Link 2 URL" content="/"/>
  33. <meta name="text:Link 2 name" content=""/>
  34. <meta name="text:Link 3 URL" content="/"/>
  35. <meta name="text:Link 3 name" content=""/>
  36. <meta name="text:Link 4 URL" content="/"/>
  37. <meta name="text:Link 4 name" content=""/>
  38.  
  39.  
  40. {block:ifInfiniteScrolling}
  41. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  42. {/block:ifInfiniteScrolling}
  43.  
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <title>
  47. {block:PostSummary}
  48. {PostSummary} - {/block:PostSummary}{Title}</title>
  49. </style>
  50.  
  51. <style type="text/css">
  52.  
  53. {block:ifInvertedImages}img{
  54. opacity: 1;
  55. filter:alpha(opacity=10);
  56. -moz-opacity: 0.1;
  57. -moz-transition: all .9s ease;
  58. -o-transition: all .9s ease;
  59. transition: all .9s ease;
  60. -webkit-transition: all .9s ease;}
  61. {/block:ifInvertedImages}
  62.  
  63.  
  64. {block:ifInvertedImages} img:hover{
  65. opacity: .8;
  66. filter:alpha(opacity=100);
  67. -moz-opacity: 1;
  68. -moz-transition: all .9s ease;
  69. -o-transition: all .9s ease;
  70. transition: all .9s ease;
  71. -webkit-transition: all .9s ease;}
  72. {/block:ifInvertedImages}
  73.  
  74. {block:ifFadedImages}img{
  75. opacity: .8;
  76. filter:alpha(opacity=10);
  77. -moz-opacity: 0.1;
  78. -moz-transition: all .9s ease;
  79. -o-transition: all .9s ease;
  80. transition: all .9s ease;
  81. -webkit-transition: all .9s ease;}
  82. {/block:ifFadedImages}
  83.  
  84.  
  85. {block:ifFadedImages} img:hover{
  86. opacity: 1;
  87. filter:alpha(opacity=100);
  88. -moz-opacity: 1;
  89. -moz-transition: all .9s ease;
  90. -o-transition: all .9s ease;
  91. transition: all .9s ease;
  92. -webkit-transition: all .9s ease;}
  93. {/block:ifFadedImages}
  94.  
  95. {block:ifInvertedImages}.photo {
  96. opacity: 1;
  97. filter:alpha(opacity=10);
  98. -moz-opacity: 0.1;
  99. -moz-transition: all .9s ease;
  100. -o-transition: all .9s ease;
  101. transition: all .9s ease;
  102. -webkit-transition: all .9s ease;}
  103. {/block:ifInvertedImages}
  104.  
  105.  
  106. {block:ifInvertedImages}.photo:hover{
  107. opacity: .8;
  108. filter:alpha(opacity=100);
  109. -moz-opacity: 1;
  110. -moz-transition: all .9s ease;
  111. -o-transition: all .9s ease;
  112. transition: all .9s ease;
  113. -webkit-transition: all .9s ease;}
  114. {/block:ifInvertedImages}
  115.  
  116. {block:ifFadedImages}.photo {
  117. opacity: .8;
  118. filter:alpha(opacity=10);
  119. -moz-opacity: 0.1;
  120. -moz-transition: all .9s ease;
  121. -o-transition: all .9s ease;
  122. transition: all .9s ease;
  123. -webkit-transition: all .9s ease;}
  124. {/block:ifFadedImages}
  125.  
  126.  
  127. {block:ifFadedImages}.photo:hover{
  128. opacity: 1;
  129. filter:alpha(opacity=100);
  130. -moz-opacity: 1;
  131. -moz-transition: all .9s ease;
  132. -o-transition: all .9s ease;
  133. transition: all .9s ease;
  134. -webkit-transition: all .9s ease;}
  135. {/block:ifFadedImages}
  136.  
  137.  
  138. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  139.  
  140.  
  141. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  142.  
  143. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  144. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  145.  
  146. {block:iftinycursor}
  147. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  148. {/block:iftinycursor}
  149.  
  150. body{
  151. background-color: {color:Background};
  152. background-image: url({image:Background});
  153. background-attachment: fixed;
  154. background-repeat: repeat;
  155. background-position: center;
  156. font-family: cambria;
  157. font-size:10px;
  158. line-height:12px;
  159. color:{color:Text};
  160. }
  161.  
  162. a:link, a:active, a:visited{
  163. color: {color:Link};
  164. text-decoration:none;
  165. -webkit-transition: all 0.3s linear;
  166. -moz-transition: all 0.3s linear;
  167. transition: all 0.3s linear;
  168. }
  169.  
  170. a:hover{
  171. color: {color:Link Hover};
  172. {block:iftinycursor}
  173. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  174. {/block:iftinycursor}
  175. }
  176.  
  177. #container {
  178. margin:auto;
  179. width:700px;
  180. }
  181.  
  182. #entry {
  183. width:400px;
  184. margin-left:220px;
  185. margin-top:25px;
  186. padding:7px;
  187. background:white;
  188. border:1px solid {color:Border};
  189. }
  190.  
  191. #entry .permalink{
  192. width:100px;
  193. position:absolute;
  194. font-size:10px;
  195. margin-left:430px;
  196. padding-left:3px;
  197. opacity:0;
  198. -webkit-transition: all 0.3s linear;
  199. -moz-transition: all 0.3s linear;
  200. transition: all 0.3s linear;
  201. }
  202.  
  203. #entry:hover .permalink{
  204. overflow:visible;
  205. margin-left:415px;
  206. opacity:0.8;
  207. -webkit-transition: opacity 0.3s linear;
  208. -webkit-transition: all 0.3s linear;
  209. -moz-transition: all 0.3s linear;
  210. transition: all 0.3s linear;
  211. }
  212.  
  213. #sidepic{
  214. position:fixed;
  215. margin-top:245px;
  216. margin-left:-60px;
  217. z-index:2;
  218. }
  219.  
  220. #side {
  221. text-align:center;
  222. position:fixed;
  223. width:200px;
  224. margin-top:310px;
  225. margin-left:-10px;
  226. z-index:1;
  227. }
  228.  
  229. .navigate {
  230. font-size:10px;
  231. font-weight:bold;
  232. margin-bottom:3px;
  233. border-top:1px dotted {color:Border};
  234. border-bottom:1px dotted {color:Border};
  235. }
  236.  
  237. .blogtitle{
  238. font-size:20px;
  239. line-height:22px;
  240. padding:3px;
  241. }
  242.  
  243. .posttitle{
  244. font-size: 20px;
  245. line-height: 20px;
  246. }
  247.  
  248. blockquote{
  249. padding:0px 0px 2px 5px;
  250. margin:0px 0px 2px 1px;
  251. border-left: 1px solid {color:Text};}
  252. blockquote p, ul{margin:0px; padding:0px;
  253. }
  254.  
  255. .chat .line{
  256. padding: 2px;
  257. }
  258.  
  259. .label {font-weight:bold; color:{color:text}}
  260.  
  261. a img{border: 0px;}
  262.  
  263. .p { padding-top: 5px; }
  264. .ol, ul { margin-left: 10px; padding: 5px; }
  265. .ul { list-style-type: square; }
  266.  
  267. .albumart { margin-bottom:0px; }
  268. .albumart img, .audio embed {
  269. width:73px;
  270. padding-right:25px;
  271. }
  272.  
  273. .albumartovr {
  274. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  275. }
  276.  
  277. .name{
  278. font-size:14px;
  279. line-height:15px;
  280. margin-top:25px;
  281. padding-bottom:4px;
  282. }
  283. .video embed, .post div.video object {width:250px; height:187px}
  284.  
  285. .notes img{width:10px; position:left; top:3px;}
  286.  
  287. {CustomCSS}
  288. </style>
  289.  
  290. <link rel="shortcut icon" href="{Favicon}">
  291. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  292.  
  293. </head>
  294. <body>
  295. <div id="container">
  296.  
  297. <div id="sidepic">
  298. <a href="/"><img src="{PortraitURL-64}" style="-webkit-border-radius: 64px;-moz-border-radius: 64px;border-radius: 64px;"></a>
  299. </div>
  300.  
  301. <div id="side">
  302. <div style="margin-top:-65px; margin-left:0px; width:200px;">
  303. <div class="blogtitle"><a href="/">{Title}</a></div>
  304. <div class="navigate">
  305. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> &nbsp;
  306. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> &nbsp;
  307. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> &nbsp;
  308. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> &nbsp;
  309. <a href="http://tomkirk.tumblr.com/">©</a>
  310. </div>
  311. </div>
  312. <div style="padding-left:5px;">
  313. {Description}
  314.  
  315. {block:ifNotInfiniteScrolling}
  316. <div style="margin-top:4px; font-size:12px; line-height:15px;">
  317. {block:Pagination}
  318. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage}
  319. {block:JumpPagination length="5"}
  320. {block:CurrentPage}
  321. <span class="current_page">{PageNumber}&nbsp;</span>
  322. {/block:CurrentPage}
  323. {block:JumpPage}
  324. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  325. {/block:JumpPage}
  326. {/block:JumpPagination}
  327. {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a>{/block:NextPage}
  328. {/block:Pagination}
  329. </div>
  330. {/block:ifNotInfiniteScrolling}
  331.  
  332. </div>
  333. </div>
  334.  
  335. {block:Posts}
  336. <div id="entry">
  337.  
  338. {block:IndexPage}
  339. <div class="permalink">
  340. <a href="{Permalink}">{NoteCountWithLabel}</a>
  341. <br>
  342. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
  343. </div>
  344. {/block:IndexPage}
  345.  
  346. {block:Text}
  347. {block:Title}
  348. <div class="posttitle">{Title}</div>
  349. {/block:Title}
  350. {Body}
  351. {/block:Text}
  352.  
  353. {block:Link}
  354. <div class="posttitle">
  355. <a href="{URL}">{Name}</a>
  356. </div>
  357. {block:Description}{Description}{/block:Description}
  358. {/block:Link}
  359.  
  360. {block:Photo}
  361. <center>
  362. {LinkOpenTag}
  363. <div id="pic">
  364. <a href="{permalink}">
  365. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400PX"></a>
  366. </div>
  367. {LinkCloseTag}
  368. </center>
  369. {block:ifCaptions}
  370. {block:Caption}{Caption}{/block:Caption}
  371. {/block:ifCaptions}
  372. {block:ContentSource}
  373. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  374. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  375. {/block:SourceLogo}
  376. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  377. {/block:ContentSource}
  378. {block:ReblogParentURL}
  379. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  380. {/block:ReblogParentURL}
  381. {/block:Photo}
  382.  
  383. {block:Photoset}
  384. <center>
  385. <div class="photo">
  386. {Photoset-400}
  387. </div>
  388. </center>
  389. {block:ifCaptions}
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:ifCaptions}
  392. {/block:Photoset}
  393.  
  394. {block:Quote}
  395. <div class="posttitle">"{Quote}"</div>
  396. {block:Source}
  397. <i> - {Source}</i>
  398. {/block:Source}
  399. {/block:Quote}
  400.  
  401. {block:Chat}
  402. {block:Title}
  403. <div id="posttitle">
  404. {Title}
  405. </div>
  406. {/block:Title}
  407. <div class="chat">
  408. {block:Lines}
  409. <div class="chat">
  410. <div class="line {Alt}">
  411. <div class="{Alt} user_{UserNumber}">
  412. {block:Label}
  413. <b>{Label} </b>
  414. {/block:Label}
  415. {Line}
  416. </div>
  417. </div>
  418. </div>
  419. {/block:Lines}
  420. </div>
  421. {/block:Chat}
  422.  
  423. {block:Audio}
  424. <div style="background:black; height:27px; margin-bottom:3px;">
  425. {AudioPlayerBlack}
  426. </div>
  427. {block:albumart}
  428. <div class="albumartovr">
  429. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute; margin-left:-1px;">
  430. <div class="albumart">
  431. <img src="{albumarturl}" align="left">
  432. </div></div>
  433. {/block:albumart}
  434. <div class="name">
  435. {block:TrackName}<span><strong>Title</strong>:
  436. {TrackName}</span>{/block:TrackName}<br>
  437. {block:Artist}<span><strong>Artist:</strong>
  438. {Artist}</span>{/block:Artist}
  439. </div>
  440. <br>
  441. {block:ifCaptions}
  442. {block:Caption}{Caption}{/block:Caption}
  443. {/block:ifCaptions}
  444. {/block:Audio}
  445.  
  446. {block:Video}
  447. <center>
  448. <div class="photo">
  449. {Video-400}
  450. </div>
  451. </center>
  452. {block:ifCaptions}
  453. {block:Caption}{Caption}{/block:Caption}
  454. {/block:ifCaptions}
  455. {/block:Video}
  456.  
  457. {block:PermalinkPage}
  458. <center>
  459. <div id="permalink">
  460. {block:Date}
  461. {TimeAgo} on
  462. {ShortMonth} {DayofMonth},{Year}
  463. {/block:Date}
  464. {block:NoteCount} · {NoteCountWithLabel}
  465. {/block:NoteCount}
  466. {block:HasTags} · Tags:
  467. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  468. {/block:Tags}
  469. {/block:HasTags}
  470. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  471. </div>
  472. </center>
  473. {/block:PermalinkPage}
  474.  
  475. {block:PostNotes}
  476. {PostNotes}
  477. {/block:PostNotes}
  478. </div>
  479. {/block:Posts}
  480.  
  481. </body>
  482. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement