Advertisement
Guest User

Theme #11 Superlove

a guest
Jul 28th, 2014
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.07 KB | None | 0 0
  1.  
  2.  
  3. <!-- THEME BY ♥♥♥OURFAIRYTALETHEMES♥♥♥ PLEASE KEEP THE CREDIT!!! THANKS AND FOLLOW ALL THE RULES. THANKS, BAE! -->
  4.  
  5. <!-- mAKE SURE YOU PUT YOUR URL IN THE OPTIONS SECTION WHERE I ASK YOU TO THANKS! -->
  6.  
  7. <!-- FOLLOW MY THEME BLOG FOR UPDATES AND GLITCH FIXES THAT MAY BE RELEVANT TO YOU AND TO SEE NEW THEMES LIKE THIS! (but you don't have to... but I would if I were you c:) -->
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12.  
  13. <title>{Title}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Background" content="#000000"/>
  21. <meta name="color:Text" content="#ffffff"/>
  22. <meta name="color:Link" content="#e1b7d2"/>
  23.  
  24. <meta name="image:Sidebar Image" content=""/>
  25.  
  26. <meta name="text:YOUR URL" content="put ur URL here or u r majorly screwed" />
  27. <meta name="text:Link 1 URL" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Your Name For Replies On Asks" content="I" />
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36.  
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38.  
  39. <script>
  40.  
  41. (function($){
  42.  
  43. $(document).ready(function(){
  44.  
  45. $("a[title]").style_my_tooltips({
  46.  
  47. tip_follows_cursor:true,
  48.  
  49. tip_delay_time:30,
  50.  
  51. tip_fade_speed:300,
  52.  
  53. attribute:"title"
  54.  
  55. });
  56.  
  57. });
  58.  
  59. })(jQuery);
  60.  
  61. </script>
  62.  
  63. <script type="text/javascript"
  64. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  65.  
  66. <script>
  67.  
  68.  
  69.  
  70. $(document).ready(function() {
  71.  
  72. //
  73.  
  74.  
  75.  
  76. //When you click on a link with class of poplight and the href starts with a #
  77.  
  78. $('a.poplight[href^=#]').click(function() {
  79.  
  80. var popID = $(this).attr('rel'); //Get Popup Name
  81.  
  82. var popURL = $(this).attr('href'); //Get Popup href to define size
  83.  
  84.  
  85.  
  86. //Pull Query & Variables from href URL
  87.  
  88. var query= popURL.split('?');
  89.  
  90. var dim= query[1].split('&');
  91.  
  92. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  93.  
  94.  
  95.  
  96. //Fade in the Popup and add close button
  97.  
  98. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">&#10005;');
  99.  
  100.  
  101. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  102.  
  103. var popMargTop = ($('#' + popID).height() + 80) / 2;
  104.  
  105. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  106.  
  107.  
  108.  
  109. //Apply Margin to Popup
  110.  
  111. $('#' + popID).css({
  112.  
  113. 'margin-top' : -popMargTop,
  114.  
  115. 'margin-left' : -popMargLeft
  116.  
  117. });
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. return false;
  125.  
  126. });
  127.  
  128.  
  129.  
  130. //Close Popups and Fade Layer
  131.  
  132. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  133.  
  134. $('#fade , .popup_block').fadeOut(function() {
  135.  
  136. $('#fade, a.close').remove(); //fade them both out
  137.  
  138. });
  139.  
  140. return false;
  141.  
  142. });
  143.  
  144.  
  145.  
  146.  
  147.  
  148. });
  149.  
  150. </script>
  151.  
  152.  
  153. <style type="text/css">
  154.  
  155. #fade {
  156. display: none;
  157. background: #000;
  158. position: fixed;
  159. left: 0;
  160. top: 0;
  161. width: 100%;
  162. height: 100%;
  163. opacity: .80;
  164. z-index: 9999;
  165. }
  166.  
  167. .popup_block{
  168. display: none;
  169. background: #FFFFFF;
  170. padding: 20px;
  171. float: left;
  172. position: fixed;
  173. top: 50%;
  174. left: 50%;
  175. z-index: 99999;
  176. }
  177.  
  178. img.btn_close {
  179. float: right;
  180. margin: -55px -55px 0 0;
  181. }
  182.  
  183. *html #fade {
  184. position: absolute;
  185. }
  186.  
  187. *html .popup_block {
  188. position: absolute;
  189. }
  190.  
  191. #s-m-t-tooltip{
  192. position:absolute;
  193. margin-top: 15px;
  194. z-index:9999;
  195. background:{color:background};
  196. }
  197.  
  198.  
  199. blockquote {padding:5px 0 5px 30px;
  200. border-left:1px solid {color:text};
  201. margin-left:30px;
  202. }
  203.  
  204. body {
  205. background:{color:background};
  206. color:{color:text};
  207. font-family:helvetica;
  208. font-size:11px;
  209. text-align:justify;
  210. margin:0;
  211. line-height:16px;}
  212.  
  213.  
  214. a {
  215. color:{color:link};
  216. text-decoration:none;
  217. }
  218.  
  219. a:hover {
  220. text-decoration:italic;}
  221.  
  222. img{opacity:1;
  223. border:none;
  224. text-decoration:none}
  225.  
  226.  
  227. small {
  228. font-size:9px;}
  229.  
  230. big {
  231. font-size:12px;}
  232.  
  233.  
  234. #title {font-size:12px;
  235. line-height:18px;
  236. font-weight:bold;
  237. margin-bottom:10px;
  238. text-align:left;}
  239.  
  240.  
  241. #sidebar {text-align:left;
  242. position:fixed;
  243. margin-left:-225px;
  244. margin-top:100px;
  245. width:125px;
  246. }
  247.  
  248. #sidebarim {margin-bottom:20px}
  249.  
  250. #sidebarim img {width:125px}
  251.  
  252. #blogt {font-size:18px;
  253. font-weight:bold;}
  254.  
  255. #links {
  256. line-height:16px;
  257. text-transform:lowercase;
  258. }
  259.  
  260.  
  261. #links a {
  262. margin-right:5px;
  263. display:inline-block;
  264. margin-bottom:5px;
  265. }
  266.  
  267. #description {
  268. margin:20px 0;
  269. }
  270.  
  271.  
  272. #pagination {
  273. margin:50px 0;
  274. text-transform:lowercase;
  275. font-weight:bold;
  276. }
  277. #pagination a {
  278. padding:0 15px;
  279. }
  280.  
  281. #con {
  282. left:50%;
  283. margin-left:-250px;
  284. position:absolute;
  285. }
  286.  
  287.  
  288.  
  289. #entries {
  290. margin-top:75px;
  291. width:500px;
  292. }
  293.  
  294.  
  295.  
  296. #posts {
  297. width:350px;
  298. {block:IndexPage}
  299. margin-bottom:75px;
  300. {/block:IndexPage}
  301. {block:PermalinkPage}
  302. margin-bottom:50px;
  303. {/block:PermalinkPage}
  304.  
  305. }
  306. #posts img {
  307. max-width:500px;
  308. }
  309.  
  310. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  311. .caption {width:100%;
  312. margin-top:10px;
  313.  
  314. }
  315.  
  316.  
  317. #titlequote{text-align:left;
  318. font-size:14px;
  319. line-height:18px;
  320. font-weight:bold;
  321. }
  322. #source {
  323. margin-top:15px;
  324. margin-left:15px;}
  325.  
  326.  
  327. .player {
  328. width:25px;
  329. height:25px;
  330. overflow:hidden;
  331. position:absolute;
  332. background:white;}
  333.  
  334. .audioinfo {
  335. margin-left:50px;
  336. }
  337.  
  338.  
  339. .q {margin-bottom:10px;
  340. }
  341. .as {
  342. font-weight:bold;}
  343.  
  344. .a {
  345. margin-top:10px;
  346. }
  347.  
  348.  
  349. .chat ol {
  350. padding:0;
  351. list-style:none;
  352. }
  353. .line {padding:5px 0;}
  354.  
  355. .label {font-weight:bold;
  356. }
  357.  
  358. #permalink {
  359. margin-top:15px;
  360. font-size:9px;
  361. text-transform:uppercase;
  362. }
  363. #permalink a {margin-right:10px;
  364. }
  365.  
  366.  
  367. .tags {
  368. word-break:break-all;
  369. font-size:9px;
  370. }
  371.  
  372. .pagenotes {
  373. {block:IndexPage}
  374. display: none!important;
  375. {/block:IndexPage}
  376. width:400px;
  377. text-align:left;
  378.  
  379. }
  380. .pagenotes img {
  381. display:none!important;}
  382. .pagenotes li {
  383. list-style-type:none;
  384. padding:5px 0px;
  385. text-align:left;
  386. margin:0 0 0 -40px;
  387. }
  388.  
  389.  
  390. #creddd {position:fixed; font-family:silkscreen; text-transform:uppercase;font-size:8px;left:9px;bottom:9px;padding:4px;letter-spacing:1px;}
  391.  
  392. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  393.  
  394. {CustomCSS}
  395.  
  396.  
  397. </style>
  398.  
  399.  
  400.  
  401. </head>
  402.  
  403. <body>
  404.  
  405. <div id="con">
  406.  
  407. <div id="sidebar">
  408. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  409. <div id="blogt">{Title}.</div>
  410. <div id="description"><i>{Description}</i></div>
  411. <div id="links">
  412. <a href="/">home</a>
  413. <a href="#?w=500" rel="popup_name" class="poplight">
  414. &#8226;&nbsp;&nbsp;ask
  415. </a>
  416. {block:ifLink1}<a href="{text:Link 1 URL}">&#8226; &nbsp;&nbsp;{text:Link 1}</a>{/block:ifLink1}<br>
  417. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  418. {block:ifLink3}<a href="{text:Link 3 URL}">&#8226; &nbsp;&nbsp;{text:Link 3}</a> {/block:ifLink3}
  419. </div>
  420.  
  421.  
  422. <div id="popup_name" class="popup_block">
  423. Light up my inbox!
  424. <iframe frameborder="0"
  425. height="150"
  426. id="ask_form"
  427. scrolling="no"
  428. src="http://www.tumblr.com/ask_form/{text:YOUR URL}.tumblr.com"
  429. width="100%">
  430. </iframe>
  431. </div>
  432.  
  433.  
  434. </div>
  435.  
  436.  
  437.  
  438.  
  439. <div id="entries">
  440.  
  441. {block:Posts}
  442. <div id="posts">
  443.  
  444.  
  445. {block:Quote}
  446.  
  447.  
  448. <div id="titlequote">“{Quote}”</div>
  449. {block:Source}<div id="source">&mdash; <i> {Source}</i></div>{/block:Source}
  450. {/block:Quote}
  451.  
  452.  
  453.  
  454. {block:Text}
  455.  
  456. {block:Title}
  457. <div id="title">{Title}</div>{/block:Title}
  458. <i>{Body}</i>
  459. {/block:Text}
  460.  
  461. {block:Link}
  462. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  463. {/block:Link}
  464.  
  465. {block:Chat}
  466. {block:Title}
  467. <h1>{Title}</h1>
  468. {/block:Title}
  469. <div class="chat">
  470. <ol>{block:Lines}
  471. <li class="line {Alt}">
  472. {block:Label}
  473. <span class="label">
  474. {Label}</span>
  475. {/block:Label}{Line}</li>
  476. {/block:Lines}
  477. </ol></div>
  478. {/block:Chat}
  479.  
  480. {block:Photo}
  481. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  482. {/block:Photo}
  483.  
  484. {block:Photoset}
  485. {Photoset-500}
  486. {/block:Photoset}
  487.  
  488. {block:Video}
  489. {Video-500}
  490. {/block:Video}
  491.  
  492. {block:Audio}
  493. <div class="player">{AudioPlayerWhite}</div>
  494. <div class="audioinfo">
  495. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  496. </div>
  497. {/block:Audio}
  498.  
  499. {block:Answer}
  500. <div class="q">
  501. <div class="as">{Asker} said: </div>
  502. <b>{Question}</b></div>
  503. <div class="a">And {text:Your Name For Replies On Asks} replied: <b>{Answer}</b></div>
  504. {/block:Answer}
  505.  
  506. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  507.  
  508. {block:Date}
  509. <div id="permalink">
  510. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  511. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  512. </div>
  513. {/block:Date}
  514.  
  515.  
  516.  
  517. </div>
  518.  
  519.  
  520. {block:PostNotes}
  521. <div class="pagenotes">
  522. {PostNotes}
  523. </div>
  524. {/block:PostNotes}
  525.  
  526.  
  527. {/block:Posts}
  528.  
  529. <div id="pagination">
  530. {block:Pagination}
  531. {block:PreviousPage}
  532. <a href="{PreviousPage}">&larr; previous </a>
  533. {/block:PreviousPage}
  534.  
  535.  
  536. {block:NextPage}
  537. <a href="{NextPage}">next &rarr;</a>
  538. {/block:NextPage}
  539. {/block:Pagination}
  540. </div>
  541.  
  542.  
  543.  
  544. </div>
  545.  
  546. </div>
  547.  
  548.  
  549. {block:ContentSource}
  550. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  551. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  552. {/block:SourceLogo}
  553. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  554. {/block:ContentSource}
  555.  
  556. <div id="creddd">
  557. <a href="http://our-fairy-tale-love.tumblr.com//">ourfairytalethemes</a>
  558. </div>
  559. </div>
  560.  
  561. <link href="http://static.tumblr.com/xjqjg7j/k4Ylou0g0/violetcursor.css" type="text/css" rel="stylesheet">
  562.  
  563. </body>
  564. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement