Advertisement
lucitor

pandora hearts is gay theme

Apr 16th, 2018
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  6.  
  7. base code by animecharacter
  8.  
  9. theme by lizzy sanrieo Σd(≧ω≦*) グッ
  10.  
  11. 。・:*:・゚★,。・:*:・゚☆   。・:*:・゚★,。・:*:・゚☆
  12. ----->
  13.  
  14. <meta charset="utf-8">
  15. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  25.  
  26. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content=""/>
  30. <meta name="image:sidebarpixel1" content=""/>
  31. <meta name="image:sidebarpixel2" content=""/>
  32. <meta name="image:sidebarpixel3" content=""/>
  33.  
  34. <meta name="color:background" content=""/>
  35. <meta name="color:text" content=""/>
  36. <meta name="color:links" content=""/>
  37. <meta name="color:post bg" content=""/>
  38. <meta name="color:border" content=""/>
  39. <meta name="color:border2" content=""/>
  40.  
  41. <meta name="if:title" content="" />
  42. <meta name="if:boldlinks" content="" />
  43. <meta name="text:title size" content="" />
  44. <meta name="if:sidebarpixels" content="" />
  45.  
  46. <meta name="text:searchbar" content=""/>
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. /*
  52. listen to i love you like an alcoholic by the taxpayers or else you dont fucking exist and i will rip every bone from your puny little body and feed each and every last one of them to my pet rabid dog named Douglas
  53. */
  54.  
  55. body {
  56. margin:0px;
  57. background:{color:background};
  58. background: {color:Background} url('{image:Background}') repeat;
  59. font-family: arial;
  60. font-size:17px;
  61. line-height:140%;
  62. color: {color:text};
  63. }
  64.  
  65. p{
  66. margin:0 0 10px 0;
  67. padding:0;
  68. }
  69.  
  70. pre {
  71. white-space: pre-wrap;
  72. white-space: -moz-pre-wrap;
  73. white-space: -pre-wrap;
  74. white-space: -o-pre-wrap;
  75. word-wrap: break-word;
  76. }
  77.  
  78. a{
  79. color:{color:links};
  80. text-decoration:none;
  81. {block:ifboldlinks}font-weight:bold;{/block:ifboldlinks}
  82. }
  83.  
  84. a:hover{
  85. text-shadow: 0px 0px 5px {color:links};
  86. }
  87.  
  88. li{
  89. margin-left:-15px;
  90. }
  91.  
  92. /*
  93. containers etc
  94. */
  95. #wrapper{
  96. width:500px;
  97. margin:50px auto;
  98. }
  99.  
  100. #sidebar{
  101. text-align:center;
  102. width:320px;
  103. position:fixed;
  104. margin-left:-210px;
  105. margin-top:0px;
  106. border:2px solid {color:border2};
  107. box-shadow: 0 0 10px 5px {color:border};
  108. background:{color:post bg};
  109. padding:8px;
  110. }
  111.  
  112. #sidebar .title {
  113. font-size: {text:title size};
  114. margin-bottom: 5px;
  115. width:320px;
  116. line-height:29px;
  117. }
  118.  
  119. #content{
  120. width:400px;
  121. margin-left:200px;
  122. }
  123.  
  124. .post{
  125. width:400px;
  126. margin:0 0 50px 0;
  127. overflow:hidden;
  128. border:2px solid {color:border2};
  129. box-shadow: 0 0 10px 5px {color:border};
  130. background:{color:post bg};
  131. padding:8px;
  132. }
  133.  
  134. #sidebar img, .post img{
  135. max-width:100%;
  136. }
  137.  
  138. #nav{
  139. margin:50px 0 0 0;
  140. }
  141.  
  142. #searchbar{
  143.  
  144. }
  145.  
  146. /*
  147. content in the body of the posts - quotes, asks, etc
  148. "media" contains photos, photosets, videos, audio posts
  149. */
  150. .media{
  151. margin:0 0 10px 0;
  152. }
  153.  
  154. .title{
  155. font-weight:normal;
  156. font-size:18px;
  157. margin:0 0 10px 0;
  158. }
  159.  
  160. .quote{
  161. font-weight:normal;
  162. font-size:16px;
  163. font-style:italic;
  164. margin:0 0 10px 0;
  165. }
  166.  
  167. .question{
  168. margin-bottom:10px;
  169. }
  170.  
  171. blockquote{
  172. margin:0 0 10px 10px;
  173. padding:0 0 0 10px;
  174. border-left:solid 1px #000;
  175. }
  176.  
  177. /*
  178. post footers - date, tags, via and source
  179. */
  180. .post .footer{
  181. margin:0;
  182. text-align:center;
  183. }
  184.  
  185. /*
  186. post notes
  187. */
  188. ol.notes{
  189. list-style-type:none;
  190. padding:0;
  191. margin:0;
  192. }
  193.  
  194. ol.notes li.note img{
  195. width:16px;
  196. height:16px;
  197. }
  198.  
  199. ol.notes li.note{
  200. margin:0px;
  201. }
  202.  
  203. {CustomCSS}
  204. </style>
  205. </head>
  206.  
  207. <body>
  208. <div id="wrapper">
  209.  
  210.  
  211. <div id="sidebar">
  212. {block:iftitle}
  213. <div class="title">
  214. <b>{Title}</b>
  215. </div>
  216. {/block:iftitle}
  217. <div id="sidebar img"><img src="{image:sidebar}"></div>
  218. {block:Description}
  219. <p>{Description}</p>
  220. {/block:Description}
  221. <div class="searchbar">
  222. <form>
  223. <input type="text" placeholder="{text:searchbar}" required> <input type="submit" value="go!"/></div>
  224.  
  225. {block:ifsidebarpixels}<img src="{image:sidebarpixel1}"> <img src="{image:sidebarpixel2}"> <img src="{image:sidebarpixel3}">{block:ifsidebarpixels}
  226.  
  227.  
  228. {block:AskEnabled}
  229. {/block:AskEnabled}
  230. {/block:SubmissionsEnabled}
  231. {block:HasPages}
  232. {block:Pages}
  233. <a href="{URL}">{Label}</a><br>
  234. {/block:Pages}
  235. {/block:HasPages}
  236. </div>
  237.  
  238.  
  239.  
  240. <div id="content">
  241. {block:Posts}
  242.  
  243. <div class="post">
  244.  
  245. {block:Text}
  246. {block:Title}
  247. <div class="title">{Title}</div>
  248. {/block:Title}
  249. {Body}
  250. {/block:Text}
  251.  
  252. {block:Photo}
  253. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  254. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  255. {/block:Photo}
  256.  
  257. {block:Photoset}
  258. <div class="media">{Photoset-400}</div>
  259. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  260. {/block:Photoset}
  261.  
  262. {block:Quote}
  263. <div class="quote">"{Quote}"</div>
  264. {block:Source}
  265. <div class="quotesource">{Source}</div>
  266. {/block:Source}
  267. {/block:Quote}
  268.  
  269. {block:Link}
  270. <div class="title"><a href="{URL}">{Name}</a></div>
  271. {block:Description}
  272. <div class="description">{Description}</div>
  273. {/block:Description}
  274. {/block:Link}
  275.  
  276. {block:Chat}
  277. {block:Title}
  278. <div class="title">{Title}</div>
  279. {/block:Title}
  280.  
  281. {block:Lines}
  282. <div class="{Alt} user_{UserNumber}">
  283. {block:Label}
  284. <b>{Label}</b>{/block:Label}
  285. &nbsp;{Line}
  286. </div>
  287. {/block:Lines}
  288. {/block:Chat}
  289.  
  290. {block:Video}
  291. <div class="media">{Video-400}</div>
  292. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  293. {/block:Video}
  294.  
  295. {block:Audio}
  296. <div class="media">
  297. {AudioPlayerWhite}
  298. {block:TrackName}{TrackName}<br>{/block:TrackName}
  299. {block:Artist}{Artist}<br>{/block:Artist}
  300. </div>
  301. {block:Caption}{Caption}{/block:Caption}
  302. {/block:Audio}
  303.  
  304. {block:Answer}
  305. <div class="question">{Asker}: {Question}</div>
  306. <div class="caption">{Answer}</div>
  307. {/block:Answer}
  308.  
  309.  
  310. {block:Date}
  311. <div class="footer">
  312. <a href="{Permalink}">{TimeAgo}{block:NoteCount} ({NoteCountWithLabel}){/block:NoteCount} </a>
  313. {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  314. </div>
  315.  
  316. {block:PermalinkPage}
  317. {block:NoteCount}
  318. {block:PostNotes}{PostNotes}{/block:PostNotes}
  319. {/block:NoteCount}
  320. {/block:PermalinkPage}
  321. {/block:Date}
  322.  
  323. </div>
  324. {/block:Posts}
  325.  
  326. {block:Pagination}
  327. <div id="nav">
  328. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  329.  
  330. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  331. </div>
  332. {/block:Pagination}
  333. </div>
  334. </div>
  335.  
  336. </div>
  337.  
  338. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  339. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  340.  
  341. </body>
  342. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement