Advertisement
houjoumuraku

Theme 9 - I believe in blood

Jul 29th, 2014
2,489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme #9 I believe in blood --->
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:posts background" content="#ffffff"/>
  12. <meta name="color:bold" content="#84ccea"/>
  13. <meta name="color:text" content="#999999"/>
  14. <meta name="color:link" content="#84ccea"/>
  15. <meta name="color:link hover" content="#b63c4a"/>
  16. <meta name="color:blog titles" content="#222222"/>
  17. <meta name="color:link background" content="#ffffff"/>
  18. <meta name="color:navigation" content="#000000"/>
  19. <meta name="color:borders" content="#3f3f3f"/>
  20. <meta name="color:info background" content="#eeeeee"/>
  21. <meta name="color:info" content="#333333"/>
  22.  
  23. <meta name="image:background" content="http://38.media.tumblr.com/5085c1a54a7a1224dd3b293b78cf944e/tumblr_n7gg1ehJbh1rmzx9io3_250.png" />
  24. <meta name="image:pic 1" content="http://i.imgur.com/dNkemmD.gif"/>
  25. <meta name="image:pic 2" content="http://i.imgur.com/RN8JFkp.gif"/>
  26. <meta name="image:pic 3" content="http://i.imgur.com/wqnIL9h.gif"/>
  27.  
  28. <meta name="text:blog title" content="do you believe in angels? do you believe in gods? do you believe in jesus christ? and the pain he brought?" />
  29.  
  30. <meta name="text:link 1 title" content="link 1"/>
  31. <meta name="text:link 1 url" content="/"/>
  32. <meta name="text:link 2 title" content="link 2"/>
  33. <meta name="text:link 2 url" content="/"/>
  34. <meta name="text:link 3 title" content="link 3"/>
  35. <meta name="text:link 3 url" content="/"/>
  36. <meta name="text:link 4 title" content="link 4"/>
  37. <meta name="text:link 4 url" content="/"/>
  38. <meta name="text:link 5 title" content="link 5"/>
  39. <meta name="text:link 5 url" content="/"/>
  40. <meta name="text:link 6 title" content="link 6"/>
  41. <meta name="text:link 6 url" content="/"/>
  42.  
  43. <meta name="if:one extra link" content="1"/>
  44. <meta name="if:two extra links" content="1"/>
  45. <meta name="if:three extra links" content="1"/>
  46. <meta name="if:four extra links" content="1"/>
  47. <meta name="if:five extra links" content="1"/>
  48. <meta name="if:six extra links" content="1"/>
  49. <meta name="if:seven extra links" content="1"/>
  50. <meta name="if:eight extra links" content="1"/>
  51.  
  52.  
  53. <style type="text/css">
  54. ::-webkit-scrollbar-track {background-color:{color:info background};}
  55. ::-webkit-scrollbar-thumb {background-color:{color:borders}; border: 3px solid {color:background};}
  56. ::-webkit-scrollbar {width:7px;height:5px;}
  57.  
  58. body {
  59. background:{color:background};
  60. background-image: url({image:background});
  61. background-attachment: fixed;
  62. background-repeat: repeat;
  63. margin:0px;
  64. color:{color:text};
  65. font-family:Calibri;
  66. font-size:11px;
  67. line-height:130%;
  68. word-wrap:break-word;
  69. }
  70.  
  71. a {
  72. color:{color:link};
  73. text-decoration: none;
  74. -webkit-transition: opacity 0.5s linear;
  75. -webkit-transition: all 0.5s ease-out;
  76. -moz-transition: all 0.5s ease-out;
  77. transition: all 0.5s ease-out;
  78. }
  79.  
  80. a:hover {
  81. color: {color:link hover};
  82. -webkit-transition: opacity 0.5s linear;
  83. -webkit-transition: all 0.5s ease-out;
  84. -moz-transition: all 0.5s ease-out;
  85. transition: all 0.5s ease-out;
  86. }
  87.  
  88. b {
  89. color: {color:bold};
  90. }
  91.  
  92. img {
  93. border:none;
  94. }
  95.  
  96. blockquote {
  97. padding-left:5px;
  98. border-left:2px solid {color:borders};
  99. }
  100.  
  101. blockquote img {max-width: 100%};
  102.  
  103.  
  104. #entriestitle {
  105. font-size:18px;
  106. text-transform: uppercase;
  107. font-family: tahoma;
  108. font-weight: lighter;
  109. font-style: none;
  110. }
  111.  
  112. .entriesquote {
  113. font-size: 16px;
  114. font-family: georgia;
  115. font-weight: lighter;
  116. font-style: oblique;
  117. }
  118.  
  119. #entries {
  120. padding:10px;
  121. width:400px;
  122. margin-left:515px;
  123. margin-top:20px;
  124. }
  125.  
  126. #post {
  127. width:400px;
  128. padding: 10px;
  129. margin: 10px;
  130. }
  131.  
  132.  
  133. #line1 {
  134. position: fixed;
  135. top: -100px;
  136. left: 10px;
  137. width: 1px;
  138. height: 500px;
  139. transform: rotate(45deg);
  140. -webkit-transform: rotate(45deg);
  141. -ms-transform: rotate(45deg);
  142. background-color: {color:borders};
  143. }
  144.  
  145. #line2 {
  146. position: fixed;
  147. top: -100px;
  148. left: 30px;
  149. width: 1px;
  150. height: 500px;
  151. transform: rotate(45deg);
  152. -webkit-transform: rotate(45deg);
  153. -ms-transform: rotate(45deg);
  154. background-color: {color:borders};
  155. }
  156.  
  157. #line3 {
  158. position: fixed;
  159. top: -100px;
  160. left: 70px;
  161. width: 1px;
  162. height: 500px;
  163. transform: rotate(45deg);
  164. -webkit-transform: rotate(45deg);
  165. -ms-transform: rotate(45deg);
  166. background-color: {color:borders};
  167. }
  168.  
  169.  
  170. #piccys {
  171. left: 400px;
  172. top: 200px;
  173. position: fixed;
  174. width: 170px;
  175. }
  176.  
  177.  
  178. #description {
  179. padding:5px;
  180. width: 248px;
  181. height: 98px;
  182. top: 439px;
  183. left: 110px;
  184. position: fixed;
  185. overflow-y: scroll;
  186. font-size: 11px;
  187. letter-spacing: 1px;
  188. line-height: 120%;
  189. text-align:center;
  190. border-right: 5px solid {color:borders};
  191. }
  192.  
  193. #links {
  194. width: 258px;
  195. top: 320px;
  196. height: 94px;
  197. padding-top: 14px;
  198. position: fixed;
  199. left: 110px;
  200. border-right: 5px solid {color:borders};
  201. }
  202.  
  203. #links a {
  204. background: {color:borders};
  205. display: inline-block;
  206. margin-right: 2px;
  207. margin-top: 2px;
  208. color: {color: posts};
  209. text-transform: uppercase;
  210. font-size: 8px;
  211. font-family: sans-serif;
  212. padding: 5px;
  213. width: 72px;
  214. text-align: center;
  215. letter-spacing: 3px;
  216. }
  217.  
  218. #blogtitle {
  219. font-family: arial black;
  220. font-size: 20px;
  221. letter-spacing: -2px;
  222. color: {color:text};
  223. text-transform: uppercase;
  224. width: 250px;
  225. padding-right: 8px;
  226. height: 110px;
  227. top: 200px;
  228. left: 110px;
  229. border-right: 5px solid {color:borders};
  230. position: fixed;
  231. line-height: 80%;
  232. text-align: justify;
  233. }
  234.  
  235. #pagination {
  236. text-align:center;
  237. top: 170px;
  238. left: 405px;
  239. position: fixed;
  240. width: 100px;
  241. }
  242.  
  243. #pagination a {
  244. font-size: 10px;
  245. font-family: sans-serif;
  246. color: {color:link};
  247. background-color: {color:posts background};
  248. text-transform: uppercase;
  249. padding: 5px;
  250. border: 1px solid {color:borders};
  251. }
  252.  
  253. #info {
  254. text-align:center;
  255. color: {color:info};
  256. text-transform: uppercase;
  257. font-size: 7px;
  258. font-family: sans-serif;
  259. line-height: 9px;
  260. letter-spacing: 2px;
  261. margin-top:10px;
  262. border-top: 1px solid {color:borders};
  263. background-color: {color:posts background};
  264. padding: 5px;
  265. -webkit-transition: opacity 0.5s linear;
  266. -webkit-transition: all 0.5s ease-out;
  267. -moz-transition: all 0.5s ease-out;
  268. transition: all 0.5s ease-out;
  269. }
  270.  
  271. #info:hover {
  272. background-color: transparent;
  273. -webkit-transition: opacity 0.5s linear;
  274. -webkit-transition: all 0.5s ease-out;
  275. -moz-transition: all 0.5s ease-out;
  276. transition: all 0.5s ease-out;
  277. }
  278.  
  279.  
  280.  
  281. {CustomCSS}</style></head><body>
  282. <div style="left:5px; bottom:5px; position:fixed; z-index:9999;"><a href="http://sendoudaiki.co.vu" title="Theme">★</a></div>
  283.  
  284. <div id="line1"></div>
  285. <div id="line2"></div>
  286. <div id="line3"></div>
  287. <div id="line4"></div>
  288. <div id="line5"></div>
  289.  
  290. <div id="piccys">
  291. <img src="{image:pic 1}" style="border:5px solid {color:borders}; width: 100px;">
  292. <img src="{image:pic 2}" style="margin-top: 5px; border:5px solid {color:borders}; width: 100px;">
  293. <img src="{image:pic 3}" style="margin-top: 5px; border:5px solid {color:borders}; width: 100px;">
  294. </div>
  295.  
  296. <div id="blogtitle">{text:blog title}</div>
  297.  
  298. <div id="links">
  299. <a href="/">Index</a>
  300. <a href="/ask">Message</a>
  301. <a href="/archive">History</a>
  302. {block:ifoneextralink} <a href="{text:link 1 url}">{text:link 1 title}</a>{/block:ifoneextralink}
  303. {block:iftwoextralinks} <a href="{text:link 2 url}">{text:link 2 title}</a>{/block:iftwoextralinks}
  304. {block:ifthreeextralinks} <a href="{text:link 3 url}">{text:link 3 title}</a>{/block:ifthreeextralinks}
  305. {block:iffourextralinks} <a href="{text:link 4 url}">{text:link 4 title}</a>{/block:iffourextralinks}
  306. {block:iffiveextralinks} <a href="{text:link 5 url}">{text:link 5 title}</a>{/block:iffiveextralinks}
  307. {block:ifsixextralinks} <a href="{text:link 6 url}">{text:link 6 title}</a>{/block:ifsixextralinks}
  308. </div>
  309.  
  310. <div id="description">{Description}</div>
  311.  
  312. {block:Pagination}<div id="pagination">
  313. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  314. {block:JumpPagination length="2"}
  315. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  316. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  317. {/block:JumpPagination}
  318. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  319. </div>{/block:Pagination}</div>
  320.  
  321. <div id="entries">{block:Posts}<div id="post">
  322.  
  323. {block:Text}<span style="font-family: tahoma; font-size: 12px; font-weight: lighter; text-transform: uppercase; background-color: {color:borders}; letter-spacing: 2px;">{block:Title}{Title}{/block:Title}</span>{Body}{/block:Text}
  324.  
  325. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  326.  
  327. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  328.  
  329. {block:Quote}<div class="entriesquote">{Quote}</div><br><center>{block:Source} —{Source}{/block:Source}</center>{/block:Quote}
  330.  
  331. {block:Link}<span style="font-family: tahoma; font-size: 12px; font-weight: lighter; text-transform: uppercase; background-color: {color:borders}; letter-spacing: 2px;"><a href="{URL}" {Target}>{Name}</a></span>{block:Description}{Description}{/block:Description}{/block:Link}
  332.  
  333. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  334.  
  335. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  336.  
  337. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  338.  
  339. {block:Answer}
  340. <table style="border-bottom:0px solid {color:borders};padding-bottom:5px;margin-bottom:5px;">
  341. <tr>
  342. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-24}" style="border:5px solid {color:bold};"></td>
  343. <td style="vertical-align:top;"><strong>{Asker} asked:</strong> {Question}</td>
  344. </tr>
  345. </table>
  346. {Answer}
  347. {/block:Answer}
  348.  
  349. <div id="info">
  350. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  351. {NoteCountWithLabel}</a><br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  352.  
  353. </div>
  354. {block:PostNotes}{PostNotes}{/block:PostNotes}
  355. {/block:Posts}</div>
  356.  
  357. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement