Advertisement
unethicalities

nurse grenade

Jul 19th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- Nurse Grenade by @iwameanie on tumblr
  3.  
  4. rules:
  5. - you can edit, but don't remove the credit or redistribute.
  6. - you can MOVE the credit AS LONG AS IT'S STILL VISIBLE.
  7. - I worked hard on this so don't fucking delete the credit. -->
  8. <head>
  9. <meta charset="UTF-8">
  10. <title>{Title}</title>
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{image:Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <meta name="image:favicon" content="" />
  18. <meta name="image:sidebar icon" content="" />
  19. <meta name="image:bg img" content="" />
  20. <meta name="image:corner img" content="" />
  21.  
  22. <meta name="if:show corner img" content="0" />
  23. <meta name="if:show link 1" content="0" />
  24. <meta name="if:show link 2" content="0" />
  25. <meta name="if:show link 3" content="0" />
  26. <meta name="if:show link 4" content="0" />
  27. <meta name="if:redirect to tag" content="0" />
  28.  
  29. <meta name="text:redirected tag" content="" />
  30. <meta name="text:link 1 url" content="" />
  31. <meta name="text:link 1" content="" />
  32. <meta name="text:link 2 url" content="" />
  33. <meta name="text:link 2" content="" />
  34. <meta name="text:link 3 url" content="" />
  35. <meta name="text:link 3" content="" />
  36. <meta name="text:link 4 url" content="" />
  37. <meta name="text:link 4" content="" />
  38.  
  39. <meta name="color:bg" content="#f25944" />
  40. <meta name="color:text" content="#000000" />
  41. <meta name="color:post bg" content="#ffffff" />
  42. <meta name="color:link" content="#f25944" />
  43. <meta name="color:link hover" content="#444444" />
  44.  
  45. <meta name="font:text" content="" />
  46.  
  47.  
  48. <style type="text/css">
  49. body{
  50. background:{color:bg};
  51. background-image: url({image:bg img});
  52. background-attachment:fixed;
  53. color:{color:text};
  54. font-family: {font:text};
  55. }
  56.  
  57. a:link {
  58. color:{color:link};
  59. }
  60.  
  61. a:hover{
  62. color:{color:link hover};
  63.  
  64. }
  65. a:visited {
  66. color: {color:link};
  67. }
  68.  
  69. blockquote {
  70. display: block;
  71. border:2px solid {color:link};
  72. border-radius:2px;
  73. padding:3px;
  74. color:{color:text};
  75. background-color:{color:post bg};
  76. }
  77.  
  78. video{
  79. border:1px solid {color:link};
  80. border-radius:2px;
  81. }
  82.  
  83. photo{
  84. border: 1px solid {color:link};
  85. border-radius:2px;
  86. }
  87. hr{
  88. border-color:{color:link};}
  89.  
  90. #sidebar{
  91. width:200px;
  92. background:{color:post bg};
  93. position:fixed;
  94. border:2px solid;
  95. border-color:{color:link};
  96. border-radius:2px;
  97. font:{font:text};
  98. font-size:14px;
  99. padding: 3px;
  100. left:1em;
  101. }
  102.  
  103. #posts{
  104. background: {color:post bg};
  105. font-size: 16px;
  106. color:{color:text};
  107. width:700px;
  108. padding:3px;
  109. border: 2px solid {color:link};
  110. border-radius:2px;
  111. margin-bottom:10px;
  112. text-align: left;
  113. }
  114. #title{
  115. font-size: 48px;
  116. }
  117.  
  118. #pagination{
  119. color:{color:link};
  120. background: {color:post bg};
  121. width: 75px;
  122. border: 2px solid {color:link};
  123. border-radius:2px;
  124. margin-bottom: 25px;
  125. }
  126.  
  127. ::-webkit-scrollbar-thumb:vertical {
  128. background-color:{color:link};
  129. height:100px;
  130. -moz-border-radius: 2px;
  131. border-radius: 2px;
  132. }
  133.  
  134. ::-webkit-scrollbar-thumb:horizontal {
  135. background-color:{color:link};
  136. height:100px !important;
  137. }
  138.  
  139. ::-webkit-scrollbar {
  140. height:10px;
  141. width:5px;
  142. background-color:{color:post bg};
  143. }
  144.  
  145. </style>
  146. </head>
  147.  
  148. <body>
  149. {block:ifredirecttotag}{block:IndexPage}<script type="text/javascript">
  150. var url = location.href;
  151. if (url == "{BlogURL}") {
  152. window.location = "{BlogURL}tagged/{text:redirected tag}";
  153. }
  154. </script>{/block:IndexPage}
  155. {/block:ifredirecttotag}
  156. <div id="sidebar"><p><center><a href="{BlogURL}"><img src="{image:sidebar icon}" width="100px" height="100px" style="border: 2px solid {color:link}"></a><br>
  157. {Description}<br><select style="width: 150px; border: 2px solid; border-color:{color:link}; border-radius:2px; padding: 3px; color: {color:body}; background-color:{color:post bg}; text-transform: lowercase; font-family:{font:text}; font-size: 13px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  158. <option value="/">navi</option>
  159. <option value="{BlogURL}">home</option>
  160. <option value="/ask">ask</option>
  161. {block:ifshowlink1}<option value="{text:link 1 url}">{text:link 1}</option>{/block:ifshowlink1}
  162. {block:ifshowlink2}<option value="{text:link 2 url}">{text:link 2}</option>{/block:ifshowlink2}
  163. {block:ifshowlink3}<option value="{text:link 3 url}">{text:link 3}</option>{/block:ifshowlink3}
  164. {block:ifshowlink4}<option value="{text:link 4 url}">{text:link 4}</option>{/block:ifshowlink4}
  165. <option value="/archive">archive</option>
  166. <!-- don't delete this part pl0x-->
  167. <option value="http://iwameanie.tumblr.com">credit</option>
  168. <!-- now edit wherever you want -->
  169. </select>
  170. </p></center></div>
  171. {block:Posts}<center><div id="posts">
  172. <br>
  173. {block:Text}
  174. <div id="title">{block:Title}<center><b>{Title}</b></center>{/block:Title}</div>
  175. <div align="left">{Body}
  176. {/block:Text}
  177.  
  178. {block:Quote}
  179. <center><b>"{Quote}"</b></center>
  180. {block:Source}{Source}{/block:Source}
  181. {/block:Quote}
  182.  
  183. {block:Link}
  184. <div id="title"><b><a href="{URL}">{Name}</a></b></div>
  185. {block:Description}{Description}{/block:Description}
  186. {/block:Link}
  187.  
  188. {block:Chat}
  189. <b>{block:Title}{Title}{/block:Title}</b>
  190. {block:Lines}
  191. <div class="{Alt} user_{UserNumber}">
  192. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  193. </div>
  194. {/block:Lines}
  195. {/block:Chat}
  196.  
  197. {block:Answer}
  198. <center><b>{Asker}"{Question}"</b>{Answer}</center>
  199. {/block:Answer}
  200.  
  201. {block:Photo}
  202. <div style="text-align:center">
  203. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="350px" style="border: 2px solid {color:link}" />{LinkCloseTag}
  204. </div>
  205. {/block:Photo}
  206.  
  207. {block:Photoset}
  208. <div style="text-align:center">
  209. {Photoset-400}
  210. </div>
  211. {/block:Photoset}
  212.  
  213. {block:Video}
  214. <center>
  215. {Video-400}
  216. </center>
  217. {/block:Video}
  218.  
  219. {block:Audio}
  220. {AudioPlayerWhite}
  221. {block:TrackName}{TrackName}{/block:TrackName}
  222. {/block:Audio}
  223.  
  224. {block:Caption}{Caption}{/block:Caption}
  225.  
  226. <hr>
  227. <center>{block:Date}<a href="{Permalink}">{12Hour}:{Minutes} {AmPm}, {Month} {DayOfMonth}{DayOfMonthsuffix}</a>{/block:Date}
  228. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}<br>
  229.  
  230. {block:HasTags}{block:Tags}
  231. <a href="{TagURL}">#{Tag}</a>
  232. {/block:Tags}{/block:HasTags}
  233. {block:RebloggedFrom}<br>
  234. <a href="{ReblogParentURL}">reblogged from: {ReblogParentName}</a>
  235. {/block:RebloggedFrom}
  236. {block:ContentSource}<br>
  237. <a href="{SourceURL}">source: {SourceTitle}</a>
  238. {/block:ContentSource}
  239.  
  240. {block:PermalinkPage}
  241. {block:NoteCount}
  242. {block:PostNotes}{PostNotes}{/block:PostNotes}
  243. {/block:NoteCount}
  244. {/block:PermalinkPage}</center></center>
  245.  
  246. {/block:Posts}
  247.  
  248. <center><div id="pagination">{block:Pagination}
  249. {block:PreviousPage}<a href="{PreviousPage}">⟵</a>{/block:PreviousPage}
  250. {block:NextPage}<a href="{NextPage}">⟶</a>{/block:NextPage}
  251. {/block:Pagination}</div></center>
  252.  
  253. {block:IfShowCornerImg}<img src="{image:corner img}" width="200px" style='position:fixed;bottom:0px;right:0px;'/>{/block:IfShowCornerImage}
  254. </body>
  255. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement