Advertisement
singforabsolution

Theme 5

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