sexmeluke

Theme #13: Polish- SEXMELUKE

Apr 21st, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.53 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.  
  3. <!-----------------------------------------------------------------
  4.  
  5.                 THEMES BY
  6.   ╭━━━┳━━━┳━╮╭━┳━╮╭━┳━━━┳╮╱╱╭╮╱╭┳╮╭━┳━━━╮
  7.   ┃╭━╮┃╭━━┻╮╰╯╭┫┃╰╯┃┃╭━━┫┃╱╱┃┃╱┃┃┃┃╭┫╭━━╯
  8.   ┃╰━━┫╰━━╮╰╮╭╯┃╭╮╭╮┃╰━━┫┃╱╱┃┃╱┃┃╰╯╯┃╰━━╮
  9.   ╰━━╮┃╭━━╯╭╯╰╮┃┃┃┃┃┃╭━━┫┃╱╭┫┃╱┃┃╭╮┃┃╭━━╯
  10.   ┃╰━╯┃╰━━┳╯╭╮╰┫┃┃┃┃┃╰━━┫╰━╯┃╰━╯┃┃┃╰┫╰━━╮
  11.   ╰━━━┻━━━┻━╯╰━┻╯╰╯╰┻━━━┻━━━┻━━━┻╯╰━┻━━━╯
  12.  
  13. ******** All themes are optimized for google chrome*********
  14.  
  15. • Don't remove or change the credit
  16.  
  17. • Don't use my themes as a base code
  18.  
  19. • Only edit my themes for personal use
  20.  
  21. • Send me an ask if you need help
  22.  
  23. • Send me an ask OFF ANON!- I can help you better that way
  24. ------------------------------------------------------------------------>
  25.  
  26. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  27. <head>
  28. <link href='http://fonts.googleapis.com/css?family=Expletus+Sans' rel='stylesheet' type='text/css'>
  29.  
  30.     <meta name="color:background" content="#FFFFFF">
  31.     <meta name="color:link" content="#B40404">
  32.     <meta name="color:linkhover" content="#008B0E">
  33.     <meta name="color:text" content="#9A9A9A">
  34.     <meta name="color:tags" content="#A4A4A4">
  35.     <meta name="color:scrollbar" content="#000">
  36.    
  37.     <meta name="image:sidebar" content="https://24.media.tumblr.com/09c357c849bde340e4913f428103dedc/tumblr_n4e6m2cGsQ1so6t6qo1_400.jpg">
  38.    
  39.    
  40.     <meta name="text:link1" content="link1">
  41.     <meta name="text:link1 url" content="/">
  42.     <meta name="text:link2" content="link2">
  43.     <meta name="text:link2 url" content="/">
  44.     <meta name="text:link3" content="link3">
  45.     <meta name="text:link3 url" content="/">
  46.     <meta name="text:link4" content="link4">
  47.     <meta name="text:link4 url" content="/">
  48.     <meta name="text:link5" content="link5">
  49.     <meta name="text:link5 url" content="/">
  50.    
  51.      
  52.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53.     <title>{Title}</title>
  54.    
  55.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  56.    
  57.     <link rel="shortcut icon" href="{Favicon}" />
  58.     <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  59.  
  60.  
  61.  <style type="text/css">body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), progress;}</style>
  62.  
  63.     <style type="text/css">
  64.     #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 40px; right: 15px;}
  65.  
  66.     a {
  67.     color:{color:link};
  68.     text-decoration:none;
  69.     -moz-transition-duration:0.5s;
  70.     -webkit-transition-duration:0.5s;
  71.     -o-transition-duration:0.5s;
  72.     }
  73.    
  74.     a:hover {
  75.     color:{color:linkhover};
  76.     text-decoration:none;
  77.     -moz-transition-duration:0.5s;
  78.     -webkit-transition-duration:0.5s;
  79.     -o-transition-duration:0.5s;
  80.     }
  81.  
  82.    
  83. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:5px}
  84. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  85. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  86.  
  87. body {
  88.     background-color:{color:background};
  89.     font-family:calibri;
  90.     font-weight:normal;
  91.     line-height:100%
  92.     }
  93.  
  94. h1 {
  95.     font-weight:normal;
  96.     font-size:10px;
  97.     text-align:center;
  98.     font-style:normal;
  99.     line-height:100%;
  100.     letter-spacing:1px;
  101.     text-transform:uppercase;
  102.     color:{color:text};
  103.     }
  104.  
  105. h2 {
  106.     font-size:15px;
  107.     text-align:center;
  108.     line-height:100%;
  109.     letter-spacing:-0.5px;
  110.     color:{color:text};
  111.     font-weight:normal;
  112.     padding:5px;
  113.     padding-bottom:2px;
  114.     }
  115.  
  116.  
  117. blockquote {
  118.     border-left:2px solid {color:text};
  119.     padding-left:5px;
  120.     margin:5px;
  121.     line-height:100%;
  122.     }
  123.  
  124.    
  125.     #sidebar{
  126.     position:fixed;
  127.     margin-left:100px;
  128.     margin-top:100px;
  129.     width:380px;
  130.     height:365px;
  131.     background-color:black;
  132.     }  
  133.    
  134.     #sidebar:hover img {
  135.     -webkit-filter: grayscale(1);
  136.     }
  137.    
  138.  
  139.    
  140.     #pic img{
  141.     margin-top:5px;
  142.     margin-left:5px;
  143.     width:364px;
  144.     height:250px;
  145.     position:fixed;
  146.     background-color:black;
  147.     padding:4px;
  148.    
  149.     -webkit-transition: opacity 0.6s linear;
  150.     -webkit-transition: all 0.2s ease-out;
  151.     -moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  152.    
  153.     }
  154.    
  155.  
  156.    
  157.     #desc {
  158.     margin-top:70px;
  159.     margin-left:55px;
  160.     font-family:calibri;
  161.     font-size:11px;
  162.     position:fixed;
  163.     width:270px;
  164.     height:100px;
  165.     background-color:white;
  166.     color:black;
  167.     overflow-y:scroll;
  168.     padding:3px;
  169.     text-align:center;
  170.     z-index:99;
  171.     opacity:0;
  172.    
  173.    
  174.     -moz-transition-duration:.5s;
  175.     -webkit-transition-duration:.5s;
  176.     -o-transition-duration:.5s;
  177.     }  
  178.    
  179.     #sidebar:hover #desc{
  180.     opacity:.85;
  181.     -moz-transition-duration:.5s;
  182.     -webkit-transition-duration:.5s;
  183.     -o-transition-duration:.5s;
  184.        
  185.     }
  186.    
  187.  
  188.     #title{
  189.         position:fixed;
  190.         margin-left:0px;
  191.         margin-top:275px;
  192.         width:370px;
  193.         height:auto;
  194.         font-family: futura lt;
  195.         font-size:30px;
  196.         color:#fff;
  197.         text-transform:uppercase;
  198.         text-align:right;
  199.         padding:3px;
  200.         line-height:100%;
  201.     }    
  202.    
  203.    #links{
  204.        position:fixed;
  205.        border-top:1px solid white;
  206.        width:330px;
  207.        height:auto;
  208.        margin-top:320px;
  209.        margin-left:20px;
  210.        text-align:right;
  211.        padding:10px;
  212.        font-family:century gothic;
  213.        text-transform:lowercase;
  214.        font-size:15px;
  215.     }
  216.    
  217.    #links a{
  218.        color:white;
  219.        padding:3px;
  220.    }
  221.    
  222.    #links a:hover{
  223.        color:#000;
  224.        background-color:#fff;
  225.    }
  226.    
  227.  
  228.     #pagination {
  229.     font-size:10px;
  230.     margin-left:330px;
  231.     margin-top:380px;
  232.     width:50px;
  233.     position:fixed;
  234.     opacity:1;
  235.     color:#fff;
  236.     letter-spacing:0px;
  237.     font-style:normal;
  238.     text-align:center;
  239.     background-color:#000;
  240.     -moz-transition-duration:.5s;
  241.     -webkit-transition-duration:.5s;
  242.     -o-transition-duration:.5s;
  243.     }
  244.    
  245.     #pagination a{
  246.      color:#fff;
  247.     }
  248.    
  249.     #pagination a:hover{
  250.      color:{color:linkhover};
  251.     }
  252.    
  253.     .ask {
  254.     padding:10px;
  255.     font-family:trebuchet ms;
  256.     text-align:left;
  257.     color:white;
  258.     font-style:italic;
  259.    background-color:black;
  260.     }
  261.  
  262.     .ans {
  263.     text-align:left;
  264.     font-family:trebuchet ms;
  265.     padding:10px;
  266.     color:{color:text};
  267.     }
  268.    
  269.  
  270.     #stuffcontainer {
  271.     float:left;
  272.     margin-left:600px;
  273.     margin-top:42px;
  274.     text-align:justify;
  275.     background-color:{color:bg};
  276.     color:{color:text};
  277.     margin-bottom: 35px;
  278.     }
  279.  
  280.     #stuff {
  281.     width:500px;
  282.     margin-top:0px;
  283.     padding:15px;
  284.     text-align:justify;
  285.     font-size:11px;
  286.     line-height:90%;
  287.     letter-spacing:0x;
  288.     color:{color:text};
  289.  
  290.     }
  291.  
  292.     .caption {
  293.     width:500px;
  294.     font-family:trebuchet ms;
  295.     text-align:justify;
  296.     line-height:120%;
  297.    
  298.     }
  299.  
  300.     .audio {
  301.     width:500px;
  302.     padding-bottom:10px;
  303.     background-color:{color:infobg};
  304.     }
  305.    
  306.     .albumart {
  307.     float:left;
  308.     padding:0px 10px 10px 0px;
  309.     }
  310.    
  311.     .albumart img {
  312.     width:45px;
  313.     height:45px;
  314.     }
  315.    
  316.     .playercontainer {
  317.     text-align:center;
  318.     padding:10px;
  319.     background-color:#ffffff;
  320.     width:480px;
  321.     }
  322.    
  323.     .audioinfo {
  324.     padding:10px;
  325.     color:{color:text};
  326.     }
  327.  
  328.     #postinfo {
  329.     width:490px;
  330.     padding:5px;
  331.     font-size:9px;
  332.     color:white;
  333.     font-family:calibri;
  334.     font-style:uppercase;
  335.     letter-spacing:2px;
  336.     text-align:center;
  337.     background-color:black;
  338.     -moz-transition-duration:0.5s;
  339.     -webkit-transition-duration:0.5s;
  340.     -o-transition-duration:0.5s;
  341.     }
  342.  
  343.     #postinfo a {
  344.     color:white;
  345.     text-align:center;
  346.     letter-spacing:1px;
  347.     }
  348.    
  349.     #postinfo a:hover {
  350.     color:{color:linkhover};
  351.     }
  352.    
  353.     .note {
  354.     text-transform:uppercase;
  355.     font-family:calibri;
  356.     font-style:normal;
  357.     letter-spacing:0px;
  358.     font-size: 9px;
  359.     text-align:left;
  360.     line-height:90%;
  361.     margin-left:-40px;
  362.     }
  363.    
  364.     .note li {
  365.     list-style-type:decimal;
  366.     padding:10px 25px 10px 25px;
  367.     font-size:8px;
  368.     text-align:left;
  369.     margin:0px;
  370.     -moz-transition-duration:0.5s;
  371.     -webkit-transition-duration:0.5s;
  372.     -o-transition-duration:0.5s;
  373.     }
  374.        
  375.     .tags {
  376.     font-style:normal;
  377.     width:500px;
  378.     font-family:tahoma;
  379.     text-transform:lowercase;
  380.     font-style:none;
  381.     color:{color:tags};
  382.     letter-spacing:3px;
  383.     line-height:100%;
  384.     font-size:9px;
  385.     text-align:center;
  386.  
  387.     padding:5px;
  388.     -moz-transition-duration:0.5s;
  389.     -webkit-transition-duration:0.5s;
  390.     -o-transition-duration:0.5s;
  391.     }
  392.    
  393.     .tags a {
  394.     color:{color:tags};
  395.     letter-spacing:1px;
  396.     padding:2px;
  397.     }
  398.    
  399.     .tags a:hover {
  400.     color:{color:link};
  401.     }
  402.    
  403.     ul.chat, .chat ol, .chat li {
  404.     list-style:none;
  405.     margin:0px;
  406.     padding:2px;
  407.     }
  408.    
  409.     .label {
  410.     text-decoration:underline;
  411.     font-weight:700;
  412.     background-color:{color:infobg};
  413.     margin-right:5px;
  414.     }
  415.    
  416.    
  417.  
  418.     #taco {
  419.     font-size:8px;
  420.     font-family:times;
  421.     letter-spacing:1px;
  422.     -moz-transition-duration:0.5s;
  423.     -webkit-transition-duration:0.5s;
  424.     -o-transition-duration:0.5s;
  425.     }
  426.  
  427.     #taco a {
  428.     background-color:#fff;
  429.     color:#A4A4A4;
  430.     padding:5px;
  431.     border:2px solid #ddd;
  432.     position:fixed;
  433.     right:7px;
  434.     bottom:10px
  435.    
  436.     }    
  437.  
  438.     #taco a:hover {
  439.     color:#fff;
  440.     background-color:#000;
  441.     border-radius:110px;
  442.     -moz-transition-duration:2s;
  443.     -webkit-transition-duration:2s;
  444.     -o-transition-duration:2s;
  445.     }
  446.  
  447.  
  448.    
  449.     {CustomCSS}
  450.    
  451.  
  452.  
  453.     </style></head>
  454.        
  455. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://i1336.photobucket.com/albums/o649/thelostwhile/02-1_zps696c11bb.png" border="0"></a>
  456.    
  457. <body>
  458.  
  459.  
  460. <div id="sidebar">
  461. <div id="pic"><img src="{image:sidebar}"></div>
  462.  
  463. <div id="title">{Title}</div>
  464.  
  465. <div id="links">
  466.  
  467. <a href="{text:link1 url}">{text:link1}</a>
  468. <a href="{text:link2 url}">{text:link2}</a>
  469. <a href="{text:link3 url}">{text:link3}</a>
  470. <a href="{text:link4 url}">{text:link4}</a>
  471. <a href="{text:link5 url}">{text:link5}</a>
  472. </div>
  473.  
  474. <div id="desc">
  475. {Description}
  476. </div>
  477.  
  478.  
  479.  <div id="pagination">
  480. {block:PreviousPage}
  481. <a href="{PreviousPage}">back</a>
  482. {/block:PreviousPage}
  483. {block:NextPage}
  484. <a href="{NextPage}">next</a>
  485. {/block:NextPage}
  486. </div>
  487. {/block:Pagination}</div></div>
  488. </div>
  489.  
  490.  
  491.   <div id="stuffcontainer">
  492.  
  493. {block:Posts}
  494.  
  495. <div id="stuff">
  496.  
  497. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  498.  
  499. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  500.  
  501. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  502. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  503.  
  504. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  505.  
  506. {block:Photoset}<center>{Photoset-500}</center>
  507. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  508.  
  509. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  510.  
  511. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  512.  
  513. {block:Answer}<div class="ask">{Asker}:{Question}</div><div class="ans">{Answer}</div>{/block:answer}
  514.  
  515. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  516. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  517. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  518. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  519. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  520.  
  521.  
  522.  
  523. {block:Date}<br>
  524. <div id="postinfo">
  525. {Month} {DayOfMonth} | <a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCount}♥</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  526. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  527. {block:HasTags}
  528. <div class="tags">
  529. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  530. {/block:HasTags}
  531. <div class="note">
  532. {block:PostNotes}{PostNotes}{/block:PostNotes}
  533. </div>
  534. </div>
  535. {/block:Posts}
  536.  
  537.  
  538.  
  539. </div>
  540. <div id="taco">
  541. <a href="http://sexmeluke.tumblr.com/">SML</a>
  542.                 </div>
  543.  
  544. </div></div></div>
  545.  
  546. </body>
  547. </html>
Advertisement
Add Comment
Please, Sign In to add comment