Advertisement
Shopcious

Circles

Apr 2nd, 2013
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.21 KB | None | 0 0
  1. <!-- Circles theme by GHOSTINQ, i worked so hard on this theme so please give me the credit, thanks! -->
  2. <html lang="en">
  3. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Dosis:200,400' rel='stylesheet' type='text/css'>
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11.  
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  13. <meta name="color:background" content="#fff"/>
  14. <meta name="color:text" content="#000"/>
  15. <meta name="color:title" content="#000"/>
  16. <meta name="color:link" content="#000"/>
  17. <meta name="image:sidebar" content="1"/>
  18. <meta name="image:Background" content=""/>
  19. <meta name="text:Link One Title" content="" />
  20. <meta name="text:Link One" content="" />
  21. <meta name="text:Link Two Title" content="" />
  22. <meta name="text:Link Two" content="" />
  23. <meta name="text:Link Three Title" content="" />
  24. <meta name="text:Link Three" content=""/>
  25. <meta name="text:Link Four Title" content="" />
  26. <meta name="text:Link Four" content=""/>
  27. <meta name="if:flowers" content="0"/>
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  33.  
  34. ::-webkit-scrollbar {width: 6px; height: 4px; background: {color:background}; }
  35.  
  36. ::-webkit-scrollbar-thumb { background-color: {color:Link}; -webkit-border-radius: 0px; border: 1px solid {color:Link};}
  37.  
  38. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 1s;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  39.  
  40. iframe#tumblr_controls:hover{text-shadow: 2px 2px 1px #000; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  41.  
  42. @font-face { font-family: "candara"; src: url('http://static.tumblr.com/hvla4rs/pYLmiarfw/candara.ttf'); }
  43.  
  44. @font-face { font-family: "candarai"; src: url('http://static.tumblr.com/hvla4rs/JY8miarkt/candarai.ttf'); }
  45.  
  46. body {
  47. margin:0px;
  48. background-color: {color:Background};
  49. background-image:url({image:Background});
  50. background-attachment: fixed;
  51. background-repeat: repeat;}
  52. body, div, p, textarea, submit, input{
  53. font-family: candara;
  54. font-size: 10px;
  55. line-height:auto;
  56. letter-spacing:0px;
  57. color:{color:Text};
  58. }
  59.  
  60.  
  61. a:link, a:active, a:visited{
  62. text-decoration: none;
  63. -webkit-transition-duration: 1.0s;
  64. color: {color:Link};}
  65.  
  66. a:hover{
  67. color:#fff;
  68. text-decoration: none;
  69. font-style: none;
  70. }
  71.  
  72. #description{
  73. z-index: 1;
  74. display: inline;
  75. float: left;
  76. position:fixed !important;
  77. width: 355px;
  78. height: 10px;
  79. padding: 15px;
  80. margin-top: 0px;
  81. margin-left: 510px;
  82. text-align:center;
  83. background-color: #bebebe;
  84. opacity: 1;
  85. font-family: candara;
  86. color: #fff;
  87. font-size: 8px;
  88. text-transform: uppercase;
  89. letter-spacing: 1px;
  90. }
  91.  
  92. #flowers{
  93. position:fixed;
  94. margin-left:450px;
  95. bottom: -10px;
  96. {block:ifnotflowers}
  97. opacity: 1;
  98. {/block:ifnotflowers}
  99. }
  100.  
  101. #sidebar{
  102. display: inline-block;
  103. float: left;
  104. position:fixed !important;
  105. width:60px;
  106. padding: 10px;
  107. padding-bottom: 8px;
  108. height: auto;
  109. margin-top:43px;
  110. margin-left:495px;
  111. text-align:center;
  112. background-color: transparent;
  113. font-family: candara;
  114. color: #fff;
  115. font-size: 8px;
  116. text-transform: uppercase;
  117. opacity: 1;
  118. border:1px solid #bebebe;
  119. background-color: #bebebe;
  120. }
  121.  
  122.  
  123. #navigation{
  124. display: inline-block;
  125. float: left;
  126. position:fixed !important;
  127. width:60px;
  128. padding: 2px;
  129. padding-bottom: 2px;
  130. height: auto;
  131. margin-top: 43px;
  132. margin-left:839px;
  133. text-align:center;
  134. background-color: #bebebe;
  135. font-family: candara;
  136. font-size: 8px;
  137. color: #fff;
  138. text-transform: uppercase;
  139. opacity: 1;
  140. }
  141.  
  142. #posts {
  143. float: center;
  144. width:256px;
  145. top:37px;
  146. margin-left:580px;
  147. margin-right: auto;
  148. position:relative;
  149. overflow-y: hidden;
  150. opacity: 1;
  151. background-color: #bebebe;
  152. }
  153.  
  154. .entry{
  155. float:left;
  156. display: block;
  157. padding: 2px;
  158. padding-bottom: 1px;
  159. margin: 1px;
  160. overflow:hidden;
  161. width:250px;
  162. opacity: 1;
  163. border-bottom: 1px dotted #696969;
  164. {block:PermalinkPage}
  165. width:246px;
  166. margin-right:1px;
  167. text-align:center;
  168. {/block:PermalinkPage}
  169. }
  170.  
  171.  
  172. .permalink{
  173. margin-right:0px;
  174. width:230px;
  175. padding: 2px;
  176. top: 10px;
  177. margin-left:8px;
  178. position: absolute;
  179. font-family: candara;
  180. text-transform:uppercase;
  181. font-size: 8px;
  182. text-align: center;
  183. letter-spacing: 1px;
  184. overflow:hidden;
  185. opacity: 0.0;
  186. background-color:#bebebe;
  187. -webkit-transition: opacity 0.5s ease-in; opacity: 0.0;
  188. -webkit-transition: all 0.5s ease-in;
  189. -moz-transition: all 0.5s ease-in;
  190. transition: all 0.5s ease-in;
  191. }
  192.  
  193. .entry:hover .permalink{
  194. overflow:visible;
  195. top: 10px;
  196. -webkit-transition: opacity 0.5s ease-in; opacity: 1;
  197. -webkit-transition: all 0.5s ease-in;
  198. -moz-transition: all 0.5s ease-in;
  199. transition: all 0.5s ease-in;
  200. }
  201.  
  202. .title{
  203. height: auto;
  204. padding: 2px;
  205. text-align:center;
  206. background-color: #bebebe;
  207. opacity: 1;
  208. font-family: candara;
  209. font-size: 8px;
  210. text-transform: uppercase;
  211. letter-spacing: 1px;
  212. color: {color:Title};
  213. }
  214.  
  215. #infscr-loading{
  216. bottom: -70px;
  217. position: absolute;
  218. left: 50%;
  219. margin-left:-8px;
  220. width:16px;
  221. height:11px;
  222. overflow:hidden;
  223. margin-bottom: 50px;
  224. }
  225.  
  226. #postnotes{
  227. text-align: justify;
  228. }
  229.  
  230.  
  231.  
  232. {CustomCSS}
  233.  
  234. </style>
  235.  
  236. {block:IndexPage}
  237. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  238. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  239.  
  240. <script type="text/javascript">
  241. $(window).load(function () {
  242. var $content = $('#posts');
  243. $content.masonry({itemSelector: '.entry'}),
  244. $content.infinitescroll({
  245. navSelector : 'div#pagination',
  246. nextSelector : 'div#pagination a#nextPage',
  247. itemSelector : '.entry',
  248. loading: {
  249. finishedMsg: '',
  250. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  251. },
  252. bufferPx : 600,
  253. debug : false,
  254. },
  255. // call masonry as a callback.
  256. function( newElements ) {
  257. var $newElems = $( newElements );
  258. $newElems.hide();
  259. // ensure that images load before adding to masonry layout
  260. $newElems.imagesLoaded(function(){
  261. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  262.  
  263.  
  264. });
  265. });
  266. });
  267. </script>
  268. {/block:IndexPage}
  269.  
  270.  
  271. <title>{title}</title>
  272.  
  273. <link rel="shortcut icon" href="http://i49.tinypic.com/245mz3a.gif">
  274. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  275. <meta name="viewport" content="width=820" />
  276.  
  277. <script type="text/javascript">
  278.  
  279. </script>
  280.  
  281. <script language=JavaScript>
  282.  
  283. </script>
  284.  
  285.  
  286. </head>
  287.  
  288.  
  289. <body>
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297. <div id="navigation">
  298. <a href="{text:Link One}">{text:Link One Title}</a> <br><br>
  299. <a href="{text:Link Two}">{text:Link Two Title}</a> <br><br>
  300. <a href="{text:Link Three}">{text:Link Three Title}</a> <br><br>
  301. <a href="{text:Link Four}">{text:Link Four Title}</a> <br><br>
  302. <a href="http://ghostinq.tumblr.com/"> Credit</a>
  303.  
  304.  
  305.  
  306. </div>
  307.  
  308.  
  309.  
  310. <div id="sidebar" >
  311.  
  312. <img src="{image:sidebar}" width=60px></a>
  313.  
  314.  
  315. </div>
  316.  
  317.  
  318. <div id="description">
  319. {Description}
  320.  
  321.  
  322. </div>
  323.  
  324.  
  325. <div id="flowers">
  326. {block:ifflowers}<a href="http://tinypic.com?ref=5nyxj" target="_blank"><img src="http://i47.tinypic.com/5nyxj.png" border="0" alt="Image and video hosting by TinyPic"></a>{/block:ifflowers}
  327.  
  328.  
  329. </div>
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. </center></div>
  345. </div>
  346.  
  347. <div class="left">
  348. <div id="posts">
  349. {block:Posts}
  350. <div class="entry">
  351.  
  352. {block:Answer}
  353. <div style="height: auto; padding: 2px; text-align:center; background-color: #bebebe; opacity: 1; font-family: candara; color: #fff; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; ">
  354.  
  355. {Asker}: {Question}</div>
  356. <div style="margin-top:2px; margin-bottom:4px; background-color: #efefef; text-align:left; min-width: auto;">
  357. {Answer}
  358. </div>
  359. {block:IndexPage}
  360.  
  361.  
  362. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  363. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right;"> {NoteCount} </div></a>
  364. {/block:IndexPage}
  365. {block:Answer}
  366.  
  367.  
  368. {block:Text}
  369. {block:Title}<div class="title">{Title}</div>{/block:Title}
  370. <span class="entrytext">{Body}</span></a>
  371. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px; "></div>
  372. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right; text-transform: uppercase;"> {NoteCountwithLabel} <a> &middot </a> <a href="{ReblogURL}" target="_blank">reblog</div></a>
  373. {/block:IndexPage}
  374. {block:Text}
  375.  
  376. {block:Link}
  377. <a href="{URL}"><span class="title">{Name}</span></a></center>
  378. <div style="margin-left:0px;">{block:Description}{Description}{/block:Description}</div>
  379. {block:IndexPage}
  380.  
  381. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  382. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right; text-transform: uppercase;"> {NoteCountwithLabel} <a> &middot </a> <a href="{ReblogURL}" target="_blank">reblog</div></a>
  383. {/block:IndexPage}
  384. {block:Link}
  385.  
  386. {block:Photo}
  387. {block:IndexPage}
  388. <div class="permalink"> <a href="{permalink}"> {NoteCountwithlabel} <img src= "http://i50.tinypic.com/2djbh1f.gif"</a> <a href="{ReblogURL}" target="_blank">Reblog</a> </span></div>
  389. {/block:IndexPage}
  390. {block:IndexPage}
  391. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px/></a>
  392. {/block:IndexPage}
  393. {block:permalinkpage}{LinkOpenTag}
  394. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  395. {/block:permalinkpage}
  396. {/block:Photo}
  397.  
  398.  
  399.  
  400.  
  401.  
  402. {block:Quote}
  403. <span class="title">{Quote}</span><br />
  404. {block:Source}{Source}{/block:Source}
  405. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  406. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right; text-transform: uppercase;"> {NoteCountwithLabel} <a> &middot </a> <a href="{ReblogURL}" target="_blank">reblog</div></a>
  407. {/block:IndexPage}
  408. {block:Quote}
  409.  
  410. {block:Chat}
  411. {block:Title}<span class="title">{Title}</span>{/block:Title}
  412. <ul class="chat">
  413. {block:Lines}
  414. <li class="user_{UserNumber}">
  415. {block:Label}
  416. <span class="label">{Label}</span>
  417. {/block:Label}
  418.  
  419. {Line}
  420. </li>
  421. {/block:Lines}
  422. </ul>
  423. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px; "></div>
  424. <a href="{Permalink}"><div style="margin-bottom:0px;text-align:right; text-transform: uppercase;"> {NoteCountwithLabel} <a> &middot </a> <a href="{ReblogURL}" target="_blank">reblog</div></a>
  425. {/block:IndexPage}
  426. {block:Chat}
  427.  
  428. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  429. <center>{AudioPlayerBlack}
  430. {block:Caption}{Caption}{/block:Caption}</center>
  431.  
  432. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  433. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right; text-transform: uppercase;"> {NoteCountwithLabel} <a> &middot </a> <a href="{ReblogURL}" target="_blank">reblog</div></a>
  434. {/block:IndexPage}
  435. {block:Audio}
  436.  
  437.  
  438. {block:Video}<center>
  439. <div class="video">{Video-250}</div></center>
  440. {block:IndexPage}<div style="height:1px;background-color:#bbb;width:100%;margin-top:2px;margin-bottom:1px;"></div>
  441. <a href="{Permalink}"><div style="margin-bottom:0px; text-align:right; text-transform: uppercase;"> {NoteCountwithLabel}</a> <a> &middot </a> <a href="{ReblogURL}" target="_blank">reblog</div></a>
  442. {/block:IndexPage}
  443. {block:Video}
  444.  
  445.  
  446. {block:Photoset}
  447. <center>
  448. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  449. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  450. </center>
  451.  
  452. {block:IndexPage}
  453. <div class="permalink"> <a href="{permalink}"> {NoteCountwithlabel} <img src= "http://i50.tinypic.com/2djbh1f.gif"</a> <a href="{ReblogURL}" target="_blank">Reblog</a> </span></div>
  454. {/block:IndexPage}
  455. {/block:Photoset}
  456.  
  457.  
  458. {block:PostNotes}<div align="right">{caption}</div>
  459.  
  460. {block:RebloggedFrom}
  461. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a> with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  462. <br> Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  463. {block:HasTags}
  464. {block:Tags}<a href="{TagURL}">{Tag} </a>{/block:Tags} {/block:HasTags}
  465.  
  466. {/block:RebloggedFrom}
  467. </center></span>
  468. <br>
  469. <div id="postnotes">{PostNotes}</div><br>
  470.  
  471. <center>{block:ContentSource}
  472. <br><a href="{SourceURL}">
  473. {lang:Source}:
  474. {block:SourceLogo}
  475. <img src="{BlackLogoURL}" width="{LogoWidth}"
  476. height="{LogoHeight}" alt="{SourceTitle}" />
  477. {/block:SourceLogo}
  478. {block:NoSourceLogo}
  479. {SourceLink}
  480. {/block:NoSourceLogo}
  481. </a>
  482. {/block:ContentSource}</center>
  483. {/block:PostNotes}
  484. </div>
  485. {/block:Posts}
  486. </div></div>
  487.  
  488. {block:IndexPage}
  489. {block:Pagination}
  490. <div id="pagination">
  491. {block:NextPage}
  492. <a id="nextPage" href="{NextPage}"></a>
  493. {/block:NextPage}
  494. {block:PreviousPage}
  495. <a href="{PreviousPage}"></a>
  496. {/block:PreviousPage}
  497. </div>
  498. {/block:Pagination}
  499. {/block:IndexPage}
  500.  
  501. </div>
  502.  
  503. </body>
  504.  
  505.  
  506.  
  507.  
  508.  
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement