sexmeluke

Theme #7: Action- SEXMELUKE

Feb 22nd, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.26 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!
  24. ------------------------------------------------------------------------>
  25.  
  26.  
  27. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  28. <head>
  29.  
  30.  
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36.  
  37.  
  38. <!-------------------- CURSOR ----------------->
  39.  
  40.   <style type="text/css">body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), progress;}</style>
  41.  
  42.  
  43.  
  44.  
  45. <meta name="color:background" content="#ffffff"/>
  46. <meta name="color:text" content="#b6b5b5"/>
  47. <meta name="color:link" content="#a8a7a7"/>
  48. <meta name="color:linkhover" content="f1d65d"/>
  49. <meta name="color:scrollbar" content="ede7dc"/>
  50. <meta name="color:scrollbarbg" content="ffffff"/>
  51.  
  52.  
  53. <meta name="image:background" content="" />
  54.  
  55.  
  56. <meta name="text:link 1" content="link 1" />
  57. <meta name="text:link 1 url" content="/" />
  58. <meta name="text:link 2" content="link 2" />
  59. <meta name="text:link 2 url" content="/" />
  60. <meta name="text:link 3" content="link 3" />
  61. <meta name="text:link 3 url" content="/" />
  62. <meta name="text:link 4" content="link 4" />
  63. <meta name="text:link 4 url" content="/" />
  64.  
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:3px}
  70. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  72.  
  73.  
  74.  
  75.  
  76.  
  77. /* --- BODY ---*/
  78.  
  79. body {
  80.     background:{color:background} fixed;
  81.  background-image:url('{image:background}');
  82.     margin:0px; color:{color:text};
  83.     font-family:cambria;
  84.     font-size:11px;
  85.     line-height:100%;
  86.     }
  87.  
  88.  
  89. blockquote {
  90.     border-left:1px solid #f8f8f8;
  91.     padding-left:2px;
  92.     margin:5px;
  93. }
  94.  
  95.  
  96. a {
  97.     color:{color:link};
  98.     text-decoration:none;
  99.     -webkit-transition:all 0.5s ease-in-out;
  100.     -moz-transition:all 0.5s ease-in-out;
  101.     -o-transition:all 0.5s ease-in-out;
  102.     -ms-transition:all 0.5s ease-in-out;
  103.     transition:all 0.5s ease-in-out;
  104.     }
  105.  
  106. a:hover {
  107.     text-decoration:none;
  108.     color:{color:linkhover};
  109.     }
  110.  
  111. img {
  112.     none;
  113.     }
  114.  
  115. h1 {
  116.     font-family:calibri;
  117.     font-size:20px;
  118.     font-style:none;
  119.     text-transform:none;
  120.     text-align:center;
  121.     font-weight:normal;
  122.     }
  123.  
  124. h2 {
  125.     font-family:cambria;
  126.     font-size:11px;
  127.     font-style:italic;
  128.     text-transform:none;
  129.     font-weight:normal;
  130.     }
  131.  
  132. #entries {
  133.     padding:10px;
  134.     width:500px;
  135.     margin-left:580px;
  136.     margin-top:80px;
  137.     }
  138.  
  139. #post {
  140.     width:500px;
  141.     padding-bottom:50px;
  142.     font-style:none;
  143.     }
  144.  
  145.  
  146. /* --- HEADER --- */
  147.  
  148. .header {
  149.     position:absolute;
  150.     height: 55px;
  151.     margin-top:-85px;
  152.     width:480px;
  153.     margin-left: 440px;
  154.     border-bottom: solid 1px #f8f8f8;
  155.     border-top: solid 1px #f8f8f8;
  156.     margin-bottom:50px;
  157.     font-family:calibri;
  158.     text-transform: uppercase;
  159.     font-style:normal;
  160.     padding:10px;
  161.     line-height:110%;
  162.     background-color: #fcfcfc;
  163.     text-align:center;
  164.     font-size: 8px;
  165.     color:{color:text};
  166.     }
  167.  
  168.  
  169. /* --- SIDEBAR ---*/
  170.  
  171. #title{
  172.     margin-top:210px;
  173.     margin-left:-112px;
  174.     height:10px;
  175.     width:370px;
  176.     padding:10px;
  177.     position:fixed;
  178.     background-color:black;
  179.     font-family:ar decode;
  180.     font-weight:bold;
  181.     font-size:30px;
  182.     color:white;
  183. }
  184.  
  185. #sidebar {
  186.     width:290px;
  187.     height:600px;
  188.     position:fixed;
  189.     margin-left:190px;
  190.     margin-top:-50px;
  191.     background-color:transparent;
  192.     }
  193.  
  194.  
  195.  
  196. #sidebarimage img {
  197.     width:570px;
  198.     height:580px;  
  199.     border-radius:0px;
  200.     margin-left:-200px;
  201.     margin-top:-50px;
  202.     position:fixed;
  203.    
  204. }
  205.  
  206.  
  207. #pagination {
  208.     font-size:10px;
  209.     margin-left:330px;
  210.     margin-top:340px;
  211.     width:200px;
  212.     position:fixed;
  213.     opacity:1;
  214.     color:white;
  215.     letter-spacing:0px;
  216.     font-style:normal;
  217.     text-align:center;
  218.     -moz-transition-duration:.5s;
  219.     -webkit-transition-duration:.5s;
  220.     -o-transition-duration:.5s;
  221.     }
  222.    
  223.     #pagination a{
  224.         color:#fff;
  225.        
  226.     }
  227.    
  228.     #pagination a:hover{
  229.         color:{color:linkhover};
  230.     }
  231.    
  232. #description {
  233.     width:390px;
  234.     height:90px;
  235.     margin-left:-112px;
  236.     margin-top:255px;
  237.     position:fixed;
  238.     text-align:justify;
  239.     font-weight:normal;
  240.     line-height:120%;
  241.     letter-spacing:.5px;
  242.     font-family:calibri;
  243.     font-style:normal;
  244.     font-size:12px;
  245.     background-color:#000;
  246.     color:white;
  247.     overflow:auto;
  248.    
  249.     }
  250.    
  251.    
  252.   #home{
  253.         margin-top:372px;
  254.         margin-left:-105px;
  255.         position:fixed;
  256.         width:60px;
  257.         height:20px;
  258.         color:#fff;
  259.         background-color:black;
  260.         padding:15px;
  261.         font-size:30px;
  262.         font-family:ar decode;
  263.     }
  264.    
  265.     #home a{
  266.         color:#fff;
  267.         -moz-transition-duration:.5s;
  268.     -webkit-transition-duration:.5s;
  269.     -o-transition-duration:.5s;
  270.     }
  271.    
  272.     #home a:hover{
  273.         color:{color:linkhover};
  274.         -moz-transition-duration:.5s;
  275.     -webkit-transition-duration:.5s;
  276.     -o-transition-duration:.5s;
  277.     }
  278.  
  279.  #links {
  280.     padding:5px;
  281.     margin-top:370px;
  282.     font-size:13px;
  283.     width:128px;
  284.     height:40px;
  285.     margin-left:12px;
  286.     letter-spacing:0px;
  287.     background-color:#000;
  288.     position:fixed;
  289.     font-family:calibri;
  290.     text-align:center;
  291.     text-transform:uppercase;
  292.   }
  293.  
  294.   #links a{
  295.       color:white;
  296.       padding:5px;
  297.       line-height:5px;
  298.      
  299.     -moz-transition-duration:.5s;
  300.     -webkit-transition-duration:.5s;
  301.     -o-transition-duration:.5s;
  302.   }
  303.  
  304.   #links a:hover{
  305.       color:{color:linkhover};
  306.         -moz-transition-duration:.5s;
  307.     -webkit-transition-duration:.5s;
  308.     -o-transition-duration:.5s;
  309.      
  310.   }
  311.  
  312.  /* -- stuff -- */
  313.  
  314. #questions {
  315.     background-color: #E6E6E6;
  316.     color: {color:text};
  317.     border-top: solid 1px #f8f8f8;
  318.     margin-left:0px;
  319.     padding:11px;
  320.     margin-top: 5px;
  321.     margin-bottom:5px;
  322.     font-family:cambria;
  323.     font-size:10px;
  324.     font-style:italic;
  325.     text-align:left;}
  326.  
  327.  
  328.    
  329.  
  330.  
  331.  
  332. .notecount {
  333.     width:150px;
  334.     margin-left:350px;
  335.     position:absolute;
  336.     text-align:right;
  337.     }
  338.    
  339. .note {
  340.     padding:0px 20px 0px 20px;
  341.     text-transform:uppercase;
  342.     font-family:calibri;
  343.     text-align:left;  
  344.     letter-spacing:0px;
  345.     font-size: 8px;
  346.     line-height:80%;
  347.     color:{color:link};
  348.     }
  349.    
  350. .note li {
  351.     list-style-type:none;
  352.     padding:5px 20px 5px 20px;
  353.     text-align:left;
  354.     margin-left:-80px;
  355.     }
  356.  
  357. #info {
  358.     font-family:century gothic;
  359.     text-align:center;
  360.     margin-top:5px;
  361.     padding-top:5px;
  362.     padding:5px;
  363.     text-transform:lowercase;
  364.     letter-spacing:.1px;
  365.     font-style:none;
  366.     font-size:9px;
  367.     line-height:80%;
  368.     border-top: 1px solid #585858;
  369.     color:{color:link};
  370.     }
  371.  
  372. #tags {
  373.     font-family:calibri;
  374.     text-align:right;
  375.     margin-top:-5px;
  376.     padding-bottom:3px;
  377.     text-transform:none;
  378.     font-style:none;
  379.     font-size:9px;
  380.     }
  381.  
  382. #tags a {
  383.     display:inline;
  384.     text-align:center;
  385.     }
  386.  
  387. #cred {
  388.     font-size:8px;
  389.     font-family:times;
  390.     letter-spacing:1px;
  391.     -moz-transition-duration:0.5s;
  392.     -webkit-transition-duration:0.5s;
  393.     -o-transition-duration:0.5s;
  394.     }
  395.  
  396.  #cred a {
  397.     background-color:#fff;
  398.     color:#a8a8a8;
  399.     padding:5px;
  400.     border:2px solid #ddd;
  401.     position:fixed;
  402.     right:7px;
  403.     bottom:10px
  404.     }    
  405.  
  406.  
  407. #cred a:hover {
  408.     color:#fff;
  409.     background-color:#000;
  410.     border-radius:110px;
  411.     -moz-transition-duration:2s;
  412.     -webkit-transition-duration:2s;
  413.     -o-transition-duration:2s;
  414.     }
  415.  
  416.  #scrollToTop:link,#scrollToTop:visited {
  417.      color: transparent;
  418.      background-color: transparent;
  419.      display: none;
  420.      position: fixed;
  421.      bottom:50px;
  422.      right: 15px;
  423.      }
  424.  
  425. {CustomCSS}</style>
  426.  
  427.     <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>
  428.    
  429. </head><body>
  430.  
  431.  
  432. <div id="sidebar">
  433.  
  434. <div id="sidebarimage"><img src="http://www.clker.com/cliparts/h/T/6/x/H/o/clap-board.svg"/>
  435.  
  436. <div id="title">{title}</div>
  437.  
  438. <div id="links">
  439. <a href="{text:link 1 url}" >{text:link 1}</a>
  440. <a href="{text:link 2 url}">{text:link 2}</a>
  441. <br><br>
  442. <a href="{text:link 3 url}">{text:link 3}</a>
  443. <a href="{text:link 4 url}">{text:link 4}</a>
  444. </div>
  445.  
  446. <div id="home"><a href="/">Home</a></div>
  447.  
  448. <div id="description">{Description}</div></div></div>
  449. <div id="pagination">
  450. {block:PreviousPage}
  451. <a href="{PreviousPage}">back</a>
  452. {/block:PreviousPage}
  453. {block:NextPage}
  454. <a href="{NextPage}">next</a>
  455. {/block:NextPage}
  456. </div>
  457. {/block:Pagination}</div>
  458.  
  459.  </div>
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. {block:HasPages}{block:Pages}
  467.  
  468. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  469.  
  470. </div></center></i>
  471.  
  472.  
  473.  
  474.  
  475.  
  476. </div>
  477.  
  478. <div id="entries">{block:Posts}<div id="post">
  479.  
  480. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  481.  
  482. {block:Photo}
  483. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  484. {/block:Photo}
  485.  
  486. {block:Photoset}
  487. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  488. {/block:Photoset}
  489.  
  490. {block:Quote}❝<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  491.  
  492. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  493.  
  494. {block:Chat}<i>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</i>
  495.  
  496. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  497.  
  498. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  499.  
  500. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  501. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  502.  
  503. <div id="info">
  504. {block:Date}<a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a>  {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom} |<a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">| {SourceLink}</a>{/block:ContentSource}</div>
  505.  
  506. <div id="tags">
  507. {block:HasTags} {block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  508.  
  509. <div class="note">
  510. {block:PostNotes}{PostNotes}{/block:PostNotes}
  511. </div>
  512. </div>
  513. {block:Posts}
  514.  
  515. <div id="cred">
  516. <a href="http://sexmeluke.tumblr.com">SML</a>
  517.                 </div>
  518.  
  519. </div>
  520.  
  521. </body>
  522.  
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment