Advertisement
Guest User

Untitled

a guest
Jul 21st, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <meta name="color:Background" content="#ffffff" />
  6. <meta name="color:Primary Color" content="#000000" />
  7. <meta name="color:Secondary Color" content="#3e7254" />
  8.  
  9. <meta name="font:Body" content="Mirza" />
  10.  
  11. <meta name="image:Background" content="" />
  12.  
  13. <meta name="if:Infinite Scroll" content="" />
  14.  
  15. <meta name="text:Link 1 URL" context="/" />
  16. <meta name="text:Link 1 Title" context="link 1" />
  17. <meta name="text:Link 2 URL" context="/" />
  18. <meta name="text:Link 2 Title" context="link 2" />
  19. <meta name="text:Link 3 URL" context="/" />
  20. <meta name="text:Link 3 Title" context="link 3" />
  21. <meta name="text:Link 4 URL" context="/" />
  22. <meta name="text:Link 4 Title" context="link 4" />
  23. <meta name="text:Link 5 URL" context="/" />
  24. <meta name="text:Link 5 Title" context="link 5" />
  25. <meta name="text:Link 6 URL" context="/" />
  26. <meta name="text:Link 6 Title" context="link 6" />
  27.  
  28.  
  29. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  30. {block:Description}<meta name="description" content="Bekah. 19. A witch learning her way in this beautiful world." />{/block:Description}
  31. <link rel="shortcut icon" href="{Favicon}" />
  32.  
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Georgia' rel='stylesheet' type='text/css'>
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. body {
  40. background-color:{color:Background};
  41. font-family:{font:Body};
  42. background-image:url({image:Background});
  43. background-attachment:fixed;
  44. margin:0;
  45. word-wrap:break-word;
  46. }
  47.  
  48. #sidebar {
  49. background-color:#d5dbdb;
  50. border:2px solid #000000;
  51. height:150px;
  52. width:230px;
  53. position:fixed;
  54. top:100px;
  55. left:100px;
  56. }
  57.  
  58. #sidebar .title {
  59. font-family:'1785 Baskerville';
  60. font-size:30px;
  61. text-align:center;
  62. padding:10px;
  63. }
  64.  
  65. #sidebar .title a {
  66. color:{color:Primary Color};
  67. text-decoration:none;
  68.  
  69. }
  70.  
  71. #sidebar .title a:hover {
  72. color:{color:Seconday Color};
  73. }
  74.  
  75. #sidebar .description {
  76. color:black;
  77. font-size:14px;
  78. text-align:center;
  79. padding:10px;
  80. line-height:100%;
  81. }
  82.  
  83. #sidebar .description a {
  84. color:{color:Primary Color};
  85. text-decoration:none;
  86. }
  87.  
  88. #navlinks {
  89. background-color:#d5dbdb;
  90. border:2px solid #000000;
  91. font-size:20px;
  92. text-align:center;
  93. letter-spacing:5px;
  94. width:230px;
  95. margin-top:30px;
  96. margin-left:-2px;
  97. }
  98.  
  99. #navlinks a {
  100. color:{color:Primary Color};
  101. text-decoration:none;
  102. }
  103.  
  104. #navlinks:hover {
  105. color:{color:Seconday Color};
  106. }
  107.  
  108. #sidebar .pagination {
  109. width:260px;
  110. text-align:center;
  111. padding:3px 0;
  112. }
  113.  
  114. #sidebar .pagination a {
  115. color:{color:Secondary Color};
  116. text-decoration:none;
  117. }
  118.  
  119. #sidebar .pagnation a:hover {
  120. color:{color:Secondary Color};
  121. }
  122.  
  123. #content {
  124. width:500px;
  125. background-color:rgba(200, 200, 200, 0.4);
  126. margin:60px 0 60px 450px;
  127. padding:20px 0;
  128. color:black;
  129. }
  130.  
  131. #content a {
  132. color:{color:Primary Color};
  133. text-decoration:none;
  134. }
  135.  
  136. #content a:hover {
  137. color:{color:Secondary Color};
  138. }
  139.  
  140. #content blockquote {
  141. border-left:2px solid black;
  142. margin:0;
  143. padding-left:10px;
  144. }
  145.  
  146. img {
  147. border:0;
  148. max-width:100%;
  149. }
  150.  
  151. #content #posts {
  152. background-color:#d7dbdd;
  153. width:400px;
  154. margin:0px auto 20px;
  155. padding:10px;
  156. }
  157.  
  158. #content #posts .title {
  159. font-size:20px;
  160. }
  161.  
  162. #content #posts .text {
  163. font-size:15px;
  164. }
  165.  
  166. #content #posts #permalink {
  167. font-size:11px;
  168. margin-top:10px;
  169. color:{color:Secondary Color};
  170. }
  171.  
  172. #content #posts #tag {
  173. font-size:11px;
  174. color:{color:Secondary Color};
  175. }
  176.  
  177. #content #posts #tags .comma:last-child {
  178. display:none;
  179. }
  180.  
  181. #content #notecontainer {
  182. margin:20px auto;
  183. width:400pc;
  184. font-size:11px;
  185. }
  186.  
  187. #content #notecontainer ol.notes {
  188. list-style-type:none;
  189. margin:0;
  190. padding:0;
  191. }
  192.  
  193. #content #notecontainer img.avatar {
  194. margin-right:10px;
  195. width:16px;
  196. height:16px;
  197. }
  198.  
  199.  
  200. {Custom CSS}
  201.  
  202. </style>
  203.  
  204. {block:InfiniteScroll}
  205. <script type="text/javascript" src="http://codysherman.com/tools/infinte-scrolling/code"></script>
  206. {/block:InfiniteScroll}
  207.  
  208. </head>
  209. <body>
  210.  
  211. <div id="sidebar">
  212. <div class="title"><a href="/">{Title}</a></div>
  213. <div class="decription">{Description}</div>
  214.  
  215. <!--CACTUS BANNER ENTERS RIGHT HERE-->
  216.  
  217. <div id="navlinks">
  218. <a href="http://witcchbitch.tumblr.com" title="home">☆</a>
  219. <a href="http://witcchbitch.tumblr.com/ask" title="ask">☆</a>
  220. <a href="http://witcchbitch.tumblr.com/submit" title="submit">☆</a>
  221. <a href="http://witcchbitch.tumblr.com/about" title="about">☆</a>
  222. <a href="http://witcchbitch.tumblr.com/navi" title="navigation">☆</a>
  223. <a href="http://cloudemi.tumblr.com/" title="best friend">☆</a>
  224. </div>
  225.  
  226.  
  227. {block:IfNotInfiniteScroll}
  228. <div class="pagination">
  229. {block:PreviousPage}<a href="{PreviousPage}">« </a>{block:PreviousPage}
  230. {block:NextPage}<a href="{NextPage}"> »</a>{block:NextPage}
  231. </div>
  232. {block:IfNotInfiniteScroll}
  233.  
  234. </div>
  235.  
  236. <div id="content">
  237. <div class="autopagerize_page_element">
  238. {block:Posts}
  239. <div id="posts">
  240.  
  241. {block:Photo}
  242. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  243. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  244. {/block:Photo}
  245.  
  246. {block:Photoset}
  247. {Photoset-500}
  248. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  249. {/block:Photoset}
  250.  
  251. {block:Video}
  252. {Video-500}
  253. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  254. {/block:Video}
  255.  
  256. {block:Audio}
  257. {AudioPlayerBlack}
  258. <div class="text">~ {PlayCountWithLabel}</div>
  259. {block:Caption}<div class="text"><{Caption}</div>{/block:Caption}
  260. {/block:Audio}
  261.  
  262. {block:Quote}
  263. <div class="title">"{Quote}"</div>
  264. {block:Source}<div class="text"><br>~ {Source}</div>{/block:Source}
  265. {/block:Quote}
  266.  
  267. {block:Text}
  268. {block:Title}<div class="title">{Title}</div>{/block:Title}
  269. <div class="text">{Body}</div>
  270. {/block:text}
  271.  
  272. {block:Answer}
  273. <div class="title">{Question}</div>
  274. <div class="text">~ {Asker}</div>
  275. <div class="text">{Answer}</div>
  276. {/block:Answer}
  277.  
  278. {block:Chat}
  279. {block:Title}<div class="title">{Title}</div>{/block:Title}
  280. <div class="text">
  281. {block:Lines}
  282. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
  283. {/block:Lines}
  284. </div>
  285. {/block:Chat}
  286.  
  287. {block:Link}
  288. <div class="title"><a href="{URL}">{Name}</a></div>
  289. {block:Description}
  290. <div class="text">{Description}</div>
  291. {/block:Description}
  292. {/block:Link}
  293.  
  294.  
  295. <div id="permalink">
  296. <a href="{Permalink}">
  297. {block:Date}{Day of month} {Month} {Year}{/block:Date}
  298. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  299. </a>
  300. </div>
  301.  
  302. {block:HasTags}<div id="tags">
  303. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma">, </span>{/block:Tags}
  304. </div>
  305.  
  306. {block:PostNotes}
  307. <div id="notecontainer">{PostNotes}</div>
  308. {/block:PostNotes}
  309.  
  310. {/block:Posts}
  311. </div>
  312. </div>
  313.  
  314. </body>
  315. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement