Advertisement
joshdevime

theme 22

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