Advertisement
AUSTINASSISTS

Theme 14 "King Park"

Aug 22nd, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <head>
  19. </style>
  20.  
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <!---- Theme 14 "King Park" by Celinaofrph.
  28. ✘ Please don't remove the credit
  29. ✘ Don't steal or/and claim as your own or I'm getting angry
  30. ✘ Edit it for your personal use as much as you want
  31. ✘ If you want to release an edited version of this theme, pls message me first okay.
  32. ✘ Don't forget ily when you follow the rules.
  33. --->
  34.  
  35.  
  36.  
  37. <!--META NAMES-->
  38.  
  39. <meta name="color:txt" content="#666666"/>
  40. <meta name="color:links" content="#6f6e6e"/>
  41. <meta name="color:hover" content="#fafafa"/>
  42.  
  43.  
  44. <meta name="color:bg" content="#ffffff">
  45. <meta name="color:post bg" content="#B48251">
  46. <meta name="color:post bg2" content="#ffffff">
  47. <meta name="color:links bg" content="#AAAAAA">
  48. <meta name="color:infobg" content="#ffffff">
  49. <meta name="color:border" content="#6C181F">
  50. <meta name="color:pagi hover" content="#6C181F">
  51. <meta name="color:post border" content="#ffffff">
  52. <meta name="color:scrollbar" content="#AAAAAA">
  53. <meta name="color:title" content="#AAAAAA">
  54. <meta name="color:scrollbarbg" content="#ffffff">
  55.  
  56. <meta name="image:bg" content=""/>
  57. <meta name="image:sb1" content=""/>
  58. <meta name="image:header" content=""/>
  59.  
  60. <meta name="image:link1" content=""/>
  61. <meta name="image:link2" content=""/>
  62. <meta name="image:link3" content=""/>
  63. <meta name="image:png" content=""/>
  64.  
  65. <meta name="text:link3 url" content=""/>
  66. <meta name="text:link2 url" content=""/>
  67. <meta name="if:CoverBackgroundImage" content="0"/>
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. @font-face {
  74. font-family: "superhelio";
  75. src: url('http://static.tumblr.com/wibillv/3w0nalt7v/superhelue.ttf');
  76. }
  77.  
  78.  
  79. ::-webkit-scrollbar-thumb {
  80. height:auto;
  81. background-color:{color:Scrollbar};
  82. }
  83.  
  84. ::-webkit-scrollbar {
  85. height:9px;
  86. width:4px;
  87. background-color:{color:ScrollbarBg};
  88. }
  89.  
  90. body {
  91. background-color:{color:bg};
  92. background-image:url('{image:bg}');
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. font-family:"superhelio";
  96. font-size:10px;
  97. text-align:justify;
  98. color:{color:txt};
  99. margin:0;
  100. -webkit-background-size: cover;
  101. -moz-background-size: cover;
  102. -o-background-size: cover;
  103. background-size: cover;
  104. {block:IfCoverBackgroundImage}
  105.  
  106. }
  107.  
  108. a {
  109. color:{color:links};
  110. text-decoration:none;
  111. -moz-outline-style:none;
  112. }
  113.  
  114. a:hover {
  115. color:{color:hover};
  116. -webkit-transition: all 0.4s ease-in-out;
  117. -moz-transition: all 0.4s ease-in-out;
  118. -o-transition: all 0.4s ease-in-out;
  119. -ms-transition: all 0.4s ease-in-out;
  120. transition: all 0.4s ease-in-out;
  121. }
  122.  
  123. img {
  124. border:none;
  125. }
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. margin:5px;
  131. }
  132.  
  133. blockquote blockquote {
  134. padding-left:5px;
  135. border-left:2px solid;
  136. margin:5px;
  137. }
  138.  
  139. /*DESC*/
  140.  
  141.  
  142.  
  143.  
  144. /*PAGINAITON*/
  145.  
  146. #pagi {
  147. font-size:10px;
  148. text-transform:uppercase;
  149. background:{color:post bg};
  150. letter-spacing:3px;
  151. font-style:normal;
  152. position:fixed;
  153. text-align:center;
  154. margin-left:494px;
  155. margin-top:50px;
  156. padding-top:3px;
  157. padding-bottom:3px;
  158. width:100px;
  159. color:{color:links};
  160. z-index:999999;
  161. font-family:"superhelio";
  162. border:1px solid {color:border};
  163.  
  164.  
  165. }
  166. #pagi:hover {
  167. color: {color:hover};
  168. text-shadow: #000 0 0 5px;
  169. text-decoration:none;
  170.  
  171.  
  172. }
  173.  
  174.  
  175. /*IMAGES*/
  176.  
  177. #sb1 {
  178. position:fixed;
  179. width:290px;
  180. height:300px;
  181. top:90px;
  182. margin-left:298px;
  183. border:4px double {color:border};
  184. z-index:9999;
  185.  
  186. }
  187. #sb4 {
  188. position:absolute;
  189. width:530px;
  190. height:100px;
  191. top:40px;
  192. margin-left:679px;
  193. border:4px double {color:border};
  194. z-index:9999;
  195.  
  196. }
  197. #header {
  198. position:fixed;
  199. width:580px;
  200. height:728px;
  201. top:-4px;
  202. margin-left:650px;
  203. z-index:-999;
  204. border:4px solid {color:post border};opacity:1;
  205. background:{color:post bg2};opacity:0.5;
  206.  
  207. }
  208. #png {
  209. position:fixed;
  210. width:150px;
  211. height:280px;
  212. top:143px;
  213. margin-left:150px;
  214. z-index:-998;
  215.  
  216.  
  217.  
  218. }
  219.  
  220.  
  221. /*LINKS*/
  222. #description1 {
  223. position:fixed;
  224. text-align:center;
  225. text-transform:uppercase;
  226. height:130px;
  227. width: 390px;
  228. margin-left:180px;
  229. margin-top:420px;
  230. line-height:190%;
  231. color: {color:txt};
  232. font-size:10px;
  233. font-family:"superhelio";
  234. overflow:auto;
  235. padding:7px;
  236. padding-top:10px;
  237. padding-bottom:10px;
  238. padding-left:10px;
  239. padding-right:10px;
  240. background:{color:post bg};
  241. border-left:3px double {color:border};
  242. border-right:3px double {color:border};
  243. z-index:99999;
  244.  
  245. }
  246.  
  247. #links {
  248. position:fixed;
  249. width:100px;
  250. height:100px;
  251. top:170px;
  252. line-height:100%;
  253. margin-left:30px;
  254. z-index:9999;
  255.  
  256. }
  257. #links a{
  258. line-height:220%;
  259. padding-top:6px;
  260. display:block;
  261. padding-bottom:3px;
  262.  
  263. }
  264.  
  265. /*ENTRIES*/
  266.  
  267. #container{
  268. width:525px;
  269. margin-left:220px;
  270. margin-top:150px;
  271. position:absolute;
  272. z-index:0;
  273.  
  274. }
  275.  
  276. #post{
  277. padding:15px;
  278. width:500px;
  279. background-color:{color:post bg};
  280. overflow:hidden;
  281. border-left:3px double {color:border};
  282. border-right:3px double {color:border};
  283. border-radius:2px;
  284. margin-bottom:20px;
  285. margin-left:460px;
  286. float:left;
  287. z-index:9999;
  288. }
  289.  
  290.  
  291. /*POST INFO*/
  292.  
  293. #info {
  294. width:490px;
  295. text-align:center;
  296. font-family:"superhelio";
  297. font-size:10px;
  298. padding:5px;
  299. color:{color:text};
  300. line-height:10px;
  301. background-color:{color:infobg};
  302. border-radius:2px;
  303. margin-top:5px;
  304. margin-bottom:5px;
  305. }
  306.  
  307. #info a{
  308. color:{color:infolinks};
  309. }
  310.  
  311. #info a:hover{
  312. color: {color:hover};
  313. text-shadow: #000 0 0 5px;
  314. text-decoration:none;
  315. }
  316.  
  317. #tags{
  318. width:490px;
  319. padding:5px;
  320. margin-top:-3px;
  321. margin-left:-5px;
  322. float:left;
  323. text-align:left;
  324. font-size:8px;
  325. opacity:1;
  326. color:{color:txt};
  327. background-color:{color:infobg};
  328. transition-duration: 0.5s;
  329. -moz-transition-duration: 0.5s;
  330. -webkit-transition-duration: 0.5s;
  331. -o-transition-duration: 0.5s
  332. }
  333.  
  334. #tags a {
  335. display:inline-block;
  336. {color:infolinks};
  337. font-size:10px;
  338. text-align:center;
  339. text-decoration:none;
  340. }
  341.  
  342.  
  343.  
  344. #notes {
  345. font-family:"superhelio";
  346. text-transform:uppercase;
  347. font-size:10px;
  348. margin-left:460px;
  349. margin-top:-40px;
  350. }
  351.  
  352. #notes li{
  353. list-style-type:none;
  354. background-color:{color:PostBG};
  355. padding:5px;
  356. }
  357.  
  358. #notes img {
  359. opacity:0;
  360. display:none;
  361. }
  362.  
  363. /*ASKS*/
  364.  
  365. #asks {
  366. font-size:10px;
  367. text-align:left;
  368. padding:5px;
  369. margin-top:0px;
  370. background-color:{color:infobg}
  371. }
  372.  
  373. /*CREDIT-- Just leave this please*/
  374.  
  375. #c{
  376. float:right;
  377. position:fixed;
  378. bottom:5px;
  379. right:5px;
  380. padding:5px;
  381. font-size:12px;
  382. text-transform:uppercase;
  383. background-color:{color:post bg};
  384. border:1px double {color:border};
  385.  
  386. }
  387.  
  388. #maker a{
  389. color:{color:links};
  390. }
  391.  
  392.  
  393. {CustomCSS}
  394.  
  395. </style></head>
  396.  
  397.  
  398. <body>
  399.  
  400. <div id="description1">{description}
  401. </div>
  402.  
  403. </div>
  404. <div id="sidebar">
  405. <div id="sb4"><img src="{image:header}"></div>
  406. <div id="sb1"><img src="{image:sb1}"></div>
  407. <div id="sb2"><img src="{image:sb2}"></div>
  408. <div id="sb3"><img src="{image:sb3}"></div>
  409. <div id="title"><img src="{image:title}"></div>
  410. <div id="header"><img src="{image:sb4}"></div>
  411. <div id="png"><img src="{image:png}"></div>
  412.  
  413.  
  414. <div id="links">
  415. <a href="/"><img src="{image:link1}"></a>
  416. <a href="{text:link2 url}"><img src="{image:link2}"></a>
  417. <a href="{text:link3 url}"><img src="{image:link3}"></a>
  418.  
  419.  
  420.  
  421. </div>
  422.  
  423.  
  424. {block:Pagination}
  425. <div id="pagi">
  426. {block:PreviousPage}
  427. <a href="{PreviousPage}">←prev</a> —
  428. {/block:PreviousPage}
  429. {block:NextPage}
  430. <a href="{NextPage}">next→<a>
  431. {/block:NextPage}
  432. </div>
  433. {/block:Pagination}
  434. </div>
  435. </div>
  436.  
  437.  
  438. <div id="container">
  439. {block:Posts}
  440. <div id="post">
  441.  
  442. <!--TEXT POSTS-->
  443.  
  444. {block:Text}
  445. {block:Title}<h2>{Title}</h2>{/block:Title}
  446. {Body}
  447. {/block:Text}
  448.  
  449. <!--ASKS-->
  450.  
  451. {block:Answer}
  452. <div id="asks">
  453. <div style="padding-bottom:2px; font-size:10px;"><b><i>{Asker} said:</b ></i></span></div><br /> <div style="padding-left:25px; margin-top :-10px; font-size:10px;">{Question}</div>
  454. </div>
  455. {Answer}
  456. {/block:Answer}
  457.  
  458. <!--QUOTE POSTS-->
  459. {block:Quote}
  460.  
  461. <div class="quote">
  462. <div class="quotetext_{Length}">"{Quote}"</div>
  463. {block:Source}<div class="source">{Source}</div>{/block:Source}
  464. </div>
  465. {/block:Quote}
  466.  
  467. <!--LINK POSTS-->
  468.  
  469. {block:Link}
  470. <h2><a href="{URL}">{Name}</a></h2>
  471. {block:Description}{Description}{/block:Description}
  472. {/block:Link}
  473.  
  474. <!--CHAT POSTS-->
  475.  
  476. {block:Chat}
  477. {block:Title}<h2>{Title}</h2>{/block:Title}
  478. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  479. {Line}</li>{/block:Lines}</ul>
  480. {/block:Chat}
  481.  
  482. <!--PHOTO POSTS-->
  483.  
  484. {block:Photo}
  485. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  486.  
  487. {block:Caption}{Caption}{/block:Caption}
  488. {/block:Photo}
  489.  
  490. <!--PHOTOSET POSTS-->
  491.  
  492. {block:Photoset}
  493. {Photoset-500}
  494. {block:Caption}{Caption}{/block:Caption}
  495. {/block:Photoset}
  496.  
  497. <!--VIDEO POSTS-->
  498.  
  499. {block:Video}
  500. {Video-500}
  501. {block:Caption}{Caption}{/block:Caption}
  502. {/block:Video}
  503.  
  504.  
  505. <!--AUDIO-->
  506.  
  507. {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>
  508. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  509. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  510. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  511. {/block:Audio}
  512.  
  513.  
  514. <!--POST INFO-->
  515.  
  516. <div id="info">
  517. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;✘&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>&nbsp;&nbsp;&nbsp;✘&nbsp;&nbsp;&nbsp;
  518. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;✘&nbsp;&nbsp;&nbsp;
  519. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;✘&nbsp;&nbsp;&nbsp;
  520. {/block:ContentSource}<a href="{Permalink}">{NoteCount} ✘</a></a></a>
  521. {block:HasTags}<div id="tags">
  522.  
  523. <big>✘ tagged as:</big>{block:Tags} <a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  524. </div>{block:HasTags}
  525. </div>
  526. </div>
  527.  
  528. {/block:Posts}
  529. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  530. {/block:Posts}</div></div></div>
  531. <br><br><br><br>
  532.  
  533. </div></div>
  534.  
  535. {/block:Posts}
  536.  
  537. <!--Simply don't remove it pls.-->
  538. <div id="c">
  539. <a href="http://celinaofrph.tumblr.com/">✘✘✘
  540.  
  541. </body>
  542.  
  543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement