Advertisement
Guest User

QueenTheme

a guest
Aug 3rd, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.52 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m3k66sZyVU1qfjy56.png">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- ~ Theme by QueenBoobie ~ -->
  9. <!-- Do not remove the credit please I will crush you -->
  10.  
  11. <meta name="image:Background" content=""/>
  12. <meta name="image:Sidebar" content=""/>
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:LinkHover" content="#000000"/>
  18. <meta name="color:Borders" content="#000000"/>
  19. <meta name="color:TitleBackground" content="#fcebd5"/>
  20. <meta name="color:PermaBackground" content="#fcebd5"/>
  21. <meta name="color:Title" content="#000000"/>
  22. <meta name="color:LinksBackground" content="#fcebd5"/>
  23. <meta name="color:SidebarBackground" content="#ffffff"/>
  24. <meta name="color:PostsBackground" content="#ffffff"/>
  25. <meta name="color:LinksHoverBackground" content="#ffffff"/>
  26. <meta name="color:LinksHoverText" content="#000000"/>
  27. <meta name="color:PermaText" content="#777777" />
  28. <meta name="color:Scrollbar" content="#000000" />
  29.  
  30. <meta name="if:250px" content="0"/>
  31. <meta name="if:2column" content="0"/>
  32. <meta name="if:ShowTags" content="0"/>
  33. <meta name="if:ShowCaptions" content="0"/>
  34. <meta name="if:SmallSidebar" content="0"/>
  35. <meta name="if:ShowTitle" content="1"/>
  36. <meta name="if:SmallCursor" content="0"/>
  37. <meta name="if:FadedImages" content="0"/>
  38.  
  39. <meta name="text:Link1" content=""/>
  40. <meta name="text:Link1 Title" content=""/>
  41. <meta name="text:Link2" content=""/>
  42. <meta name="text:Link2 Title" content=""/>
  43. <meta name="text:Link3" content=""/>
  44. <meta name="text:Link3 Title" content=""/>
  45. <meta name="text:Link4" content=""/>
  46. <meta name="text:Link4 Title" content=""/>
  47.  
  48. <style type="text/css">
  49.  
  50. body {
  51. background:{color:Background};
  52. background-image: url({image:Background});
  53. background-attachment:fixed;
  54. margin:0px;
  55. color:{color:Text};
  56. font-family:verdana;
  57. font-size:10px;
  58. line-height:120%;
  59. {block:ifSmallCursor}
  60. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress;
  61. {/block:ifSmallCursor}
  62. }
  63.  
  64. h1{
  65. line-height:120%;
  66. margin-top:-5px;
  67. }
  68. a {
  69. text-decoration:none;
  70. outline:none;
  71. -moz-outline-style:none;
  72. color:{color:Link};
  73. transition: 0.2s linear;
  74. {block:ifSmallCursor}
  75. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress;
  76. {/block:ifSmallCursor}
  77. }
  78.  
  79. a:hover{
  80. color:{color:LinkHover};
  81. transition: 0.2s linear;
  82. {block:ifSmallCursor}
  83. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress;
  84. {/block:ifSmallCursor}
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:1px solid;
  94. margin-left:10px;
  95. }
  96.  
  97. blockquote blockquote {
  98. padding-left:5px;
  99. border-left:1px solid;
  100. margin-left:10px;
  101. }
  102.  
  103. h1 {
  104. font-size:15px;
  105. }
  106.  
  107. #entries {
  108. padding:10px;
  109. {block:if250px}
  110. width:350px;
  111. {block:if2column}
  112. width:650px;
  113. {block:if2column}
  114. {/block:if250px}
  115. {block:IfNot250px}
  116. width:500px;
  117. {block:if2column}
  118. width:950px;
  119. {/block:if2column}
  120. {/block:IfNot250px}
  121. margin-left:400px;
  122. margin-top:10px;
  123. }
  124.  
  125. #post {
  126. {block:if250px}
  127. {block:IndexPage}
  128. width:250px;
  129. {/block:IndexPage}
  130. {block:PermalinkPage}
  131. width:400px;
  132. {/block:PermalinkPage}
  133. {/block:if250px}
  134. {block:IfNot250px}
  135. width:400px;
  136. {/block:IfNot250px}
  137. padding:10px;
  138. border:1px solid {color:Borders};
  139. float:left;
  140. margin:15px;
  141. background:{color:PostsBackground};
  142. }
  143.  
  144. #post img{
  145. {block:if250px}
  146. width:250px;
  147. {/block:if250px}
  148. {block:IfNot250px}
  149. width:400px;
  150. {/block:IfNot250px}
  151. {block:ifFadedImages}
  152. opacity:0.8;
  153. transition: 0.2s linear;
  154. }
  155. #post img:hover{
  156. opacity:1;
  157. transition: 0.2s linear;
  158. }
  159. {/block:ifFadedImages}
  160.  
  161. .text{
  162. margin-top:-10px;
  163. }
  164. .text img{
  165. {block:IfNot250px}
  166. max-width:390px;
  167. {/block:IfNot250px}
  168. {block:If250px}
  169. max-width:240px;
  170. {/block:If250px}
  171. }
  172.  
  173. #answer img{
  174. {block:IfNot250px}
  175. max-width:400px;
  176. {/block:IfNot250px}
  177. {block:If250px}
  178. max-width:250px;
  179. {/block:If250px}
  180. }
  181.  
  182. .caption{
  183. width:270px;
  184. }
  185.  
  186. #sidebar {
  187. width:200px;
  188. {block:ifSmallSidebar}
  189. width:125px;
  190. {/block:ifSmallSidebar}
  191. position:fixed;
  192. margin-left:170px;
  193. {block:ifSmallSidebar}
  194. margin-left:245px;
  195. {/block:ifSmallSidebar}
  196. margin-top:130px;
  197. border:1px solid {color:Borders};
  198. height:auto;
  199. background:{color:SidebarBackground};
  200. }
  201.  
  202. #title {
  203. font-size:15px;
  204. letter-spacing:2px;
  205. {block:ifSmallSidebar}
  206. letter-spacing:0px;
  207. {/block:ifSmallSidebar}
  208. text-align:center;
  209. margin:5px;
  210. border:1px solid {color:Borders};
  211. padding-bottom:2px;
  212. background:{color:TitleBackground};
  213. line-height:120%;
  214. }
  215.  
  216. #title a{
  217. color:{color:Title};
  218. }
  219.  
  220. #title:hover{
  221. letter-spacing:4px;
  222. {block:ifSmallSidebar}
  223. letter-spacing:2px;
  224. {/block:ifSmallSidebar}
  225. transition: 0.1s linear;
  226. }
  227.  
  228. #sidebar img{
  229. width:180px;
  230. {block:ifSmallSidebar}
  231. width:105px;
  232. {/block:ifSmallSidebar}
  233. padding:4px;
  234. {block:IfNotShowTitle}
  235. margin-top:5px;
  236. {/block:IfNotShowTitle}
  237. border:1px solid {color:Borders};
  238. }
  239.  
  240. #description {
  241. {block:IfNotSidebarImage}
  242. margin-top:-5px;
  243. {block:IfNotshowtitle}
  244. margin-top:0px;
  245. {/block:IfNotshowtitle}
  246. {/block:IfNotSidebarImage}
  247. padding:5px;
  248. text-align:center;
  249.  
  250. }
  251.  
  252. #pagination {
  253. font-size:20px;
  254. text-align:center;
  255. }
  256.  
  257. #info {
  258. text-align:center;
  259. {block:IfNot250px}
  260. text-align:left;
  261. {/block:IfNot250px}
  262. margin-top:10px;
  263. background:{color:PermaBackground};
  264. border:1px solid {color:Borders};
  265. padding-top:2px;
  266. padding-bottom:3px;
  267. }
  268.  
  269. #info a{
  270. color:{color:PermaText};
  271. {block:IfNot250px}
  272. margin-left:5px;
  273. {/block:IfNot250px}
  274. }
  275.  
  276. #info a:hover{
  277. color:{color:LinkHover};
  278. {block:IfNot250px}
  279. letter-spacing:2px;
  280. {/block:IfNot250px}
  281. }
  282.  
  283. #asker {
  284. float:left;
  285. margin-right:5px;
  286. }
  287. .links{
  288. width:190px;
  289. margin-left:4px;
  290. margin-bottom:7px;
  291. text-align:center;
  292. margin-top:2px;
  293. {block:ifSmallSidebar}
  294. width:115px;
  295. margin-left:4px;
  296. margin-bottom:5px;
  297. text-align:center;
  298. {/block:ifSmallSidebar}
  299. }
  300. .links a{
  301. background:{color:LinksBackground};
  302. border:1px solid {color:Borders};
  303. padding:4px;
  304. margin-left:3px;
  305. margin-right:3px;
  306. color:black;
  307. line-height:270%;
  308. {block:ifSmallSidebar}
  309. padding:2px;
  310. margin-left:2px;
  311. margin-right:2px;
  312. line-height:230%;
  313. {/block:ifSmallSidebar}
  314. }
  315. .links a:hover{
  316. background:{color:LinksHoverBackground};
  317. color:{color:LinksHoverText};
  318. }
  319.  
  320. .postnotes{
  321. margin-left:400px;
  322. width:450px;
  323. margin-top:-20px;
  324. padding:10px;
  325. }
  326.  
  327. #credit{
  328. position:fixed;
  329. bottom:10px;
  330. left:10px;
  331. height:10px;
  332. transition: 0.2s linear;
  333. opacity:0.7;
  334. transition: 0.2s linear;
  335. }
  336. #credit:hover{
  337. opacity:1;
  338. height:35px;
  339. transition: 0.2s linear;
  340. }
  341. ::-webkit-scrollbar {width: 8px; height: 4px; background: transparent; }
  342. ::-webkit-scrollbar-thumb {background-color: {color:Scrollbar}; border: 2px solid; border-color:{color:Background}; }
  343.  
  344. ::-webkit-scrollbar:horizontal {width: 4px; height: 8px; background: {color:Background}; }
  345. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scrollbar}; border: 2px solid; border-color:{color:Background}; }
  346. {CustomCSS}</style>
  347.  
  348. <!--Masonry Script-->
  349.  
  350. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  351. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  352.  
  353. <script type="text/javascript">
  354. $(window).load(function () {
  355. $('#entries').masonry({
  356. itemSelector : "#post",
  357. },
  358. function() { $('#entries').masonry({ appendedContent: $(this) }); }
  359. );
  360. });
  361. </script>
  362.  
  363. <!--Infinite Scrolling Code-->
  364.  
  365. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  366.  
  367. <script type="text/javascript">
  368. $(window).load(function () {
  369. $('#entries').masonry(),
  370. $('.masonryWrap').infinitescroll({
  371. itemSelector : "#post",
  372. navSelector : "div#pagination",
  373. nextSelector : "#pagination a#next",
  374. bufferPx : 10000,
  375. extraScrollPx: 10000,
  376. loadingImg : "",
  377. loadingText : "",
  378. },
  379. function() { $('#entries').masonry({ appendedContent: $(this) });
  380. });
  381. });</script>
  382.  
  383. </head><body>
  384.  
  385. <div id="sidebar">
  386. {block:ifShowTitle}
  387. <div id="title"><a href="/">{Title}</a></div>
  388. {/block:ifShowTitle}
  389. {block:ifSidebarImage}
  390. <center><img src="{image:Sidebar}"></center>
  391. {/block:ifSidebarImage}
  392. <div id="description">{Description}</div>
  393. <div class="links">
  394. {block:IfNotSmallSidebar}
  395. <a href="/">refresh</a>
  396. <a href="/ask">message</a>
  397. <a href="/archive">archive</a>
  398. {/block:IfNotSmallSidebar}
  399. {block:ifSmallSidebar}
  400. <a href="/">home</a>
  401. <a href="/ask">ask</a>
  402. <a href="/archive">past</a>
  403. {/block:ifSmallSidebar}
  404. {block:ifLink1Title}
  405. <a href="{text:Link1}">{text:Link1 Title}</a>
  406. {/block:ifLink1Title}
  407. {block:ifLink2Title}
  408. <a href="{text:Link2}">{text:Link2 Title}</a>
  409. {/block:ifLink2Title}
  410. {block:ifLink3Title}
  411. <a href="{text:Link3}">{text:Link3 Title}</a>
  412. {/block:ifLink3Title}
  413. {block:ifLink4Title}
  414. <a href="{text:Link4}">{text:Link4 Title}</a>
  415. {/block:ifLink4Title}
  416. </div>
  417.  
  418. </div>
  419.  
  420. <div id="entries">{block:Posts}
  421. <!-- {block:NoRebloggedFrom}
  422. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  423. {/block:NoRebloggedFrom} -->
  424. {block:ContentSource}<!-- {SourceURL}
  425. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  426. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  427. {/block:ContentSource}
  428. <div id="post">
  429. {block:Text}{block:Title}<h1><div style="padding-bottom:10px;">{Title}</div></h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}
  430.  
  431. {block:Photo}{block:if250px}{block:IndexPage}<img src="{PhotoURL-250}">{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-400}">{/block:PermalinkPage}{/block:if250px}{block:IfNot250px}<img src="{PhotoURL-400}">{/block:IfNot250px}{block:ifShowCaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifShowCaptions}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:Photoset}
  434.  
  435. {block:Quote}<div style="font-weight:bold;">{Quote}</div><br>{block:Source} —{Source}{/block:Source}{/block:Quote}
  436.  
  437. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  438.  
  439. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  440.  
  441. {block:Audio}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  442.  
  443. {block:Video}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  444.  
  445. {block:Answer}<div id="asker"></div><b>{Asker} asked: {Question}</b><br><div id="answer">{Answer}</div>{/block:Answer}
  446.  
  447. <div id="info">
  448. {block:NoteCount}
  449. <a href="{Permalink}">
  450. {block:Date}posted {TimeAgo}{/block:Date} with
  451. {NoteCountWithLabel}</a>
  452. {/block:Notecount}
  453. <br> {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}{/block:ifShowTags}
  454. </div></div>
  455.  
  456. {/block:Posts}</div>
  457. <div class="postnotes">
  458. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  459. <div id="pagination">
  460. {block:Pagination}
  461. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  462. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  463. {/block:Pagination}
  464. </div><div id="credit">❤<br><br>theme by <a href="http://boobie.co.vu">queenboobie</a></div></div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement