Advertisement
elletho

A-Punk -- Theme 3

Nov 4th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 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 3: 'A-Punk' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT edit & redistribute.
  13. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  14. ☮ DO NOT move the credit.
  15. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  16.  
  17. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  18.  
  19. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  20. ☮ If you follow the rules and respect them, ilysm let's get married
  21. --->
  22.  
  23.  
  24.  
  25. <!--META NAMES-->
  26.  
  27. <meta name="color:txt" content="#807e7e"/>
  28. <meta name="color:links" content="#807e7e"/>
  29. <meta name="color:hover" content="#fafafa"/>
  30. <meta name="color:info" content="#807e7e">
  31. <meta name="color:desc" content="#aaaaaa">
  32.  
  33. <meta name="color:bg" content="#ffffff">
  34. <meta name="color:post bg" content="#ffffff">
  35. <meta name="color:border" content="#dad9d9">
  36. <meta name="color:topbar" content="#dad9d9">
  37. <meta name="color:scrollbar" content="#807e7e">
  38. <meta name="color:scrollbarbg" content="#ffffff">
  39.  
  40. <meta name="image:updateimg" content="http://static.tumblr.com/6841ea4c058c5784ee6238dfe4693b99/cwl6qai/U9xmvpk5u/tumblr_static_tumblr_mnyc96d1lz1rgpyeqo1_500.png"/>
  41. <meta name="image:sbimg" content=""/>
  42.  
  43. <meta name="text:link 1" content=""/>
  44. <meta name="text:link 1 URL" content="/"/>
  45. <meta name="text:link 2" content=""/>
  46. <meta name="text:link 2 URL" content="/"/>
  47. <meta name="text:link 3" content=""/>
  48. <meta name="text:link 3 URL" content="/"/>
  49. <meta name="text:updates" content="/">
  50.  
  51.  
  52.  
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. height:auto;
  59. background-color:{color:Scrollbar};
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:9px;
  64. width:4px;
  65. background-color:{color:ScrollbarBg};
  66. }
  67.  
  68. body {
  69. background-color:{color:bg};
  70. background-image:url('{image:bg}');
  71. background-attachment: fixed;
  72. background-repeat: repeat;
  73. font-family:calibri;
  74. font-size:12px;
  75. text-align:justify;
  76. color:{color:txt};
  77. margin:0;
  78. }
  79.  
  80. a {
  81. color:{color:links};
  82. text-decoration:none;
  83. -moz-outline-style:none;
  84. }
  85.  
  86. a:hover{
  87. color:{color:hover};
  88. -moz-transition-duration:0.3s;
  89. -webkit-transition-duration:0.3s;
  90. -o-transition-duration:0.3s;
  91. }
  92.  
  93. img {
  94. border:none;
  95. }
  96.  
  97. blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. margin:5px;
  101. }
  102.  
  103. blockquote blockquote {
  104. padding-left:5px;
  105. border-left:2px solid;
  106. margin:5px;
  107. }
  108.  
  109. /*DESC*/
  110.  
  111. /*SIDEBAR*/
  112.  
  113. #sidebar{
  114. position:fixed;
  115. margin-top:150px;
  116. margin-left:950px;
  117. width:150px;
  118. }
  119.  
  120. #sidebarimg img{
  121. width:175px;
  122. outline:1px solid {color:border};
  123. outline-offset:5px;
  124. }
  125.  
  126. #quotes {
  127. font-size:40px;
  128. text-transform:uppercase;
  129. letter-spacing:3px;
  130. font-style:normal;
  131. margin-top:7px;
  132. margin-left:-5px;
  133. position:fixed;
  134. color:#DAD9D9;
  135. }
  136.  
  137. #desc{
  138. width:140px;
  139. margin-top:15px;
  140. margin-left:25px;
  141. font-size:11px;
  142. border-left:1px solid;
  143. padding-left:5px;
  144. color:{color:desc};
  145. }
  146.  
  147.  
  148. #pagi {
  149. font-size:10px;
  150. text-transform:uppercase;
  151. letter-spacing:3px;
  152. font-style:normal;
  153. position:fixed;
  154. text-align:center;
  155. margin-left:1050px;
  156. margin-top:123px;
  157. }
  158.  
  159. #pagi a {
  160. color:{color:sblinks};
  161. }
  162.  
  163.  
  164. /*LINKS*/
  165.  
  166. #links{
  167. width:auto;
  168. font-size:15px;
  169. margin-left:180px;
  170. margin-top:10px;
  171. letter-spacing:3px;
  172. text-align:center;
  173. position:fixed;
  174. }
  175.  
  176. #links a{
  177. color:{color:links};
  178. }
  179.  
  180. #links a:hover{
  181. color:{color:hover};
  182. -moz-transition-duration:0.3s;
  183. -webkit-transition-duration:0.3s;
  184. -o-transition-duration:0.3s;
  185. }
  186.  
  187.  
  188. /*ENTRIES*/
  189.  
  190. #container{
  191. width:525px;
  192. margin-left:300px;
  193. margin-top:75px;
  194. position:absolute;
  195. }
  196.  
  197. #post{
  198. padding:15px;
  199. width:500px;
  200. background-color:{color:post bg};
  201. width:500px;
  202. float:left;
  203. margin:8px;
  204. outline:1px solid {color:border};
  205. outline-offset:5px;
  206. margin-bottom:20px;
  207. }
  208.  
  209.  
  210. /*POST INFO*/
  211.  
  212. #info {
  213. width:475px;
  214. text-align:center;
  215. font-family:calibri;
  216. font-size:9px;
  217. text-transform:uppercase;
  218. padding:10px;
  219. color:{color:info};
  220. line-height:10px;
  221. border-top:1px solid {color:info};
  222. margin-top:5px;
  223. margin-bottom:5px;
  224. }
  225.  
  226. #info a{
  227. color:{color:info};
  228. }
  229.  
  230. #info a:hover{
  231. color:{color:hover};
  232. }
  233.  
  234. #tags{
  235. width:475px;
  236. padding:5px;
  237. margin-top:-3px;
  238. margin-left:-5px;
  239. float:left;
  240. text-align:center;
  241. font-size:8px;
  242. opacity:1;
  243. color:{color:links};
  244. transition-duration: 0.5s;
  245. -moz-transition-duration: 0.5s;
  246. -webkit-transition-duration: 0.5s;
  247. -o-transition-duration: 0.5s
  248. }
  249.  
  250. #tags a {
  251. display:inline-block;
  252. color:{color:info};
  253. font-size:10px;
  254. text-align:center;
  255. text-decoration:none;
  256. }
  257.  
  258. #notes{
  259. font-size:9px;
  260. text-transform:uppercase;
  261. }
  262.  
  263. /*topbar*/
  264.  
  265. #topbar {
  266. width:3000px;
  267. height:30px;
  268. position:fixed;
  269. top:5px;
  270. left:-10px;
  271. background-color:{color:topbar};
  272. z-index:-999;
  273. }
  274.  
  275.  
  276. /*UPDATE TAB*/
  277.  
  278. #update {
  279. text-align: center;
  280. font-size: 11px;
  281. font-family:calibri;
  282. position:fixed;
  283. left:10px;
  284. top:-131px;
  285. -webkit-transition: all .5s ease-in-out;
  286. -moz-transition: all .5s ease-in-out;
  287. -o-transition: all .5s ease-in-out;
  288. z-index:999;
  289. }
  290.  
  291. #update:hover {top:0px;}
  292.  
  293. #updates {
  294. border-right-style:solid;
  295. border-bottom-style:solid;
  296. border-left-style:solid;
  297. border-width:1px;
  298. border-color:{color:border};
  299. padding-left:5px;
  300. padding-right:5px;
  301. padding-bottom:5px;
  302. padding-top:5px;
  303. background:{color:post bg};
  304. width:150px;
  305. color:{color:text};
  306. height:120px;
  307. border-bottom-right-radius: 3px;
  308. -moz-border-radius-bottomright: 3px;
  309. -webkit-border-bottom-right-radius: 3px;
  310. z-index: 9999;
  311. }
  312.  
  313. #updateimage{
  314. text-align: center;
  315. height:15px;
  316. padding: 2px 0 8px 0;
  317. border-bottom-left-radius: 0px;
  318. -moz-border-radius-bottomleft: 0px;
  319. -webkit-border-bottom-left-radius: 0px;
  320. border-bottom-right-radius: 0px;
  321. -moz-border-radius-bottomright: 0px;
  322. -webkit-border-bottom-right-radius: 0px;
  323. width: 140px;
  324. }
  325.  
  326. #updateimage img { width:160px; height:auto;}
  327.  
  328.  
  329.  
  330. /*CREDIT--seriously leave this please, it's really tiny.*/
  331.  
  332. #rae{
  333. float:right;
  334. position:fixed;
  335. bottom:5px;
  336. right:5px;
  337. padding:5px;
  338. font-size:9px;
  339. text-transform:uppercase;
  340. border:1px solid {color:border};
  341. background-color:{color:post bg};
  342. }
  343.  
  344. #maker a{
  345. color:{color:links};
  346. }
  347.  
  348.  
  349. {CustomCSS}
  350.  
  351. </style></head>
  352.  
  353.  
  354. <body>
  355. <div id="update">
  356. <div id="updates"> <center><p>
  357. <center>{text:updates}</center>
  358. </div>
  359. <div id="updateimage"><center><img src="{image:updateimg}"></div></center>
  360. </div>
  361. </div></div>
  362.  
  363. <div id="sidebar">
  364. <div id="sidebarimg">
  365. <img src="{image:sbimg}"></div>
  366.  
  367. <div id="quotes">❝</div>
  368. <div id="desc">{description}</div>
  369. <div id="topbar">
  370. <div id="line"></div>
  371. {block:Pagination}
  372. <div id="pagi">
  373. {block:PreviousPage}
  374. <a href="{PreviousPage}">sink</a> /
  375. {/block:PreviousPage}
  376. {block:NextPage}
  377. <a href="{NextPage}">swim</a>
  378. {/block:NextPage}
  379. </div>
  380. {/block:Pagination}
  381. </div>
  382. </div>
  383.  
  384. <div id="links">
  385. <a href="/">home</a> ☮
  386. <a href="/ask">letters</a> ☮
  387. {block:iflink1}<a href="{text:link 1 URL}">{text:link 1}</a> ☮ {/block:iflink1}
  388. {block:iflink2}<a href="{text:link 2 URL}">{text:link 2}</a> ☮ {/block:iflink2}
  389. {block:iflink3}<a href="{text:link 3 URL}">{text:link 3}</a>
  390. </div>{block:iflink3}</div>
  391.  
  392. <div id="container">
  393. {block:Posts}
  394. <div id="post">
  395.  
  396. <!--TEXT POSTS-->
  397.  
  398. {block:Text}
  399. {block:Title}<h2>{Title}</h2>{/block:Title}
  400. {Body}
  401. {/block:Text}
  402.  
  403. <!--ASKS-->
  404.  
  405. {block:Answer}
  406. <div class="question">
  407. <img src="{AskerPortraitURL-40}"> <b>{Asker} majestically whispered:</b> {Question}</center>
  408. </div>
  409. {Answer}
  410. {/block:Answer}
  411.  
  412. <!--QUOTE POSTS-->
  413. {block:Quote}
  414.  
  415. <div class="quote">
  416. <div class="quotetext_{Length}">"{Quote}"</div>
  417. {block:Source}<div class="source">{Source}</div>{/block:Source}
  418. </div>
  419. {/block:Quote}
  420.  
  421. <!--LINK POSTS-->
  422.  
  423. {block:Link}
  424. <h2><a href="{URL}">{Name}</a></h2>
  425. {block:Description}{Description}{/block:Description}
  426. {/block:Link}
  427.  
  428. <!--CHAT POSTS-->
  429.  
  430. {block:Chat}
  431. {block:Title}<h2>{Title}</h2>{/block:Title}
  432. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  433. {Line}</li>{/block:Lines}</ul>
  434. {/block:Chat}
  435.  
  436. <!--PHOTO POSTS-->
  437.  
  438. {block:Photo}
  439. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  440.  
  441. {block:Caption}{Caption}{/block:Caption}
  442. {/block:Photo}
  443.  
  444. <!--PHOTOSET POSTS-->
  445.  
  446. {block:Photoset}
  447. {Photoset-500}
  448. {block:Caption}{Caption}{/block:Caption}
  449. {/block:Photoset}
  450.  
  451. <!--VIDEO POSTS-->
  452.  
  453. {block:Video}
  454. {Video-500}
  455. {block:Caption}{Caption}{/block:Caption}
  456. {/block:Video}
  457.  
  458.  
  459. <!--AUDIO-->
  460.  
  461. {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>
  462. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  463. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  464. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  465. {/block:Audio}
  466.  
  467.  
  468. <!--POST INFO-->
  469.  
  470. <div id="info">
  471. posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  472. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  473. {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom} with
  474. <a href="{Permalink}">{NoteCount} ♡</a></a></a>
  475. {block:HasTags}<div id="tags">
  476.  
  477. {block:Tags}<a href="/tagged/{Tag}">☮{{Tag}}</a>&nbsp;{/block:Tags}
  478. </div>{block:HasTags}
  479. </div>
  480. </div>
  481.  
  482. {/block:Posts}
  483. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  484. {/block:Posts}</div></div></div>
  485. <br><br><br><br>
  486.  
  487.  
  488. </div></div>
  489.  
  490. {/block:Posts}
  491.  
  492. <!--DON'T REMOVE--SERIOUSLY IT'S TINY, JUST LEAVE IT PLS-->
  493. <div id="rae">
  494. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  495. </div>
  496.  
  497. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement