Advertisement
singforabsolution

Theme 10

Sep 22nd, 2012
936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 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="#958783"/>
  13. <meta name="color:Link" content="#ab7572"/>
  14. <meta name="color:Link Hover" content="#806765"/>
  15. <meta name="color:Border" content="#dcc5be"/>
  16. <meta name="color:Scrollbar Background" content="#fffcfb"/>
  17. <meta name="color:Scrollbar" content="#806765"/>
  18. <meta name="color:Blog Title" content="#ffffff">
  19. <meta name="color:Sidelinks" content="#fff8f4"/>
  20. <meta name="color:Sidelinks Text" content="#958783"/>
  21. <meta name="color:Sidelinks Text Hover" content="#958783"/>
  22. <meta name="color:Sidelinks Hover" content="#958783"/>
  23. <meta name="color:Permalink 1" content="#c7a59b"/>
  24. <meta name="color:Permalink 2" content="#d8c2bb"/>
  25. <meta name="color:Permalink 3" content="#ebe0de"/>
  26. <meta name="color:Ask Background" content="FDF4F4"/>
  27.  
  28. <!--Images-->
  29. <meta name="image:Background" content""/>
  30. <meta name="image:Sidebar" content""/>
  31.  
  32. <!--Options-->
  33. <meta name="if:Infinite Scrolling" content=""/>
  34. <meta name="if:Tiny Cursor" content="1"/>
  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. <meta name="text:Link 5 URL" content="/"/>
  46. <meta name="text:Link 5 name" content=""/>
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  49.  
  50. {block:ifInfiniteScrolling}
  51. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  52. {/block:ifInfiniteScrolling}
  53.  
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />{/block:Description}
  56. <title>
  57. {block:PostSummary}
  58. {PostSummary} - {/block:PostSummary}{Title}</title>
  59. </style>
  60.  
  61. <style type="text/css">
  62.  
  63. 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;}
  64.  
  65.  
  66. 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;}
  67.  
  68. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  69. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  70.  
  71. {block:iftinycursor}
  72. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  73. {/block:iftinycursor}
  74.  
  75. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  76.  
  77. body{
  78. background-color: {color:Background};
  79. background-image: url({image:Background});
  80. background-attachment: fixed;
  81. background-repeat: repeat;
  82. background-position: center;
  83. font-family:calibri;
  84. font-size:11px;
  85. line-height:12px;
  86. color:{color:Text};
  87. }
  88.  
  89. a:link, a:active, a:visited{
  90. color: {color:Link};
  91. text-decoration:none;
  92. -webkit-transition: all 0.3s linear;
  93. -moz-transition: all 0.3s linear;
  94. transition: all 0.3s linear;
  95. }
  96.  
  97. a:hover{
  98. color: {color:Link Hover};
  99. {block:iftinycursor}
  100. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  101. {/block:iftinycursor}
  102. }
  103.  
  104. #container {
  105. margin:auto;
  106. width:700px;
  107. }
  108.  
  109. #entry {
  110. width:400px;
  111. margin-left:240px;
  112. margin-top:25px;
  113. padding:7px;
  114. }
  115.  
  116. #entry .permalink2{
  117. width:100px;
  118. position:absolute;
  119. text-transform:uppercase;
  120. font-size:10px;
  121. overflow:hidden;
  122. margin-left:404px;
  123. padding-left:3px;
  124. opacity:0;
  125. -webkit-transition: all 0.3s linear;
  126. -moz-transition: all 0.3s linear;
  127. transition: all 0.3s linear;
  128. }
  129.  
  130. #entry:hover .permalink2{
  131. overflow:visible;
  132. opacity:0.8;
  133. -webkit-transition: opacity 0.3s linear;
  134. -webkit-transition: all 0.3s linear;
  135. -moz-transition: all 0.3s linear;
  136. transition: all 0.3s linear;
  137. }
  138.  
  139. #p1 a{
  140. overflow:hidden;
  141. width:10px;
  142. height:10px;
  143. padding:3px;
  144. text-align:center;
  145. z-index:1;
  146. display:block;
  147. background-color:{color:Permalink 1};
  148. margin-bottom:2px;
  149. }
  150.  
  151. #p2 a{
  152. overflow:hidden;
  153. width:10px;
  154. height:10px;
  155. padding:3px;
  156. text-align:center;
  157. z-index:1;
  158. display:block;
  159. background-color:{color:Permalink 2};
  160. margin-bottom:2px;
  161. }
  162.  
  163. #p3 a{
  164. overflow:hidden;
  165. width:10px;
  166. height:10px;
  167. padding:3px;
  168. text-align:center;
  169. z-index:1;
  170. display:block;
  171. background-color:{color:Permalink 3};
  172. }
  173.  
  174. #side {
  175. text-align:center;
  176. position:fixed;
  177. width:200px;
  178. margin-top:140px;
  179. margin-left:0px;
  180. z-index:1;
  181. overflow:hidden;
  182. }
  183.  
  184. #sidepic{
  185. overflow:hidden;
  186. }
  187.  
  188. #sidepic .blogtitle{
  189. width:180px;
  190. text-align:center;
  191. overflow:hidden;
  192. position: absolute;
  193. opacity:1;
  194. z-index:100;
  195. margin-left:10px;
  196. margin-top:100px;
  197. color:{color:Blog Title};
  198. -webkit-transition: opacity 0.8s linear;
  199. -webkit-transition: all 0.8s linear;
  200. -moz-transition: all 0.8s linear;
  201. transition: all 0.8s linear;
  202. }
  203.  
  204. #sidepic:hover .blogtitle{
  205. z-index:-1;
  206. opacity:0;
  207. -webkit-transition: opacity 0.8s linear;
  208. -webkit-transition: all 0.8s linear;
  209. -moz-transition: all 0.8s linear;
  210. transition: all 0.8s linear;
  211. -webkit-transform: scale(6);
  212. -moz-transform: scale(6);
  213. -ms-transform: scale(6);
  214. -o-transform: scale(6);
  215. transform: scale(6);
  216. }
  217.  
  218. #sidepic .desc{
  219. width:180px;
  220. margin-top:-30px;
  221. margin-left:10px;
  222. text-align:left;
  223. overflow:hidden;
  224. position: absolute;
  225. opacity:0;
  226. z-index:1;
  227. -webkit-transition: opacity 0.5s linear;
  228. -webkit-transition: all 0.5s linear;
  229. -moz-transition: all 0.5s linear;
  230. transition: all 0.5s linear;
  231. }
  232.  
  233. #sidepic:hover .desc{
  234. z-index:1;
  235. opacity:.9;
  236. margin-top:10px;
  237. transition: all 0.5s linear;
  238. -webkit-transition: opacity 0.5s linear;
  239. -webkit-transition: all 0.5s linear;
  240. -moz-transition: all 0.5s linear;
  241. }
  242.  
  243. .navigate a{
  244. overflow:hidden;
  245. width:80px;
  246. height:13px;
  247. margin-left:3px;
  248. margin-top:3px;
  249. padding:3px;
  250. padding-top:4px;
  251. text-align:center;
  252. float:left;
  253. font-family:consolas;
  254. font-size:11px;
  255. text-transform:uppercase;
  256. z-index:1;
  257. display:block;
  258. background-color:{color:Sidelinks};
  259. color:{color:Sidelinks Text};
  260. transition: all 0.5s ease-out;
  261. -o-transition-transition: all 0.5s ease-out;
  262. -webkit-transition: all 0.5s ease-out;
  263. -moz-transition: all 0.5s ease-out;
  264. }
  265.  
  266. .navigate a:hover{
  267. background-color:{color:Sidelinks Hover};
  268. color:{color:Sidelinks Text Hover};
  269. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  270. transition: all 0.5s ease-out;
  271. -o-transition-transition: all 0.5s ease-out;
  272. -webkit-transition: all 0.5s ease-out;
  273. -moz-transition: all 0.5s ease-out;
  274. }
  275.  
  276. .blogtitle{
  277. font-family:open sans condensed;
  278. text-transform:uppercase;
  279. font-size:24px;
  280. line-height:25px;
  281. color:{color:Blog Title};
  282. }
  283.  
  284. .posttitle{
  285. font-family:open sans condensed;
  286. text-transform:uppercase;
  287. font-size: 20px;
  288. line-height: 20px;
  289. }
  290.  
  291. blockquote{
  292. padding:0px 0px 2px 5px;
  293. margin:0px 0px 2px 1px;
  294. border-left: 1px solid {color:Text};}
  295. blockquote p, ul{margin:0px; padding:0px;
  296. }
  297.  
  298. #permalink{
  299. text-align:center;
  300. position:relative;
  301. font-size:10px;
  302. }
  303.  
  304. .chat .line{
  305. padding: 2px;
  306. }
  307.  
  308. .label {font-weight:bold; color:{color:text}}
  309.  
  310. a img{border: 0px;}
  311.  
  312. .p { padding-top: 5px; }
  313. .ol, ul { margin-left: 10px; padding: 5px; }
  314. .ul { list-style-type: square; }
  315.  
  316.  
  317. .cover {position: absolute; z-index: 1; width:65px;}
  318.  
  319. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  320.  
  321. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  322.  
  323. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  324. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  325. -moz-border-radius: 45px;
  326. border-radius: 45px;}
  327.  
  328. .playbox:hover {opacity:.8;}
  329.  
  330. .title{
  331. width:
  332. position:absolute;
  333. font-size:14px;
  334. margin-left:65px;
  335. padding:4px;
  336. z-index: 1000;
  337. }
  338.  
  339. .artist{
  340. width:
  341. position:absolute;
  342. font-size:14px;
  343. margin-left:65px;
  344. padding:5px;
  345. z-index: 1000;
  346. }
  347.  
  348. .video embed, .post div.video object {width:250px; height:187px}
  349.  
  350. .notes img{width:10px; position:left; top:3px;}
  351.  
  352. #answer {
  353. padding-top:50px;
  354. }
  355.  
  356. #ask {
  357. float:left;
  358. margin-right:5px;
  359. padding:5px;
  360. background:{color:Ask Background};
  361. width:387px;
  362. border:2px solid {color:Border};
  363. }
  364.  
  365. #asker {
  366. float:left;
  367. margin-right:5px;
  368. }
  369.  
  370. #asker img{width:20px;border:3px solid {color:Border};}
  371.  
  372. .askername{
  373. font-family:open sans condensed;
  374. text-transform:uppercase;
  375. font-size:25px;
  376. padding-top:6px;
  377. }
  378.  
  379. {CustomCSS}
  380. </style>
  381.  
  382. <link rel="shortcut icon" href="{Favicon}">
  383. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  384.  
  385. </head>
  386. <body>
  387. <div id="container">
  388. <div id="side">
  389. <div id="sidepic">
  390. <div class="desc">
  391. <div class="navigate">
  392. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  393. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  394. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  395. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  396. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  397. <a href="http://tomkirk.tumblr.com/">theme</a>
  398. </div>
  399. </div>
  400. <div class="blogtitle">
  401. <div id="blogtitle">{Title}</div>
  402. </div>
  403. <img src="{image:Sidebar}" width="190" style="border:3px solid {color:Border};">
  404. </div>
  405. <div style="text-align:center;padding-left:30px;padding-top:10px;width:140px">
  406. <div style="font-family:georgia;font-size:70px;position:absolute;margin-left:-27px;margin-top:15px;">“</div>
  407. {Description}
  408. <div style="font-family:georgia;font-size:70px;position:absolute;margin-left:140px;margin-top:5px;float:right;text-align:right;">”</div>
  409. </div>
  410. {block:ifNotInfiniteScrolling}
  411. <div style="margin-top:4px; font-size:12px; line-height:15px;">
  412. {block:Pagination}
  413. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage}
  414. {block:JumpPagination length="5"}
  415. {block:CurrentPage}
  416. <span class="current_page">{PageNumber}&nbsp;</span>
  417. {/block:CurrentPage}
  418. {block:JumpPage}
  419. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  420. {/block:JumpPage}
  421. {/block:JumpPagination}
  422. {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a>{/block:NextPage}
  423. {/block:Pagination}
  424. </div>
  425. {/block:ifNotInfiniteScrolling}
  426. </center>
  427. </div>
  428.  
  429. {block:Posts}
  430. <div id="entry">
  431.  
  432.  
  433. {block:IndexPage}
  434. <div class="permalink2">
  435. <div id="p1">
  436. <a href="{Permalink}" title="{TimeAgo}"></a>
  437. </div>
  438. <div id="p2">
  439. <a href="{Permalink}" title="{NoteCountWithLabel}"></a>
  440. </div>
  441. <div id="p3">
  442. <a href="{ReblogURL}" title="Reblog"target="_blank" class="details"></a>
  443. </div>
  444. </div>
  445. {/block:IndexPage}
  446.  
  447. {block:Answer}
  448. <div id="ask">
  449. <div id="asker">
  450. <img src="{AskerPortraitURL-24}">
  451. </div>
  452. <div class="askername">{Asker} asked:</div><br>
  453. {Question}
  454. </div>
  455. <div id="answer">
  456. {Answer}
  457. </div>
  458. {/block:Answer}
  459.  
  460. {block:Text}
  461. {block:Title}
  462. <div class="posttitle">{Title}</div>
  463. {/block:Title}
  464. {Body}
  465. {/block:Text}
  466.  
  467. {block:Link}
  468. <div class="posttitle">
  469. <a href="{URL}">{Name}</a>
  470. </div>
  471. {block:Description}{Description}{/block:Description}
  472. {/block:Link}
  473.  
  474. {block:Photo}
  475. <center>
  476. {LinkOpenTag}
  477. <div id="pic">
  478. <a href="{permalink}">
  479. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400PX"></a>
  480. </div>
  481. {LinkCloseTag}
  482. </center>
  483. {block:Caption}{Caption}{/block:Caption}
  484. {block:ContentSource}
  485. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  486. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  487. {/block:SourceLogo}
  488. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  489. {/block:ContentSource}
  490. {block:ReblogParentURL}
  491. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  492. {/block:ReblogParentURL}
  493. {/block:Photo}
  494.  
  495. {block:Photoset}
  496. <center>
  497. {Photoset-400}
  498. </center>
  499. {block:Caption}{Caption}{/block:Caption}
  500. {/block:Photoset}
  501.  
  502. {block:Quote}
  503. <div class="posttitle">"{Quote}"</div>
  504. {block:Source}
  505. <i> - {Source}</i>
  506. {/block:Source}
  507. {/block:Quote}
  508.  
  509. {block:Chat}
  510. {block:Title}
  511. <div id="posttitle">
  512. {Title}
  513. </div>
  514. {/block:Title}
  515. <div class="chat">
  516. {block:Lines}
  517. <div class="chat">
  518. <div class="line {Alt}">
  519. <div class="{Alt} user_{UserNumber}">
  520. {block:Label}
  521. <b>{Label} </b>
  522. {/block:Label}
  523. {Line}
  524. </div>
  525. </div>
  526. </div>
  527. {/block:Lines}
  528. </div>
  529. {/block:Chat}
  530.  
  531. {block:Audio}
  532. <div class="playbox">
  533. <div class="playbutton">
  534. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  535. </div></div>
  536. {block:AlbumArt}
  537. <img src="{AlbumArtURL}" class="cover">
  538. {/block:AlbumArt}
  539.  
  540. <div class="title">
  541. {block:TrackName}
  542. <b>Title</b>:{TrackName}
  543. {/block:TrackName}
  544. </div>
  545.  
  546. <div class="artist">
  547. {block:Artist}
  548. <b>Artist:</b>{Artist}
  549. {/block:Artist}
  550. </div>
  551.  
  552. <div class="title">
  553. {PlayCountWithLabel}
  554. </div>
  555.  
  556. <br>
  557. {block:Caption}{Caption}{/block:Caption}
  558. {/block:Audio}
  559.  
  560.  
  561. {block:Video}
  562. <center>
  563. <div class="photo">
  564. {Video-400}
  565. </div>
  566. </center>
  567. {block:Caption}{Caption}{/block:Caption}
  568. {/block:Video}
  569.  
  570. {block:PermalinkPage}
  571. <center>
  572. <div id="permalink">
  573. {block:Date}
  574. {TimeAgo} on
  575. {ShortMonth} {DayofMonth},{Year}
  576. {/block:Date}
  577. {block:NoteCount} · {NoteCountWithLabel}
  578. {/block:NoteCount}
  579. {block:HasTags} · Tags:
  580. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  581. {/block:Tags}
  582. {/block:HasTags}
  583. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  584. </div>
  585. </center>
  586. {/block:PermalinkPage}
  587.  
  588. {block:PostNotes}
  589. {PostNotes}
  590. {/block:PostNotes}
  591. </div>
  592. {/block:Posts}
  593.  
  594. </body>
  595. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement