Advertisement
lauracw

Theme #1 Infinite Scrolling

Mar 19th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!---- theme#1 by bluevlvet.tumblr.com
  4. DONT REMOVE CREDIT
  5. DONT USE THIS AS A BASE CODE
  6. ENJOY !! --->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15.  
  16. <meta name="color:text" content="#303030" />
  17. <meta name="color:sidelinks" content="#BDBDBD" />
  18. <meta name="color:sidelinkshover" content="#ffffff" />
  19. <meta name="color:sidelinkshoverback" content="#ffffff" />
  20. <meta name="color:link" content="#88857a" />
  21. <meta name="color:linkhovercolor" content="#c8cac8" />
  22. <meta name="color:big" content="#665456" />
  23. <meta name="color:bold" content="#e9c98f" />
  24. <meta name="color:scrollbar" content="#665456" />
  25. <meta name="color:scrollbarback" content="#e9c98f" />
  26. <meta name="color:title" content="#686661" />
  27. <meta name="color:italic" content="#f2e5be" />
  28. <meta name="color:border" content="#e4e3e2" />
  29. <meta name="color:linkscolor" content="#666666" />
  30. <meta name="color:Hover" content="#757575"/>
  31.  
  32. <meta name="text:link 1" content="link" />
  33. <meta name="text:link 1 url" content="/" />
  34. <meta name="text:link 2" content="link" />
  35. <meta name="text:link 2 url" content="/" />
  36.  
  37.  
  38. <meta name="image:sidebar" content=""/>
  39.  
  40. <style type="text/css">
  41.  
  42. /* --- SCROLLBAR ---*/
  43.  
  44.  
  45. ::-webkit-scrollbar {height: auto;width: 5px;}
  46. ::-webkit-scrollbar-thumb {background-color:{color:scrollbarback};}
  47. ::-webkit-scrollbar-track{background-color:{color:scrollbar};}
  48.  
  49.  
  50.  
  51.  
  52.  
  53. body {
  54. font-family: cambria;
  55.  
  56. font-size: 10px;
  57. line-height:100%;
  58. color: #BDBDBD;
  59. background-color: #ffffff;
  60. -moz-transition-duration: 0.7s;
  61. -webkit-transition-duration: 0.7s;
  62. -o-transition-duration: 0.7s;
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:#848484;
  70. }
  71.  
  72. img {
  73. border:none;
  74. }
  75.  
  76.  
  77. div#qTip {
  78. padding: 2px;
  79. display: none;
  80. text-align: center;
  81. position: absolute;
  82. font-style:italic;
  83. font-size:8px;
  84. line-height:10px;
  85. font-family:cambria;
  86. text-transform:uppercase;
  87. z-index: 1000;
  88. background: white;
  89. border:1px solid;
  90. border-color:#ebebeb;
  91. color:#c9c9c9;
  92.  
  93. letter-spacing: 1px;
  94. }
  95.  
  96. iframe#tumblr_controls {
  97. top: 0% !important;
  98. right:0% !important;
  99. opacity:0.3;
  100. position: fixed !important;
  101. filter:alpha(opacity=30);
  102. -webkit-transition: all 0.7s ease;
  103. -moz-transition: all 0.7s ease;
  104. -o-transition: all 0.7s ease;
  105. }
  106. iframe#tumblr_controls:hover{
  107. top: 0% !important;
  108. right:0% !important;
  109. opacity:0.8;
  110. position: fixed !important;
  111. filter:alpha(opacity=80);
  112. -webkit-transition: all 0.7s ease;
  113. -moz-transition: all 0.7s ease;
  114. -o-transition: all 0.7s ease;
  115. }
  116.  
  117.  
  118. h3{color:{color:title}; font-family:cambria; text-transform:lowercase; font-size:12px; line-height:11px; letter-spacing:0px; font-style:italic; margin:0px; padding:0px;}
  119. big{ color:{color:big}; font-family:cambria; letter-spacing:px; font-size:10px; font-style:normal; text-transform:uppercase;}
  120. i, em{color:{color:italic}; text-transform:lowercase; font-style:italic; font-size:9px;}
  121. gangnam {color:#c2c2c2; font-style: italic;text-transform:uppercase;}
  122. small{color:{color:title}; font-family:cambria; font-size:8px; text-transform:uppercase; letter-spacing: 1px; line-height:9px;}
  123. p{margin-top:3px; margin-bottom:3px}
  124. b, strong{color:{color:bold};font-weight: bold;
  125. }
  126.  
  127. a:link, a:active, a:visited{color: {color:link}; text-decoration:none; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s
  128.  
  129. ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  130. a:hover{color:{color:linkhovercolor}; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all
  131.  
  132. 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  133.  
  134.  
  135.  
  136. #entries { margin-left:450px; margin-top:60px; width:500px;}
  137.  
  138.  
  139. #posts{margin-bottom: 15px; overflow:hidden; background-color:white;}
  140.  
  141. #sidebar {
  142. position:fixed;
  143. margin-left:209px;
  144. margin-top:131px;
  145. }
  146.  
  147.  
  148. #sidebarimage {
  149. width 150px;
  150. height: auto;
  151. }
  152.  
  153. #sidebarimage img{
  154.  
  155. width:120px;
  156. height: auto;
  157. text-align:center;
  158. position:fixed;
  159. z-index:1;
  160. border:0px double;
  161. padding:5px;
  162. margin-top: 20px;
  163. border:1px solid #F8F8FF;
  164. }
  165.  
  166.  
  167. #sidebarimage img:hover{
  168. opacity:1;
  169. -moz-transition-duration:0.5s;
  170. -webkit-transition-duration:0.5s;
  171. -o-transition-duration:0.5s;
  172. }
  173.  
  174.  
  175. .sidebarlinks {
  176. display:block;
  177. width:20px;
  178. font-family:"cambria";
  179.  
  180. font-size:10px;
  181. text-align:center;
  182. text-transform: uppercase;
  183. position:fixed;
  184.  
  185. margin-left:0px;
  186. margin-top:70px;
  187. }
  188.  
  189. .sidebarlinks a{
  190. text-align:center;
  191. display:block;
  192. width:42px;
  193. border:1px #F8F8FF solid;
  194. color:{color:sidelinks};
  195. margin-bottom:2px;
  196. padding:1px 6px 1px 6px;
  197. -webkit-transition: all 0.5s ease;
  198. -moz-transition: all 0.5s ease;
  199. -o-transition: all 0.5s ease;
  200.  
  201.  
  202. }
  203.  
  204. .sidebarlinks a:hover{
  205. color:{color:sidelinkshover};
  206. background-color:{color:sidelinkshoverback};
  207. }
  208.  
  209.  
  210. #sidebar .sidebarlinks{
  211. opacity:0;
  212. -webkit-transition: all 0.5s ease-out;
  213. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  214.  
  215. }
  216.  
  217. #sidebar:hover .sidebarlinks{
  218. opacity:1;
  219. -webkit-transition: all 0.5s ease-out;
  220. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  221. padding-top:90px;
  222. }
  223.  
  224.  
  225.  
  226.  
  227.  
  228. .description {
  229.  
  230. padding:9px;
  231. position: fixed;
  232. text-align:right;
  233. padding-top:10px;
  234. font-size: 10px;
  235. padding-bottom: 5px;
  236.  
  237. font-family:"cambria";
  238. font-style: italic;
  239. width: 68px;
  240. margin-left: 50px;
  241. margin-top: 150px;
  242. background:transparent;}
  243.  
  244.  
  245.  
  246. #titles{ color:{color:title}; font-family:times new; text-transform:uppercase; font-size:8px; line-height:14px; margin-bottom:-4px;}
  247.  
  248. .pagination {
  249. width:180px;
  250. margin-left: 26px;
  251. margin-top:200px;
  252. position:fixed;
  253. color: #adc5ca;
  254. font-size:11px;
  255. font-family: cambria;
  256. text-align:center;
  257. padding-top:10px;
  258. }
  259.  
  260. .pagination a {
  261. color:{color:sidelinks}}
  262.  
  263.  
  264. h1{ color:{color:title}; font-size:10px; font-family:cambria; text-transform:lowercase; margin-bottom:-2px;}
  265.  
  266. #info {background-color:ffffff; color:{color:text}; font-family:cambria; font-size:9px; text-transform: lowercase; letter-spacing: 1px; text-align:right;width: 494px; padding:1px;}
  267.  
  268. #tags {color:{color:text}; font-size:8px;font-style:normal; text-transform:lowercase;}
  269.  
  270. .asker a {color: {color:bold};}
  271.  
  272. .answer {
  273. margin-top:-5px;font-weight: normal; }
  274.  
  275. .asker {
  276. width: 485px;
  277. background-color: {color:question};
  278. font-family:cambria;
  279. padding: 10px;
  280. font-style:italic;
  281. font-size: 10px; color: {color:bold};
  282. font-weight: normal;
  283. text-transform: lowercase;
  284. line-height: 11px; }
  285.  
  286. .asker img{
  287. float: left;
  288. padding: 0px 5px 0px 0px;
  289. border-radius: 100px;}
  290.  
  291. .asker a{
  292. font-size: 12px;
  293. color:{color:bold};
  294. line-height: 11px;
  295. padding: 0;
  296. margin: 0;}
  297.  
  298. .question {
  299. font-size: 12px;
  300. font-weight: normal;
  301. color:{color:text};
  302. padding:20px
  303. overflow:hidden;
  304. text-transform: none;}
  305.  
  306. .answer {
  307. padding-left: 4px;
  308. padding-right: 4px;
  309. padding-top: 4px;}
  310.  
  311.  
  312.  
  313.  
  314. img a{border:none}
  315.  
  316. .audio {opacity: 0.9; position:relative; overflow:hidden; min-height:150px;opacity:0.90;
  317. -webkit-transition: all 0.9s ease;
  318. -moz-transition: all 0.9s ease;
  319. -o-transition: all 0.9s ease;
  320.  
  321. -webkit-filter: grayscale(100%);
  322. z-index: -9999999999999999999999999px;
  323. -webkit-transition: all 0.9s ease;
  324. -moz-transition: all 0.9s ease;
  325. -o-transition: all 0.9s ease;
  326. -ms-transition: all 0.9s ease;
  327. transition: all 0.9s ease;}
  328. .audio:hover {opacity:0.90;
  329. -webkit-transition: all 0.9s ease;
  330. -moz-transition: all 0.9s ease;
  331. -o-transition: all 0.9s ease;
  332.  
  333. -webkit-filter: grayscale(0%);
  334. z-index: -9999999999999999999999999px;
  335. -webkit-transition: all 0.9s ease;
  336. -moz-transition: all 0.9s ease;
  337. -o-transition: all 0.9s ease;
  338. -ms-transition: all 0.9s ease;
  339. transition: all 0.9s ease;}
  340. .player {position:absolute; z-index:100; background:#FFFFFF; margin-top:100px; margin-left:130px; opacity:0.75; filter:alpha(opacity=75);}
  341. .audioplayer {width:15px; height:25px; overflow:hidden; padding:3px; margin-right:11px}
  342. .audioinfo {margin-left:172px; line-height:155%; font-family:cambria; font-size:10px!important;}
  343. .audiocaption {margin-left:172px;}
  344. .audiocaption img {max-width:330px!important}
  345. .audiocaption blockquote img {max-width:320px!important}
  346. .audiocaption blockquote blockquote img {max-width:310px!important}
  347.  
  348. ul li {list-style-type: circle; margin-left:-20px; list-style-position:inside;}
  349.  
  350. .notes img{width:10px; position:relative; top:1px;}
  351. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  352. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  353.  
  354.  
  355.  
  356.  
  357. {CustomCSS}</style></head><body>
  358. <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
  359.  
  360.  
  361.  
  362. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  363.  
  364.  
  365.  
  366. </head><body>
  367.  
  368.  
  369. <div id="sidebar">
  370.  
  371. <div id="sidebarimage"><img src="{image:sidebar}">
  372.  
  373.  
  374.  
  375. </div>
  376.  
  377.  
  378. <div class="description">{description}</div>
  379. <div class="pagination">
  380. </div>
  381.  
  382. <div class="sidebarlinks">
  383. <a title="home" href="/">I.</a>
  384. <a title="ask" href="/ask">II.</a>
  385. <a title="{text:link 1}" href="{text:link 1 url}">III.</a>
  386. <a title="{text:link 2}" href="{text:link 2 url}">IV.</a>
  387.  
  388.  
  389. </div>
  390.  
  391. </div>
  392.  
  393.  
  394.  
  395. </div></div></div>
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402. <div class="entries"><div class="post">
  403.  
  404.  
  405.  
  406. <div id="entries">
  407. <div class = "autopagerize_page_element" >
  408. {block:Posts}
  409. <div id="posts">
  410. {block:Quote}<div id="titles">"{Quote}"&nbsp; - {Source}</div>{/block:Quote}
  411. {block:Title}<div id="titles">{Title}&nbsp;</div>{/block:Title}
  412. {block:Text}{Body}{/block:Text}
  413. </div>
  414.  
  415. <div class = "autopagerize_page_element" >
  416. {block:Link}<a href="{URL}" class="link" {Target}><div id="titles">{Name}&nbsp;</div></a>
  417. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  418. </div>
  419.  
  420. <div class = "autopagerize_page_element" >
  421. {block:Photo}<center>{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}"></div>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  422. </div>
  423.  
  424. <div class = "autopagerize_page_element" >
  425. {block:Photoset}<center><div class="photo">{Photoset-500}</div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  426. </div>
  427. <div class = "autopagerize_page_element" >
  428. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  429. </div>
  430. <div class = "autopagerize_page_element" >
  431. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432. </div>
  433.  
  434. <div class = "autopagerize_page_element" >
  435. {block:Answer}
  436. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker} said to me: </br>
  437. <div class="question">{Question}</div></div>
  438. <div class="answer">{Answer}</div>
  439. {/block:Answer}
  440. </div>
  441. <div class = "autopagerize_page_element" >
  442. {block:Audio}<div class="audio"><span style="background-color:{color:Background}; position:absolute; width:80px; height:80px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="130px" height="130px" align="left" style="margin-left:30px; opacity: 0.5; border: 1px solid #ededed; padding: 5px;" />{/block:AlbumArt}<div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div></span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  443.  
  444.  
  445. <div id="info">{block:Date}<a href="{Permalink}"> posted {TimeAgo}</a> with {NoteCountWithLabel}
  446. {block:RebloggedFrom} — <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> from</a>{/block:RebloggedFrom}
  447. {block:ContentSource}+<a href="{SourceURL}"> original</a>
  448. {/block:ContentSource}
  449. {/block:Date}
  450. <div id="tags">{block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags} {/block:HasTags}</div>
  451. </div>
  452.  
  453. </div>
  454. {/block:Posts}
  455. {block:PostNotes}{PostNotes}{/block:PostNotes}
  456.  
  457. <div style="position:fixed; bottom:8px; right:5px; letter-spacing:2px;color:white;padding:3px; font-size:10px;font-family:calibri;text-transform:uppercase;"><center>
  458. <a href="http://bluevlvet.tumblr.com">©</a>
  459. </div>
  460.  
  461. </div>
  462.  
  463. </body>
  464.  
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement