Advertisement
Patttir

Simple and easy

May 25th, 2016
1,047
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- Theme by Glasses-beam.
  5. Used a base code by meroku.
  6. Feel free to change it as much as you want but don't remove the credit.
  7. If anything looks wrong or doesn't work tell me.
  8. HP bar by lizzledpink -->
  9.  
  10. <link href='https://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13. <title>{Title}</title>
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:background" content="#e0ffff">
  17. <meta name="color:sidebar" content="#ffffff">
  18. <meta name="color:posts" content="#ffffff">
  19. <meta name="color:borders" content="#80c3c3" />
  20. <meta name="color:text" content="#80c3c3" />
  21. <meta name="color:link hover" content="#a3d4d4" />
  22. <meta name="color:link" content="#80c3c3" />
  23. <meta name="color:hp bar" content="#80c3c3" />
  24. <meta name="color:hp bar text" content="#ffffff" />
  25.  
  26. <meta name="image:background" content=""/>
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:link1" content="url" />
  30. <meta name="text:name1" content="link" />
  31. <meta name="text:link2" content="url" />
  32. <meta name="text:name2" content="link" />
  33. <meta name="text:Default Tag" content="The tag you want to show on your blog" />
  34. <meta name="text: hp bar" content="70" />
  35.  
  36. <meta name="if:Background repeated" content="0" />
  37. <meta name="if:Tiny cursor" content="0" />
  38. <meta name="if:Default tag" content="0" />
  39.  
  40.  
  41.  
  42. </head>
  43. {block:ifdefaulttag}
  44. {block:IndexPage}<script type="text/javascript">
  45. var url = location.href;
  46. if (url == "{BlogURL}") {
  47. window.location = "{BlogURL}tagged/{text:Default Tag}";
  48. }
  49. </script>{/block:IndexPage}
  50. {/block:ifdefaulttag}
  51.  
  52. <style type="text/css">
  53. ::-webkit-scrollbar {
  54. width: 2px;
  55. height: 2px;
  56. }
  57. ::-webkit-scrollbar-button {
  58. width: 0px;
  59. height: 0px;
  60. }
  61. ::-webkit-scrollbar-thumb {
  62. background:{color:link};
  63. border-radius: 100px;
  64. }
  65. ::-webkit-scrollbar-thumb:hover {
  66. background: {color:text};
  67. }
  68. ::-webkit-scrollbar-thumb:active {
  69. background: {color:link};
  70. }
  71. ::-webkit-scrollbar-track {
  72. background: {color:posts};
  73. border-radius: 50px;
  74. }
  75. ::-webkit-scrollbar-corner {
  76. background: transparent;
  77. }
  78. </style>
  79. <style type="text/css">
  80.  
  81. body {
  82. color:{color:text};
  83. background-color:{color:background};
  84. font-family: 'Press Start 2P';
  85. font-size:8px;
  86. line-height:17px;
  87. text-align:justify;
  88. background-image:url('{image:Background}');
  89. {block:ifnotBackgroundRepeated}
  90. background-size: 100% 100%;
  91. {/block:ifnotBackgroundRepeated}
  92. {block:iftinycursor}
  93. cursor:url(http://67.media.tumblr.com/9128c332850895c353d9b660968f81cd/tumblr_inline_nrkbj9elVU1ry72eo_75sq.png), auto;
  94. {/block:iftinycursor}
  95. }
  96.  
  97. a:link {
  98. color:{color:link};
  99. text-decoration: none;
  100. {block:iftinycursor}
  101. cursor:url(http://67.media.tumblr.com/9128c332850895c353d9b660968f81cd/tumblr_inline_nrkbj9elVU1ry72eo_75sq.png), auto;
  102. {/block:iftinycursor}
  103. -moz-transition-duration: 0.5s;
  104. -o-transition-duration: 0.5s;
  105. -webkit-transition-duration: 0.5s;
  106. transition-duration: 0.5s;
  107. }
  108. a:visited{
  109. color:{color:link};
  110. text-decoration: none;
  111. -moz-transition-duration: 0.5s;
  112. -o-transition-duration: 0.5s;
  113. -webkit-transition-duration: 0.5s;
  114. transition-duration: 0.5s;
  115. }
  116. }
  117.  
  118. a:hover {
  119. color:{color:link hover};
  120. -moz-transition-duration: 0.5s;
  121. -o-transition-duration: 0.5s;
  122. -webkit-transition-duration: 0.5s;
  123. transition-duration: 0.5s;
  124. }
  125.  
  126. small{font-size:auto}
  127.  
  128. big{font-size:auto}
  129.  
  130. b, strong{color:{color:text}}
  131.  
  132. h1 {font-size:10px;color:{color:link};}
  133.  
  134. i, em {color:{color:text}}
  135.  
  136. p{margin-top:6px; margin-bottom:6px}
  137.  
  138. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  139.  
  140. img a{border:none; width:100%;}
  141.  
  142. #container {background-color:transparent; width: 400px; margin: 0 auto -10px auto}
  143.  
  144.  
  145. #entries {margin-left:500px; text-align: justify;}
  146.  
  147.  
  148. #posts {margin: 50px 0 0px 0;
  149. width: 400px;
  150. text-align: justify;
  151. padding: 10px;
  152. background-color:{color:posts};
  153. border:4px double {color:borders};
  154. }
  155.  
  156. #posts img {max-width:100%;
  157. }
  158.  
  159. #sidebar{ position:fixed;
  160. width:170px;
  161. background:{color:sidebar};
  162. padding:7px;
  163. left:50px;
  164. top:140px;
  165. border:4px double {color:borders};
  166. }
  167. .perma {
  168. margin: 10px 0 0px 0;
  169. width: 400px;
  170. text-align: justify;
  171. padding: 10px;
  172. background-color:{color:posts};
  173. border:4px double {color:borders};
  174. }
  175.  
  176. h2 {
  177. font-family:'Press Start 2P';
  178. font-size:8px;
  179. font-weight:100;
  180. line-height:17px;
  181. }
  182.  
  183.  
  184. .audio{background-color:black; display:block}
  185.  
  186.  
  187. .user_1 .label {color:{color:text}; font-weight:bold}
  188. .user_2 .label {color:{color:text}; font-weight:italic}
  189. .user_3 .label {color:{color:text}; font-weight:text}
  190.  
  191.  
  192. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  193.  
  194. .notes img{width:10px; position:relative; top:1px}
  195. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  196.  
  197.  
  198. #hpwrap {
  199. font-family: "Press start 2p";
  200. font-weight: 700;
  201. color: {color:hp bar text};
  202. font-size: 8px;
  203. padding: 0px;
  204. }
  205. #hpbar {
  206. height: 20px;
  207. width: 150px;
  208. overflow: hidden;
  209. display: inline-block;
  210. vertical-align: middle;
  211. margin: 5px;
  212. text-align: left;
  213. background-color: rgba(225,225,225,0.6);
  214. border: 2px double {color:borders};
  215. }
  216. #hp{
  217. background-color: {color:hp bar};
  218. display:inline-block;
  219. height: 100%;
  220. vertical-align: middle;
  221. line-height: 20px;
  222. border-right: 1px solid {color:borders};
  223. text-align:left;
  224. width: {text: hp bar}%;
  225. }
  226.  
  227. #credit {
  228. position:fixed;
  229. background:{color:sidebar};
  230. width:16px;
  231. padding:3px;
  232. left:50px;
  233. bottom:10px;
  234. border:4px double {color:borders};
  235. font-size:16px;
  236. text-align: justify;
  237. }
  238. </style>
  239.  
  240.  
  241. <body>
  242. <div id="credit"><a href="http://glasses-beam.tumblr.com/">๐ŸŒผ</a></div>
  243. <div id="sidebar">
  244. <center>
  245. <a href="/"><img src="{image:sidebar}" style="width:150px;position:inline;
  246. padding:5px;"></a>
  247. </center>
  248. <center>
  249. <div id="hpwrap">
  250. <div id="hpbar">
  251. <div id="hp">&nbsp;&nbsp;HP&nbsp;&nbsp;</div>
  252. </div>
  253. </div>
  254. {description}<p>
  255.  
  256. <a href="/">home</a>
  257. <br>
  258. <a href="/ask">ask</a>
  259. <br>
  260. <a href="/{text:link1}">{text:name1}</a>
  261. <br>
  262. <a href="/{text:link2}">{text:name2}</a>
  263. <br>
  264.  
  265. <br>
  266. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">ยป</a><br />{/block:NextPage}{/block:Pagination}</div>
  267. </div>
  268. </center>
  269.  
  270.  
  271. <div id="entries">
  272. {block:posts}
  273.  
  274. <div id="posts">
  275. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  276.  
  277.  
  278. {block:Quote}<h2>โ€œ{Quote}โ€ โ€” {Source}</h2><br>{/block:Quote}
  279.  
  280. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  281. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  282.  
  283. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  284. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  285.  
  286. {block:Photoset}<center>{Photoset-400}</center>
  287. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  288.  
  289. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  290.  
  291. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  292.  
  293. {block:Answer}{Asker} whispered: {Question}<br>{Answer}{/block:Answer}
  294.  
  295.  
  296. {block:Audio}{AudioPlayerWhite}<br>
  297. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  298.  
  299. <center></div>
  300.  
  301. <div class="perma">{block:NoteCount}at {NoteCount}%{/block:NoteCount}{block:Date} <a href="{Permalink}">{TimeAgo} </a><a href="{ReblogParentURL}"><a href="{ReblogURL}" target="_blank" > Reblog?</a><a href="{ReblogParentURL}">{/block:Date}<br>{block:RebloggedFrom}<a href="{ReblogParentURL}">from {ReblogParentName} </a>, <a href="{ReblogRootURL}">made by {ReblogRootName} </a>{/block:RebloggedFrom}<br>{block:HasTags}๐ŸŒผ {block:Tags} {TAG}, {/block:Tags} {/block:HasTags}</div>
  302. {/block:Posts}
  303.  
  304. </div>
  305. </div>
  306.  
  307. </body>
  308. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement