Advertisement
elletho

Electric Boom -- Theme 22

Dec 16th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.84 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 22: 'Electric Boom' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT take pieces of this theme for your own.
  13. ☮ DO NOT edit & redistribute.
  14. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  15. ☮ DO NOT move the credit.
  16. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  17.  
  18. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  19.  
  20. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  21. ☮ If you follow the rules and respect them, ilysm let's get married
  22. --->
  23.  
  24.  
  25.  
  26. <!--META NAMES-->
  27. <meta name="color:bg" content="#ffffff">
  28. <meta name="color:txt" content="#717171"/>
  29. <meta name="color:post bg" content="#ffffff">
  30. <meta name="color:container bg" content="#ffffff">
  31. <meta name="color:border" content="#b1b1b1">
  32. <meta name="color:links" content="#969696"/>
  33. <meta name="color:hover" content="#3c3c3c"/>
  34. <meta name="color:ask bg" content="#dad9d9">
  35. <meta name="color:scrollbar" content="#969696">
  36. <meta name="color:scrollbarbg" content="#ffffff">
  37.  
  38.  
  39.  
  40. <meta name="text:home title" content=""/>
  41. <meta name="text:ask title" content=""/>
  42. <meta name="text:link1" content="/"/>
  43. <meta name="text:link1 title" content=""/>
  44. <meta name="text:link2" content="/"/>
  45. <meta name="text:link2 title" content=""/>
  46. <meta name="text:link3" content="/"/>
  47. <meta name="text:link3 title" content=""/>
  48.  
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. height:auto;
  55. background-color:{color:Scrollbar};
  56. }
  57.  
  58. ::-webkit-scrollbar {
  59. height:9px;
  60. width:4px;
  61. background-color:{color:ScrollbarBg};
  62. }
  63.  
  64. body {
  65. background-color:{color:bg};
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. font-family:typewriter;
  69. font-size:12px;
  70. text-align:justify;
  71. color:{color:txt};
  72. margin:0;
  73. }
  74.  
  75. a {
  76. color:{color:links};
  77. text-decoration:none;
  78. -moz-outline-style:none;
  79. }
  80.  
  81. a:hover{
  82. color:{color:hover};
  83. -moz-transition-duration:0.3s;
  84. -webkit-transition-duration:0.3s;
  85. -o-transition-duration:0.3s;
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. margin:5px;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. margin:5px;
  102. }
  103.  
  104.  
  105. /*LINKS*/
  106.  
  107. #links{
  108. font-size:13px;
  109. padding:5px;
  110. text-align:center;
  111. text-transform:lowercase;
  112. position:fixed;
  113. width:145px;
  114. line-height:100%;
  115. margin-left:0px;
  116. margin-top:0px;
  117. background-color:{color:bg};
  118. border-bottom:1px solid {color:border};
  119. z-index:9999999;
  120.  
  121. }
  122.  
  123. #links a{
  124. color:#000;
  125. }
  126.  
  127. #links a:hover{
  128. color:{color:hover};
  129. -moz-transition-duration:0.3s;
  130. -webkit-transition-duration:0.3s;
  131. -o-transition-duration:0.3s;
  132. }
  133.  
  134. /*SIDEBAR*/
  135.  
  136. #title {
  137. font-size:20px;
  138. font-family:arial;
  139. text-align:left;
  140. line-height:17px;
  141. margin-top:170px;
  142. margin-left:0px;
  143. color:{text:txt};
  144. padding-bottom:5px;
  145. padding-left:5px;
  146. width:150px;
  147. border-bottom:1px solid {color:border};
  148. }
  149.  
  150. #sidebar{
  151. position:fixed;
  152. margin-top:-15px;
  153. margin-left:790px;
  154. width:150px;
  155. height:auto;
  156. }
  157.  
  158.  
  159. #desc{
  160. width:150px;
  161. height:auto;
  162. margin-top:20px;
  163. margin-left:0px;
  164. padding-left:5px;
  165. font-size:11px;
  166. text-align:left;
  167. color:{color:txt};
  168. padding-top:5px;
  169. background-color:{color:bg};
  170. padding-bottom:5px;
  171. padding-right:5px;
  172. }
  173.  
  174.  
  175. #pagi {
  176. font-size:10px;
  177. text-transform:uppercase;
  178. letter-spacing:3px;
  179. font-style:normal;
  180. text-align:left;
  181. margin-left:5px;
  182. margin-top:5px;
  183. }
  184.  
  185. #pagi a {
  186. color:{color:sblinks};
  187. }
  188.  
  189.  
  190. /*ENTRIES*/
  191.  
  192. #allposts {
  193. width:470px;
  194. height:500px;
  195. padding-left:18px;
  196. margin-left:300px;
  197. margin-top:75px;
  198. background-color:{color:container bg};
  199. border:1px solid {color:border};
  200. font-size:11px;
  201. position:fixed;
  202. overflow-y:scroll;
  203. overflow-x:hidden;;
  204. }
  205.  
  206. #post{
  207. padding:15px;
  208. background-color:{color:post bg};
  209. width:400px;
  210. float:left;
  211. margin:8px;
  212. margin-bottom:10px;
  213. }
  214.  
  215.  
  216. /*POST INFO*/
  217.  
  218. #info {
  219. width:390px;
  220. text-align:center;
  221. font-family:calibri;
  222. font-size:9px;
  223. text-transform:uppercase;
  224. padding:5px;
  225. padding:5px;
  226. color:{color:links};
  227. border-top:1px solid {color:border};
  228. border-bottom:1px solid {color:border};
  229. line-height:10px;
  230. margin-top:5px;
  231. margin-bottom:5px;
  232. }
  233.  
  234. #info a{
  235. color:{color:links};
  236. }
  237.  
  238. #info a:hover{
  239. color:{color:hover};
  240. }
  241.  
  242. #tags{
  243. width:390px;
  244. padding:5px;
  245. margin-top:5px;
  246. margin-left:-5px;
  247. float:left;
  248. text-align:left;
  249. font-size:8px;
  250. opacity:1;
  251. color:{color:txt};
  252. transition-duration: 0.5s;
  253. -moz-transition-duration: 0.5s;
  254. -webkit-transition-duration: 0.5s;
  255. -o-transition-duration: 0.5s
  256. }
  257.  
  258. #tags a {
  259. display:inline-block;
  260. color:{color:links};
  261. font-size:10px;
  262. text-align:center;
  263. text-decoration:none;
  264. }
  265.  
  266. #notes{
  267. font-size:9px;
  268. text-transform:uppercase;
  269. }
  270.  
  271. /*ASKS*/
  272.  
  273. #asks {
  274. font-size:11px;
  275. text-align:left;
  276. padding:5px;
  277. margin-top:0px;
  278. background-color:{color:ask bg}
  279. }
  280.  
  281.  
  282. /*CREDIT--seriously leave this please, i work hard on my themes.*/
  283.  
  284. #rae{
  285. float:right;
  286. position:fixed;
  287. bottom:5px;
  288. right:5px;
  289. padding:3px;
  290. font-size:12px;
  291. font-family:calibri;
  292. text-transform:uppercase;
  293. }
  294.  
  295. #maker a{
  296. color:{color:links};
  297. }
  298.  
  299.  
  300. {CustomCSS}
  301.  
  302. </style></head>
  303.  
  304.  
  305. <body>
  306.  
  307. <div id="sidebar">
  308. <div id="title"><b>{Title}</b></div>
  309. <div id="links">
  310. <a href="/" title="{text:home title}">i.</a>
  311. <a href="/ask" title="{text:ask title}">ii.</a>
  312. <a href="{text:link1}" title="{text:link1 title}">iii.</a>
  313. <a href="{text:link2}" title="{text:link2 title}">iv.</a>
  314. <a href="{text:link3}" title="{text:link3 title}">v.</a>
  315. </div>
  316. <div id="desc">{description}</div>
  317. {block:Pagination}
  318. <div id="pagi">
  319. {block:PreviousPage}
  320. <a href="{PreviousPage}">sink</a><Br />
  321. {/block:PreviousPage}
  322. {block:NextPage}
  323. <a href="{NextPage}">swim</a>
  324. {/block:NextPage}
  325. </div>
  326. {/block:Pagination}
  327. </div>
  328. </div>
  329. </div>
  330. </div>
  331. </div>
  332.  
  333. <div id="allposts">
  334. {block:Posts}
  335. <div id="post">
  336.  
  337.  
  338. <!--TEXT POSTS-->
  339.  
  340. {block:Text}
  341. {block:Title}<h2>{Title}</h2>{/block:Title}
  342. {Body}
  343. {/block:Text}
  344.  
  345. <!--ASKS-->
  346.  
  347. {block:Answer}
  348. <div id="asks">
  349. <div style="padding-bottom:2px; font-size:20px;"><b><i>{Asker}:</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:12px;">{Question}</div>
  350. </div>
  351. {Answer}
  352. {/block:Answer}
  353.  
  354. <!--QUOTE POSTS-->
  355. {block:Quote}
  356.  
  357. <div class="quote">
  358. <div class="quotetext_{Length}">"{Quote}"</div>
  359. {block:Source}<div class="source">{Source}</div>{/block:Source}
  360. </div>
  361. {/block:Quote}
  362.  
  363. <!--LINK POSTS-->
  364.  
  365. {block:Link}
  366. <h2><a href="{URL}">{Name}</a></h2>
  367. {block:Description}{Description}{/block:Description}
  368. {/block:Link}
  369.  
  370. <!--CHAT POSTS-->
  371.  
  372. {block:Chat}
  373. {block:Title}<h2>{Title}</h2>{/block:Title}
  374. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  375. {Line}</li>{/block:Lines}</ul>
  376. {/block:Chat}
  377.  
  378. <!--PHOTO POSTS-->
  379.  
  380. {block:Photo}
  381. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  382.  
  383. {block:Caption}{Caption}{/block:Caption}
  384. {/block:Photo}
  385.  
  386. <!--PHOTOSET POSTS-->
  387.  
  388. {block:Photoset}
  389. {Photoset-400}
  390. {block:Caption}{Caption}{/block:Caption}
  391. {/block:Photoset}
  392.  
  393. <!--VIDEO POSTS-->
  394.  
  395. {block:Video}
  396. {Video-400}
  397. {block:Caption}{Caption}{/block:Caption}
  398. {/block:Video}
  399.  
  400.  
  401. <!--AUDIO-->
  402.  
  403. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  404. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  405. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  406. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  407. {/block:Audio}
  408.  
  409.  
  410. <!--POST INFO-->
  411.  
  412. <div id="info">
  413. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}, {ShortYear}</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  414. {block:RebloggedFrom} <a href="{ReblogParentURL}" icon="{ReblogParenticon}">via</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  415. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;▼&nbsp;&nbsp;&nbsp;
  416. {/block:ContentSource}<a href="{Permalink}">{NoteCount}♡</a></a></a>
  417. {block:HasTags}<div id="tags">
  418.  
  419. <big>FILED UNDER:</big>{block:Tags} ▼<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  420. </div>{block:HasTags}
  421. </div>
  422. </div>
  423.  
  424. {/block:Posts}
  425. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  426. {/block:Posts}</div></div></div>
  427. <br><br><br><br>
  428.  
  429.  
  430. </div></div>
  431.  
  432. {/block:Posts}
  433.  
  434. <!--DON'T REMOVE--SERIOUSLY, JUST LEAVE IT PLEASE-->
  435. <div id="rae">
  436. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  437. </div>
  438.  
  439. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement