Advertisement
AUSTINASSISTS

Theme 10 "Mad At Myself

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