Advertisement
sexmeluke

Theme #5: Clear- SEXMELUKE

Jan 24th, 2014
2,728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.47 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.           DON'T REMOVE THE CREDIT!!
  6.    I WORKED REALLY HARD ON THIS THEME. I'D APPRECIATE IT IF
  7.        YOU DIDN'T STEAL BY REMOVING THE CREDIT.
  8.  
  9.                       THEME BY
  10.     ╭━━━┳━━━┳━╮╭━┳━╮╭━┳━━━┳╮╱╱╭╮╱╭┳╮╭━┳━━━╮
  11.     ┃╭━╮┃╭━━┻╮╰╯╭┫┃╰╯┃┃╭━━┫┃╱╱┃┃╱┃┃┃┃╭┫╭━━╯
  12.     ┃╰━━┫╰━━╮╰╮╭╯┃╭╮╭╮┃╰━━┫┃╱╱┃┃╱┃┃╰╯╯┃╰━━╮
  13.     ╰━━╮┃╭━━╯╭╯╰╮┃┃┃┃┃┃╭━━┫┃╱╭┫┃╱┃┃╭╮┃┃╭━━╯
  14.     ┃╰━╯┃╰━━┳╯╭╮╰┫┃┃┃┃┃╰━━┫╰━╯┃╰━╯┃┃┃╰┫╰━━╮
  15.     ╰━━━┻━━━┻━╯╰━┻╯╰╯╰┻━━━┻━━━┻━━━┻╯╰━┻━━━╯
  16. ------------------------------------------------------------------------>
  17.  
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head>
  21.  
  22.  
  23.  
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28.  
  29.  <style type="text/css">body, a, a:hover .{cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>
  30.  
  31. <meta name="color:background" content="#ffffff"/>
  32. <meta name="color:border" content="f3f1f1"/>
  33. <meta name="color:text" content="#b6b5b5"/>
  34. <meta name="color:link" content="#a8a7a7"/>
  35. <meta name="color:linkhover" content="f1d65d"/>
  36. <meta name="color:scrollbar" content="ede7dc"/>
  37. <meta name="color:scrollbarbg" content="ffffff"/>
  38.  
  39.  
  40. <meta name="image:sidebar" content=""/>
  41. <meta name="image:background" content="" />
  42.  
  43.  
  44. <!-- LINKS -->
  45.  
  46. <meta name="text:link 1" content="link 1" />
  47. <meta name="text:link 1 url" content="/" />
  48. <meta name="text:link 2" content="link 2" />
  49. <meta name="text:link 2 url" content="/" />
  50. <meta name="text:link 3" content="link 3" />
  51. <meta name="text:link 3 url" content="/" />
  52. <meta name="text:link 4" content="link 4" />
  53. <meta name="text:link 4 url" content="/" />
  54. <meta name="text:link 5" content="link 5" />
  55. <meta name="text:link 5 url" content="/" />
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61.  
  62. /* --- BODY ---*/
  63.  
  64. body {
  65.     background:{color:background};
  66.     margin:0px; color:{color:text};
  67.     font-family:cambria;
  68.     font-size:11px;
  69.     line-height:100%;
  70.     }
  71.  
  72.  
  73. blockquote {
  74.     border-left:1px solid #f8f8f8;
  75.     padding-left:2px;
  76.     margin:5px;
  77. }
  78.  
  79.  
  80. a {
  81.     color:#b1b0b0;
  82.     text-decoration:none;
  83.     -webkit-transition:all 0.5s ease-in-out;
  84.     -moz-transition:all 0.5s ease-in-out;
  85.     -o-transition:all 0.5s ease-in-out;
  86.     -ms-transition:all 0.5s ease-in-out;
  87.     transition:all 0.5s ease-in-out;
  88.     }
  89.  
  90. a:hover {
  91.     text-decoration:none;
  92.     color:#676767;
  93.     }
  94.  
  95. img {
  96.     none;
  97.     }
  98.  
  99. h1 {
  100.     font-family:calibri;
  101.     font-size:20px;
  102.     font-style:none;
  103.     text-transform:none;
  104.     text-align:center;
  105.     font-weight:normal;
  106.     }
  107.  
  108. h2 {
  109.     font-family:cambria;
  110.     font-size:11px;
  111.     font-style:italic;
  112.     text-transform:none;
  113.     font-weight:normal;
  114.     }
  115.  
  116. #entries {
  117.     padding:10px;
  118.     width:500px;
  119.     margin-left:580px;
  120.     margin-top:80px;
  121.     }
  122.  
  123. #post {
  124.     width:500px;
  125.     padding-bottom:50px;
  126.     font-style:none;
  127.     }
  128.  
  129.  
  130. /* --- HEADER --- */
  131.  
  132. .header {
  133.     position:absolute;
  134.     height: 55px;
  135.     margin-top:-85px;
  136.     width:480px;
  137.     margin-left: 440px;
  138.     border-bottom: solid 1px #f8f8f8;
  139.     border-top: solid 1px #f8f8f8;
  140.     margin-bottom:50px;
  141.     font-family:calibri;
  142.     text-transform: uppercase;
  143.     font-style:normal;
  144.     padding:10px;
  145.     line-height:110%;
  146.     background-color: #fcfcfc;
  147.     text-align:center;
  148.     font-size: 8px;
  149.     color:{color:text};
  150.     }
  151.  
  152.  
  153. /* --- SIDEBAR ---*/
  154.  
  155. #sidebar {
  156.     width:290px;
  157.     position:fixed;
  158.     margin-left:120px;
  159.     margin-top:-50px;
  160.     }
  161.  
  162. #sidebarimage {
  163.     width:180px;
  164.     height:180px;}
  165.  
  166. #sidebarimage img {
  167.     width:270px;
  168.     height:180px;  
  169.     border-radius:0px;
  170.     margin-left:150px;
  171.     margin-top:115px;}
  172.  
  173.  
  174. #pagination {
  175.     font-size:9px;
  176.     margin-left:420px;
  177.     margin-top:50px;
  178.     width:200px;
  179.     position:fixed;
  180.     opacity:1;
  181.     color:{color:pagi};
  182.     letter-spacing:0px;
  183.     font-style:normal;
  184.     text-align:center;
  185.     -moz-transition-duration:.5s;
  186.     -webkit-transition-duration:.5s;
  187.     -o-transition-duration:.5s;
  188.     }
  189.    
  190. #description {
  191.     width:250px;
  192.     height:90px;
  193.     margin-left:160px;
  194.     margin-top:-29px;
  195.     position:fixed;
  196.     text-align:justify;
  197.     font-weight:normal;
  198.     line-height:120%;
  199.     font-family:cambria;
  200.     font-style:italic;
  201.     font-size:11px;
  202.     padding-top:65px;
  203.     padding-left:-50px;
  204.     }
  205.  
  206.  
  207. #questions {
  208.     background-color: #fcfcfc;
  209.     color: {color:text};
  210.     border-top: solid 1px #f8f8f8;
  211.     margin-left:0px;
  212.     padding:11px;
  213.     margin-top: 5px;
  214.     margin-bottom:5px;
  215.     font-family:cambria;
  216.     font-size:10px;
  217.     font-style:italic;
  218.     text-align:left;}
  219.  
  220. #links {
  221.     padding:0px;
  222.     margin-top:-50px;
  223.     font-size:20px;
  224.     width:158px;
  225.     margin-left:120px;
  226.     letter-spacing:0px;
  227.  
  228.    
  229.     }
  230.    
  231.  
  232.  
  233.  
  234. .notecount {
  235.     width:150px;
  236.     margin-left:350px;
  237.     position:absolute;
  238.     text-align:right;
  239.     }
  240.    
  241. .note {
  242.     padding:0px 20px 0px 20px;
  243.     text-transform:uppercase;
  244.     font-family:calibri;
  245.     text-align:left;  
  246.     letter-spacing:0px;
  247.     font-size: 8px;
  248.     line-height:80%;
  249.     color:{color:link};
  250.     }
  251.    
  252. .note li {
  253.     list-style-type:none;
  254.     padding:5px 20px 5px 20px;
  255.     text-align:left;
  256.     margin-left:-80px;
  257.     }
  258.  
  259. #info {
  260.     font-family:calibri;
  261.     text-align:center;
  262.     margin-top:5px;
  263.     padding-top:5px;
  264.     padding:5px;
  265.     text-transform:uppercase;
  266.     font-style:none;
  267.     font-size:8px;
  268.     line-height:80%;
  269.     border-top: 1px solid #f8f8f8;
  270.     }
  271.  
  272. #tags {
  273.     font-family:calibri;
  274.     text-align:center;
  275.     margin-top:-5px;
  276.     padding-bottom:3px;
  277.     text-transform:uppercase;
  278.     font-style:none;
  279.     font-size:8px;
  280.     }
  281.  
  282. #tags a {
  283.     display:inline;
  284.     text-align:center;
  285.     }
  286.  
  287. #cred {
  288.     font-size:8px;
  289.     font-family:times;
  290.     letter-spacing:1px;
  291.     -moz-transition-duration:0.5s;
  292.     -webkit-transition-duration:0.5s;
  293.     -o-transition-duration:0.5s;
  294.     }
  295.  
  296.  #cred a {
  297.     background-color:#fff;
  298.     color:#a8a8a8;
  299.     padding:5px;
  300.     border:2px solid #ddd;
  301.     position:fixed;
  302.     right:7px;
  303.     bottom:10px
  304.     }    
  305.  
  306.  
  307. #cred a:hover {
  308.     color:#fff;
  309.     background-color:#000;
  310.     border-radius:110px;
  311.     -moz-transition-duration:2s;
  312.     -webkit-transition-duration:2s;
  313.     -o-transition-duration:2s;
  314.     }
  315.  
  316.  #scrollToTop:link,#scrollToTop:visited {
  317.      color: transparent;
  318.      background-color: transparent;
  319.      display: none;
  320.      position: fixed;
  321.      bottom:50px;
  322.      right: 15px;
  323.      }
  324.  
  325. {CustomCSS}</style>
  326.  
  327.     <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="https://lh4.googleusercontent.com/-2vvAYxnLRTA/T68Vc2ShbSI/AAAAAAAAAtI/mWweb7Rtu3g/s54/SH%2521%2520button1.png" border="0"></a>
  328.    
  329. </head><body>
  330.  
  331.  
  332. <div id="sidebar">
  333.  
  334. <div id="sidebarimage"><img src="{image:sidebar}"/></div>
  335.  
  336. <div id="links">
  337. <a href="{text:link 1 url}" title="{text:link 1}" ></a>
  338. <br>
  339. <br>
  340. <br>
  341. <a href="{text:link 2 url}" title="{text:link 2}"></a>
  342. <br>
  343. <br>
  344. <br>
  345. <a href="{text:link 3 url}" title="{text:link 3}"></a>
  346. <br>
  347. <br>
  348. <br>
  349. <a href="{text:link 4 url}" title="{text:link 4}"></a>
  350. <br>
  351. <br>
  352. <br>
  353. <a href="{text:link 5 url}" title="{text:link 5}"></a>
  354. </div>
  355. <div id="description">{Description}</div></div></div>
  356. <div id="pagination">
  357. {block:PreviousPage}
  358. <a href="{PreviousPage}">back</a>
  359. {/block:PreviousPage}
  360. {block:NextPage}
  361. <a href="{NextPage}">forth</a>
  362. {/block:NextPage}
  363. </div>
  364. {/block:Pagination}</div>
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373. {block:HasPages}{block:Pages}
  374.  
  375. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  376.  
  377. </div></center></i>
  378.  
  379.  
  380.  
  381.  
  382.  
  383. </div>
  384.  
  385. <div id="entries">{block:Posts}<div id="post">
  386.  
  387. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><i>{Body}</i>{/block:Text}
  388.  
  389. {block:Photo}
  390. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  391. {/block:Photo}
  392.  
  393. {block:Photoset}
  394. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  395. {/block:Photoset}
  396.  
  397. {block:Quote}❝<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  398.  
  399. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  400.  
  401. {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>
  402.  
  403. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  404.  
  405. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  406.  
  407. {block:Answer}<div id="questions"><b>{Asker}</b> sent: {Question}</div>
  408. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  409.  
  410. <div id="info">
  411. {block:Date}shared on <a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a>  {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">(© {SourceLink}</a>){/block:ContentSource}</div>
  412.  
  413. <div id="tags">
  414. {block:HasTags} {block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  415.  
  416. <div class="note">
  417. {block:PostNotes}{PostNotes}{/block:PostNotes}
  418. </div>
  419. </div>
  420. {block:Posts}
  421.  
  422. <div id="cred">
  423. <a href="http://sexmeluke.tumblr.com">SML</a>
  424.                 </div>
  425.  
  426. </div>
  427.  
  428. </body>
  429.  
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement