Advertisement
joshdevime

theme 39

Aug 2nd, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5. THEME BY IZZYSTHEMCS
  6. DO NOT REMOVE THE CREDIT
  7. DO NOT STEAL
  8. PLEASE LIKE/REBLOG THE POST
  9. -->
  10.  
  11.  
  12. <title>{block:TagPage}posts tagged with {Tag} - {/block:TagPage} {title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#000000"/>
  19. <meta name="color:links" content="#000000"/>
  20. <meta name="color:hover" content="#000000"/>
  21.  
  22. <meta name="image:sidebar image" content=""/>
  23.  
  24. <meta name="if:hovertags" content="0"/>
  25. <meta name="if:400pxposts" content="0"/>
  26.  
  27. <meta name="text:link 1" content="" />
  28. <meta name="text:link 1 url" content="" />
  29. <meta name="text:link 2" content="" />
  30. <meta name="text:link 2 url" content="" />
  31. <meta name="text:link 3" content="" />
  32. <meta name="text:link 3 url" content="" />
  33. <meta name="text:link 4" content="" />
  34. <meta name="text:link 4 url" content="" />
  35. <meta name="text:link 5" content="" />
  36. <meta name="text:link 5 url" content="" />
  37.  
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39.  
  40. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  41.  
  42. <script>
  43.  
  44. (function($){
  45.  
  46. $(document).ready(function(){
  47.  
  48. $("a[title]").style_my_tooltips({
  49.  
  50. tip_follows_cursor:true,
  51.  
  52. tip_delay_time:30,
  53.  
  54. tip_fade_speed:300,
  55.  
  56. attribute:"title"
  57.  
  58. });
  59.  
  60. });
  61.  
  62. })(jQuery);
  63.  
  64. </script>
  65.  
  66. <style type="text/css">
  67.  
  68. *, body, a {cursor: url(https://31.media.tumblr.com/91037c9d8802fdca6dea299654b6dc17/tumblr_inline_mzpkcniZkt1r6h6z5.png), auto;}
  69.  
  70. ::-webkit-scrollbar {background-color:#000 height:2px; width:5px}
  71. ::-webkit-scrollbar-thumb:vertical {background-color:#fff; height:2px}
  72. ::-webkit-scrollbar-thumb:horizontal {background-color:#000; height:8px!important}
  73.  
  74. #s-m-t-tooltip{
  75. position:absolute;
  76. margin-top: 15px;
  77. z-index:9999;
  78. background:{color:background};
  79. }
  80.  
  81. blockquote {
  82. border-left:1px solid {color:text};
  83. padding-left:10px;
  84. padding-top:3px;
  85. padding-bottom:3px;
  86. margin:5px;
  87. }
  88.  
  89. body {
  90. background:{color:background};
  91. color:{color:text};
  92. font-family:helvetica;
  93. font-size:10px;
  94. text-align:justify;
  95. margin:0;
  96. line-height:16px;
  97. }
  98.  
  99. a {
  100. color:{color:links};
  101. text-decoration:none;
  102. -moz-transition-duration:0.5s;
  103. -webkit-transition-duration:0.5s;
  104. -o-transition-duration:0.5s;
  105. }
  106.  
  107. a:hover {
  108. text-decoration:underline;
  109. color:{color:hover};
  110. -moz-transition-duration:0.5s;
  111. -webkit-transition-duration:0.5s;
  112. -o-transition-duration:0.5s;
  113. }
  114.  
  115. img{
  116. opacity: 1.0;
  117. -webkit-transition: all 0.3s linear 0s;
  118. -moz-transition: all 0.3s linear 0s;
  119. -o-transition: all 0.3s linear 0s;
  120. transition: all 0.3s linear 0s;}
  121.  
  122. img:hover{
  123. opacity: 0.9;
  124. -webkit-transition: all 0.3s linear 0s;
  125. -moz-transition: all 0.3s linear 0s;
  126. -o-transition: all 0.3s linear 0s;
  127. transition: all 0.3s linear 0s;
  128. }
  129.  
  130. #h2 {
  131. font-size:14px;
  132. font-weight:bold;
  133. text-align:left;
  134. margin-bottom:10px;
  135. margin-left:-2px;
  136. text-transform:uppercase;
  137. }
  138.  
  139. #sidebar {
  140. width:200px;
  141. position:fixed;
  142. text-align:left;
  143. margin-top:75px;
  144. {block:ifnot400pxposts}
  145. margin-left:540px;
  146. {/block:ifnot400pxposts}
  147. {block:if400pxposts}
  148. margin-left:440px;
  149. {/block:if400pxposts}
  150. }
  151.  
  152. #sidebarim {
  153. width:200px;
  154. margin-bottom:12px;
  155. -webkit-transition: all 0.8s ease;
  156. -moz-transition: all 0.8s ease;
  157. -o-transition: all 0.8s ease;
  158. }
  159.  
  160. #sidebarim img {
  161. width:200px
  162. }
  163.  
  164. #links {
  165. border-top:1px solid #ececec;
  166. padding-top:8px;
  167. text-transform:uppercase;
  168. text-align:center;
  169. }
  170.  
  171. #links a {
  172. margin-right:5px;
  173. display:inline-block;
  174. margin-bottom:3px;
  175. }
  176.  
  177. #desc {
  178. margin-top:-5px;
  179. margin-bottom:3px;
  180. text-align:center;
  181. }
  182.  
  183. #container {
  184. left:50%;
  185. {block:ifnot400pxposts}
  186. margin-left:-400px;
  187. {/block:ifnot400pxposts}
  188. {block:if400pxposts}
  189. margin-left:-300px;
  190. {/block:if400pxposts}
  191. position:absolute;
  192. }
  193.  
  194. #entries {
  195. margin-top:75px;
  196. width:500px;
  197. }
  198.  
  199. #posts {
  200. {block:ifnot400pxposts}
  201. width:500px;
  202. {/block:ifnot400pxposts}
  203. {block:if400pxposts}
  204. width:400px;
  205. {/block:if400pxposts}
  206. {block:IndexPage}
  207. margin-bottom:75px;
  208. {/block:IndexPage}
  209. {block:PermalinkPage}
  210. margin-bottom:50px;
  211. {/block:PermalinkPage}
  212. }
  213.  
  214. #posts img {
  215. {block:ifnot400pxposts}
  216. max-width:500px;
  217. {/block:ifnot400pxposts}
  218. {block:if400pxposts}
  219. max-width:400px;
  220. {/block:if400pxposts}
  221. }
  222.  
  223. #posts img, #posts li, #posts blockquote {
  224. {block:ifnot400pxposts}
  225. max-width:500px;
  226. {/block:ifnot400pxposts}
  227. {block:if400pxposts}
  228. max-width:400px;
  229. {/block:if400pxposts}
  230. }
  231.  
  232. .caption {
  233. {block:ifnot400pxposts}
  234. width:500px;
  235. {/block:ifnot400pxposts}
  236. {block:if400pxposts}
  237. width:400px;
  238. {/block:if400pxposts}
  239. margin-top:10px;
  240. }
  241.  
  242. #titlequote{
  243. text-align:left;
  244. font-size:14px;
  245. line-height:18px;
  246. font-weight:bold;
  247. }
  248.  
  249. #source {
  250. margin-top:15px;
  251. margin-left:15px;
  252. }
  253.  
  254. .player {
  255. width:25px;
  256. height:25px;
  257. overflow:hidden;
  258. position:absolute;
  259. background:white;
  260. }
  261.  
  262. .audioinfo {
  263. margin-left:50px;
  264. }
  265.  
  266. .question {
  267. margin-bottom:10px;
  268. }
  269.  
  270. .ask {
  271. background:#eee;
  272. padding:7px;
  273. font-weight:bold;
  274. }
  275.  
  276. .answer {
  277. margin-top:10px;
  278. }
  279.  
  280. .chat ol {
  281. padding:0;
  282. list-style:none;
  283. }
  284.  
  285. .line {
  286. padding:5px 0;
  287. }
  288.  
  289. .label {
  290. font-weight:bold;
  291. }
  292.  
  293. #info {
  294. margin-top:3px;
  295. font-size:8px;
  296. text-transform:uppercase;
  297. }
  298.  
  299. #info a {
  300. margin-right:10px;
  301. }
  302.  
  303. .tags {
  304. margin-top:-5px;
  305. word-break:3px;
  306. font-size:8px;
  307. {block:ifhovertags}opacity:0;
  308. -webkit-transition: opacity 0.5s linear;
  309. {/block:ifhovertags}
  310. }
  311.  
  312. #posts:hover .tags{
  313. opacity:1;
  314. }
  315.  
  316. .pagenotes {
  317. {block:IndexPage}
  318. display: none!important;
  319. {/block:IndexPage}
  320. width:400px;
  321. text-align:left;
  322. }
  323.  
  324. .pagenotes img {
  325. display:none!important;
  326. }
  327.  
  328. .pagenotes li {
  329. list-style-type:none;
  330. padding:5px 0px;
  331. text-align:left;
  332. margin:0 0 0 -40px;
  333. }
  334.  
  335. #pagination {
  336. text-transform:lowercase;
  337. margin-top:50px;
  338. margin-bottom:50px;
  339. }
  340.  
  341. #pagination a {
  342. padding-left:15px;
  343. padding-right:15px;
  344. }
  345.  
  346. #credit {
  347. bottom:10px;
  348. right:10px;
  349. position:fixed;
  350. }
  351.  
  352. #credit a {
  353. font-size:12px;
  354. }
  355.  
  356. #credit a:hover {
  357. text-decoration:none;
  358. }
  359.  
  360. {CustomCSS}
  361.  
  362. </style></head><body>
  363.  
  364. <div id="container">
  365.  
  366. <div id="sidebar">
  367. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  368. <div id="desc">{description}</div>
  369. <div id="links">
  370. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  371. {block:iflink2}<a href="{text:link 2 url}" >{text:link 2}</a>{/block:iflink2}
  372. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a> {/block:iflink3}
  373. {block:iflink4}<a href="{text:link 4 url}" >{text:link 2}</a>{/block:iflink4}
  374. {block:iflink5}<a href="{text:link 5 url}">{text:link 3}</a> {/block:iflink5}
  375. </div></div>
  376.  
  377. <div id="entries">
  378.  
  379. {block:ContentSource}<!-- {SourceURL}
  380. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  381. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  382. {/block:ContentSource}
  383.  
  384. <!-- {block:NoRebloggedFrom}
  385. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  386. {/block:NoRebloggedFrom} -->
  387.  
  388. {block:Posts}
  389. <div id="posts">
  390.  
  391. {block:Quote}
  392. <div id="titlequote">“{Quote}”</div>
  393. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  394. {/block:Quote}
  395.  
  396. {block:Text}
  397. {block:Title}
  398. <div id="h2">{Title}</div>{/block:Title}
  399. {Body}
  400. {/block:Text}
  401.  
  402. {block:Link}
  403. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  404. {/block:Link}
  405.  
  406. {block:Chat}
  407. {block:Title}
  408. <h1>{Title}</h1>
  409. {/block:Title}
  410. <div class="chat">
  411. <ol>{block:Lines}
  412. <li class="line {Alt}">
  413. {block:Label}
  414. <span class="label">
  415. {Label}</span>
  416. {/block:Label}{Line}</li>
  417. {/block:Lines}
  418. </ol></div>
  419. {/block:Chat}
  420.  
  421. {block:Photo}
  422. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  423. {/block:Photo}
  424.  
  425. {block:ifnot400pxposts}
  426. {block:Photoset}
  427. {Photoset-500}
  428. {/block:Photoset}
  429. {/block:ifnot400pxposts}
  430.  
  431. {block:if400pxposts}
  432. {block:Photoset}
  433. {Photoset-400}
  434. {/block:Photoset}
  435. {/block:if400pxposts}
  436.  
  437. {block:ifnot400pxposts}
  438. {block:Video}
  439. {Video-500}
  440. {/block:Video}
  441. {/block:ifnot400pxposts}
  442.  
  443. {block:if400pxposts}
  444. {block:Video}
  445. {Video-400}
  446. {/block:Video}
  447. {/block:if400pxposts}
  448.  
  449. {block:Audio}
  450. <div class="player">{AudioPlayerWhite}</div>
  451. <div class="audioinfo">
  452. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  453. </div>
  454. {/block:Audio}
  455.  
  456. {block:Answer}
  457. <div class="question">
  458. <div class="ask">{Question} — {Asker}</div></div>
  459. <div class="answer">{Answer}</div>
  460. {/block:Answer}
  461.  
  462. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  463.  
  464. {block:Date}
  465. <div id="info">
  466. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}" target="_blank" >reblog</a><br>
  467. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  468. </div>
  469. {/block:Date}
  470. </div>
  471.  
  472. {block:PermalinkPage}
  473. {block:PostNotes}
  474. <div class="pagenotes">
  475. {PostNotes}
  476. </div>
  477. {/block:PostNotes}
  478. {/block:PermalinkPage}
  479.  
  480. {/block:Posts}
  481.  
  482. <div id="pagination">
  483. {block:Pagination}
  484. {block:PreviousPage}
  485. <a href="{PreviousPage}"><b>back</b></a>
  486. {/block:PreviousPage}
  487. ({CurrentPage} of {TotalPages})
  488. {block:NextPage}
  489. <a href="{NextPage}"><b>next</b></a>
  490. {/block:NextPage}
  491. {/block:Pagination}
  492. </div>
  493. </div>
  494. </div>
  495.  
  496. <div id="credit"><a href="http://izzysthemcs.tumblr.com" title="theme by izzysthemcs">♥</a></div>
  497.  
  498. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement