residentevildash

monster city theme

Aug 22nd, 2022 (edited)
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.40 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <head>
  3.  
  4. <!-- MONSTER CITY theme by Dex coolerdracula
  5.  
  6.  
  7.  
  8. IMPORTANT! NOTE ADDED MARCH 24, 2024: I recently moved the images and fonts for this theme from one site to another. if you've been using this and it just broke, that's why! the code has been updated to fix that, so just use this current version and things should sort themselves out. Feel free to send me an ask if anything else is weird. Thanks!
  9.  
  10.  
  11.  
  12. you can tweak this how you see fit, the code is a mess though because this is my first theme and im scared. please leave the credit link - though you can change the symbol if you want. the div for it is called #c and uses a custom wingdings font, so keep that in mind.
  13.  
  14. ...and the equip textbox is .equip-desc if you want to style the text differently. i dont really know what to do with it.
  15.  
  16. feel free to message me or send an ask to coolerdracula if there are issues that you find or if you have a question!
  17.  
  18. ! my gifs for danger and poison are not the clearest! best i could find/make happen, though. if you have better ones feel free to let me know so i can incorporate them into the code. their div is "condition-img" if you want to sub something out.
  19.  
  20. I used Emoticon jellyparty's container base code [https://pastebin.com/nz8e7vpu] for figuring out the post content, so big thanks to Emoticon :]
  21.  
  22. This site has images to use for the item slots: https://www.spriters-resource.com/playstation/resi2/sheet/26097/
  23.  
  24. have fun! -Dex
  25.  
  26. -->
  27.  
  28. <!--image-->
  29. <meta name="image:favicon" content="">
  30. <meta name="image:portrait" content=""/>
  31. <meta name="image:background image" content="">
  32. <meta name="image:equipped item" content=""/>
  33. <meta name="image:key item" content=""/>
  34. <meta name="image:inv slot 1" content=""/>
  35. <meta name="image:inv slot 2" content=""/>
  36. <meta name="image:inv slot 3" content=""/>
  37. <meta name="image:inv slot 4" content=""/>
  38. <meta name="image:inv slot 5" content=""/>
  39. <meta name="image:inv slot 6" content=""/>
  40. <meta name="image:inv slot 7" content=""/>
  41. <meta name="image:inv slot 8" content=""/>
  42.  
  43. <!--color-->
  44. <meta name="color:background" content="#080820"/>
  45. <meta name="color:container background" content="#080820"/>
  46. <meta name="color:posts background" content="#08004A"/>
  47. <meta name="color:ask and music player background" content="#08005A"/>
  48. <meta name="color:footer box" content="#08004A"/>
  49. <meta name="color:key item bg" content="#08005A"/>
  50. <meta name="color:equip bg" content="#08005A"/>
  51.  
  52. <meta name="color:posts outline" content="#000000"/>
  53. <meta name="color:ask and music player outline" content="#000000"/>
  54. <meta name="color:footer box outline" content="#000000"/>
  55.  
  56. <meta name="color:text color" content="#FFFFFF"/>
  57. <meta name="color:name color" content="#FFFFFF"/>
  58. <meta name="color:condition text color" content=""/>
  59. <meta name="color:status text color" content="#007B00"/>
  60. <meta name="color:equip text color" content=""/>
  61. <meta name="color:condition drop shadow" content="#5A7B5A"/>
  62. <meta name="color:equip drop shadow" content="#5A7B5A"/>
  63.  
  64. <meta name="color:links" content=""/>
  65. <meta name="color:link hover" content=""/>
  66. <meta name="color:tab links" content=""/>
  67. <meta name="color:tab links hover" content=""/>
  68. <meta name="color:page arrows color" content=""/>
  69.  
  70. <!--dropdown-->
  71. <meta name="select:name font" content="Alata"/>
  72. <meta name="select:name font" content="Inter"/>
  73. <meta name="select:name font" content="Times New Roman"/>
  74. <meta name="select:name font" content="HighwayGothic"/>
  75. <meta name="select:name font" content="Agatho"/>
  76. <meta name="select:name font" content="Averia"/>
  77. <meta name="select:name font" content="BitmGothic"/>
  78. <meta name="select:name font" content="BlrrPixs"/>
  79. <meta name="select:name font" content="CareBears"/>
  80. <meta name="select:name font" content="ResEvil"/>
  81. <meta name="select:name font" content="TypeWriterCondensed"/>
  82. <meta name="select:name font" content="VT323"/>
  83.  
  84. <meta name="select:posts font" content="Inter"/>
  85. <meta name="select:posts font" content="Times New Roman"/>
  86. <meta name="select:posts font" content="TypeWriterCondensed"/>
  87. <meta name="select:posts font" content="Alata"/>
  88. <meta name="select:posts font" content="BlrrPixs"/>
  89. <meta name="select:posts font" content="CareBears"/>
  90. <meta name="select:posts font" content="HighwayGothic"/>
  91. <meta name="select:posts font" content="VT323"/>
  92.  
  93. <meta name="select:labels font" content="Agatho"/>
  94. <meta name="select:labels font" content="Inter"/>
  95. <meta name="select:labels font" content="Times New Roman"/>
  96. <meta name="select:labels font" content="Alata"/>
  97. <meta name="select:labels font" content="Averia"/>
  98. <meta name="select:labels font" content="BitmGothic"/>
  99. <meta name="select:labels font" content="BlrrPixs"/>
  100. <meta name="select:labels font" content="CareBears"/>
  101. <meta name="select:labels font" content="HighwayGothic"/>
  102. <meta name="select:labels font" content="ResEvil"/>
  103. <meta name="select:labels font" content="TypeWriterCondensed"/>
  104. <meta name="select:labels font" content="VT323"/>
  105.  
  106. <meta name="select:tabs font" content="Agatho"/>
  107. <meta name="select:tabs font" content="Inter"/>
  108. <meta name="select:tabs font" content="Times New Roman"/>
  109. <meta name="select:tabs font" content="Alata"/>
  110. <meta name="select:tabs font" content="Averia"/>
  111. <meta name="select:tabs font" content="BitmGothic"/>
  112. <meta name="select:tabs font" content="BlrrPixs"/>
  113. <meta name="select:tabs font" content="CareBears"/>
  114. <meta name="select:tabs font" content="ResEvil"/>
  115. <meta name="select:tabs font" content="TypeWriterCondensed"/>
  116. <meta name="select:tabs font" content="VT323"/>
  117.  
  118. <meta name="select:status font" content="BlrrPixs"/>
  119. <meta name="select:status font" content="Inter"/>
  120. <meta name="select:status font" content="Times New Roman"/>
  121. <meta name="select:status font" content="BitmGothic"/>
  122. <meta name="select:status font" content="VT323"/>
  123. <meta name="select:status font" content="Alata"/>
  124. <meta name="select:status font" content="Agatho"/>
  125. <meta name="select:status font" content="Averia"/>
  126. <meta name="select:status font" content="Carebears"/>
  127. <meta name="select:status font" content="ResEvil"/>
  128. <meta name="select:status font" content="TypeWriterCondensed"/>
  129.  
  130. <meta name="select:condition gif" title="Fine" content="https://files.catbox.moe/tzhqh8.gif"/>
  131. <meta name="select:condition gif" title="Caution" content="https://files.catbox.moe/sx1ya8.gif"/>
  132. <meta name="select:condition gif" title="Danger" content="https://files.catbox.moe/noxtvb.png"/>
  133. <meta name="select:condition gif" title="Poison" content="https://files.catbox.moe/jfy4zl.gif"/>
  134. <meta name="select:condition gif" title="(static) Fine" content="https://files.catbox.moe/vap5ni.png"/>
  135. <meta name="select:condition gif" title="(static) Caution" content="https://files.catbox.moe/vnmhho.png"/>
  136. <meta name="select:condition gif" title="(static) Danger" content="https://files.catbox.moe/noxtvb.png"/>
  137. <meta name="select:condition gif" title="(static) Poison"content="https://files.catbox.moe/tbkh6g.png"/>
  138.  
  139.  
  140.  
  141. <!--text-->
  142. <meta name="text:browser tab title" content=""/>
  143. <meta name="text:name" content="NAME"/>
  144. <meta name="text:status text" content="Fine"/>
  145. <meta name="text:equip label" content="EQUIP"/>
  146. <meta name="text:condition label" content="CONDITION"/>
  147. <meta name="text:equip textbox" content=""/>
  148.  
  149. <meta name="text:post font size" content="18"/>
  150. <meta name="text:name font size" content="28"/>
  151. <meta name="text:condition font size" content="26"/>
  152. <meta name="text:equip font size" content="34"/>
  153. <meta name="text:equip textbox font size" content="20"/>
  154. <meta name="text:status font size" content="30"/>
  155. <meta name="text:tabs font size" content="28"/>
  156. <meta name="text:inv box hue shift 1 thru 360" content=""/>
  157.  
  158. <meta name="text:sorry for these next few ones" content="helps align different sizes of texts and fonts. leave it alone if its not an issue. only put numbers btw"/>
  159. <meta name="text:name line height" content="35"/>
  160. <meta name="text:condition line height" content=""/>
  161. <meta name="text:equip line height" content=""/>
  162. <meta name="text:status line height" content="28"/>
  163. <meta name="text:tabs line height" content="1"/>
  164.  
  165. <meta name="text:tab 1" content="FILE"/>
  166. <meta name="text:tab 2" content="MAP"/>
  167. <meta name="text:tab 3" content="ITEM"/>
  168. <meta name="text:tab 4" content="EXIT"/>
  169. <meta name="text:tab 1 url" content="/ask"/>
  170. <meta name="text:tab 2 url" content="/archive"/>
  171. <meta name="text:tab 3 url" content="/"/>
  172. <meta name="text:tab 4 url" content="https://www.tumblr.com/dashboard"/>
  173.  
  174. <meta name="text:key item img link" content="https://crouton.net/"/>
  175.  
  176. <!--um-->
  177.  
  178. <link rel="shortcut icon" href="{image:favicon}">
  179. <title>{text:browser tab title}</title>
  180.  
  181.  
  182. <style type="text/css">
  183.  
  184. @font-face {font-family: "Agatho";
  185. src: url("https://files.catbox.moe/5krq7b.otf") format("truetype");}
  186. @font-face {font-family: "Alata";
  187. src: url("https://files.catbox.moe/c5z0vb.ttf") format("truetype");}
  188. @font-face {font-family: "Avain";
  189. src: url("https://files.catbox.moe/zel1uo.ttf") format("truetype");}
  190. @font-face {font-family: "Averia";
  191. src: url("https://files.catbox.moe/wfpwys.ttf") format("truetype");}
  192. @font-face {font-family: "BitmGothic";
  193. src: url("https://files.catbox.moe/uu5sr6.ttf") format("truetype");}
  194. @font-face {font-family: "BlrrPixs";
  195. src: url("https://files.catbox.moe/61mgab.ttf") format("truetype");}
  196. @font-face {font-family: "CareBears";
  197. src: url("https://files.catbox.moe/dlcxwb.ttf") format("truetype");}
  198. @font-face {font-family: "HighwayGothic";
  199. src: url("https://files.catbox.moe/ug8nx7.ttf") format("truetype");}
  200. @font-face {font-family: "Horror";
  201. src: url("https://files.catbox.moe/8xe038.ttf") format("truetype");}
  202. @font-face {font-family: "Inter";
  203. src: url("https://files.catbox.moe/lee6gj.ttf") format("truetype");}
  204. @font-face {font-family: "PDPointers";
  205. src: url("https://files.catbox.moe/jyrvdl.ttf") format("truetype");}
  206. @font-face {font-family: "ResEvil";
  207. src: url("https://files.catbox.moe/556598.otf") format("truetype");}
  208. @font-face {font-family: "TypewriterCondensed";
  209. src: url("https://files.catbox.moe/4fpws8.otf") format("truetype");}
  210. @font-face {font-family: "VT323";
  211. src: url("https://files.catbox.moe/w0ab00.ttf") format("truetype");}
  212.  
  213. /*body*/
  214. body{
  215. background-image:Url('{image:background image}');
  216. background-color:{color:background};
  217. background-attachment: fixed;
  218. font-size: {text: font size}px;
  219. margin: 0px;
  220. padding: 0px;
  221. overflow: hidden;
  222. color: {color:text color};
  223. margin:0px;
  224. padding:0px;
  225. height: 100%;
  226. width: 100%;
  227. }
  228.  
  229. /* links */
  230.  
  231. a:link{text-decoration: none; color:{color:links} }
  232. a:visited{text-decoration: none; color:{color:links} }
  233. a:hover{text-decoration: none; color:{color:link hover} }
  234. .pagination a:link{color:{color:page arrows color}}
  235. .pagination a:visited{color:{color:page arrows color}}
  236. .pagination a:hover{color:{color:page arrows color}}
  237. .tab a:link {color: {color:tab links}}
  238. .tab a:visited {color: {color:tab links}}
  239. .tab a:hover {color: {color:tab links hover}}
  240.  
  241. /* post content styling stuff */
  242.  
  243. .post{background-color: {color:posts background};margin-top: 20px; margin-bottom: 30px ; outline: 4px ridge black; padding:12px;padding-top:2px;}
  244. .post img {max-width:100%; margin-top:6px;height:100%;}
  245.  
  246.  
  247. .title {; font-size:1.2em;margin-top:15px;}
  248.  
  249. .label{}
  250.  
  251. .video {margin-left:auto;margin-right:auto;margin-left:-6px;margin-top:5px;}
  252.  
  253. .photo {text-align:center;margin-top:15px;}
  254. .photo img {height:100%;}
  255.  
  256. .captiontext{}
  257.  
  258. #audioplayer {margin-left:12px;margin-top:10px;}
  259.  
  260. .music {display: flex;background-color: {color:ask and music player background}; width:98%;margin-left:auto;margin-right:auto; outline:4px ridge {color:ask and music player outline};margin-top:5px;padding:5px;margin-top:15px;height:110px;}
  261. .music img {width:100px;height:100px;}
  262.  
  263. #albumart {;margin-top:-5px;}
  264.  
  265. .trackstuff{overflow: auto;margin-left:15px;}
  266.  
  267. .quote {width:80%;margin:15px;}
  268.  
  269. .source { background-color: ; text-indent:20px; margin-left:10px;}
  270.  
  271. .question{background-color:{color:ask and music player background}; outline:4px ridge {color:ask and music player outline}; width:325px; padding:10px; text-align:right;margin-left:29%;margin-top:15px;}
  272.  
  273. .answer {outline:4px ridge {color:ask and music player outline};width:75%;max-width:95%;padding:10px;padding-top:2px;text-indent:0px;text-align:left;margin-top:15px;margin-bottom:25px;margin-left:2px;background-color:{color:ask and music player background};}
  274.  
  275. .footbuttons {background-color:{color:footer box};padding:4px; outline:4px ridge {color:footer box outline};width:fit-content;}
  276.  
  277. .tags {margin-bottom:12px}
  278.  
  279.  
  280. /* inventory */
  281.  
  282. .container {margin-top:30px;}
  283.  
  284. #top {position: fixed;width: 100%;z-index: 2;}
  285.  
  286. #postcontainer {position: fixed;top: 218px;left: 25vw;z-index: 5;}
  287.  
  288. #sidecontainer {position: relative; left: 25vw;height: 99vw;width: 900px;z-index: 1;}
  289.  
  290. #side {position: absolute;top: 168px;left: 618px;height: 100%;;width: 100%;}
  291.  
  292. .rightbar-container {flex-wrap: nowrap; overflow: hidden;margin-left: -8px;margin-top: 38px}
  293.  
  294. .pipes {width: 25vw;min-width: 25vw;height: 100px;margin-left: 0px;margin-top:18px; background-image: url(https://files.catbox.moe/kl7gmr.png); background-repeat: repeat-x; background-size: contain;}
  295.  
  296. .flex {display: flex; flex-wrap:nowrap; flex-direction: row;}
  297. .center {margin-left:auto;margin-right:auto;}
  298. .pagespace {width:95%;height:5px;}
  299.  
  300. .portrait-container, .gutter-piping, .spacer, .top-tabs, .condition-box, .equip-box, .key-box, .tab-img, .sidebar, .items, .post-container {outline: 0px solid black;}
  301.  
  302. .portrait-container, .top-tabs, .condition-box, .equip-box, .key-box, .key-bridge, .tab-img, .sidebar, .post-container {background-image: url(https://files.catbox.moe/0fr2gj.png);}
  303.  
  304. .rightbar-plug {min-width: 30px; height: 50px;margin-left: 0px; background-image: url(https://files.catbox.moe/ge5d1u.png); background-repeat: no-repeat; background-size: contain;}
  305. .rightbar-pipe {width:700px; height: 50px;margin-left: 0px; background-image: url(https://files.catbox.moe/6tnt45.png); background-repeat: repeat-x; background-size: contain;}
  306.  
  307. .portrait-container {width: 147px; height: 182px}
  308. .portrait-name {background-color: black; width: 86%; height: 20%;margin: auto; margin-top: 10px; text-align: center;color:{color:name color}}
  309. .portrait-nametext {font-family: "{select:name font}";font-size:{text:name font size}px;width: 100%;height: 100%;line-height: {text:name line height}px;}
  310. .portrait-img {width:86%;height:65%;margin:auto; margin-top: 8px}
  311. .portrait-img img {width: 100%;height: 100%}
  312.  
  313. .gutter-piping {width: 18px; height: 156px; background-image: url(https://files.catbox.moe/5z3jmy.png); background-repeat: repeat-x; background-size: contain; margin-top: 25px}
  314.  
  315. .spacer {width: 148px}
  316.  
  317. .top-tabs {width: 550px; height: 41px; margin-bottom: 2px}
  318. .tabgroup {margin-left: 6px;margin-right: 6px}
  319. .tab {background-color: #070707; width: 24%; height: 30px;margin:3px;margin-top: 5px; border-radius: 7px;
  320. text-align: center; font-size:{text:tabs font size}px;font-family: "{select:tabs font}";line-height:{text:tabs line height}}
  321.  
  322. .condition-box {width: 285px;height: 119px; margin-right: 5px;}
  323. .condition-img {width: 88%;height: 78%;margin: auto;margin-top: 4%;position: relative}
  324. .condition-img img {width: 100%;height: 100%}
  325. .condition-text {margin-top: 2%; margin-left: 7.2%;height: 22%;width: 52%;
  326. text-align: left;line-height: 25px;font-size:{text:condition font size}px;font-family: "{select:labels font}"; color:{color:condition text color};line-height:{text:condition line height};text-shadow: 2px 1.5px 1px {color:condition drop shadow}}
  327. .status-text{position: absolute;width: 52%;height: 34%;background-color: black;left: 115px;top: 57px;
  328. text-align: center;line-height: {text:status line height}px;font-size:{text:status font size}px;font-family: "{select:status font}"; color: {color:status text color}}
  329.  
  330. .equip-box {width: 269px; height: 119px; margin-right: 4px}
  331. .equip-label{margin-left: 2%;margin-top: 2%;width: 12%;height: 107px;outline: 0px solid red}
  332. .equip-text{writing-mode: sideways-lr;outline:0px solid blue;width:100%;height:100%;
  333. text-align: center; line-height: 28px;font-size:{text:equip font size}px; font-family: "{select:labels font}";color:{color:equip text color};text-shadow: 2px 1.5px 1px {color:condition drop shadow}}
  334. .equip-imgs {height: 107px;width: 78%; margin-top: 5px;margin-left: 8px}
  335. .equip-decor{background-image: url(https://files.catbox.moe/jz6von.png);background-repeat: no-repeat;
  336. background-size: contain;height: 10px;width: 100%;margin-top: 2px}
  337.  
  338. .equip-content{background-color: {color:equip bg};height: 88%;width: 100%}
  339. .equip-item{width:100%;height:100%}
  340. .equip-item img {width: 100%;height: 100%}
  341. .equip-desc {max-width: 200px;height: 86px;position: absolute;margin-left: 6px;margin-top: 5px;text-align:center;
  342. font-size:{text:equip textbox font size}px;font-family: "{select:posts font}"}
  343.  
  344. .key-box {width: 135px;height: 119px;position: relative}
  345. .key-decortop {background-image: url(https://files.catbox.moe/6dod4v.png);background-repeat: no-repeat;background-size: contain;height: 10px;width: 80%;margin-top:6px;margin-left: auto;margin-right: auto}
  346. .key-item {width: 80%;height: 80%;background-color: {color:key item bg};margin: auto}
  347. .key-itemimg {height: 100%;width: 100%}
  348. .key-itemimg img {height: 100%;width: 100%}
  349.  
  350. .key-brush {background-image:url(https://files.catbox.moe/0fr2gj.png);width: 100%;height: 12px;position: absolute;
  351. top: 119px;}
  352. .key-decorbottom {background-image: url(https://files.catbox.moe/6dod4v.png);background-repeat: no-repeat;
  353. background-size:contain;height: 10px;width: 80%;margin: auto}
  354.  
  355. .tabs-img {width: 445px; height: 30px;
  356. background-image: url(https://files.catbox.moe/90ljmg.png); background-repeat: no-repeat;
  357. background-size: contain;}
  358.  
  359. .sidebar {width: 245px; height: 360px;}
  360.  
  361. .items {height: 94%; width: 92%;display: grid;grid-template-columns: 50% 50%; grid-template-rows: 25% 25% 25% 25%; justify-content:center}
  362.  
  363. .itemgrid {margin: 10px;width: 100%;height: 100%;text-align: center;background-image: url(https://files.catbox.moe/64pgos.png);background-size: contain; background-repeat: no-repeat;}
  364. .itemgridimg {width: 100%;height: 100%;text-align: center;backdrop-filter: hue-rotate({text:inv box hue shift 1 thru 360}deg)}
  365. .itemgridimg img {height:100%;max-width:100%;}
  366.  
  367. .post-container {width: 610px;height: 440px;padding-top: 5px}
  368. .postbox {margin: auto;margin-top: 12px; height: 94%; width:96%; background-color:{color:container background} ;overflow-y: auto;overflow-x: hidden;}
  369. .postcontent {height: fit-content;margin-top: ;width: 90%; margin-left: auto;margin-right: auto;
  370. font-family: "{select:posts font}"; font-size:{text:post font size}px;}
  371.  
  372. .pagination {font-family: "PDpointers";font-size: 28px;line-height: 20px;text-align:right;}
  373.  
  374. #credit {position:fixed;bottom:0px;left:0px; font-size:40px;color:red;font-family: "Horror";}
  375.  
  376. #credit:hover #credithover {display:block}
  377.  
  378. #credithover {position:fixed;bottom:45px;left:2px;font-size:20px;color:lime; display:none;font-family:"inter";}
  379.  
  380. {CustomCss}
  381. </style>
  382. </head>
  383. <body>
  384.  
  385. <div class="container">
  386. <div id="top">
  387. <div class="flex">
  388. <div class="pipes"></div>
  389. <div class="flex"><div class="portrait-container"><div class="portrait-name">
  390. <div class="portrait-nametext">{text:name}</div></div>
  391.  
  392. <a href="/"><div class="portrait-img"><img src="{image:portrait}"></div></a>
  393.  
  394. </div><div class="gutter-piping"></div></div>
  395.  
  396. <div class="CONTAINER1">
  397. <div class="flex"> <div class="spacer"></div><div class="top-tabs">
  398. <div class="tabgroup"> <div class="flex">
  399. <div class="tab"><a href="{text:tab 1 url}">{text:tab 1}</a></div>
  400. <div class="tab"><a href="{text:tab 2 url}">{text:tab 2}</a></div>
  401. <div class="tab"><a href="{text:tab 3 url}">{text:tab 3}</a></div>
  402. <div class="tab"><a href="{text:tab 4 url}">{text:tab 4}</a></div>
  403. </div>
  404. </div></div></div>
  405.  
  406. <div class="flex"> <div class="condition-box"><div class="condition-img"><img src="{select:condition gif}"><div class="status-text">{text:status text}</div></div><div class="condition-text"><b>{text:condition label}</b></div></div>
  407.  
  408. <div class="equip-box">
  409. <div class="flex"><div class="equip-label">
  410. <div class="equip-text"><b>{text:equip label}</b></div>
  411. </div>
  412. <div class="equip-imgs"> <div class="equip-decor"></div>
  413. <div class="equip-content">
  414. <div class="equip-desc">{text:equip textbox}</div>
  415. <div class="equip-item"><img src="{image:equipped item}"></div>
  416.  
  417. </div> </div> </div>
  418. </div>
  419.  
  420. <div class="key-box"> <div class="key-decortop"></div><div class="key-item"> <div class="key-itemimg"><a href="{text:key item img link}"><img src="{image:key item}"></a></div> </div>
  421.  
  422. <div class="key-brush"><div class="key-decorbottom"></div></div> </div> </div>
  423.  
  424.  
  425. <div class="tabs-img"> </div>
  426. </div>
  427.  
  428. </div> </div>
  429. <div class="flex">
  430. <div id ="postcontainer">
  431. <div class="post-container">
  432. <div class="postbox">
  433. <div class="postcontent">
  434. <!----------------IM SCARED------------------>
  435.  
  436. {block:Posts}
  437. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}<b>{ReblogParentName}</b>{/block:RebloggedFrom}{/block:NoRebloggedFrom} --> {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  438. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  439. {/block:ContentSource}
  440. <div class="post">
  441.  
  442. <!-- Text -->
  443. {block:Text}
  444. {block:Title}
  445. <div class="title">{Title}</div>
  446. {/block:Title}
  447. {Body}
  448. {/block:Text}
  449. {block:Chat}
  450. {block:Title}
  451. <div class="title">
  452. <h3><a href="{Permalink}">{Title}</a></h3></div>
  453. {/block:Title}
  454. {block:Lines}
  455. <div class="{Alt} user_{UserNumber}">
  456. {block:Label}
  457. <span class="label">{Label}</span>
  458. {/block:Label}{Line}
  459. </div>
  460. {/block:Lines}
  461. {/block:Chat}
  462.  
  463. <!-- Images --->
  464. {block:Photo}
  465. {LinkOpenTag}<div class="photo">
  466. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/></div>
  467. {LinkCloseTag}
  468. {block:Caption}
  469. {Caption}
  470. {/block:Caption}
  471. {/block:Photo}
  472. {block:Photoset}<div class="photo">
  473. {Photoset-400}</div>
  474. {block:Photos}
  475. {/block:Photos}
  476. {block:Caption}
  477. {Caption}
  478. {/block:Caption}
  479. {/block:Photoset}
  480.  
  481. <!-- Video -->
  482. {block:Video}<div class="video">
  483. {Video-500}</div>
  484. {block:Caption}
  485. {Caption}
  486. {/block:Caption}
  487. {/block:Video}
  488.  
  489. <!-- Audio -->
  490. {block:Audio}
  491. {block:AlbumArt}
  492. <div class="music">
  493. <div id="albumart">
  494. <img src="{AlbumArtURL}" width="100">
  495. </div>
  496. {/block:AlbumArt} <div class="audiowrap">
  497. <div class="trackstuff">
  498. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br>{block:Artist}<i>{Artist}</i>{/block:Artist}</div>
  499. <div id= "audioplayer">{AudioPlayerGrey}</div> </div>
  500. </div>
  501. {Caption}
  502. {/block:Audio}
  503.  
  504. <!-- Quote -->
  505. {block:Quote}
  506. <div class="quote">
  507. "{Quote}"
  508. {block:Source}
  509. <div class="source">- <i>{Source}</i></div>
  510. {/block:Source}
  511. </div>
  512. {/block:Quote}
  513.  
  514. <!-- Link -->
  515. {block:Link}
  516. <a href="{URL}" class="link" {Target}>{Name}</a>
  517. {block:Description}
  518. {Description}
  519. {/block:Description}
  520. {/block:Link}
  521.  
  522. <!-- Ask -->
  523. {block:Answer}
  524. <div class="question">{Asker} sent: {Question}</div>
  525. <div class="answer">{Answer}</div>
  526. {/block:Answer}
  527.  
  528. <!-- Footer --><div class="tags">
  529. {block:Date}{block:HasTags}
  530. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  531. <div class="footbuttons">
  532. <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}</a> <a href="{ReblogUrl}">reblog</a>
  533. </div>
  534. {block:PermalinkPage}
  535.  
  536. {block:NoteCount}
  537. {block:PostNotes}{PostNotes}{/block:PostNotes}
  538. {/block:NoteCount}
  539. {/block:PermalinkPage}
  540. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  541. {/block:Date}
  542.  
  543. </div>
  544. {/block:Posts}
  545.  
  546. {block:Pagination}
  547. <div class="naviga">
  548. <div class="flex">
  549. {block:PreviousPage}
  550. <div class="pagination"><a href="{PreviousPage}">A</a></div>
  551.  
  552. {/block:PreviousPage}<div class="pagespace"></div>{block:NextPage}
  553. <div class="pagination"><a href="{NextPage}">E</a></div>
  554. {/block:NextPage}</div>
  555. </div>
  556. {/block:Pagination}
  557.  
  558. </div>
  559.  
  560. <!--end of post div-->
  561.  
  562. <!-- end of post content. help me -->
  563.  
  564. </div> <!-- end postcontent-->
  565. </div> <!-- end postbox -->
  566. </div> <!--end post container--> </div>
  567.  
  568. <div id="sidecontainer">
  569. <div id="side">
  570.  
  571. <div class="sidebar">
  572. <div class="items">
  573. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 1}"></div></div>
  574. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 2}"> </div></div>
  575. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 3}"> </div></div>
  576. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 4}"> </div></div>
  577. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 5}"> </div></div>
  578. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 6}"> </div></div>
  579. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 7}"> </div></div>
  580. <div class="itemgrid"> <div class="itemgridimg"><img src="{image:inv slot 8}"> </div></div>
  581. </div>
  582. </div>
  583.  
  584. <div class="rightbar-container">
  585. <div class="flex">
  586. <div class="rightbar-plug"></div>
  587. <div class="rightbar-pipe"></div>
  588. </div>
  589. </div>
  590.  
  591. </div><!--end side-->
  592. </div><!--end sidecontainer-->
  593.  
  594.  
  595.  
  596. </div>
  597.  
  598. <div id="credit"><a href="https://coolerdracula.tumblr.com/">x</a>
  599. <div id="credithover"><a href="https://pastebin.com/8nM2Mmnm">theme by Dex</a></div>
  600. </div>
  601.  
  602.  
  603.  
  604. </body>
  605. </html>
Add Comment
Please, Sign In to add comment