Advertisement
joshdevime

theme 36

Jul 16th, 2014
1,190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. THEME BY IZZYSTHEMCS
  6. DO NOT REMOVE THE CREDIT
  7. & REMEMBER TO LIKE/REBLOG THE POST :)
  8.  
  9. -->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12.  
  13.  
  14.  
  15. <head>
  16.  
  17. <meta name="color:bg" content="#FFFFFF">
  18. <meta name="color:link" content="#CCCCCC">
  19. <meta name="color:hover" content="#454545">
  20. <meta name="color:infobg" content="#FCFCFC">
  21. <meta name="color:text" content="#9A9A9A">
  22. <meta name="color:tags" content="#CCCCCC">
  23. <meta name="color:scrollbar" content="#D6D5D5">
  24. <meta name="color:border" content="#FAFAFA">
  25. <meta name="color:sblink" content="#030303">
  26.  
  27. <meta name="image:background" content""/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="if:400pxposts" content=""/>
  30.  
  31. <meta name="text:link1 title" content=""/>
  32. <meta name="text:link1" content=""/>
  33. <meta name="text:link2 title" content= >
  34. <meta name="text:link2" content=""/>
  35. <meta name="text:link3 title" content=""/>
  36. <meta name="text:link3" content="" />
  37. <meta name="text:link4 title" content=""/>
  38. <meta name="text:link4" content=""/>
  39. <meta name="text:link5 title" content= >
  40. <meta name="text:link5" content=""/>
  41. <meta name="text:link6 title" content=""/>
  42. <meta name="text:link6" content="" />
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  51. <script>
  52. (function($){
  53. $(document).ready(function(){
  54. $("a[title]").style_my_tooltips({
  55. tip_follows_cursor:true,
  56. tip_delay_time:1,
  57. tip_fade_speed:100,
  58. attribute:"title"
  59. });
  60. });
  61. })(jQuery);
  62. </script>
  63.  
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. a {
  69. color:{color:link};
  70. text-decoration:none;
  71. -moz-transition-duration:0.5s;
  72. -webkit-transition-duration:0.5s;
  73. -o-transition-duration:0.5s;
  74. }
  75.  
  76. a:hover {
  77. color:{color:hover};
  78. text-decoration:none;
  79. -moz-transition-duration:0.5s;
  80. -webkit-transition-duration:0.5s;
  81. -o-transition-duration:0.5s;
  82. }
  83.  
  84. *, body, a {cursor: url(https://31.media.tumblr.com/91037c9d8802fdca6dea299654b6dc17/tumblr_inline_mzpkcniZkt1r6h6z5.png), auto;}
  85.  
  86. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  87. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar} ; height:50px}
  88. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollba r}; height:8px!important}
  89.  
  90.  
  91. img{
  92. opacity: 1.0;
  93. -webkit-transition: all 0.3s linear 0s;
  94. -moz-transition: all 0.3s linear 0s;
  95. -o-transition: all 0.3s linear 0s;
  96. transition: all 0.3s linear 0s;}
  97. img:hover{opacity: 0.9;
  98. -webkit-transition: all 0.3s linear 0s;
  99. -moz-transition: all 0.3s linear 0s;
  100. -o-transition: all 0.3s linear 0s;
  101. transition: all 0.3s linear 0s;}
  102.  
  103.  
  104. body {
  105. z-index:9999999;
  106. background-color: {color:Background};
  107. background-image: url({image:Background});
  108. background-attachment: fixed;
  109. background-repeat: repeat;
  110. background-position: center;
  111. {block:ifFullBkgImg}
  112. background-width:100px
  113. {/block:ifFullBkgImg}
  114. background-color:{color:bg};
  115. font-weight:normal;
  116. font-family:calibri;}
  117.  
  118.  
  119. h1 {
  120. font-weight:normal;
  121. font-size:9px;
  122. text-align:center;
  123. font-style:normal;
  124. line-height:80%;
  125. letter-spacing:1px;
  126. text-transform:uppercase;
  127. color:{color:text};
  128. }
  129.  
  130. h2 {
  131. font-size:15px;
  132. text-align:center;
  133. line-height:100%;
  134. letter-spacing:-0.5px;
  135. color:{color:text};
  136. font-style:bold;
  137. text-transform:lowercase;
  138. padding:5px;
  139. padding-bottom:2px;
  140. }
  141.  
  142.  
  143. blockquote {
  144. border-left:1.5px solid {color:text};
  145. padding-left:5px;
  146. padding-top:5px;
  147. padding-bottom:5px;
  148. margin:5px;
  149. }
  150.  
  151. #theme {
  152. background-color:{color:bg};
  153. width:700px;
  154. margin: 0 auto -12px auto;
  155. text-align:center;
  156. }
  157.  
  158. #sidebar {
  159. color:{color:text};
  160. position:fixed;
  161. width:140px;
  162. margin-bottom:600px;
  163. margin-left:60px;
  164. margin-top:5px;
  165. }
  166.  
  167. #sidebar img {
  168. width:150px;
  169. background:#fff;
  170. margin-right:200px;
  171. -webkit-transition: all 0.8s ease;
  172. -moz-transition: all 0.8s ease;
  173. -o-transition: all 0.8s ease;
  174. }
  175.  
  176. #title {font-size:11px;
  177. margin-left:50px;
  178. width:100px;
  179. text-transform:lowercase;
  180. background:#fff;
  181. font-family:helvetica;
  182. font-weight:bold;
  183. text-align:right;}
  184.  
  185. #links {
  186. font-size:10px;
  187. text-transform:lowercase;
  188. text-align:right;
  189. position:fixed;
  190. margin-top:2px;
  191. width:153px;
  192. margin-left:0px;
  193. }
  194.  
  195. #links a {
  196. font-style:underline;
  197. text-align:center;
  198. padding:2px;
  199. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms -transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  200. }
  201. #links a:hover {
  202. -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms -transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
  203. }
  204.  
  205. .desc {
  206. position:fixed;
  207. width:140px;
  208. margin-top:1px;
  209. text-align:right;
  210. font-size:10px;
  211. text-transform:none;
  212. padding:5px;
  213. padding-top:0px;
  214. padding-left:10px;
  215. color:{color:text};
  216. letter-spacing:0px;
  217. line-height:130%;
  218. filter:alpha(opacity=60);
  219. -webkit-transition: .8s ease-in-out;
  220. -moz-transition: .8s ease-in-out;
  221. -o-transition: .8s ease-in-out;
  222. }
  223.  
  224. #sidebar:hover
  225. .pagi{
  226. opacity:1;
  227. -webkit-transition: .8s ease-in-out;
  228. -moz-transition: .8s ease-in-out;
  229. -o-transition: .8s ease-in-out;
  230. }
  231.  
  232. .pagi {
  233. margin-bottom:-1000px;
  234. font-family:helvetica;
  235. opacity:1;
  236. width:213px;
  237. text-align:center;
  238. background-color:transparent;
  239. font-size:9px;
  240. margin-left:650px;
  241. padding:5px;
  242. -webkit-transition: .8s ease-in-out;
  243. -moz-transition: .8s ease-in-out;
  244. -o-transition: .8s ease-in-out;
  245. }
  246.  
  247. #stuffcontainer {
  248. margin-left:550px;
  249. margin-top:100px;
  250. text-align:left;
  251. color:{color:text};
  252. margin-bottom: 35px;
  253. }
  254.  
  255. #stuff {
  256. {block:if400pxposts}
  257. width:400px;
  258. {/block:if400pxposts}
  259. {block:ifnot400pxposts}
  260. width:500px;
  261. {/block:ifnot400pxposts}
  262. margin-top:0px;
  263. text-align:justify;
  264. font-size:10px;
  265. line-height:100%;
  266. padding-left:8px;
  267. padding-top:8px;
  268. padding-right:8px;
  269. padding-bottom:40px;
  270. font-family:calibri;
  271. letter-spacing:0px;
  272. color:{color:text};
  273. margin-bottom:30px;
  274. z-index:99999999 !important;
  275. }
  276.  
  277. .caption {
  278. background:#fff;
  279. {block:if400pxposts}
  280. width:400px;
  281. {/block:if400pxposts}
  282. {block:ifnot400pxposts}
  283. width:500px;
  284. {/block:ifnot400pxposts}
  285. text-align:justify;
  286. font-size:10px;
  287. line-height:120%;
  288. }
  289.  
  290. #ask {
  291. font-family:cambria;
  292. background-color:#eee;
  293. padding:2px;
  294. text-align:left;
  295. color:{color:text};
  296. padding-bottom:3px;
  297. border-bottom:1px dotted #e3e3e3;
  298. }
  299.  
  300. #ans {
  301. background:#fff;
  302. text-align:left;
  303. padding:10px;
  304. color:{color:text};
  305. }
  306.  
  307. .audio {
  308. {block:if400pxposts}
  309. width:400px;
  310. {/block:if400pxposts}
  311. {block:ifnot400pxposts}
  312. width:500px;
  313. {/block:ifnot400pxposts}
  314. padding-bottom:10px;
  315. background-color:{color:infobg};
  316. }
  317.  
  318. .albumart {
  319. float:left;
  320. padding:0px 10px 10px 0px;
  321. }
  322.  
  323. .albumart img {
  324. width:45px;
  325. height:45px;
  326. }
  327.  
  328. .playercontainer {
  329. text-align:left;
  330. padding:10px;
  331. background-color:#ffffff;
  332. {block:if400pxposts}
  333. width:380px;
  334. {/block:if400pxposts}
  335. {block:ifnot400pxposts}
  336. width:480px;
  337. {/block:ifnot400pxposts}
  338. }
  339.  
  340. .audioinfo {
  341. padding:10px;
  342. color:{color:text};
  343. }
  344.  
  345. #postinfo {
  346. {block:if400pxposts}
  347. width:400px;
  348. {/block:if400pxposts}
  349. {block:ifnot400pxposts}
  350. width:500px;
  351. {/block:ifnot400pxposts}
  352. font-family:calibri;
  353. text-transform:none;
  354. padding:5px;
  355. padding-left:10px;
  356. margin-left:-10px;
  357. font-size:10px;
  358. text-align:center;
  359. padding-top:10px;
  360. color:{color:text};
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. {block:PermalinkPage}text-align:left;
  365. {/block:PermalinkPage}}
  366.  
  367. #postinfo a:hover {
  368. color:{color:linkhover};
  369. }
  370.  
  371. #postinfo a {
  372. text-decoration:none;
  373. }
  374.  
  375. .note {
  376. text-transform:uppercase;
  377. font-style:normal;
  378. letter-spacing:0px;
  379. font-size: 9px;
  380. text-align:left;
  381. line-height:90%;
  382. margin-left:-40px;
  383. }
  384.  
  385. .note li {
  386. list-style-type:none;
  387. border-bottom:1px solid {color:border};
  388. padding:10px 25px 10px 25px;
  389. text-align:left;
  390. margin:0px;
  391. -moz-transition-duration:0.5s;
  392. -webkit-transition-duration:0.5s;
  393. -o-transition-duration:0.5s;
  394. }
  395.  
  396. #stuff:hover #tags {
  397. opacity:0;
  398. -webkit-transition:0.5s;
  399. }
  400.  
  401. #s-m-t-tooltip {
  402. padding:5px;
  403. padding-left:7px;
  404. padding-right:7px;
  405. text-align:center;
  406. margin-top:10px;
  407. background-color:#fff;
  408. font-family:calibri;
  409. font-size:9px;
  410. font-style:none;
  411. letter-spacing:0px;
  412. text-transform:lowercase;
  413. color:#000;
  414. z-index:999999999999999999999999999999999999;
  415. }
  416.  
  417. .tags {
  418. font-family:calibri;
  419. font-style:normal;
  420. {block:if400pxposts}
  421. width:410px;
  422. {/block:if400pxposts}
  423. {block:ifnot400pxposts}
  424. width:510px;
  425. {/block:ifnot400pxposts}
  426. text-transform:normal;
  427. font-style:normal;
  428. padding-top:0px;
  429. font-size:10px;
  430. text-align:center;
  431. -moz-transition-duration:0.2s;
  432. -webkit-transition-duration:0.2s;
  433. -o-transition-duration:0.2s;
  434. }
  435. .tags a{
  436. margin-right:6px;
  437. color:{color:link};
  438. opacity:1;
  439. }
  440.  
  441. .tags a:hover{
  442. color:{color:link hover};
  443. opacity:1;
  444. }
  445.  
  446. ul.chat, .chat ol, .chat li {
  447. list-style:none;
  448. margin:0px;
  449. padding:2px;
  450. }
  451.  
  452. .label {
  453. text-decoration:underline;
  454. font-weight:700;
  455. background-color:{color:infobg};
  456. margin-right:5px;
  457. }
  458.  
  459. #credit {
  460. font-size:8px;
  461. }
  462.  
  463. {CustomCSS}
  464.  
  465. </style></head>
  466. <body>
  467. <div id="theme">
  468. <div id="sidebar">
  469. <div id="title">{title}</div>
  470. <div id="sidebarimg">
  471. <a href="/"><img src="{image:sidebar}"></a></div>
  472. <div id="links">
  473. {block:iflink1}<a href="{text:link1}"><u>{text:link1 title}</u></a>{/block:iflink1}
  474. {block:iflink2}<a href="{text:link2}"><u>{text:link2 title}</u></a>{/block:iflink2}
  475. {block:iflink3}<a href="{text:link3}"><u>{text:link3 title}</u></a>{/block:iflink3}
  476. {block:iflink4}<a href="{text:link4}"><u>{text:link4 title}</u></a>{/block:iflink4}
  477. {block:iflink5}<a href="{text:link5}"><u>{text:link5 title}</u></a>{/block:iflink5}
  478. {block:iflink6}<a href="{text:link6}"><u>{text:link6 title}</u></a>{/block:iflink6}
  479. <div class="desc">
  480. {Description}
  481. </div></div>
  482. </div>
  483. </div></div>
  484.  
  485. <div id="stuffcontainer">
  486.  
  487. {block:Posts}
  488.  
  489.  
  490. {block:ContentSource}
  491. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  492. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  493. {/block:SourceLogo}
  494. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  495. {/block:ContentSource}
  496.  
  497. <div id="stuff">
  498.  
  499. {block:ContentSource}
  500. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  501.  
  502. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  503.  
  504. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  505.  
  506. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  507. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  508.  
  509. {block:if400pxposts}{block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:if400pxposts}
  510.  
  511. {block:ifnot400pxposts}{block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:ifnot400pxposts}
  512.  
  513. {block:if400pxposts}{block:Photoset}<center>{Photoset-400}</center>
  514. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:if400pxposts}
  515.  
  516. {block:ifnot400pxposts}{block:Photoset}<center>{Photoset-500}</center>
  517. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:ifnot400pxposts}
  518.  
  519. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  520.  
  521. {block:if400pxposts}{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:if400pxposts}
  522.  
  523. {block:ifnot400pxposts}{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:ifnot400pxposts}
  524.  
  525. {block:Answer}<div id="ask"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:100px;margin-top:-11px;margin-left:-15px;">&nbsp;&nbsp; <i><big><b>{Asker}</b></big> asked: {Question}</i></div><div id="ans">{Answer}</div>{/block:answer}
  526.  
  527. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  528. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  529. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  530. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  531. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  532.  
  533. {block:Date}<div id="postinfo"><a href="{Permalink}">{12Hour}:{Minutes}{AMPM}</a>{block:NoteCount}&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  534.  
  535. {/block:NoteCount}
  536.  
  537. {/block:Date}
  538. {block:HasTags}
  539. <div class="tags">
  540. {block:Tags} <a href="{TagURL}">#{Tag}&nbsp; </a> {/block:Tags}</div>
  541. {/block:HasTags}
  542. {block:PostNotes}{PostNotes}{/block:PostNotes}
  543. </div></div>
  544. {/block:Posts}
  545.  
  546. </div>
  547.  
  548. {block:Pagination}
  549. <div class="pagi">
  550. {block:PreviousPage}
  551. <a href="{PreviousPage}">← back </a> //
  552. {/block:PreviousPage}
  553. {block:JumpPagination length="0"}
  554. {block:CurrentPage}
  555. <span class="current_page">{PageNumber}</span>
  556. {/block:CurrentPage}
  557. {block:JumpPage}
  558. <a class="jump_page" href="{URL}">{PageNumber}</a>
  559. {/block:JumpPage}
  560. {/block:JumpPagination}
  561. {block:NextPage}
  562. <a href="{NextPage}"> next →</a>
  563. {/block:NextPage}
  564. </div>
  565. {/block:Pagination}
  566.  
  567.  
  568. </div>
  569. </div>
  570. </div>
  571.  
  572. <div style="font-size:14px;font-family:helvetica;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
  573.  
  574. <div id="credit">
  575. <a href="http://izzysthemcs.tumblr.com/" title="theme made by izzysthemcs"><big>♥</big></a>
  576.  
  577. </div></div>
  578.  
  579. </div>
  580.  
  581. </body>
  582. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement