Advertisement
raingurl

trouble brewing in edds world theme

Aug 21st, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. ▀▀█▀▀ █▀▀█ █▀▀█ █░░█ █▀▀▄ █░░ █▀▀
  6. ░░█░░ █▄▄▀ █░░█ █░░█ █▀▀▄ █░░ █▀▀
  7. ░░▀░░ ▀░▀▀ ▀▀▀▀ ░▀▀▀ ▀▀▀░ ▀▀▀ ▀▀▀
  8.  
  9. █▀▀▄ █▀▀█ █▀▀ █░░░█ ░▀░ █▀▀▄ █▀▀▀
  10. █▀▀▄ █▄▄▀ █▀▀ █▄█▄█ ▀█▀ █░░█ █░▀█
  11. ▀▀▀░ ▀░▀▀ ▀▀▀ ░▀░▀░ ▀▀▀ ▀░░▀ ▀▀▀▀
  12.  
  13. ░▀░ █▀▀▄
  14. ▀█▀ █░░█
  15. ▀▀▀ ▀░░▀
  16.  
  17. █▀▀ █▀▀▄ █▀▀▄ █▀▀   █░░░█ █▀▀█ █▀▀█ █░░ █▀▀▄
  18. █▀▀ █░░█ █░░█ ▀▀█   █▄█▄█ █░░█ █▄▄▀ █░░ █░░█
  19. ▀▀▀ ▀▀▀░ ▀▀▀░ ▀▀▀   ░▀░▀░ ▀▀▀▀ ▀░▀▀ ▀▀▀ ▀▀▀░
  20.  
  21. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀
  22. ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀
  23. ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀
  24.  
  25. █▀▀▄ █░░█  
  26. █▀▀▄ █▄▄█  
  27. ▀▀▀░ ▄▄▄█  
  28.  
  29. ░░▀ █▀▀█ ▀▀█▀▀ █░░█ █▀▀ █▀▀█ █▀▀█ █▀▀
  30. ░░█ █░░█ ░░█░░ █▀▀█ █░░ █░░█ █▄▄▀ █▀▀
  31. █▄█ ▀▀▀▀ ░░▀░░ ▀░░▀ ▀▀▀ ▀▀▀▀ ▀░▀▀ ▀▀▀
  32.  
  33. trouble brewing in eddsworld theme by jothcore
  34. do not repost / feel free to edit code as much as you like!
  35. its best to stick to small pixel imgs / stamps for the middle img + bottom img
  36. if you dont want glow, set color to whatever post bg is
  37. ----->
  38.  
  39. <meta charset="utf-8">
  40. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  41. {block:Description}
  42. <meta name="description" content="{MetaDescription}" />
  43. {/block:Description}
  44.  
  45. <meta name="image:sidebar" content="">
  46. <meta name="image:favicon" content="">
  47. <meta name="image:middleimg" content="">
  48. <meta name="image:bottomimg" content="">
  49. <meta name="image:bg" content="">
  50. <meta name="if:bottomimg" content="1">
  51.  
  52. <meta name="if:middleimg" content="1">
  53. <meta name="if:coverbg" content="1">
  54. <meta name="color:bg" content="">
  55. <meta name="color:links" content="">
  56. <meta name="color:linkshover" content="">
  57. <meta name="color:linksborder" content="">
  58. <meta name="color:border" content="">
  59. <meta name="color:blockquote" content="">
  60. <meta name="color:postbg" content="">
  61. <meta name="color:textshadow" content="">
  62. <meta name="color:font" content="">
  63. <meta name="text:link1" content="">
  64. <meta name="text:link2" content="">
  65. <meta name="text:link3" content="">
  66.  
  67. <meta name="text:link1title" content="">
  68. <meta name="text:link2title" content="">
  69. <meta name="text:link3title" content="">
  70. <meta name="text:linksymbol" content="">
  71.  
  72.  
  73. <title>{Title}</title>
  74.  
  75. <link rel="shortcut icon" href="{image:favicon}">
  76. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  77. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  78.  
  79. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84. /*
  85. general text styles, fonts and colours
  86. */
  87.  
  88. body {
  89. margin:0px;background:{color:bg} url({image:bg});
  90. background-attachment:fixed;
  91. background-repeat:repeat;
  92. background-position:top left;
  93. {block:ifcoverbg}background-size:cover;{/block:ifcoverbg}
  94. font-family: verdana;
  95. font-size:18px;
  96. line-height:140%;
  97. color: {color:font};
  98. }
  99.  
  100. p{
  101. margin:0 0 10px 0;
  102. padding:0;
  103. }
  104.  
  105. pre {
  106. white-space: pre-wrap;
  107. white-space: -moz-pre-wrap;
  108. white-space: -pre-wrap;
  109. white-space: -o-pre-wrap;
  110. word-wrap: break-word;
  111. }
  112.  
  113. a{
  114. color:{color:links};
  115. text-shadow: -1px 0 {color:linksborder}, 0 1px {color:linksborder}, 1px 0 {color:linksborder}, 0 -1px {color:linksborder};
  116. letter-spacing:2px;
  117. text-decoration:none;
  118. }
  119.  
  120. a:hover{
  121. color:{color:linkshover};
  122. letter-spacing: 3px;
  123. }
  124.  
  125. li{
  126. margin-left:-15px;
  127. }
  128.  
  129. /*
  130. containers etc
  131. */
  132. #wrapper{
  133. width:600px;
  134. margin:50px auto;
  135. }
  136.  
  137. #sidebar{
  138. width:130px;
  139. position:fixed;
  140. border:ridge 4px {color:border};
  141. background-color:{color:postbg};
  142. padding:10px;
  143. text-align:right;
  144. text-shadow: 0 0 3px {color:textshadow};
  145. }
  146. #sidebar .sidebarimg{
  147. max-width:100%;
  148. text-align:center;
  149. }
  150.  
  151.  
  152. #content{
  153. width:500px;
  154. margin-left:200px;
  155. overflow:hidden;
  156. }
  157.  
  158. .post{
  159. width:400px;
  160. margin:0 0 50px 0;
  161. overflow:hidden;
  162. border:ridge 4px {color:border};
  163. background-color:{color:postbg};
  164. padding:10px;
  165.  
  166. text-shadow: 0 0 3px {color:textshadow};
  167. }
  168.  
  169. #sidebar img, .post img{
  170. max-width:100%;
  171. }
  172.  
  173. #pagination{
  174. margin:50px 0 0 0;
  175. text-align:center;
  176. }
  177.  
  178. .ul.a{padding:10px;}
  179.  
  180. #c{position:fixed;bottom:10px;right:10px;z-index:999;}
  181.  
  182.  
  183.  
  184.  
  185.  
  186. /*
  187. content in the body of the posts - quotes, asks, etc
  188. "media" contains photos, photosets, videos, audio posts
  189. */
  190. .media{
  191. margin:0 0 10px 0;
  192. }
  193.  
  194. .title{
  195. font-weight:normal;
  196. font-size:18px;
  197. margin:0 0 10px 0;
  198. }
  199.  
  200. .quote{
  201. font-weight:normal;
  202. font-size:16px;
  203. font-style:italic;
  204. margin:0 0 10px 0;
  205. }
  206.  
  207. .question{
  208. margin-bottom:10px;
  209. }
  210.  
  211. blockquote{
  212. margin:0 0 10px 10px;
  213. padding:0 0 0 10px;
  214. border-left:dashed 3px {color:blockquote};
  215.  
  216. }
  217.  
  218. /*
  219. post footers - date, tags, via and source
  220. */
  221. .post .footer{
  222. margin:0;
  223. text-align:center;
  224.  
  225. }
  226.  
  227. /*
  228. post notes
  229. */
  230. ol.notes{
  231. list-style-type:none;
  232. padding:0;
  233. margin:0;
  234. }
  235.  
  236. ol.notes li.note img{
  237. width:16px;
  238. height:16px;
  239. }
  240.  
  241. ol.notes li.note{
  242. margin:0px;
  243. }
  244.  
  245. {CustomCSS}
  246. </style>
  247. </head>
  248.  
  249. <body><div id="c"><a href="http://jothcore.tumblr.com/" title="theme by jothcore">(c)</a></div>
  250. <div id="wrapper">
  251.  
  252.  
  253. <div id="sidebar">
  254. <big><a href="/">{title}</a></big>
  255. <div class="sidebarimg"><a href="/"><img src="{image:sidebar}"></div></a>
  256. {block:Description}
  257. {Description}
  258. {/block:Description}</p>
  259. {block:ifmiddleimg}<div class="sidebarimg"><img src="{image:middleimg}"></div>{/block:ifmiddleimg}
  260. <ul.a style="list-style-type:none"><li><a href="{text:link1}">{text:linksymbol}{text:link1title}</a></li>
  261. <li><a href="{text:link2}">{text:linksymbol}{text:link2title}</a></li>
  262. <li><a href="{text:link3}">{text:linksymbol}{text:link3title}</a></li></ul>
  263. {block:ifbottomimg}<p><div class="sidebarimg"><p><img src="{image:bottomimg}"></div>{/block:ifbottomimg}
  264. </p>
  265.  
  266.  
  267. </div>
  268.  
  269.  
  270.  
  271. <div id="content">
  272. {block:Posts}
  273.  
  274. <div class="post">
  275.  
  276. {block:Text}
  277. {block:Title}
  278. <div class="title">{Title}</div>
  279. {/block:Title}
  280. {Body}
  281. {/block:Text}
  282.  
  283. {block:Photo}
  284. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  285. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  286. {/block:Photo}
  287.  
  288. {block:Photoset}
  289. <div class="media">{Photoset-400}</div>
  290. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  291. {/block:Photoset}
  292.  
  293. {block:Quote}
  294. <div class="quote">"{Quote}"</div>
  295. {block:Source}
  296. <div class="quotesource">{Source}</div>
  297. {/block:Source}
  298. {/block:Quote}
  299.  
  300. {block:Link}
  301. <div class="title"><a href="{URL}">{Name}</a></div>
  302. {block:Description}
  303. <div class="description">{Description}</div>
  304. {/block:Description}
  305. {/block:Link}
  306.  
  307. {block:Chat}
  308. {block:Title}
  309. <div class="title">{Title}</div>
  310. {/block:Title}
  311.  
  312. {block:Lines}
  313. <div class="{Alt} user_{UserNumber}">
  314. {block:Label}
  315. <b>{Label}</b>{/block:Label}
  316. &nbsp;{Line}
  317. </div>
  318. {/block:Lines}
  319. {/block:Chat}
  320.  
  321. {block:Video}
  322. <div class="media">{Video-400}</div>
  323. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  324. {/block:Video}
  325.  
  326. {block:Audio}
  327. <div class="media">
  328. {AudioPlayerWhite}
  329. {block:TrackName}{TrackName}<br>{/block:TrackName}
  330. {block:Artist}{Artist}<br>{/block:Artist}
  331. {block:Album}{Album}{/block:Album}
  332. </div>
  333. {block:Caption}{Caption}{/block:Caption}
  334. {/block:Audio}
  335.  
  336. {block:Answer}
  337. <div class="question">{Asker}: {Question}</div>
  338. <div class="caption">{Answer}</div>
  339. {/block:Answer}
  340.  
  341.  
  342. {block:Date}
  343. <div class="footer">
  344. <a href="{Permalink}">{TimeAgo}{block:NoteCount} +{NoteCount}{/block:NoteCount}</a>
  345. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  346. {block:permalinkpage}{block:RebloggedFrom}<br><a href="{ReblogParentURL}">{lang:Reblogged from ReblogParentName}</a>{/block:RebloggedFrom}
  347. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}: {SourceTitle}</a>{/block:ContentSource}{/block:permalinkpage}
  348. </div>
  349.  
  350. {block:PermalinkPage}
  351. {block:NoteCount}
  352. {block:PostNotes}{PostNotes}{/block:PostNotes}
  353. {/block:NoteCount}
  354. {/block:PermalinkPage}
  355. {/block:Date}
  356.  
  357. </div>
  358. {/block:Posts}
  359. {block:Pagination}
  360. <div id="nav">
  361. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  362.  
  363. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  364. </div>
  365. {/block:Pagination}
  366.  
  367.  
  368. </div>
  369. </div>
  370.  
  371. </div>
  372.  
  373. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  374. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  375.  
  376. </body>
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement