Advertisement
Orig

Tumblr

Feb 8th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="color:Background" content="#000000">
  5. <meta name="font:Body" content="Georgia" />
  6. <meta name="image:Background" content="http://i41.tinypic.com/wvztsk.png" />
  7. <meta name="color:Sidebar" content="#000000" />
  8. <meta name="image:Sidebar" content="" />
  9. <meta name="AskLabel" content="Ask" />
  10. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  11. <meta name="text:Header" content="Insert Text!" />
  12. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. </head>
  16.  
  17. <style>
  18.  
  19. body {
  20. background-color:{color:Background};
  21. font-family:{font:Body};
  22. }
  23.  
  24. .headerstuff {
  25. background-color: black;
  26. color: silver;
  27. text-align: center;
  28. text-decoration: none;
  29. font-style: italic;
  30. position: fixed;
  31. font-family: 'Raleway', cursive;
  32. width: 100%;
  33. height:20px;
  34. text-align: center;
  35. margin: -8px;
  36. padding: 4px;
  37. }
  38.  
  39. .links {
  40. color: silver;
  41. }
  42.  
  43. .contentcontainer {
  44. width:1480px;
  45. padding-left: 100px;
  46. padding-top: 50px;
  47. margin-left: 400px;
  48. }
  49.  
  50. .content {
  51. padding:10px;
  52. background-color: #000000;
  53. font-family: 'Raleway', cursive;
  54. font-size: 25px;
  55. margin: 10px;
  56. }
  57.  
  58. </style>
  59. <body>
  60. <header>
  61. <div class="headerstuff">"Welcome to Neverland!"</div>
  62. </header>
  63. <div id="sidebar"><img class="image" src="{image:Sidebar}" /><div class="links">
  64. {block:AskEnabled}<a href="/ask>{AskLabel}</a> • {/block:AskEnabled}
  65. {block:SubmissionsEnabled}<a href="/submit>{SubmitLabel}</a> • {/block:SubmissionsEnabled}
  66. {block:HasPages}{block:Pages}<a href="{url}">{Label}</a> • {/block:Pages}{/block:HasPages}
  67. </div><div class="description">{Description}</div></div>
  68. <div class="contentcontainer">
  69.  
  70. {block:Posts}
  71.  
  72. <div class="content">
  73.  
  74. {block:Text}
  75. {block:Title}<div class="title">{Title}</div>{/block:Title}
  76. <div class="text">{Body}</div>
  77. {/block:Text}
  78.  
  79. {block:Photo}
  80. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  81. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  82. {/block:Photo}
  83.  
  84. </div>
  85. <div id="permalink">
  86. <a href="{Permalink}">
  87. {block:Date}{lang:Posted TimeAgo}{/block:Date}
  88. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  89. </div>
  90. {block:HasTags}<div id="tags">
  91. {block:Tags}
  92. <a href="{TagURL}">#{Tag} </a>
  93. {/block:Tags}
  94. </div>
  95. {/block:HasTags}
  96. </a>
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement