Advertisement
Patttir

simple v 2

Jul 29th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- Blease don't use this theme.
  5.  
  6. Fix the tags bc they won't redirect-->
  7.  
  8. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Cantarell" />
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11. <title>{Title}</title>
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="color:background" content="#e0ffff">
  15. <meta name="color:sidebar" content="#ffffff">
  16. <meta name="color:posts" content="#ffffff">
  17. <meta name="color:borders" content="#80c3c3" />
  18. <meta name="color:text" content="#80c3c3" />
  19. <meta name="color:link hover" content="#a3d4d4" />
  20. <meta name="color:link" content="#80c3c3" />
  21. <meta name="color:hp bar" content="#80c3c3" />
  22. <meta name="color:hp bar text" content="#ffffff" />
  23.  
  24. <meta name="image:background" content=""/>
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:icon" content="160" />
  28. <meta name="text:link1" content="url" />
  29. <meta name="text:name1" content="link" />
  30. <meta name="text:link2" content="url" />
  31. <meta name="text:name2" content="link" />
  32. <meta name="text:Default Tag" content="The tag you want to show on your blog" />
  33. <meta name="text: hp bar" content="70" />
  34.  
  35. <meta name="if:BackgroundRepeated" content="0" />
  36. <meta name="if:Defaulttag" content="0" />
  37. <meta name="if:hp" content="0" />
  38.  
  39.  
  40.  
  41. </head>
  42.  
  43.  
  44. <style type="text/css">
  45. ::-webkit-scrollbar {
  46. width: 2px;
  47. height: 2px;
  48. }
  49. ::-webkit-scrollbar-button {
  50. width: 0px;
  51. height: 0px;
  52. }
  53. ::-webkit-scrollbar-thumb {
  54. background:{color:link};
  55. border-radius: 100px;
  56. }
  57. ::-webkit-scrollbar-thumb:hover {
  58. background: {color:text};
  59. }
  60. ::-webkit-scrollbar-thumb:active {
  61. background: {color:link};
  62. }
  63. ::-webkit-scrollbar-track {
  64. background: {color:posts};
  65. border-radius: 50px;
  66. }
  67. ::-webkit-scrollbar-corner {
  68. background: transparent;
  69. }
  70. </style>
  71. <style type="text/css">
  72.  
  73. body {
  74. color:{color:text};
  75. background-color:{color:background};
  76. font-family: 'Cantarell';
  77. font-size:14px;
  78. line-height:20px;
  79. text-align:justify;
  80. background-image:url('{image:Background}');
  81. {block:ifBackgroundRepeated}
  82. background-size: 100% 100%;
  83. {/block:ifBackgroundRepeated}
  84. }
  85.  
  86. a:link {
  87. color:{color:link};
  88. text-decoration: none;
  89. -moz-transition-duration: 0.5s;
  90. -o-transition-duration: 0.5s;
  91. -webkit-transition-duration: 0.5s;
  92. transition-duration: 0.5s;
  93. }
  94. a:visited{
  95. color:{color:link};
  96. text-decoration: none;
  97. -moz-transition-duration: 0.5s;
  98. -o-transition-duration: 0.5s;
  99. -webkit-transition-duration: 0.5s;
  100. transition-duration: 0.5s;
  101. }
  102. }
  103.  
  104. a:hover {
  105. color:{color:link hover};
  106. -moz-transition-duration: 0.5s;
  107. -o-transition-duration: 0.5s;
  108. -webkit-transition-duration: 0.5s;
  109. transition-duration: 0.5s;
  110. }
  111.  
  112. small{font-size:auto}
  113.  
  114. big{font-size:auto}
  115.  
  116. b, strong{color:{color:text}}
  117.  
  118. h1 {font-size:18px;color:{color:text};}
  119. h2 {font-size:14px;color:{color:text};}
  120.  
  121. i, em {color:{color:text}}
  122.  
  123. p{margin-top:6px; margin-bottom:6px}
  124.  
  125. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  126.  
  127. img a{border:none; width:100%;}
  128.  
  129.  
  130.  
  131.  
  132. #entries {
  133. margin-left:500px; text-align: justify;
  134. }
  135.  
  136.  
  137. #posts {
  138. margin-top:50px;
  139. width: 400px;
  140. text-align: justify;
  141. padding: 10px;
  142. background-color:{color:posts};
  143. border:4px double {color:borders};
  144. }
  145.  
  146. #posts img {
  147. max-width:100%;
  148. }
  149.  
  150. #ss {
  151. position:fixed;
  152. margin-top:-54px;
  153. left:50px;
  154. width:184px;
  155. height:100%;
  156. border:4px double {color:borders};
  157. background:{color:sidebar};
  158. }
  159.  
  160. #sidebar{
  161. position:inline;
  162. width:170px;
  163.  
  164. padding:7px;
  165. margin-top:150px;
  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.  
  177.  
  178. .audio{background-color:black; display:block}
  179.  
  180.  
  181. .user_1 .label {color:{color:text}; font-weight:bold}
  182. .user_2 .label {color:{color:text}; font-weight:italic}
  183. .user_3 .label {color:{color:text}; font-weight:text}
  184.  
  185.  
  186. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  187.  
  188. .notes img{width:10px; position:relative; top:1px}
  189. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  190.  
  191.  
  192. #hpwrap {
  193. font-family: "Cantarell";
  194. font-weight: 700;
  195. color: {color:hp bar text};
  196. font-size: 10px;
  197. padding: 0px;
  198. }
  199. #hpbar {
  200. height: 20px;
  201. width: 150px;
  202. overflow: hidden;
  203. display: inline-block;
  204. vertical-align: middle;
  205. margin: 5px;
  206. text-align: left;
  207. border: 2px double {color:borders};
  208. }
  209. #hp{
  210. background-color: {color:hp bar};
  211. display:inline-block;
  212. height: 22px;
  213. vertical-align: middle;
  214. line-height: 20px;
  215. border-right: 1px solid {color:borders};
  216. text-align:left;
  217. width: {text: hp bar}%;
  218. }
  219.  
  220. #pagination{
  221. font-size:20px;
  222. }
  223.  
  224. </style>
  225.  
  226.  
  227. <body>
  228.  
  229.  
  230. <div id="ss">
  231. <div id="sidebar">
  232. <center>
  233. <a href="/"><img src="{image:sidebar}" style="width:{text:icon}px;position:inline;
  234. padding:5px;"></a>
  235. </center>
  236. <center>
  237. {block:ifhp}
  238. <div id="hpwrap">
  239. <div id="hpbar">
  240. <div id="hp">&nbsp;&nbsp;HP&nbsp;&nbsp;</div>
  241. </div>
  242. </div>
  243. {/block:ifhp}
  244. {description}<p>
  245.  
  246. <a href="/">home</a>
  247. <br>
  248. <a href="/ask">ask</a>
  249. <br>
  250. <a href="/{text:link1}">{text:name1}</a>
  251. <br>
  252. <a href="/{text:link2}">{text:name2}</a>
  253. <br>
  254.  
  255. <br>
  256. <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>
  257. </div></div>
  258. </center>
  259. <div id="entries">
  260. {block:posts}
  261.  
  262. <div id="posts">
  263. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  264.  
  265.  
  266. {block:Quote}<h2>“{Quote}” — {Source}</h2><br>{/block:Quote}
  267.  
  268. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  269. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  270.  
  271. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  272. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  273.  
  274. {block:Photoset}<center>{Photoset-400}</center>
  275. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  276.  
  277. {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}
  278.  
  279. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  280.  
  281. {block:Answer}{Asker} whispered: {Question}<br>{Answer}{/block:Answer}
  282.  
  283.  
  284. {block:Audio}{AudioPlayerWhite}<br>
  285. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  286.  
  287. <center></div>
  288.  
  289. <div class="perma">{block:NoteCount} {NoteCount} notes{/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>
  290. {/block:Posts}
  291. </div>
  292. </div>
  293.  
  294.  
  295. </body>
  296. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement