furyofthetimelords

theme 003 (revamped) with infinite scroll

Dec 27th, 2012
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.76 KB | None | 0 0
  1. <!-- theme 003 revamped by laura @furyofthetimelords. don't steal or forget the credit and we'll be cool -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13.  
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:post" content="#7f8081" />
  16. <meta name="color:sidebar" content="#f5f5f5" />
  17. <meta name="color:description" content="#b9b8b8" />
  18. <meta name="color:text" content="#8e94a2" />
  19. <meta name="color:link" content="#b3b3c0" />
  20.  
  21. <meta name="text:updates quote" content="" />
  22. <meta name="text:link1" content="" />
  23. <meta name="text:link1 URL" content="" />
  24. <meta name="text:link2" content="" />
  25. <meta name="text:link2 URL" content="" />
  26. <meta name="text:link3" content="" />
  27. <meta name="text:link3 URL" content="" />
  28.  
  29. <meta name="image:sidebar img" content="" />
  30. <meta name="image:background" content="" />
  31.  
  32. <style type="text/css">
  33.  
  34. ::-webkit-scrollbar-thumb:vertical {background-color:{color:post};height:100px;}
  35.  
  36. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:post};height:10px !important;}
  37.  
  38. ::-webkit-scrollbar { height:10px;width:10px; background-color:#fff;}
  39.  
  40. body {
  41. background: {color:background};
  42. background-image: url('{image:background}');
  43. margin: 0;
  44. padding: 0;
  45. font-family: century schoolbook;
  46. font-size:11px;
  47. }
  48.  
  49. blockquote {
  50. border-left:1px solid {color:post};
  51. padding-left:3px;
  52. }
  53.  
  54. a{text-decoration:none;}
  55.  
  56. a:link, a:active, a:visited{
  57. color: {color:link};
  58. text-decoration:none;
  59. transition-duration: 0.8s;
  60. -moz-transition-duration: 0.8s;
  61. -webkit-transition-duration: 0.8s;
  62. -o-transition-duration: 0.8s;
  63. }
  64.  
  65. a:hover{
  66. color: {color:text};
  67. }
  68.  
  69.  
  70. #title {
  71. font-family:goudy old style;
  72. color:{color:text};
  73. font-size:17px;
  74. font-style:bold;
  75. text-align:center;
  76. text-decoration:none;
  77. }
  78.  
  79.  
  80. #sidebar {
  81. position:fixed;
  82. margin-top:150px;
  83. margin-left:150px;
  84. width:150px;
  85. padding:5px;
  86. }
  87.  
  88.  
  89. #sidebarpic img {
  90. margin-top:10px;
  91. margin-bottom:20px;
  92. width:100px;
  93. height:auto;
  94. text-align:center;
  95. border-radius:100px;
  96. }
  97.  
  98. #linkblock {
  99. position:absolute;
  100. margin-left:17px;
  101. width:110px;
  102. padding:2px;
  103. background-color:{color:sidebar};
  104. margin-top:-50px;
  105. border-top: 1px solid {color:post};
  106. border-bottom:1px solid {color:post};
  107. }
  108.  
  109. #description {
  110. margin-top:-5px;
  111. width: 100px;
  112. font-size:11px;
  113. text-align:justify;
  114. color:{color:description};
  115. font-family:times new roman;
  116. }
  117.  
  118. /* Updates tab, codes made by tygres */
  119. #tabs {
  120. text-align: left;
  121. font-size: 11px;
  122. position:fixed;
  123. color:{color:text};
  124. left:150px;
  125. bottom:-85px;
  126. -webkit-transition: all .5s ease-in-out;
  127. -moz-transition: all .5s ease-in-out;
  128. -o-transition: all .5s ease-in-out;
  129. z-index:999;
  130. }
  131.  
  132. #tabs:hover {bottom:0px;}
  133.  
  134. #tab1 {
  135. background: {color:background};
  136. border-top: 1px solid {color:link};
  137. padding:5px 0 5px 0;
  138. width:150px;
  139. height:75px;
  140. z-index: 9999;
  141. padding-left:10px;
  142. line-height:12px;
  143. }
  144.  
  145. #tabtit {
  146. background: {color:background};
  147. border-top:none;
  148. color:#777;
  149. border-width:1px;
  150. text-align:center;
  151. padding:5px;
  152. width: 150px;
  153. }
  154.  
  155. .question {
  156. width:500px;
  157. border-left: 1px solid {color:link};
  158. background-color:{color:sidebar};
  159. }
  160.  
  161. #player {
  162. width:30px;
  163. height:30px;
  164. margin-left:40px;
  165. margin-top:35px;
  166. overflow:hidden;
  167. position:absolute;
  168. opacity: 0.7;
  169. filter:alpha(opacity=70);
  170. -moz-opacity: 0.7;
  171. -khtml-opacity: 0.7;
  172. }
  173.  
  174. #audi img{
  175. margin-left:-100px;
  176. float:left;
  177. width:100px;
  178. height:100px;
  179. margin-right:5px;
  180. background-color:{color:border};
  181. }
  182.  
  183. #audip img{
  184. float:left;
  185. width:100px;
  186. height:100px;
  187. background-color:{color:border};
  188. }
  189.  
  190. #audiod {
  191. width:400px;
  192. margin-left:100px;
  193. height:100px;
  194. font-size:15px;
  195. text-transform:uppercase;
  196. font-family:goudy old style;
  197. }
  198.  
  199.  
  200. .question {
  201. border-left:1px solid {color:post};
  202. background-color:{color:sidebar};
  203. }
  204.  
  205. #entry {
  206. font-size:10px;
  207. margin-right: 290px;
  208. margin-top:40px;
  209. float: right;
  210. text-align: justify;
  211. width:500px;
  212. }
  213.  
  214. #post {
  215. font-size:10px;
  216. padding: 5px;
  217. width: 500px;
  218. color:{color:text};
  219. text-align: justify;
  220. }
  221.  
  222. #info {
  223. border-top:1px solid {color:post};
  224. padding-top:2px;
  225. }
  226.  
  227. #na {
  228. float:right;
  229. }
  230.  
  231. {CustomCSS}
  232. </style>
  233. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  234. </head>
  235.  
  236. <body>
  237.  
  238. <div id="sidebar">
  239. <center>
  240. <div id="sidebarpic"><img src="{image:sidebar img}"/></div>
  241. <div id="linkblock"><a href="/" title="home" >I.</a> <a href="/ask" title="ask" >II.</a> <a href="/archive" title="archive" >III.</a> <a href="{text:link1 URL}" title="{text:link1}">IV.</a> <a href="{text:link2 URL}" title="{text:link2}">V.</a> <a href="{text:link3 URL}" title="{text:link3}">VI.</a></div>
  242. <div id="description">{block:Description}{Description}{/block:Description}</div>
  243. <center>
  244. <a href="http://furyofthetimelords.tumblr.com" title="credit">(c)</a>
  245. </center></div>
  246.  
  247. <div id="tabs">
  248. <div id="tabtit"><em>{text:updates quote}</em></div>
  249. <div id="tab1">
  250. here's an updates tab. write whatever you want here.
  251. </div></div>
  252.  
  253.  
  254.  
  255. <div id="entry">
  256. {block:Posts}
  257. <div class = "autopagerize_page_element" >
  258. <div id="post">
  259.  
  260. {block:Text}<div id="title">{Title}</div>{Body}{/block:Text}
  261.  
  262. {block:Quote}<div id="title">“{Quote}” <br>— {Source}</div>{/block:Quote}
  263.  
  264. {block:Link}<a href="{URL}" class="link" {Target}> <div id="title">{Name}</div></a>
  265. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  266.  
  267. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  268. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  269.  
  270. {block:Chat}{block:Title}<div id="title">{Title}</div><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  271. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  272.  
  273. {block:Answer}
  274. <div class="question">
  275. <b>{Asker}</b> asked:<br>
  276. {Question}</div>{Answer}
  277. {/block:Answer}
  278.  
  279.  
  280.  
  281. {block:Audio}<div id="audip"><img src="http://fc08.deviantart.net/fs71/f/2011/185/f/9/no_cover_itunes_by_stainless2-d3kxnbe.png"></div><span class="audio">{block:AlbumArt}<div id="audi"><image src="{AlbumArtURL}" width="100"></div>{/block:AlbumArt}
  282. <div id= "player">{AudioPlayerWhite}</div> <div id="audiod"><center>{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName} {block:Artist}<br><em>{Artist}</em>{/block:Artist} {block:PlayCount}<br>{PlayCount} {/block:PlayCount}</div></center></span>
  283. {block:Caption}{Caption}{/block:Caption}
  284. {/block:Audio}
  285.  
  286. <div id="info"><a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} / <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<div id="na"> <a href="{ReblogParentURL}">via</a>
  287. {block:ContentSource} <a href="{SourceURL}">c</a>{block:ContentSource}</div>{/block:RebloggedFrom}<br>
  288. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
  289. {/block:Posts}
  290.  
  291. {block:PostNotes}{PostNotes}{/block:PostNotes}
  292.  
  293. </div>
  294.  
  295. {/block:Posts}
  296. </div>
  297.  
  298. </body>
  299.  
  300. </html>
Advertisement
Add Comment
Please, Sign In to add comment