Advertisement
joshdevime

custom theme

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