Advertisement
puellae-themes

Changed Url Theme

Dec 2nd, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><!doctype html>
  3. <html lang="en">
  4. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  5.  
  6.  
  7. <meta charset="utf-8"/>
  8. <meta name="viewport" content="width=device-width; initial-scale=1"/>
  9.  
  10.  
  11.  
  12.  
  13.  
  14. <!-- Disqus comments -->
  15.  
  16.  
  17. <title>Changed my url</title>
  18.  
  19. <link rel="shortcut icon" href=""/>
  20. <link rel="alternate" type="application/rss+xml" href="http://yoururl.tumblr.com/rss"/>
  21.  
  22. <script language=JavaScript>
  23. <!--
  24.  
  25. //Disable right mouse click Script
  26. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  27. //For full source code, visit http://www.dynamicdrive.com
  28.  
  29. var message=
  30.  
  31. ///////////////////////////////////
  32.  
  33. function clickIE4(){
  34. if (event.button==2){
  35. return false;
  36. }
  37. }
  38.  
  39. function clickNS4(e){
  40. if (document.layers||document.getElementById&&!document.all){
  41. if (e.which==2||e.which==3){
  42. return false;
  43. }
  44. }
  45. }
  46.  
  47. if (document.layers){
  48. document.captureEvents(Event.MOUSEDOWN);
  49. document.onmousedown=clickNS4;
  50. }
  51. else if (document.all&&!document.getElementById){
  52. document.onmousedown=clickIE4;
  53. }
  54.  
  55. document.oncontextmenu=new Function("return false")
  56.  
  57. // -->
  58. </script>
  59.  
  60. <style type="text/css">
  61. #tumblr_controls{
  62. position:fixed !important;
  63. -webkit-filter: invert(100%)
  64. }
  65. /*
  66. Font: LektonRegular
  67. This theme uses the lovely Lekton Regular font from: Accademia di Belle Arti di Urbino.
  68. License: http://scripts.sil.org/OFL
  69. Url: http://www.fontsquirrel.com/fonts/lekton
  70.  
  71. Note: Doesn't always work in google chrome.
  72. */
  73.  
  74. @font-face {
  75. font-family: 'LektonRegular';
  76. src: url('http://static.tumblr.com/sxplfnv/sNZmcm3vk/232mkl__.ttf');
  77. src: local('Lekton'), local('Lekton-Regular'), url('http://static.tumblr.com/sxplfnv/sNZmcm3vk/232mkl__.ttf') format('woff'), url('http://static.tumblr.com/sxplfnv/sNZmcm3vk/232mkl__.ttf') format('truetype'), url('http://static.tumblr.com/sxplfnv/sNZmcm3vk/232mkl__.ttf') format('svg');
  78. font-weight: normal;
  79. font-style: normal;
  80. }
  81.  
  82. /* Reset
  83. ------------------ */
  84. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {
  85. margin: 0;
  86. padding: 0;
  87. border: 0;
  88. }
  89.  
  90. article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  91. display: block;
  92. }
  93.  
  94. a img {border: 0;}
  95. figure {position: relative;}
  96. figure img {width: 100%;}
  97.  
  98. /* Layout: General
  99. ------------------ */
  100. body {
  101. font: 12px/16px 'RoundLight', Monaco, Andale Mono, monospace;
  102. font-weight: normal;
  103. color: #333;
  104. letter-spacing: 1px;
  105.  
  106. background: #fff;
  107. background: url();
  108. -webkit-tap-highlight-color: #ff0;
  109. }
  110.  
  111. ::selection {background: #bb8db1;}
  112. ::-moz-selection {background: #bb8db1;}
  113. img::selection {background: transparent;}
  114. img::-moz-selection {background: transparent;}
  115.  
  116.  
  117. a{
  118. color:#b1b1b1;
  119. text-decoration: none;
  120. border-bottom: 0px #000 solid;
  121. padding-bottom: 0px;
  122. }
  123.  
  124. a:hover{
  125. color: #5379b4;
  126. text-decoration: none;
  127. border-bottom: 1px #000 solid;
  128. padding-bottom: 0px;
  129. }
  130.  
  131. a img{
  132. border:none;
  133. }
  134.  
  135.  
  136. blockquote{
  137. margin: 5px;
  138. padding: 10px;
  139. background: #fff;
  140. }
  141.  
  142. /* Layout: Structure
  143. ------------------ */
  144. #site{
  145. position: relative;
  146. padding: 24px 60px 0;
  147. margin: 0 auto;
  148. width: 648px;
  149. }
  150.  
  151. #brand{
  152. text-align: center;
  153. position: fixed;
  154. top:0;
  155. left:10px;
  156. right:0;
  157. background: transparent;
  158. z-index: 20;
  159. padding:20px;
  160. }
  161.  
  162. #brand h1{
  163. border-bottom: 0px dotted #000;
  164. padding-bottom:10px;
  165. font-size: 16px;
  166. line-height: 16px;
  167. font-weight: normal;
  168. text-transform: uppercase;
  169. }
  170.  
  171. #brand h1 a{
  172. border-bottom: 1px;
  173. padding-top:3px;
  174. padding-left:6px;
  175. padding-right:6px;
  176. padding-bottom:0px;
  177. }
  178.  
  179. #brand h1 a:hover {
  180. border-bottom: 1px;
  181. padding-top:3px;
  182. padding-left:6px;
  183. padding-right:6px;
  184. padding-bottom:0px;
  185. }
  186.  
  187. #brand nav{
  188. margin-top: 0px;
  189. }
  190.  
  191. #brand nav a{
  192. text-transform: uppercase;
  193. border: none;
  194. }
  195.  
  196. #brand nav span{
  197. color: #ccc;
  198. }
  199.  
  200. #brand nav > span:last-child{
  201. display: none;
  202. }
  203.  
  204. nav .next{
  205. display: block;
  206. position: fixed;
  207. text-indent: -9999px;
  208. overflow: hidden;
  209. height:30px;
  210. width: 100px;
  211. z-index: 4;
  212. right: 30px;
  213. top: 50%;
  214. border: none;
  215. background: transparent url() right center no-repeat;
  216. }
  217.  
  218. nav .prev{
  219. display: block;
  220. position: fixed;
  221. text-indent: -9999px;
  222. overflow: hidden;
  223. height:30px;
  224. width: 100px;
  225. z-index: 4;
  226. left: 30px;
  227. top: 50%;
  228. border: none;
  229. background: transparent url() left center no-repeat;
  230. }
  231.  
  232. nav .prev, nav .next,
  233. nav .prev:hover, nav .next:hover{
  234. border-bottom: none;
  235. }
  236.  
  237. #posts{
  238. margin: 0px -24px 20px 0px;
  239. }
  240.  
  241. .entry .permalink{
  242. position: absolute;
  243. opacity: 0;
  244. -webkit-transition: all .5s ease;
  245. -moz-transition: all .5s ease;
  246. -o-transition: all .5s ease;
  247. transition: all .5s ease;
  248. }
  249. .entry:hover .permalink{
  250. opacity: 1;
  251. }
  252.  
  253. .countreblog{
  254. font-family: 'LektonRegular';
  255. }
  256.  
  257. .permalink {
  258. color: #000;
  259. height:0px;
  260. width:0px;
  261. letter-spacing:0px;
  262. text-align:center;
  263. font-size:28px;
  264. line-height:30px;
  265. z-index:999999999999999999999999999;
  266. margin: 0px;
  267. line-height:auto;
  268. background:transparent;
  269. background-repeat:repeat;
  270. padding:0px 3px;
  271. }
  272.  
  273. .agree{
  274. background-color:#ffffff;
  275. height:30px;
  276. color: #fff;
  277. line-height:30px;
  278. font-size:15px;
  279. letter-spacing:1px;
  280. padding:5px;
  281. }
  282. .agree:hover{-webkit-transition: all .5s ease;
  283. -moz-transition: all .5s ease;
  284. -o-transition: all .5s ease;
  285. transition: all .5s ease;
  286. background-color:transparent;
  287. height:30px;
  288. color: #fff;
  289. line-height:30px;
  290. font-size:15px;
  291. letter-spacing:1px;
  292. padding:5px;
  293. }
  294.  
  295. #top-link {
  296. display:none;
  297. position:fixed;
  298. right:30px;
  299. bottom:0px;
  300. color:#ccc;
  301. text-decoration:none;
  302. background:#333;
  303. padding:10px;
  304. border:none;
  305. }
  306.  
  307. #footer{
  308. margin: 10px -24px 0px 0px;
  309. }
  310.  
  311. #footer nav{
  312. text-align: center;
  313. padding:10px;
  314. }
  315.  
  316. /* Post
  317. ------------------ */
  318. article {
  319. position: relative;
  320. overflow: hidden;
  321. float:left;
  322. width: 310px;
  323. border:1px #eee solid;
  324. margin-bottom: 24px;
  325. background: #eee;
  326. }
  327.  
  328. article header{
  329. font: 14px/24px 'LektonRegular', Monaco, Andale Mono, monospace;
  330. text-transform: uppercase;
  331. padding:10px 10px 0px 10px;
  332. }
  333.  
  334. article h3, article h4, article h5{
  335. font: 12px/20px 'LektonRegular', Monaco, Andale Mono, monospace;
  336. font-weight: normal;
  337. padding-bottom: 10px;
  338. }
  339.  
  340. article ul{
  341. padding:10px 10px 0px 24px;
  342. }
  343.  
  344. article p{
  345. padding:0px 10px 10px 10px;
  346. font: 12px/20px 'LektonRegular', Monaco, Andale Mono, monospace;
  347. color:#333;
  348.  
  349.  
  350. }
  351.  
  352. article p:last-child{
  353. }
  354.  
  355. /* Post: Quote
  356. ------------------ */
  357. article.quote p{
  358. text-align: center;
  359. }
  360.  
  361. article q{
  362. display: block;
  363. padding-top:10px;
  364. font: 14px/20px 'LektonRegular', Monaco, Andale Mono, monospace;
  365. font-weight: normal;
  366. text-transform: uppercase;
  367. }
  368.  
  369. /* Post: Link
  370. ------------------ */
  371. article.link>p:first-child{
  372. padding:0;
  373. }
  374.  
  375. article.link>p:first-child a{
  376. text-transform: uppercase;
  377. border: none;
  378. padding:15px 10px 0px 7px;
  379. background: #eee;
  380. display: block;
  381. }
  382.  
  383. article.link>p:first-child a:hover{
  384. color: #5379b4;
  385. background: #ddd;
  386. }
  387.  
  388. /* Post: Chat
  389. ------------------ */
  390. article.chat{
  391. border:1px #ddd solid;
  392. }
  393.  
  394. article.chat header{
  395. padding: 5px 10px;
  396. text-transform:uppercase;
  397. }
  398.  
  399. article.chat header a{
  400. border: none;
  401. }
  402.  
  403. article.chat ul.chat {
  404. list-style-type: none;
  405. margin:0px;
  406. padding: 0px;
  407. }
  408.  
  409. article.chat ul li.odd{
  410. background: #fff;
  411. padding:5px 10px;
  412. margin:0px;
  413. }
  414.  
  415. article.chat ul li.user_1 .label{
  416. text-transform: uppercase;
  417. font-weight: bold;
  418. }
  419.  
  420. article.chat ul li.user_2 .label{
  421. text-transform: uppercase;
  422. }
  423.  
  424. article.chat ul li.even{
  425. background: #eee;
  426. padding:5px 10px;
  427. margin:0px;
  428. }
  429.  
  430. /* Post: Video
  431. ------------------ */
  432. article.video iframe{
  433. width: 312px;
  434. height: 200px;
  435. }
  436.  
  437. article.video object,
  438. article.video embed{
  439. width: 312px;
  440. height: 200px;
  441. z-index: 10;
  442. }
  443.  
  444. /* Post: Photoset
  445. ------------------ */
  446. article.photoset object,
  447. article.photoset embed{
  448. width: 312px;
  449. height: 248px;
  450. z-index: 10;
  451. }
  452.  
  453. /* Post: Audio
  454. ------------------ */
  455. article.audio{
  456. border:1px #ddd solid;
  457. background: #e4e4e4;
  458. }
  459.  
  460. article.audio .audio_player{
  461. position: absolute;
  462. top:0;
  463. left:50%;
  464. width:207px;
  465. margin: 0 0 0 -103px;
  466. }
  467.  
  468. article.audio figcaption{
  469. padding:30px 0 0 0;
  470. }
  471.  
  472. article.audio figcaption p{
  473. padding:5px 10px;
  474. text-align: center;
  475. text-transform: lowercase;
  476. background: #eee;
  477. }
  478.  
  479.  
  480. /* Post: footer
  481. ------------------ */
  482. article footer p{
  483. padding:0 10px;
  484. margin:0;
  485. text-transform: uppercase;
  486. font-size: 10px;
  487. }
  488.  
  489. article footer p span{
  490. font-size:14px;
  491. font-weight: 100;
  492. }
  493.  
  494. article footer p a{
  495. border-bottom: none;
  496. font-size:14px;
  497. }
  498.  
  499. article footer p a.tag{
  500. border-bottom: none;
  501. font-size:10px;
  502. }
  503.  
  504. /* Post: Notes
  505. ------------------ */
  506. ol.notes {
  507. padding: 0px;
  508. margin: 10px 0px;
  509. list-style-type: none;
  510. border-bottom: solid 1px #ddd;
  511. }
  512.  
  513. ol.notes li.note {
  514. border-top: solid 1px #ddd;
  515. padding: 10px;
  516. background: #fff;
  517. }
  518.  
  519. ol.notes li.note img.avatar {
  520. vertical-align: -4px;
  521. margin-right: 0px;
  522. width: 16px;
  523. height: 16px;
  524. border: 1px solid;
  525. }
  526.  
  527. ol.notes li.note a{
  528. border:none #ddd;
  529. }
  530.  
  531. ol.notes li.note span.action {
  532. font-weight: normal;
  533. font-size:11px;
  534. }
  535.  
  536. ol.notes li.note span.action a{
  537. text-transform: uppercase;
  538. font-size: 10px;
  539. }
  540.  
  541. ol.notes li.note .answer_content {
  542. font-weight: normal;
  543. }
  544.  
  545. ol.notes li.note blockquote {
  546. border-color: #eee;
  547. padding: 4px 10px;
  548. margin: 10px 0px 0px 25px;
  549. }
  550.  
  551. ol.notes li.note blockquote a {
  552. text-decoration: none;
  553. }
  554.  
  555.  
  556.  
  557. /* Large screen markup
  558. ------------------ */
  559. @media only screen and (min-width: 1212px) {
  560.  
  561. #site {
  562. width: 984px;
  563. }
  564.  
  565. article {
  566. position: relative;
  567. overflow: hidden;
  568. float:left;
  569. width: 480px;
  570. }
  571.  
  572. article.video iframe{
  573. width: 480px;
  574. height: 296px;
  575. }
  576.  
  577. article.video object,
  578. article.video embed{
  579. width: 480px;
  580. height: 296px;
  581. z-index: 10;
  582. }
  583.  
  584. article.photoset object,
  585. article.photoset embed{
  586. width: 480px;
  587. height: 380px;
  588. z-index: 10;
  589. }
  590.  
  591. }
  592.  
  593. /* Small screen markup
  594. ------------------ */
  595. @media only screen and (max-width: 767px) and (min-width: 480px) {
  596.  
  597. body {
  598. /* Prevents Mobile Safari from bumping up font sizes in landscape */
  599. -webkit-text-size-adjust: 100%;
  600. }
  601.  
  602. #site {
  603. width: 480px;
  604. }
  605.  
  606. article {
  607. position: relative;
  608. overflow: hidden;
  609. clear:left;
  610. width: 480px;
  611. }
  612.  
  613. article.video iframe{
  614. width: 480px;
  615. height: 296px;
  616. }
  617.  
  618. article.video object,
  619. article.video embed{
  620. width: 480px;
  621. height: 296px;
  622. z-index: 10;
  623. }
  624.  
  625. article.photoset object,
  626. article.photoset embed{
  627. width: 480px;
  628. height: 380px;
  629. z-index: 10;
  630. }
  631.  
  632. }
  633.  
  634. /* Mobile screen markup
  635. ------------------ */
  636. @media only screen and (max-width: 479px) {
  637. body {
  638. /* Prevents Mobile Safari from bumping up font sizes in landscape */
  639. -webkit-text-size-adjust: 100%;
  640. }
  641.  
  642. #site {
  643. width: 320px;
  644. }
  645.  
  646. article {
  647. position: relative;
  648. overflow: hidden;
  649. clear:left;
  650. width: 320px;
  651. }
  652.  
  653. article.video iframe{
  654. width: 320px;
  655. height: 210px;
  656. }
  657.  
  658. article.video object,
  659. article.video embed{
  660. width: 320px;
  661. height: 210px;
  662. z-index: 10;
  663. }
  664.  
  665. article.photoset object,
  666. article.photoset embed{
  667. width: 320px;
  668. height: 253px;
  669. z-index: 10;
  670. }
  671.  
  672. }
  673.  
  674.  
  675.  
  676.  
  677.  
  678. </style>
  679. <!-- Jquery -->
  680. <script src="http://static.tumblr.com/qlf79cn/ytWleg9fl/jquery.js"></script>
  681.  
  682. <!--[if lt IE 9]>
  683. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  684. <![endif]-->
  685.  
  686. <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS -->
  687. <!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. -->
  688. <!-- Read more: http://ogp.me/ -->
  689. <meta property="fb:app_id" content="48119224995" />
  690. <meta property="og:title" content="themes by opulen-ce" />
  691. <meta property="og:url" content="http://YOURURL.tumblr.com/" />
  692. <meta property="og:description" content="" />
  693. <meta property="og:type" content="tumblr-feed:tumblelog" />
  694. <meta property="og:image" content="http://assets.tumblr.com/images/default_avatar_128.gif" />
  695. <!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
  696.  
  697.  
  698. <!-- TWITTER TAGS -->
  699. <meta charset="utf-8">
  700. <meta name="twitter:site" content="tumblr" />
  701.  
  702.  
  703. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  704.  
  705. <body onkeydown="return false">
  706.  
  707.  
  708. <div>
  709. <div id="site">
  710. <div id="brand" style="margin-top:204px; margin-bottom:4px;">
  711. <h1><a href="/"><big><big><big></big></big></big></a></h1><br>
  712. Here goes your text
  713.  
  714. <br><br><br><span class="agree"><a href="http://NEWURL.tumblr.com">Click here for my new url</a></span>
  715. <span class="new">
  716. </div>
  717. </div>
  718.  
  719.  
  720.  
  721. <div id="posts">
  722.  
  723. </div>
  724.  
  725. <footer id="footer">
  726. <a href="#top" id="top-link">Top of Page</a>
  727. </footer>
  728. </div>
  729.  
  730. <script src="http://static.tumblr.com/qlf79cn/tGeleg9g0/masonry.js"></script>
  731. <script src="http://static.tumblr.com/qlf79cn/FlVlfsom2/jqueryscrollto.js"></script>
  732. <script type="text/javascript" src="http://static.tumblr.com/sxplfnv/rrjmfqebp/jquery.txt"></script>
  733. <script src="http://static.tumblr.com/qlf79cn/fw0lfsoms/jquerytotop.js"></script>
  734.  
  735. <!-- Disqus Integration -->
  736. <script type="text/javascript">
  737.  
  738. </script>
  739.  
  740. <!-- / Disqus Integration -->
  741.  
  742. <script type="text/javascript">
  743. $(window).load(function () {
  744. // Grid
  745. var $wall = $('#posts');
  746. $wall.masonry({
  747. columnWidth: 84,
  748. itemSelector: '.post:visible'
  749. });
  750.  
  751. $('#top-link').topLink({
  752. min: 400,
  753. fadeSpeed: 500
  754. });
  755.  
  756. //smoothscroll
  757. $('#top-link').click(function(e) {
  758. e.preventDefault();
  759. $.scrollTo(0,300);
  760. });
  761.  
  762. //header height fix
  763. var $h = $('#brand').height();
  764. var $m = 30;
  765. $('#posts').css("margin-top",$h + $m);
  766. });
  767. </script>
  768.  
  769. <!-- BEGIN TUMBLR CODE -->
  770. <script type="text/javascript" language="javascript" src="http://assets.tumblr.com/javascript/tumblelog.js?5171bed834432684a524beb1c1bd2726"></script>
  771. <iframe src="http://assets.tumblr.com/iframe.html?c2d7ecc462782758d97c5a6028c295af&amp;src=http%3A%2F%2Fyoururl.tumblr.com%2F&amp;lang=en_US&amp;name=yoururl" width="330" height="25" scrolling="no" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe>
  772. <!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]-->
  773.  
  774. <!-- END TUMBLR CODE --><iframe src="http://assets.tumblr.com/analytics.html?11" scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0 z-index:9999;" id="ga_target"></iframe>
  775. <script type="text/javascript">__qoptions = _qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript></body>
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement