Advertisement
Guest User

Untitled

a guest
May 28th, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.13 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 44 by Hollywhood
  9. please don't remove the credit
  10. thank you,                 --- you're welcome!
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link5" content="" />
  32. <meta name="text:link5 url" content="/">
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar-thumb{
  38. background-color: {color:scrollbar};
  39. border: 2px solid transparent
  40. height:auto;
  41. }
  42.  
  43. ::-webkit-scrollbar {
  44. height:auto;
  45. width:11px;
  46. background-color:transparent
  47. border:5px solid transparent
  48. }
  49.  
  50.  
  51. iframe#tumblr_controls {
  52.     white-space:nowrap;
  53.     -webkit-filter: invert(100%);
  54.     -moz-filter: invert(100%);
  55.     -o-filter: invert(100%);
  56.     -ms-filter: invert(100%);
  57.     filter: invert(100%);
  58.     opacity:.2;transition: .8s ease-in-out;
  59.     -webkit-transition: .8s ease-in-out;
  60.     -moz-transition: .8s ease-in-out;
  61.     -o-transition: .8s ease-in-out;
  62. }
  63.  
  64. h1 {
  65. font-weight:normal;
  66. font-size:15px;
  67. text-align:center;
  68. font-style:normal;
  69. line-height:100%;
  70. letter-spacing:1px;
  71. text-transform:normal;
  72. color:{color:text};
  73. }
  74.  
  75. h2 {
  76. font-size:15px;
  77. text-align:center;
  78. line-height:100%;
  79. letter-spacing:-0.5px;
  80. color:{color:text};
  81. font-weight:bold;
  82. text-transform:uppercase;
  83. padding:5px;
  84. padding-bottom:2px;
  85. }
  86.  
  87.  
  88. blockquote {
  89. border-left:1px solid #ccc;
  90. padding:17px;
  91. margin:10px 2px 0px 10px
  92. background-color:#596e7f;
  93. }
  94.    
  95. body {
  96. background:{color:background};
  97. background-image: url('http://i.imgur.com/Y0zaZNr.jpg');
  98. background-repeat: no-repeat;
  99. background-size: center;
  100. background-attachment: fixed;
  101. position: absolute;
  102. margin-left:720px;
  103. color:{color:text};
  104. font-family:tahoma;
  105. font-size:14px;
  106. line-height:100%;
  107. }
  108.  
  109. a {
  110.     text-decoration:none;
  111.     outline:none;
  112.     -moz-outline-style:none;
  113.     color:{color:link};
  114.     -moz-transition-duration:0.5s;
  115.     -webkit-transition-duration:0.5s;
  116.     -o-transition-duration:0.5s;
  117. }
  118.  
  119. a:hover {
  120.     text-decoration:none;
  121.     outline:none;
  122.     -moz-outline-style:none;
  123.     color:{color:link hover};
  124. }
  125.  
  126. img {
  127.     border:none;
  128.     max-width: 400;
  129. }
  130.  
  131. #post {
  132.     width:500px;
  133.     padding-bottom:70px;
  134.     margin-top: 0px;
  135.     max-width: 400;
  136.  
  137.    
  138.    
  139. }
  140.  
  141.  
  142. #container {margin:auto;
  143.     width:600px;
  144.     max-width: 400;
  145. }
  146.  
  147. #pcontainer {
  148. width: 400px;
  149. height:300px;
  150. position: fixed;
  151. padding: 30px;
  152. margin-top: -22px;
  153. margin-left: 0px;
  154. overflow-y:scroll;
  155. overflow-x:hidden;
  156. border:0px dashed {color:borders};
  157. max-width: 400;
  158. }
  159.  
  160. #entries {
  161.     padding:10px;
  162.     width:500px;
  163.     margin-left:0px;
  164.     margin-top:10px;
  165.     margin-bottom:60px;
  166.     max-width: 400;
  167. }
  168.  
  169.  
  170. #theme {
  171.     width:500px;
  172.     margin:0 auto -12px auto;
  173.     }
  174.  
  175. #sidebar {
  176.     color:{color:text};
  177.     width:100px;
  178.     height:auto;
  179.     margin-top:90px;
  180.     margin-left:165px;
  181.     text-align:left;
  182.     }
  183.  
  184.   #sidebarimage img {
  185.     width:100px;
  186.     opacity:.9;
  187.     margin-top:-10px;
  188.     margin-bottom:0px;
  189.     margin-left:43px;
  190.     }
  191.    
  192. #links {
  193.     font-family:'arial';
  194.     width: 50px;
  195.     margin-top: 360px;
  196.     margin-left: 105px;
  197.     font-size: 40px;
  198.     text-transform:uppercase;
  199.     text-align:center;
  200.     position:fixed;
  201.     line-height:10%;
  202.     padding: 50;
  203.     }
  204.    
  205.    
  206. #links a{
  207.     line-height:130%;
  208.     border-bottom:0px solid #fff;
  209.     margin-top: 50px;
  210.     margin-left:-350px;
  211.     color:{color:link};
  212.     text-decoration:none;
  213.     -moz-transition-duration:.2s;
  214.     -webkit-transition-duration:.2s;
  215.     -o-transition-duration:.2s;
  216.     }
  217.    
  218.    
  219.     #links a:hover {
  220.         color: {color:link hover};
  221.         width:60px;
  222.         -moz-transition-duration:0.2s;
  223.         -webkit-transition-duration:0.2s;
  224.         -o-transition-duration:0.2s;
  225.         }
  226.  
  227. #description {
  228.     width:300px;  
  229.     font-family:times;
  230.     margin-top:-2px;
  231.     margin-left:-58px;
  232.     text-align:center;
  233.     font-size:9px;
  234.     color: {color:text};
  235.     letter-spacing:0px;
  236.     line-height:170%;
  237.      -moz-transition-duration:1s;
  238.     -webkit-transition-duration:1s;
  239.     -o-transition-duration:1s;
  240.     }
  241.    
  242.     #description a {
  243.     color:{color:link};
  244.     }
  245.    
  246.     #description a:hover {
  247.         color:{color:link hover};
  248.     }  
  249.    
  250.     .sidebartitle {
  251.        width:300px;
  252.       text-align:center;
  253.       font-family:'californian fb';
  254.       line-height:120%;
  255.       margin-left:-58px;
  256.       word-spacing:2px;
  257.       font-style:italic;
  258.       font-size:16px;
  259.       margin-top:10px;
  260.       color:{color:title};
  261.       }
  262.    
  263.   #pagination {
  264.        font-family:corbel;
  265.        width:450px;
  266.     font-size:9px;
  267.     margin-top:25px;
  268.     margin-left:-8px;
  269.     padding-left:5px;
  270.     letter-spacing:1px;
  271.     text-align:center;
  272.     text-transform:uppercase;
  273.     }
  274.    
  275. #pagination a {
  276.     color:{color:link};
  277.     }
  278.    
  279. #info {
  280.       font-family:times;
  281.     width:450px;
  282.     margin-top:8px;
  283.     padding-top:4px;
  284.     font-size:7px;
  285.     border-top:1px solid #ddd;
  286.     opacity:0;
  287.     color:{color:text};
  288.     text-transform:uppercase;
  289.     font-style:normal;
  290.     text-align:left;
  291.     -moz-transition-duration:0.5s;
  292.     -webkit-transition-duration:0.5s;
  293.     -o-transition-duration:0.5s;
  294.     }
  295.  
  296.     #info a {
  297.     color:{color:link};
  298.     }
  299.    
  300.     #info a:hover {
  301.     color:{color:link hover};
  302.     }
  303.    
  304.     .tags {
  305.     font-family:times;
  306.     font-style:normal;
  307.     width:450px;
  308.     margin-top:4px;
  309.     text-transform:normal;
  310.     font-style:normal;
  311.     line-height:120%;
  312.     padding-top:0px;
  313.     font-size:8px;
  314.     opacity:0;
  315.     letter-spacing:1px;
  316.     text-align:left;
  317.     -moz-transition-duration:0.5s;
  318.     -webkit-transition-duration:0.5s;
  319.     -o-transition-duration:0.5s;
  320.     }
  321.     .tags a{
  322.         color:{color:link};
  323.      -moz-transition-duration:0.2s;
  324.     -webkit-transition-duration:0.2s;
  325.     -o-transition-duration:0.2s;
  326.     }
  327.     .tags a:hover{
  328.         color:{color:link hover};
  329.          -moz-transition-duration:0.2s;
  330.     -webkit-transition-duration:0.2s;
  331.     -o-transition-duration:0.2s;
  332.     }
  333.    
  334.     #post:hover #info{
  335.         opacity:1;
  336.         -moz-transition-duration:1s;
  337.     -webkit-transition-duration:1s;
  338.     -o-transition-duration:1s;
  339.     }
  340.      #post:hover .tags{
  341.         opacity:1;
  342.         -moz-transition-duration:1s;
  343.     -webkit-transition-duration:1s;
  344.     -o-transition-duration:1s;
  345.     }
  346.    
  347. .audio{
  348.     background-color:#e5e5e5;
  349.     height:65px;
  350.     overflow:hidden;
  351.     }
  352.  
  353. #ask {
  354.     float:left;
  355.     color:{color:text};
  356. }
  357.    
  358. #credit {
  359.     font-size:9px;
  360.     font-family:cambria;
  361.     font-style:italic;
  362.     letter-spacing:1px;
  363.     -moz-transition-duration:0.5s;
  364.     -webkit-transition-duration:0.5s;
  365.     -o-transition-duration:0.5s;
  366.     }
  367.  
  368. #credit a {
  369.     background-color:#fff;
  370.     padding:5px;
  371.     border:1px solid #e9e9e9;
  372.     position: fixed;
  373.     right:15px;
  374.     bottom:10px
  375.     }  
  376.  
  377. #credit a:hover {
  378.     color:#fff;
  379.     background-color:#191919;
  380.     }    
  381.  
  382.  
  383. {CustomCSS}</style></head><body>
  384.  
  385.  
  386.  
  387. <div id="theme">
  388. <div id="container">
  389.  
  390. <div id="sidebar">
  391.  
  392. <div id="sidebarimage">
  393.     <a href="/"><img src="{image:sidebar}"></a></div>
  394.    
  395.     <div class="sidebartitle">{text:sidebartitle}</div>
  396.  
  397. <div id="links">
  398. <a href="{text:link1 url}" title="{text:link1}"></a><a href="{text:link2 url}" title="{text:link2}"></a><a href="{text:link3 url}" title="{text:link3}"></a><a href="{text:link4 url}" title="{text:link4}"></a>
  399.    
  400.    
  401.    
  402. </a>
  403.    
  404.     </div>
  405.  
  406. <div id="description">{description}</div>
  407.    
  408. </div>
  409.  
  410. <div id="pcontainer">
  411. <div id="entries">{block:Posts}<div id="post">
  412.  
  413. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  414.  
  415. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  416.  
  417. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  418.  
  419.  {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  420.  
  421. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  422.  
  423. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  424.  
  425. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  426. {block:Artist} &nbsp;&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  427.  
  428. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  429.  
  430. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  431.  
  432. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month}  &nbsp;{DayOfMonth}</a>
  433. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#d588a6></font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  434.  
  435. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource}   {/block:RebloggedFrom} &nbsp;  <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  436. </div>
  437.  
  438.  
  439. {block:HasTags}
  440. <div class="tags">
  441. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  442. {/block:HasTags}
  443. <div class="postnote">
  444. {block:PostNotes}{PostNotes}{/block:PostNotes}
  445. </div>
  446. </div>
  447. {/block:Posts}
  448.  
  449. <div id="pagination">
  450. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&nbsp;&nbsp;&nbsp; future</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">past&nbsp;&nbsp;&nbsp;</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  451.  
  452. </div>
  453. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>  </div>
  454.  
  455. </body>
  456.    
  457. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement