Advertisement
Guest User

Crawling back to you

a guest
Sep 20th, 2014
839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. theme by holepsds
  6. don't remove the credits
  7. base code by hoodclifford
  8. -->
  9.  
  10.  
  11. <meta name="color:background" content="#ffffff"/>
  12. <meta name="color:text" content="#000000"/>
  13. <meta name="color:link" content="#000000"/>
  14. <meta name="color:link hover" content="#ddd"/>
  15. <meta name="color:border" content="#000000"/>
  16. <meta name="color:hoverlink text" content="#000000"/>
  17. <meta name="color:scrollbar bg" content="#6b6d6d"/>
  18. <meta name="color:tooltip color" content="#6b6d6d"/>
  19. <meta name="color:title color" content="#000000"/>
  20. <meta name="color:blockquote color" content="#000000"/>
  21. <meta name="color:description" content="#000000"/>
  22.  
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:title text" content="title">
  27. <meta name="text:Link 1 URL" content="" />
  28. <meta name="text:Link 1" content="link 1" />
  29. <meta name="text:Link 2 URL" content="" />
  30. <meta name="text:Link 2" content="link 2" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="link 3" />
  33. <meta name="text:Link 4 URL" content="" />
  34. <meta name="text:Link 4" content="link 4" />
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <head><title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. /*edit scrollbar*/
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. height:auto;
  56. background-color:{color:scrollbar bg};
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:4px;
  61. width:3px;
  62. padding-right:2px;
  63. background-color:white;
  64. }
  65.  
  66. /*edit the body this is what post text looks like, background color, etc.*/
  67.  
  68. body {
  69. background:{color:background};
  70. margin:0px;
  71. color:{color:text};
  72. font-family:cambria;
  73. font-size:11px;
  74. line-height:100%;
  75. }
  76.  
  77. /*edit links*/
  78.  
  79. a {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. -moz-transition-duration:0.8s;
  85. -webkit-transition-duration:0.8s;
  86. -o-transition-duration:0.8s;
  87. }
  88.  
  89. /*edit link hover*/
  90.  
  91. a:hover {
  92. color:{color:link hover};
  93. outline:none;
  94. -moz-outline-style:none;
  95. text-decoration:none;
  96. }
  97.  
  98. img {
  99. border:none;
  100. }
  101.  
  102. blockquote {
  103. padding-left:5px;
  104. border-left:2px solid {color:blockquote color};
  105.  
  106. }
  107.  
  108. blockquote blockquote {
  109. padding-left:5px;
  110. border-left:2px solid;
  111. }
  112.  
  113. h1 {
  114. font-size:8px;
  115. text-align:left;
  116. font-family:arial;
  117. letter-spacing:1px;
  118. color:{color:text};
  119. }
  120.  
  121. h2 {
  122. font-size:8px;
  123. font-family:arial;
  124. text-align:left;
  125. letter-spacing:1px;
  126. color:{color:text};
  127. }
  128.  
  129. /* this is the positioning of the whole entire sidebar*/
  130.  
  131. #sidebar {
  132. width:250px;
  133. position:fixed;
  134. margin-left:205px;
  135. margin-top:190px;
  136. }
  137.  
  138. /*sidebar title*/
  139.  
  140. #title {
  141. font-family:arial;
  142. font-size:25px;
  143. text-transform:lowercase;
  144. font-weight:bold;
  145. letter-spacing:-2px;
  146. padding:4px;
  147. margin-top:-20px;
  148. margin-left:-210px;
  149. text-align:center;
  150. }
  151.  
  152.  
  153. /*sidebar image*/
  154.  
  155. #sidebarimage {
  156. position:fixed;
  157. height:126px;
  158. }
  159.  
  160. /*the actual sidebar image*/
  161.  
  162.  
  163. #sidebarimage {
  164. width 250px;
  165. margin-top:10px;
  166. margin-left:-100px;
  167. }
  168.  
  169. /*sidebar links*/
  170.  
  171. #links {
  172. width:240px;
  173. margin-top:175px;
  174. margin-left:-68px;
  175. text-align:center;
  176. padding:5px;
  177. font-family:calibri;
  178. text-align:left;
  179. word-spacing:1px;
  180. font-size:10px;
  181. display:block;
  182. text-transform:uppercase;
  183. color:{color:link};
  184.  
  185. }
  186.  
  187. #links a {
  188. letter-spacing: 1px;
  189. padding:3px;
  190.  
  191. }
  192.  
  193. #links a:hover {
  194. color:{color:link hover};
  195. }
  196.  
  197. #description {
  198. width:240px;
  199. color:{color:description};
  200. font-size:11px;
  201. font-family:calibri;
  202. padding:5px;
  203. margin-left:-100px;
  204. text-align:center;
  205. }
  206.  
  207. /* this is the box that comes up when you hover over something with a title*/
  208.  
  209. #s-m-t-tooltip {
  210. max-width:300px;
  211. padding:5px 5px 5px 6px;
  212. margin:20px 0px 0px 20px;
  213. background-color:{color:tooltip color};
  214. font-family:arial;
  215. font-size:9px;
  216. letter-spacing:2px;
  217. text-transform:lowercase;
  218. font-weight:bold;
  219. color:#fff;
  220. z-index:999999999999999999999999999999999999;
  221. }
  222.  
  223. /*next page and previous page*/
  224.  
  225. #pagination {
  226. margin-left: 160px;
  227. margin-top: -44px;
  228. position: relative;
  229. text-align: left;
  230. letter-spacing:1px;
  231. text-transform: lowercase;
  232. font-weight:bold;
  233. font-family: arial;
  234. font-size: 10px;
  235.  
  236.  
  237. }
  238.  
  239. #pagination a {
  240. padding:0 3px;
  241. }
  242.  
  243.  
  244. #entries {
  245. padding:20px;
  246. width:500px;
  247. margin-left:480px;
  248. margin-top:40px;
  249. margin-bottom: -20px;
  250. }
  251.  
  252. #post {
  253. width:500px;
  254. padding-bottom:40px;
  255. }
  256.  
  257.  
  258. /*time posted, note count, via and source*/
  259.  
  260. .postinfo {
  261. margin-top:20px;
  262. margin-bottom:1px;
  263. margin-left:-12px;
  264. padding-bottom:4px;
  265. width:500px;
  266. text-align:left;
  267. font-family:arial;
  268. text-transform:lowercase;
  269. font-size:10px;
  270. }
  271.  
  272. .postinfo a {
  273. color:{color:link};
  274. }
  275.  
  276. .postinfo a:hover {
  277. color:{color:link hover};
  278. }
  279.  
  280. /*tags*/
  281.  
  282. .tags {
  283. width:500px;
  284. margin-top:4px;
  285. margin-left:-3px;
  286. padding:2px;
  287. font-family:arial;
  288. letter-spacing:0px;
  289. font-size:10px;
  290. text-align:left;
  291.  
  292. }
  293.  
  294. .tags a {
  295. color:{color:text};
  296. }
  297.  
  298. .tags a:hover {
  299. color:{color:link hover};
  300. }
  301.  
  302. .postnote {
  303. width:500px;
  304. margin-top:40px;
  305. font-family:arial;
  306. text-transform:lowercase;
  307. font-style:normal;
  308. letter-spacing:0px;
  309. font-size:10px;
  310. text-align:left;
  311. }
  312.  
  313. /*asks*/
  314.  
  315. .asker {
  316. margin:5px 0px 4px 60px;
  317. font:12px cambria italic;
  318. }
  319.  
  320. .asker a {
  321. margin-left:-5px;
  322. }
  323.  
  324.  
  325.  
  326. /*audio player container*/
  327.  
  328. .playercontainer {
  329. text-align:left;
  330. padding:10px;
  331. padding-left:0px;
  332. background-color:#fff;
  333. width:480px;
  334. }
  335.  
  336. /*artist, song, etc.*/
  337.  
  338. .musicinfo {
  339. padding-top:7px;
  340. padding-left:50px;
  341. color:#000;
  342. text-align:justify;
  343. }
  344.  
  345. /*credit. only change this if you actually make the code your own*/
  346.  
  347. #credit {
  348. font-family:calibri;
  349. position:fixed;
  350. font-size:9px;
  351. color:#000;
  352. font-weight:bold;
  353. line-height:150%;
  354. letter-spacing:2px;
  355. right:10px;
  356. bottom:10px;
  357. text-transform:uppercase;
  358. text-align:center;
  359. }
  360.  
  361. #credit a {
  362. letter-spacing: 0px;
  363. padding:3px;
  364. color:#000;
  365. }
  366.  
  367. #credit a:hover {
  368. background:#fff;
  369. color:{color:link hover};
  370. }
  371.  
  372.  
  373.  
  374. {CustomCSS}</style></head><body>
  375.  
  376. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  377. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  378. <script>
  379.  
  380. (function($){
  381.  
  382. $(document).ready(function(){
  383.  
  384. $("a[title]").style_my_tooltips({
  385.  
  386. tip_follows_cursor:true,
  387.  
  388. tip_delay_time:50,
  389.  
  390. tip_fade_speed:600,
  391.  
  392. attribute:"title"
  393.  
  394. });
  395.  
  396. });
  397.  
  398. })(jQuery);
  399.  
  400. </script>
  401.  
  402.  
  403. <div id="sidebar">
  404.  
  405. <div id="title"><a href="/">{text:title text}</a></div>
  406.  
  407. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  408.  
  409. <div id="links">
  410. <a href="{text:link 1 URL}">{text:link 1}</a>
  411. <a href="{text:link 2 URL}">{text:link 2}</a>
  412. <a href="{text:link 3 URL}">{text:link 3}</a>
  413. <a href="{text:link 4 URL}">{text:link 4}</a>
  414.  
  415. </div>
  416.  
  417. <div id="description">{Description}</div>
  418.  
  419.  
  420. <div id="pagination">
  421. {block:Pagination}
  422. {block:PreviousPage}
  423. <a href="{PreviousPage}">&larr;</a>
  424. {/block:PreviousPage}
  425.  
  426.  
  427. {block:NextPage}
  428. <a href="{NextPage}">&rarr;</a>
  429. {/block:NextPage}
  430. {/block:Pagination}
  431. </div>
  432.  
  433.  
  434.  
  435. </div>
  436.  
  437.  
  438. <div id="entries">{block:Posts}<div id="post">
  439.  
  440. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  441.  
  442. {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  443.  
  444. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  445.  
  446. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  447.  
  448. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  449.  
  450. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  451.  
  452. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  453.  
  454.  
  455. {block:AudioPlayer}
  456. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  457.  
  458. {block:Answer}<div id="question"><span style="font-size:13px;"><font face="arial"><b>{Asker}:<br></b></font> </span>{Question}<span style="text-transform:none;font-size:11px;font-style:none;"><font face="arial">{Answer}</font></span>{/block:Answer}
  459.  
  460. {block:Date}<div class="postinfo"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a>   {block:NoteCount}+ {NoteCount}{/block:NoteCount}   {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}   {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
  461.  
  462. {block:HasTags}
  463. <div class="tags">
  464. {block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}</div>
  465. {/block:HasTags}
  466.  
  467. <div class="postnote">
  468. {block:PostNotes}{PostNotes}{/block:PostNotes}
  469. </div>
  470. </div>
  471. {/block:Posts}
  472.  
  473.  
  474.  
  475.  
  476. </div></div></div></div>
  477. </div>
  478.  
  479. <div id="credit"><a href="http://holepsds.tumblr.com/">theme</a></div>
  480.  
  481. </body>
  482. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement