Advertisement
joshdevime

theme 37

Jul 18th, 2014
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.27 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:linkbackgrounds" content="#f8f8f8">
  24.  
  25. <meta name="image:background" content""/>
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="if:400pxposts" content=""/>
  28. <meta name="if:fullbgimg" content=""/>
  29. <meta name="if:whitesidebar" 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:#fff; height:2px; width:2px}
  87. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:2px}
  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. background-color: {color:Background};
  106. background-image: url({image:Background});
  107. background-attachment: fixed;
  108. background-repeat: repeat;
  109. background-position: center;
  110. {block:iffullbgimg}
  111. background-size:cover;
  112. {/block:iffullbgimg}
  113. background-color:{color:bg};
  114. font-weight:normal;
  115. font-family:calibri;}
  116.  
  117.  
  118. h1 {
  119. font-weight:normal;
  120. font-size:9px;
  121. text-align:center;
  122. font-style:normal;
  123. line-height:80%;
  124. letter-spacing:1px;
  125. text-transform:uppercase;
  126. color:{color:text};
  127. }
  128.  
  129. h2 {
  130. font-size:15px;
  131. text-align:center;
  132. line-height:100%;
  133. letter-spacing:-0.5px;
  134. color:{color:text};
  135. font-style:bold;
  136. text-transform:lowercase;
  137. padding:5px;
  138. padding-bottom:2px;
  139. }
  140.  
  141.  
  142. blockquote {
  143. border-left:1.5px solid {color:text};
  144. padding-left:5px;
  145. padding-top:5px;
  146. padding-bottom:5px;
  147. margin:5px;
  148. }
  149.  
  150. #theme {
  151. background-color:{color:bg};
  152. width:700px;
  153. margin: 0 auto -12px auto;
  154. text-align:center;
  155. }
  156.  
  157. #sidebar {
  158. {block:ifwhitesidebar}
  159. background:#fff;
  160. {/block:ifwhitesidebar}
  161. {block:ifnotwhitesidebar}
  162. background:none;
  163. {/block:ifnotwhitesidebar}
  164. color:{color:text};
  165. position:fixed;
  166. width:100px;
  167. margin-bottom:600px;
  168. {block:ifnot400pxposts}
  169. margin-left:610px;
  170. {/block:ifnot400pxposts}
  171. {block:if400pxposts}
  172. margin-left:510px;
  173. {/block:if400pxposts}
  174. margin-top:8px;
  175. }
  176.  
  177. #sidebar img {
  178. width:90px;
  179. height:90px;
  180. border-radius:100px;
  181. background:#fff;
  182. margin-left:0px;
  183. margin-top:5px;
  184. -webkit-transition: all 0.8s ease;
  185. -moz-transition: all 0.8s ease;
  186. -o-transition: all 0.8s ease;
  187. }
  188.  
  189. #sidebar img:hover{
  190. opacity:1;
  191. -webkit-transition: all 0.8s ease;
  192. -moz-transition: all 0.8s ease;
  193. -o-transition: all 0.8s ease;
  194. }
  195.  
  196. #title {font-size:11px;
  197. margin-left:2px;
  198. width:140px;
  199. text-transform:lowercase;
  200. font-family:helvetica;
  201. font-weight:bold;
  202. text-align:left;}
  203.  
  204. #links {
  205. font-size:10px;
  206. text-transform:lowercase;
  207. text-align:left;
  208. position:fixed;
  209. width:105px;
  210. margin-top:4px;
  211. margin-left:-4px;
  212. }
  213.  
  214. #links a {
  215. display:inline-block;
  216. width:39px;
  217. background:{color:linkbackgrounds};
  218. font-style:none;
  219. text-align:left;
  220. margin-top:5px;
  221. margin-right:3px;
  222. padding:4px;
  223. -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;
  224. }
  225. #links a:hover {
  226. -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;
  227. }
  228.  
  229. .desc {
  230. {block:ifwhitesidebar}
  231. background:#fff;
  232. {/block:ifwhitesidebar}
  233. {block:ifnotwhitesidebar}
  234. background:none;
  235. {/block:ifnotwhitesidebar}
  236. position:fixed;
  237. width:90px;
  238. margin-top:0px;
  239. padding-top:8px;
  240. text-align:left;
  241. font-size:10px;
  242. text-transform:none;
  243. padding:5px;
  244. color:{color:text};
  245. letter-spacing:0px;
  246. line-height:130%;
  247. filter:alpha(opacity=60);
  248. -webkit-transition: .8s ease-in-out;
  249. -moz-transition: .8s ease-in-out;
  250. -o-transition: .8s ease-in-out;
  251. }
  252.  
  253. #sidebar:hover
  254. .pagi{
  255. opacity:1;
  256. -webkit-transition: .8s ease-in-out;
  257. -moz-transition: .8s ease-in-out;
  258. -o-transition: .8s ease-in-out;
  259. }
  260.  
  261. .pagi {
  262. font-family:arial;
  263. opacity:1;
  264. {block:if400pxposts}
  265. width:300px;
  266. margin-left:460px;
  267. {/block:if400pxposts}
  268. {block:ifnot400pxposts}
  269. width:300px;
  270. margin-left:510px;
  271. {/block:ifnot400pxposts}
  272. text-align:center;
  273. background-color:transparent;
  274. font-size:9px;
  275. padding:5px;
  276. -webkit-transition: .8s ease-in-out;
  277. -moz-transition: .8s ease-in-out;
  278. -o-transition: .8s ease-in-out;
  279. }
  280.  
  281. #stuffcontainer {
  282. margin-left:400px;
  283. margin-top:100px;
  284. text-align:left;
  285. color:{color:text};
  286. margin-bottom: 35px;
  287. }
  288.  
  289. #stuff {
  290. {block:if400pxposts}
  291. width:400px;
  292. {/block:if400pxposts}
  293. {block:ifnot400pxposts}
  294. width:500px;
  295. {/block:ifnot400pxposts}
  296. margin-top:0px;
  297. text-align:justify;
  298. font-size:10px;
  299. line-height:100%;
  300. padding-left:8px;
  301. padding-top:8px;
  302. padding-right:8px;
  303. padding-bottom:40px;
  304. font-family:calibri;
  305. letter-spacing:0px;
  306. color:{color:text};
  307. margin-bottom:30px;
  308. }
  309.  
  310. .caption {
  311. background:#fff;
  312. {block:if400pxposts}
  313. width:400px;
  314. {/block:if400pxposts}
  315. {block:ifnot400pxposts}
  316. width:500px;
  317. {/block:ifnot400pxposts}
  318. text-align:justify;
  319. font-size:10px;
  320. line-height:120%;
  321. }
  322.  
  323. #ask {
  324. font-family:cambria;
  325. background-color:#eee;
  326. padding:2px;
  327. text-align:left;
  328. color:{color:text};
  329. padding-bottom:3px;
  330. border-bottom:1px dotted #e3e3e3;
  331. }
  332.  
  333. #ans {
  334. background:#fff;
  335. text-align:left;
  336. padding:10px;
  337. color:{color:text};
  338. }
  339.  
  340. .audio {
  341. {block:if400pxposts}
  342. width:400px;
  343. {/block:if400pxposts}
  344. {block:ifnot400pxposts}
  345. width:500px;
  346. {/block:ifnot400pxposts}
  347. padding-bottom:10px;
  348. background-color:{color:infobg};
  349. }
  350.  
  351. .albumart {
  352. float:left;
  353. padding:0px 10px 10px 0px;
  354. }
  355.  
  356. .albumart img {
  357. width:45px;
  358. height:45px;
  359. }
  360.  
  361. .playercontainer {
  362. text-align:left;
  363. padding:10px;
  364. background-color:#ffffff;
  365. {block:if400pxposts}
  366. width:380px;
  367. {/block:if400pxposts}
  368. {block:ifnot400pxposts}
  369. width:480px;
  370. {/block:ifnot400pxposts}
  371. }
  372.  
  373. .audioinfo {
  374. padding:10px;
  375. color:{color:text};
  376. }
  377.  
  378. #postinfo {
  379. {block:if400pxposts}
  380. width:390px;
  381. {/block:if400pxposts}
  382. {block:ifnot400pxposts}
  383. width:490px;
  384. {/block:ifnot400pxposts}
  385. font-family:calibri;
  386. text-transform:none;
  387. padding:5px;
  388. margin-left:0px;
  389. font-size:10px;
  390. text-align:center;
  391. background:{color:infobg};
  392. padding-top:5px;
  393. color:{color:text};
  394. -moz-transition-duration:0.5s;
  395. -webkit-transition-duration:0.5s;
  396. -o-transition-duration:0.5s;
  397. {block:PermalinkPage}text-align:left;
  398. {/block:PermalinkPage}}
  399.  
  400. #postinfo a:hover {
  401. color:{color:linkhover};
  402. }
  403.  
  404. #postinfo a {
  405. text-decoration:none;
  406. }
  407.  
  408. .note {
  409. text-transform:uppercase;
  410. font-style:normal;
  411. letter-spacing:0px;
  412. font-size: 9px;
  413. text-align:left;
  414. line-height:90%;
  415. margin-left:-40px;
  416. }
  417.  
  418. .note li {
  419. list-style-type:none;
  420. border-bottom:1px solid {color:border};
  421. padding:10px 25px 10px 25px;
  422. text-align:left;
  423. margin:0px;
  424. -moz-transition-duration:0.5s;
  425. -webkit-transition-duration:0.5s;
  426. -o-transition-duration:0.5s;
  427. }
  428.  
  429. #stuff:hover #tags {
  430. opacity:0;
  431. -webkit-transition:0.5s;
  432. }
  433.  
  434. #s-m-t-tooltip {
  435. padding:5px;
  436. padding-left:7px;
  437. padding-right:7px;
  438. text-align:center;
  439. margin-top:10px;
  440. background-color:#fff;
  441. font-family:calibri;
  442. font-size:9px;
  443. font-style:none;
  444. letter-spacing:0px;
  445. text-transform:lowercase;
  446. color:#000;
  447. z-index:999999999999999999999999999999999999;
  448. }
  449.  
  450. .tags {
  451. font-family:calibri;
  452. font-style:normal;
  453. {block:if400pxposts}
  454. width:410px;
  455. {/block:if400pxposts}
  456. {block:ifnot400pxposts}
  457. width:510px;
  458. {/block:ifnot400pxposts}
  459. text-transform:normal;
  460. font-style:normal;
  461. padding-top:0px;
  462. font-size:10px;
  463. text-align:center;
  464. -moz-transition-duration:0.2s;
  465. -webkit-transition-duration:0.2s;
  466. -o-transition-duration:0.2s;
  467. }
  468. .tags a{
  469. margin-right:6px;
  470. color:{color:link};
  471. opacity:1;
  472. }
  473.  
  474. .tags a:hover{
  475. color:{color:link hover};
  476. opacity:1;
  477. }
  478.  
  479. ul.chat, .chat ol, .chat li {
  480. list-style:none;
  481. margin:0px;
  482. padding:2px;
  483. }
  484.  
  485. .label {
  486. text-decoration:underline;
  487. font-weight:700;
  488. background-color:{color:infobg};
  489. margin-right:5px;
  490. }
  491.  
  492. #credit {
  493. font-size:8px;
  494. }
  495.  
  496. {CustomCSS}
  497.  
  498. </style></head>
  499. <body>
  500. <div id="theme">
  501. <div id="sidebar">
  502. <div id="sidebarimg">
  503. <a href="/"><img src="{image:sidebar}"></a></div>
  504. <div class="desc">
  505. {Description}
  506. <div id="links">
  507. {block:iflink1}<a href="{text:link1}">{text:link1 title}</a>{/block:iflink1}
  508. {block:iflink2}<a href="{text:link2}">{text:link2 title}</a>{/block:iflink2}
  509. {block:iflink3}<a href="{text:link3}">{text:link3 title}</a>{/block:iflink3}
  510. {block:iflink4}<a href="{text:link4}">{text:link4 title}</a>{/block:iflink4}
  511. {block:iflink5}<a href="{text:link5}">{text:link5 title}</a>{/block:iflink5}
  512. {block:iflink6}<a href="{text:link6}">{text:link6 title}</a>{/block:iflink6}</div>
  513. </div></div>
  514. </div></div>
  515.  
  516. <div id="stuffcontainer">
  517.  
  518. {block:Posts}
  519.  
  520.  
  521. {block:ContentSource}
  522. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  523. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  524. {/block:SourceLogo}
  525. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  526. {/block:ContentSource}
  527.  
  528. <div id="stuff">
  529.  
  530. {block:ContentSource}
  531. <!-- {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}
  532.  
  533. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  534.  
  535. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  536.  
  537. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  538. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  539.  
  540. {block:if400pxposts}{block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:if400pxposts}
  541.  
  542. {block:ifnot400pxposts}{block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{/block:ifnot400pxposts}
  543.  
  544. {block:if400pxposts}{block:Photoset}<center>{Photoset-400}</center>
  545. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:if400pxposts}
  546.  
  547. {block:ifnot400pxposts}{block:Photoset}<center>{Photoset-500}</center>
  548. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}{/block:ifnot400pxposts}
  549.  
  550. {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}
  551.  
  552. {block:if400pxposts}{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:if400pxposts}
  553.  
  554. {block:ifnot400pxposts}{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}{/block:ifnot400pxposts}
  555.  
  556. {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}
  557.  
  558. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  559. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  560. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  561. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  562. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  563.  
  564. {block:Date}<div id="postinfo"><a href="{Permalink}">{12Hour}:{Minutes}{AMPM}</a>{block:NoteCount}&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  565.  
  566. {/block:NoteCount}
  567.  
  568. {/block:Date}
  569. {block:HasTags}
  570. <div class="tags">
  571. {block:Tags} <a href="{TagURL}">#{Tag}&nbsp; </a> {/block:Tags}</div>
  572. {/block:HasTags}
  573. {block:PostNotes}{PostNotes}{/block:PostNotes}
  574. </div></div>
  575. {/block:Posts}
  576.  
  577. </div>
  578.  
  579. {block:Pagination}
  580. <div class="pagi">
  581. {block:PreviousPage}
  582. <a href="{PreviousPage}">← back &nbsp;</a>
  583. {/block:PreviousPage}
  584. {block:JumpPagination length="5"}
  585. {block:CurrentPage}
  586. <span class="current_page">{PageNumber}</span>
  587. {/block:CurrentPage}
  588. {block:JumpPage}
  589. <a class="jump_page" href="{URL}">{PageNumber}</a>
  590. {/block:JumpPage}
  591. {/block:JumpPagination}
  592. {block:NextPage}
  593. <a href="{NextPage}">&nbsp; next →</a>
  594. {/block:NextPage}
  595. </div>
  596. {/block:Pagination}
  597.  
  598.  
  599. </div>
  600. </div>
  601. </div>
  602.  
  603. <div style="font-size:14px;font-family:helvetica;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
  604.  
  605. <div id="credit">
  606. <a href="http://izzysthemcs.tumblr.com/" title="theme made by izzysthemcs"><big>♥</big></a>
  607.  
  608. </div></div>
  609.  
  610. </div>
  611.  
  612. </body>
  613. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement