jamidanielle_

abbe new code (w/ pag)

Jan 26th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.45 KB | None | 0 0
  1. <br> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5038643";
  2. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  3. fhs.src = "http://s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  4. document.body.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  5. </script>/ <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "2990249";
  6. fhsh.src = "http://s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  7. document.body.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  8. </script>
  9.  
  10.  
  11. <!--
  12.  
  13. theme #3 by gbcolor
  14.  
  15. thank you for using my theme!
  16.  
  17. keep the credit intact
  18. but edit as much as you like!
  19.  
  20. please! dont use this as a base code
  21. for your own themes
  22.  
  23.  
  24. -->
  25.  
  26.  
  27.  
  28. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  29.  
  30. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  31. {block:ifInfiniteScrolling} <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
  32. <head>
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39.  
  40.  
  41. <meta name="image:Sidebar" content=""/>
  42. <meta name="image:background" content=""/>
  43. <meta name="color:Background" content="#dcecf5"/>
  44. <meta name="color:Text" content="#37393e"/>
  45. <meta name="color:Border" content="#37393e"/>
  46. <meta name="color:Links" content="#425084"/>
  47.  
  48. <meta name="if:transparent" content="1"/>
  49. <meta name="if:no border" content="1"/>
  50. <meta name="if:Link1" content="0">
  51. <meta name="if:Link2" content="0">
  52. <meta name="if:Link3" content="0">
  53.  
  54.  
  55. <meta name="text:Link 1 URL" content="/"/>
  56. <meta name="text:Link 1 Text" content=""/>
  57. <meta name="text:Link 2 URL" content="/"/>
  58. <meta name="text:Link 2 Text" content=""/>
  59. <meta name="text:Link 3 URL" content="/"/>
  60. <meta name="text:Link 3 Text" content=""/>
  61.  
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67. body {
  68. background: {color:Background};
  69. background-image:url({image:background});
  70. background-attachment:fixed;
  71. background-size:cover;
  72. background-position:center;
  73. background-image: ;
  74. font-family: arial;
  75. font-size: 12px;
  76. color: {color:Text};
  77. }
  78.  
  79. blockquote {
  80. padding-left:6px;
  81. border-left:1px solid;
  82. color: {color:Blockquote};
  83. margin-left:10px;
  84. }
  85.  
  86. a {
  87. text-decoration: none;
  88. color: {color:Links};
  89. }
  90.  
  91. #sidebar {
  92. position: fixed;
  93. margin-left:300px;
  94. margin-top: 100px;
  95. width: 100px;
  96. padding:5px;
  97. {block:ifnoborder}border: 1px solid {color:Border};{block:ifnoborder}
  98. {block:iftransparent}background:white;{/block:iftransparent}
  99.  
  100. border-radius:2px;
  101.  
  102. }
  103.  
  104. #sidebar img {
  105. width: 75px;
  106. margin-top: -30px;
  107. margin-left: 10px;
  108. position: center;
  109. border: 3px double {color:Border};
  110. border-radius: 4px;
  111. {block:iftransparent}background:white;{/block:iftransparent}
  112. }
  113.  
  114. #title {
  115. z-index: 99999;
  116. position: fixed;
  117. margin-top: 130px;
  118. margin-left: 150px;
  119. font-size: 20px;
  120. width: 240px;
  121. text-align: center;
  122. color: {color:Title};
  123. }
  124.  
  125. #description {
  126. position: relative;
  127. margin-top: 10px;
  128. padding: px;
  129.  
  130. text-align: center;
  131. background: transparent;
  132.  
  133. }
  134.  
  135.  
  136. #container {
  137. margin-top: 20px;
  138. margin-bottom: 20px;
  139. margin-left: 520px;
  140. width: 500px;
  141.  
  142. }
  143.  
  144. .entry {
  145. float:left;
  146. position: relative;
  147. width:500px;
  148. padding: 15px;
  149. margin-bottom:60px;
  150. margin-left: 0 auto;
  151. {block:ifnoborder} border: 1px solid {color:Border}; {block:ifnoborder}
  152. {block:iftransparent}background:white;{/block:iftransparent}
  153. }
  154.  
  155.  
  156.  
  157. }
  158.  
  159. img {
  160. max-width: 100%;
  161. }
  162.  
  163. h1 {
  164. text-align: left;
  165. font-size: 15px;
  166. color: {color:Title};
  167. }
  168.  
  169. #pagination {
  170. position: relative;
  171. font-size: 16px;
  172. padding: 5px;
  173. margin-top: 10px;
  174. margin-left: 50px;
  175. }
  176.  
  177. #pagination a {
  178. display: inline-block;
  179. padding: 3px 6px 3px 6px;
  180. margin: 4px;
  181. text-align: center;
  182. }
  183.  
  184. #portrait img {
  185. float: left;
  186. margin-right: 5px;
  187.  
  188. }
  189.  
  190. .question {
  191. font-size: 15px;
  192. text-decoration: bold;
  193. padding: 10px;
  194. color: {color:question};
  195. }
  196.  
  197.  
  198. .pagination {
  199. font-size:12px;
  200. text-align:center;
  201. color:{color:link};
  202. text-transform:uppercase;
  203.  
  204. font-weight:bold;
  205. }
  206.  
  207. #permalink {
  208. text-align: left;
  209. font-size: 12px;
  210. color: {color:link};
  211. position: relative;
  212. margin-top: 10px;
  213. line-height:20px;
  214. }
  215.  
  216. #credit {
  217. position:fixed;
  218. font-size:20px;
  219. font-weight:normal;
  220. line-height:150%;
  221. letter-spacing:2px;
  222. right:10px;
  223. bottom:10px;
  224. text-transform:uppercase;
  225. text-align:center;
  226.  
  227. }
  228.  
  229. #credit a {
  230. padding:3px;
  231. color:{color:link};
  232. background:transparent;
  233. -moz-transition-duration:0.5s;
  234. -webkit-transition-duration:0.5s;
  235. -o-transition-duration:0.5s;
  236. }
  237.  
  238. </style>
  239.  
  240. </head>
  241.  
  242. <body>
  243.  
  244. <div id="sidebar">
  245.  
  246. <img src="{image:Sidebar}">
  247.  
  248. <div id="description">{Description}
  249.  
  250.  
  251. <form action="">
  252. <select onchange='location=this.options[this.selectedIndex].value;' style='width:80px;border: solid 1px; border-radius:2px; color: {color:text}; margin-top: 10px; margin-bottom: 10px; font-family:arial;background-color:transparent;' >
  253.  
  254. <option>nav</option>
  255.  
  256. <option value="/">home</option>
  257.  
  258. <option value="/faq">faq</option>
  259.  
  260. <option value="{text:Link 1 URL}">{text:Link 1 Text}</option>{/block:IfLink1} {block:IfLink2}
  261.  
  262. <option value="{text:Link 2 URL}">{text:Link 2 Text}</option>{/block:IfLink2} {block:IfLink3}
  263.  
  264. <option value="{text:Link 3 URL}">{text:Link 3 Text}</option>{/block:IfLink3}
  265.  
  266.  
  267. </select>
  268. </form>
  269. </div>
  270.  
  271. <div class="pagination">
  272. {block:PreviousPage}<a href="{PreviousPage}"><span style="text-decoration:underline;">back</span>&nbsp;</a>{/block:PreviousPage} <!--edited-->
  273. {block:NextPage}<a href="{NextPage}">&nbsp;<span style="text-decoration:underline;">next</span></a>{/block:NextPage}<!--edited-->
  274. </div>
  275.  
  276.  
  277. </div>
  278.  
  279. </div>
  280.  
  281. <div id="container">
  282. <div class = "autopagerize_page_element" >
  283. {block:Posts}
  284. <!-- {block:NoRebloggedFrom}
  285. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  286. {/block:NoRebloggedFrom} -->{block:ContentSource}<!-- {SourceURL}
  287. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  288. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  289. {/block:ContentSource}
  290. <div class="entry">
  291.  
  292.  
  293. {block:Text}
  294. <h1>{block:Title}{Title}{/block:Title}</h1>
  295. {Body}
  296. {/block:Text}
  297.  
  298. {block:Photo}
  299. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  300. {block:Caption}{Caption}{/block:Caption}
  301. {/block:Photo}
  302.  
  303. {block:Photoset}
  304. {Photoset-500}
  305. {block:Caption}{Caption}{/block:Caption}
  306. {/block:Photoset}
  307.  
  308. {block:Quote}
  309. {Quote}
  310. {block:Source}<br>—{Source}{/block:Source}
  311. {/block:Quote}
  312.  
  313. {block:Link}
  314. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  315. {block:Description}{Description}{/block:Description}
  316. {/block:Link}
  317.  
  318. {block:Chat}
  319. {block:Title}<h1>{Title}</h1>{/block:Title}
  320. {block:Lines}
  321. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  322. {/block:Lines}
  323. {/block:Chat}
  324.  
  325. {block:Audio}
  326. {AudioPlayerWhite}
  327. {block:Caption}{Caption}{/block:Caption}
  328. {/block:Audio}
  329.  
  330. {block:Video}
  331. {Video-500}
  332. {block:Caption}{Caption}{/block:Caption}
  333. {/block:Video}
  334.  
  335.  
  336. {block:Answer} <div class="question"><span class="asker"><img src="{AskerPortraitURL-24}">{Asker}: {Question}</span></div><div class="answer body">{Answer}</div>{/block:Answer}
  337.  
  338. <div id="permalink">
  339. {block:Date}{TimeAgo}{/block:Date} <a href="{Permalink}">
  340. {NoteCountWithLabel}</a>
  341.  
  342.  
  343.  
  344. <br>{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  345. </div>
  346.  
  347. {block:PostNotes}{PostNotes}{/block:PostNotes}
  348.  
  349.  
  350. </div> <!-- /div entry --->
  351.  
  352. {/block:Posts}
  353.  
  354.  
  355. </div><!-- /div container --->
  356.  
  357. <div id="credit"><a href="http://gbcolor.tumblr.com">©</a></div>
  358.  
  359.  
  360. </body>
  361.  
  362. </html>
Advertisement
Add Comment
Please, Sign In to add comment