Advertisement
Guest User

Tumblr theme issue

a guest
Jul 30th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.80 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <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><html>
  4.  
  5.  
  6.  
  7.     <head>
  8.  
  9.    
  10.  
  11.         <title> My theme </title>
  12.  
  13.  
  14.  
  15.  
  16.  
  17.         <link
  18.  
  19.            rel="shortcut icon"
  20.  
  21.            href="http://24.media.tumblr.com/avatar_153f2f870567_16.png">
  22.  
  23.  
  24.  
  25.  
  26.  
  27.         <link
  28.  
  29.            href='http://fonts.googleapis.com/css?family=Mate+SC|Goudy+Bookletter+1911&subset=latin,latin-ext'
  30.  
  31.            rel='stylesheet'
  32.  
  33.            type='text/css'>
  34.  
  35.  
  36.  
  37.  
  38.  
  39.         <meta
  40.  
  41.            name="if:Show Tags"
  42.  
  43.            content="1">
  44.  
  45.  
  46.  
  47.  
  48.  
  49.         <meta
  50.  
  51.            name="if:Enable Jump Pagination"
  52.  
  53.            content="1">
  54.  
  55.  
  56.  
  57.  
  58.  
  59.         <style type="text/css">
  60.  
  61.  
  62.  
  63.             html {
  64.  
  65.                 background: #DCD0BF
  66.  
  67.             }
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             body {  
  74.  
  75.                 font-family: 'Goudy Bookletter 1911', serif;
  76.  
  77.                 font-size: 85%;
  78.  
  79.                 color: #4c4a46;
  80.  
  81.             }
  82.  
  83.  
  84.  
  85.    
  86.  
  87.             h1 {
  88.  
  89.                 font-family: 'Mate SC', serif;
  90.  
  91.                 font-size: 1.5em;
  92.  
  93.                 margin-top: -50px;
  94.  
  95.             }
  96.  
  97.  
  98.  
  99.        
  100.  
  101.             h2, h3, h4, h5, h6 {
  102.  
  103.                 font-family: 'Mate SC', serif;
  104.  
  105.             }
  106.  
  107.    
  108.  
  109.    
  110.  
  111.             a {
  112.  
  113.                 color: #252321;
  114.  
  115.                 text-decoration: none;
  116.  
  117.             }
  118.  
  119.  
  120.  
  121.    
  122.  
  123.             a:hover {
  124.  
  125.                 color: #857e73;
  126.  
  127.             }
  128.  
  129.  
  130.  
  131.  
  132.  
  133.             hr {    
  134.  
  135.                 width: 47px;
  136.  
  137.                 border: 0px;
  138.  
  139.                 margin-bottom: 10px;
  140.  
  141.                 background: url('http://25.media.tumblr.com/tumblr_m7oplmJwXH1rnrxu1o1_100.png');
  142.  
  143.                 height: 9px;
  144.  
  145.             }
  146.  
  147.  
  148.  
  149.  
  150.  
  151. #header {
  152.  
  153. width: 650px;
  154.  
  155. height: 10px;
  156.  
  157. background: url('http://24.media.tumblr.com/tumblr_m7nz4c8UrU1rnrxu1o1_1280.png') no-repeat;
  158.  
  159. margin-left: 34.40em;
  160.  
  161. margin-top: 30px;
  162.  
  163. }
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171. #container {
  172.  
  173. width: 900px;
  174.  
  175. margin: 0 auto;
  176.  
  177. }
  178.  
  179.  
  180.  
  181. #content {
  182.  
  183. width: 630px;
  184.  
  185. padding: 0 0 0 20px;
  186.  
  187. float: right;
  188.  
  189. background: url('http://24.media.tumblr.com/tumblr_m7l4tlLxzi1rnrxu1o1_1280.png');
  190.  
  191. min-height: 500px;
  192.  
  193. }
  194.  
  195.  
  196.  
  197. #sidebar {
  198.  
  199. float: left;
  200.  
  201. width: 150px;
  202.  
  203. margin-top: 40px;
  204.  
  205. }
  206.  
  207.  
  208.  
  209. #footer{
  210.  
  211. clear:both;
  212.  
  213. width: 650px;
  214.  
  215. height: 60px;
  216.  
  217. background: url('http://25.media.tumblr.com/tumblr_m7nxcmULmX1rnrxu1o1_1280.png') no-repeat top center;
  218.  
  219. margin-left: 250px;
  220.  
  221. padding-top: 70px;
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. .notecount {
  232.  
  233. width:100px;
  234.  
  235. height: 25px;
  236.  
  237. display: block;
  238.  
  239. padding-top: 12px;
  240.  
  241. text-align: center;
  242.  
  243. clear:both;
  244.  
  245. }
  246.  
  247.  
  248.  
  249. .notecount:hover {
  250.  
  251. color: #EEE5DC;
  252.  
  253. border-bottom: 0;
  254.  
  255. }
  256.  
  257.  
  258.  
  259. #navigation {
  260.  
  261. width: 100%;
  262.  
  263. padding: 0;
  264.  
  265. list-style: none;
  266.  
  267. }
  268.  
  269.  
  270.  
  271. #navigation li {
  272.  
  273. display: inline;
  274.  
  275. margin-left: 150px;
  276.  
  277. }
  278.  
  279.  
  280.  
  281. #navigation li a {
  282.  
  283. font-family: 'Mate SC', serif;
  284.  
  285. font-size: 1.8em;
  286.  
  287. color: #62605f;
  288.  
  289. text-transform: lowercase;
  290.  
  291. height: 60px;
  292.  
  293. display: inline-block;
  294.  
  295. padding-top: 25px;
  296.  
  297. min-width: 86px;
  298.  
  299. text-align: center;
  300.  
  301. }
  302.  
  303.  
  304.  
  305. #navigation li a:hover{
  306.  
  307. text-decoration: none;
  308.  
  309. background: url('http://24.media.tumblr.com/tumblr_m7nyf6HpOE1rnrxu1o1_100.png') top center no-repeat;
  310.  
  311. color: #000;
  312.  
  313. border:0;
  314.  
  315. }
  316.  
  317.  
  318.  
  319. #sidebar a img {border:0; padding-bottom:5px;}
  320.  
  321. #sidebar a img:hover {border-bottom: 2px solid #b3d3ca; padding-bottom:3px;}
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329. ul, li {padding: 0;}
  330.  
  331. ul.conversation {list-style: none;}
  332.  
  333. .conversation li {padding:3px; background:#bdc18c;}
  334.  
  335. .conversation li.odd{background:#9eb0ca;}
  336.  
  337.  
  338.  
  339. textarea, input {
  340.  
  341. border:0;}
  342.  
  343.  
  344.  
  345. textarea, input {padding: 13px; margin: 5px 4px;}
  346.  
  347. p {margin: 7px 5px;}
  348.  
  349.  
  350.  
  351. .photo, .album{
  352.  
  353. margin: 5px 0 5px 0;
  354.  
  355. float: left;
  356.  
  357. margin-right: 20px;
  358.  
  359. }
  360.  
  361. .album {max-width: 250px; z-index: 3;}
  362.  
  363. .record {
  364.  
  365. background-color: #fff;
  366.  
  367. border-right: 75px solid #000;
  368.  
  369. border-top: 75px solid #000;
  370.  
  371. border-bottom: 75px solid #000;
  372.  
  373. height: 90px;
  374.  
  375. -moz-border-radius: 0 150px 150px 0;
  376.  
  377. -o-border-radius: 0 150px 150px 0;
  378.  
  379. border-radius: 0 150px 150px 0;
  380.  
  381. width: 45px;
  382.  
  383. margin: 10px -100px 30px -20px;
  384.  
  385. float: left;
  386.  
  387. z-index: -3;
  388.  
  389. }
  390.  
  391.  
  392.  
  393. .meta {border-bottom: 1px solid #b3d3ca; display: inline; text-align: right; margin: 3px 0 0; padding-left: 30px; float: right; clear:both;}
  394.  
  395.  
  396.  
  397.  
  398.  
  399. .quote {
  400.  
  401.     font-family: 'Mate SC', serif;
  402.  
  403.     font-size: 1.5em;
  404.  
  405.     font-weight: bold;
  406.  
  407.     position:relative;
  408.  
  409.     margin-top: 0.5em;
  410.  
  411.     margin-bottom: 0.5em;
  412.  
  413.     color:#857e73;
  414.  
  415. }
  416.  
  417.  
  418.  
  419. .source {
  420.  
  421.     margin-left: 50px;
  422.  
  423. }
  424.  
  425.  
  426.  
  427. .trackmeta {
  428.  
  429. margin: 10px -25px 10px 0;
  430.  
  431. padding: 5px;
  432.  
  433. z-index: 5;
  434.  
  435. display: inline-block;
  436.  
  437. clear: left;
  438.  
  439. width: 300px;
  440.  
  441.     background:#c6dcd6;
  442.  
  443.     background:-webkit-gradient(linear, 0 0, 0 100%, from(#c6dcd6), to(#a2c5b9));
  444.  
  445.     background:-moz-linear-gradient(#c6dcd6, #a2c5b9);
  446.  
  447.     background:-o-linear-gradient(#c6dcd6, #a2c5b9);
  448.  
  449.     background:linear-gradient(#c6dcd6, #a2c5b9);
  450.  
  451.         box-shadow: 0px 0px 3px #9d9d9d;
  452.  
  453.         -moz-box-shadow: 0px 0px 3px #9d9d9d;
  454.  
  455.         -webkit-box-shadow: 0px 0px 3px #9d9d9d;
  456.  
  457. }
  458.  
  459. </style>
  460.  
  461. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  462.  
  463.  
  464.  
  465.  
  466.  
  467. <meta name="description" content="This is my theme, and it&#039;s turning out to be pretty darn cool. I&#039;m quite impressed with myself so far, although I still have a long way to go. But I made my avatar circly!" />
  468.  
  469.  
  470.  
  471.  
  472.  
  473. <body >
  474.  
  475.  
  476.  
  477. <ul id="navigation">
  478.  
  479. <li><a href="/">Home</a></li>
  480.  
  481.  
  482.  
  483. <li><a href="/ask" class="page">Ask me anything</a></li>
  484.  
  485. <li><a href="/archive">Archive</a></li>
  486.  
  487. </ul>
  488.  
  489.  
  490.  
  491. <div id="header"></div>
  492.  
  493.  
  494.  
  495. <div id="container">
  496.  
  497. <div id="content">
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <img src="http://25.media.tumblr.com/tumblr_m7oplmJwXH1rnrxu1o1_100.png" alt="" class="photo" />
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539. <p class="meta">7.24.12. </p>
  540.  
  541.  
  542.  
  543.  
  544.  
  545. <a href="http://totnttihwbrc.tumblr.com/post/27933566761" class="notecount">0</a><hr />  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  <h2>Title</h2>
  552.  
  553. <p><p>This is a text post. Text. textttttt hello I like ice cream. And poop. HIHIHIHI</p></p>
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. <p class="meta">7.24.12. </p>
  584.  
  585.  
  586.  
  587.  
  588.  
  589. <a href="http://totnttihwbrc.tumblr.com/post/27905008970/title" class="notecount">0</a><hr />  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599. <a href="http://24.media.tumblr.com/tumblr_m7nz4c8UrU1rnrxu1o1_1280.png"><img src="http://24.media.tumblr.com/tumblr_m7nz4c8UrU1rnrxu1o1_250.png" alt="" class="photo" /></a>
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627. <p class="meta">7.24.12. </p>
  628.  
  629.  
  630.  
  631.  
  632.  
  633. <a href="http://totnttihwbrc.tumblr.com/post/27904678523" class="notecount">0</a><hr />  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643. <img src="http://24.media.tumblr.com/tumblr_m7nyf6HpOE1rnrxu1o1_100.png" alt="" class="photo" />
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. <p class="meta">7.24.12. </p>
  672.  
  673.  
  674.  
  675.  
  676.  
  677. <a href="http://totnttihwbrc.tumblr.com/post/27904261771" class="notecount">0</a><hr />  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687. <img src="http://24.media.tumblr.com/tumblr_m7ny2pC91n1rnrxu1o1_100.png" alt="" class="photo" />
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715. <p class="meta">7.24.12. </p>
  716.  
  717.  
  718.  
  719.  
  720.  
  721. <a href="http://totnttihwbrc.tumblr.com/post/27904074410" class="notecount">0</a><hr />  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731. <img src="http://24.media.tumblr.com/tumblr_m7nxxkFA4b1rnrxu1o1_100.png" alt="" class="photo" />
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759. <p class="meta">7.24.12. </p>
  760.  
  761.  
  762.  
  763.  
  764.  
  765. <a href="http://totnttihwbrc.tumblr.com/post/27903996089" class="notecount">0</a><hr />  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775. <a href="http://25.media.tumblr.com/tumblr_m7nxcmULmX1rnrxu1o1_1280.png"><img src="http://24.media.tumblr.com/tumblr_m7nxcmULmX1rnrxu1o1_250.png" alt="" class="photo" /></a>
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803. <p class="meta">7.24.12. </p>
  804.  
  805.  
  806.  
  807.  
  808.  
  809. <a href="http://totnttihwbrc.tumblr.com/post/27903676125" class="notecount">0</a><hr />  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819. <a href="http://25.media.tumblr.com/tumblr_m7nwfk066I1rnrxu1o1_1280.png"><img src="http://24.media.tumblr.com/tumblr_m7nwfk066I1rnrxu1o1_250.png" alt="" class="photo" /></a>
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847. <p class="meta">7.24.12. </p>
  848.  
  849.  
  850.  
  851.  
  852.  
  853. <a href="http://totnttihwbrc.tumblr.com/post/27903187063" class="notecount">0</a><hr />  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863. <a href="http://24.media.tumblr.com/tumblr_m7mh53Po2K1rnrxu1o1_1280.png"><img src="http://25.media.tumblr.com/tumblr_m7mh53Po2K1rnrxu1o1_250.png" alt="" class="photo" /></a>
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891. <p class="meta">7.23.12. </p>
  892.  
  893.  
  894.  
  895.  
  896.  
  897. <a href="http://totnttihwbrc.tumblr.com/post/27840800377" class="notecount">0</a><hr />  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907. <a href="http://24.media.tumblr.com/tumblr_m7l4tlLxzi1rnrxu1o1_1280.png"><img src="http://25.media.tumblr.com/tumblr_m7l4tlLxzi1rnrxu1o1_250.png" alt="" class="photo" /></a>
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935. <p class="meta">7.22.12. </p>
  936.  
  937.  
  938.  
  939.  
  940.  
  941. <a href="http://totnttihwbrc.tumblr.com/post/27792341238" class="notecount">0</a><hr />  <div class="box col1 body"> </div>
  942.  
  943.  
  944.  
  945. </div>
  946.  
  947.  
  948.  
  949. <div id="sidebar">
  950.  
  951. <center>
  952.  
  953. <h1>My theme</h1>
  954.  
  955.  
  956.  
  957. <div id="menu";>
  958.  
  959. <img src="http://25.media.tumblr.com/avatar_153f2f870567_128.png"
  960.  
  961. style="-webkit-border-radius: 70px;
  962. -moz-border-radius: 70px;
  963. border-radius: 70px;">
  964.  
  965. </div>
  966.  
  967. This is my theme, and it's turning out to be pretty darn cool. I'm quite impressed with myself so far, although I still have a long way  to go. But I made my avatar circly!
  968.  
  969.  
  970.  
  971.  
  972.  
  973.     <div id="tags">
  974.  
  975.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
  976.  
  977.             </script> <script type="text/javascript" src="http://rive.rs/javascripts/tumblr_tag_cloud.min.js?css=default&&minsize=100&maxsize=240&order=frequency"></script> </div>
  978.  
  979. </center>
  980.  
  981. </div>
  982.  
  983.  
  984.  
  985. <div id="footer">
  986.  
  987.  
  988.  
  989.  <div class="jump_pagination">      <span class="current_page">1</span>         <a class="jump_page" href="/page/2">2</a>      <a href="/page/2">Next page &rarr;</a> </div>
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999. </div>
  1000.  
  1001.     </body>
  1002.  
  1003.    
  1004.  
  1005. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement