Advertisement
ronnweasley

Codes

Jul 22nd, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.46 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <meta name="color:bg" content="#ffffff"/>
  11. <meta name="color:text" content="#838282"/>
  12. <meta name="color:link" content="#b8b8b8"/>
  13. <meta name="color:linksb" content="#EED8AE"/>
  14. <meta name="color:linkhover" content="#cecece">
  15. <meta name="color:linkhover background" content="#FA8072">
  16. <meta name="color:side links" content="#000" />
  17. <meta name="color:side links hover background" content="#bf9281" />
  18. <meta name="color:description" content="#cecece">
  19. <meta name="color:sidebar bg" content="#EEE9E9">
  20. <meta name="color:sidebar border" content="#cecece">
  21. <meta name="color:bold" content="#cecece">
  22. <meta name="color:scrollbar" content="#f5f5f5">
  23. <meta name="image:sidebar" content=""/>
  24.  
  25.  
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="" />
  32. <meta name="text:Link4" content="" />
  33. <meta name="text:Link4 Title" content="" />
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38. ::-webkit-scrollbar-thumb:vertical {
  39.     background-color: {color:scrollbar};
  40.     width:15px;
  41.     height:100px;
  42.     border: 1px solid {color:scrollbar};
  43.     -webkit-border-radius: 0px;
  44.     }
  45.  
  46. ::-webkit-scrollbar {
  47.     height:7px;
  48.     width:7px;
  49.     background-color: #ffffff;
  50.     }
  51.  
  52.  
  53. body {
  54.     background-color:{color:bg};
  55.     font-family:Cambria;
  56.     font-weight:normal;
  57.     font-size:11px;
  58.     color:{color:text};
  59. }
  60.  
  61.     a {
  62.     color:{color:link};
  63.     text-decoration:none;
  64.     -moz-transition-duration:0.5s;
  65.     -webkit-transition-duration:0.5s;
  66.     -o-transition-duration:0.5s;
  67.     }
  68.    
  69.     a:hover {
  70.     color:{color:linkhover};
  71.     text-decoration:none;
  72.     -moz-transition-duration:0.5s;
  73.     -webkit-transition-duration:0.5s;
  74.     -o-transition-duration:0.5s;
  75.     }
  76.  
  77. img {
  78.     border:none;
  79. }
  80.  
  81. blockquote {
  82. border-left:2px solid {color:text};
  83. padding-left:5px;
  84. margin:5px;
  85. }
  86.  
  87. h1 {
  88. font-size:10px;
  89. text-align:center;
  90. line-height:80%;
  91. letter-spacing:1px;
  92. text-transform:uppercase;
  93. color:{color:text};
  94. }
  95.  
  96.  
  97. #entries {
  98.     padding:10px;
  99.     width:500px;
  100.     margin-left:500px;
  101.     margin-top:70px;
  102. }
  103.  
  104. #post {
  105.     width:500px;
  106.     padding-top:30px;
  107. }
  108.  
  109. #sidebar {
  110.   width:130px;
  111.   position:fixed;
  112.   padding-top:160px;
  113.   margin-left:170px;
  114.   margin-top:-130px;
  115.  
  116. }
  117.  
  118. #sidebarimage {
  119.     width:130px;
  120.  
  121. }
  122.  
  123. #sidebarimage img {
  124.     width:130px;
  125.    
  126. }
  127.  
  128. #description {
  129.     line-height:11px;
  130.     border-top:2px solid;
  131.     border-color:{color:Border};
  132.     margin-top:45px;
  133.     font-family:calibri;
  134.     margin-left:0px;
  135.     width:130px;
  136.     text-align:center;
  137.     font-size:10px;
  138.     letter-spacing:1px;
  139.     line-height:150%;
  140.     color:{color:description};
  141.    
  142.  
  143. }
  144.  
  145. #pagination {
  146.     font-size:10px;
  147.     text-align:center;
  148.    
  149. }
  150.  
  151. #info {
  152.     font-size:9px;
  153.     padding:5px;
  154.     margin-top:10px;
  155.     text-transform:uppercase;
  156.     }
  157.  
  158. #tags {
  159.     padding:10px;
  160.     margin-top:-10px;
  161.     font-size:10px;
  162.  
  163. }
  164.  
  165. #links {
  166.     position:fixed;
  167.     font-family:'calibri';
  168.     text-transform:uppercase;
  169.     font-size:10px;
  170.     margin-top:10px;
  171.     margin-left:0px;
  172.     width:130px;
  173.     text-align:center
  174.    
  175. }
  176.  
  177. #links a {
  178.     color:{color:side links};
  179.     margin-left:3px;
  180.     margin-right:3px;
  181.     padding:4px;
  182.     text-align:center;
  183.     font-style:normal;
  184. }
  185.  
  186. #links a:hover {
  187.     background-color: {color:side links hover background};
  188. }
  189.  
  190. #questions {
  191.     background-color: {color:asker bg};  
  192.     padding:10px;
  193.     text-align:left;
  194.     }
  195.  
  196. .credit {
  197.     position:fixed;
  198.     bottom:5px;
  199.     right:5px;
  200.     font: 15px Consolas;
  201.     background: transparent;
  202.     color: #000;
  203.     text-transform:uppercase;
  204.     letter-spacing: 0px;
  205.     padding: 5px; }
  206.  
  207. .credit a{
  208.     color:#000;
  209.     opacity:0.8;}
  210.  
  211. .credit a:hover{
  212.     color:#000;
  213.     opacity:1.0;}
  214.    
  215.  
  216. {CustomCSS}</style></head><body>
  217.  
  218. <div id="sidebar">
  219.  
  220. <center><div id="sidebarimage"><a href="{your url here}"><img src="{img sidebar}"></div></a></center>
  221.  
  222. <div id="links">
  223.  
  224. <a href="">home</a>
  225. <a href="">inbox</a>
  226. <a href="">link1 </a>
  227. <a href="">link2</a>
  228. <a href="">link3</a>
  229. <a href="">link4</a>
  230. </div>
  231.  
  232. <div id="description">{Description}<br> </div>
  233.  
  234. <br><br><br><br><br><center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev </a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">/ next</a>{/block:NextPage}</div>{/block:Pagination}</div></div></center>
  235.  
  236. <div id="entries">{block:Posts}<div id="post">
  237.  
  238. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  239.  
  240. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  241.  
  242. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  243.  
  244. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  245.  
  246. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  247.  
  248. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  249.  
  250. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  251.  
  252. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  253.  
  254.  
  255. {block:Answer}<div id="questions">{Asker} asked: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  256.  
  257. {block:Date}<div id="info">posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Posts}</div>
  258.  
  259. <div class="credit"><a href="http://harrypottiar.tumblr.com">LR</a>
  260. </div>
  261.  
  262. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement