Advertisement
Guest User

fuck my theme life tbh

a guest
Oct 22nd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.18 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 21 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:border" content="#F2F2F2"/>
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:title" content="#999999">
  19. <meta name="color:Link Hover" content="#eeeeee"/>
  20.  
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link1" content="" />
  24. <meta name="text:link1 url" content="/">
  25. <meta name="text:link2" content="" />
  26. <meta name="text:link2 url" content="/">
  27. <meta name="text:link3" content="" />
  28. <meta name="text:link3 url" content="/">
  29. <meta name="text:link4" content="" />
  30. <meta name="text:link4 url" content="/">
  31. <meta name="text:link5" content="" />
  32. <meta name="text:link5 url" content="/">
  33.  
  34. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  35.  
  36. <style>
  37. div#qTip {
  38. padding: 3px;
  39. display: none;
  40. text-align: center;
  41. position: absolute;
  42. font-style:normal;
  43. margin-top:4px;
  44. margin-left:13px;
  45. font-size:8px;
  46. line-height:9px;
  47. font-family:cambria;
  48. z-index: 1000;
  49. background-color:#888;
  50. color: #fff;
  51. text-transform:uppercase;
  52. letter-spacing: 1px;
  53. }
  54. </style>
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59.  
  60. ::-webkit-scrollbar {background-color:; height:8px; width:5px}
  61. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  62. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
  63.  
  64. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  65.  
  66. html {
  67. background: url(http://33.media.tumblr.com/248027ec3c1f57571c5ceb8f51c02e3a/tumblr_ndvm16MOob1u228bpo1_1280.png) no-repeat center center fixed;
  68. -webkit-background-size: cover;
  69. -moz-background-size: cover;
  70. -o-background-size: cover;
  71. background-size: cover; }
  72.  
  73. #fade {
  74. display: none;
  75. background: #000;
  76. position: fixed;
  77. left: 0;
  78. top: 0;
  79. width: 100%;
  80. height: 100%;
  81. opacity: .80;
  82. z-index: 9999;
  83. }
  84.  
  85. .popup_block{
  86. display: none;
  87. background: #FFFFFF;
  88. padding: 20px;
  89. float: left;
  90. position: fixed;
  91. top: 50%;
  92. left: 50%;
  93. z-index: 99999;
  94. }
  95.  
  96. img.btn_close {
  97. float: right;
  98. margin: -55px -55px 0 0;
  99. }
  100.  
  101. *html #fade {
  102. position: absolute;
  103. }
  104.  
  105. *html .popup_block {
  106. position: absolute;
  107. }
  108.  
  109. #player {
  110. position: fixed;
  111. height: 20px;
  112. width: 20px;
  113. left: 1050px;
  114. top: 80px;
  115. color: 45101a;
  116. border: 1px #fff;
  117. }
  118.  
  119.  
  120.  
  121.  
  122. iframe#tumblr_controls {
  123. top: 0% !important;
  124. right:0% !important;
  125. opacity:0.3;
  126. position: fixed !important;
  127. filter:alpha(opacity=30);
  128. -webkit-transition: all 0.7s ease;
  129. -moz-transition: all 0.7s ease;
  130. -o-transition: all 0.7s ease;
  131. }
  132. iframe#tumblr_controls:hover{
  133. top: 0% !important;
  134. right:0% !important;
  135. opacity:0.8;
  136. position: fixed !important;
  137. filter:alpha(opacity=80);
  138. -webkit-transition: all 0.7s ease;
  139. -moz-transition: all 0.7s ease;
  140. -o-transition: all 0.7s ease;
  141. }
  142.  
  143. h1 {
  144. font-weight:normal;
  145. font-size:13px;
  146. text-align:center;
  147. font-style:normal;
  148. line-height:100%;
  149. letter-spacing:1px;
  150. text-transform:normal;
  151. color:{color:text};
  152. }
  153.  
  154. h2 {
  155. font-size:10px;
  156. text-align:center;
  157. line-height:100%;
  158. letter-spacing:-0.5px;
  159. color:{color:text};
  160. font-weight:bold;
  161. text-transform:uppercase;
  162. padding:5px;
  163. padding-bottom:2px;
  164. }
  165.  
  166.  
  167. blockquote {
  168. border-left:2px solid {color:text};
  169. padding-left:5px;
  170. margin:5px;
  171. }
  172.  
  173.  
  174. body {
  175.  
  176. margin:0px;
  177. color:{color:text};
  178. font-family:times;
  179. font-size:15px;
  180. line-height:110%;
  181. }
  182.  
  183. a {
  184. text-decoration:none;
  185. outline:none;
  186. -moz-outline-style:none;
  187. color:{color:link};
  188. -moz-transition-duration:0.7s;
  189. -webkit-transition-duration:0.7s;
  190. -o-transition-duration:0.7s;
  191. }
  192.  
  193. a:hover {
  194. text-decoration:none;
  195. outline:none;
  196. -moz-outline-style:none;
  197. color:{color:link hover};
  198. }
  199.  
  200. img {
  201. border:none;
  202. }
  203.  
  204. blockquote {
  205. padding-left:5px;
  206. border-left:2px solid;
  207. }
  208.  
  209. blockquote blockquote {
  210. padding-left:5px;
  211. border-left:2px solid;
  212. }
  213.  
  214. #post {
  215. width:400px;
  216. padding-bottom:40px;
  217. margin-top:20px;
  218. margin-left:10px;
  219. padding:10px;
  220. border: 1px #f1f1f1;
  221. }
  222.  
  223. #entries {
  224. float: left;
  225. margin-top: 70px;
  226. margin-bottom: 55px;
  227. margin-left: 285px;
  228. position: relative;
  229. height: 372px;
  230. overflow-x: hidden;
  231. background-color: #fff;
  232. overflow-y: auto;
  233. width: 555px;
  234. padding: 15px;
  235. border: 1px #9b9b9b;
  236. background-color:transparent;
  237. top: 90px;
  238. z-index: 999
  239. }
  240.  
  241. #theme {
  242. width:500px;
  243. margin:0 auto -12px auto;
  244. }
  245.  
  246. #sidebar {
  247. color:{color:text};
  248. position:fixed;
  249. width:90px;
  250. height:auto;
  251. margin-top:200px;
  252. margin-left:-210px;
  253. text-align:left;
  254. }
  255.  
  256. .sidebartitle {
  257. width:100px;
  258. height:14px;
  259. text-align:center;
  260. position:fixed;
  261. font-style:italic;
  262. font-family:times;
  263. line-height:120%;
  264. margin-left:183px;
  265. font-size:14px;
  266. margin-top:21px;
  267. color:{color:title};
  268. }
  269.  
  270. #uno {
  271. position:fixed;
  272. margin-top:153px;
  273. margin-left: -60px;
  274. }
  275.  
  276. #uno img {
  277. width:158px;
  278. height:210px;
  279. padding:5px;
  280. }
  281.  
  282. #links {
  283. position:absolute;
  284. letter-spacing:1px;
  285. position:fixed;
  286. font-family:times new roman;
  287. width:220px;
  288. margin-top:390px;
  289. margin-left:920px;
  290. font-size:20px;
  291. text-transform:uppercase;
  292. text-align:center;
  293. line-height:170%;
  294. }
  295.  
  296. #links a{
  297. width:78px;
  298. line-height:200%;
  299. padding:1px;
  300. margin-top:1px;
  301. margin-bottom:10px;
  302. margin-left:2px;
  303. opacity:.7;
  304. color:#000;
  305. letter-spacing:1px;
  306. text-decoration:none;
  307. -moz-transition-duration:.7s;
  308. -webkit-transition-duration:.7s;
  309. -o-transition-duration:.7s;
  310. }
  311.  
  312. #links a:hover {
  313. color: #111;
  314. background-color:#cacaca;
  315. opacity:2;
  316. width:78px;
  317. -moz-transition-duration:.4s;
  318. -webkit-transition-duration:.4s;
  319. -o-transition-duration:.4s;
  320.  
  321. }
  322.  
  323. #description {
  324. width:90px;
  325. font-family:times;
  326. margin-bottom:0px;
  327. margin-top:57px;
  328. margin-left:189px;
  329. padding-top:4px;
  330. text-align:center;
  331. font-size:8px;
  332. color: {color:text};
  333. letter-spacing:1px;
  334. line-height:115%;
  335. }
  336.  
  337. #description a {
  338. color:{color:link};
  339. }
  340.  
  341. #description a:hover {
  342. color:{color:link hover};
  343. }
  344.  
  345.  
  346. #pagination {
  347. font-size:10px;
  348. text-transform:lowercase;
  349. margin-top:0px;
  350. margin-left:189px;
  351. letter-spacing:1px;
  352. word-spacing:4px;
  353. font-style:italic;
  354. text-align:center;
  355. }
  356.  
  357. #pagination a {
  358. color:{color:link};
  359. }
  360.  
  361. #info {
  362. font-family:times;
  363. width:400px;
  364. margin-top:7px;
  365. padding:2px;
  366. font-size:8px;
  367. color:{color:text};
  368. text-transform:uppercase;
  369. font-style:normal;
  370. text-align:left;
  371. background-color:#;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. #info a {
  378. color:{color:link};
  379. text-align:left;
  380. font-style:normal;
  381. }
  382.  
  383. #info a:hover {
  384. color:{color:link hover};
  385. }
  386.  
  387. .tags {
  388. font-family:calibri;
  389. font-style:normal;
  390. width:400px;
  391. opacity:0;
  392. text-transform:normal;
  393. font-style:normal;
  394. color:{color:link};
  395. line-height:120%;
  396. font-size:12px;
  397. text-align:left;
  398. padding-top:3px;
  399. -moz-transition-duration:0.2s;
  400. -webkit-transition-duration:0.2s;
  401. -o-transition-duration:0.2s;
  402. }
  403.  
  404. #post:hover .tags {
  405. opacity:1;
  406. -moz-transition-duration:1s;
  407. -webkit-transition-duration:1s;
  408. -o-transition-duration:1s;
  409.  
  410. }
  411.  
  412. audio{
  413. background-color:#e5e5e5;
  414. height:65px;
  415. overflow:hidden;
  416. }
  417.  
  418. .question {
  419. padding:6px;
  420. text-align:left;
  421. color:{color:text};
  422. line-height:120%;
  423. border: 1px solid #000000;
  424. }
  425.  
  426. .answer {
  427. text-align:left;
  428. padding:3px;
  429. color:{color:text};
  430. }
  431.  
  432.  
  433. #credit {
  434. font-size:9px;
  435. font-family:cambria;
  436. font-style:italic;
  437. letter-spacing:1px;
  438. -moz-transition-duration:0.5s;
  439. -webkit-transition-duration:0.5s;
  440. -o-transition-duration:0.5s;
  441. }
  442.  
  443. #credit a {
  444. background-color:#fff;
  445. padding:5px;
  446. border:1px solid #fff;
  447. position:fixed;
  448. right:15px;
  449. bottom:10px
  450. }
  451.  
  452. #credit a:hover {
  453. color:#fff;
  454. background-color:#191919;
  455. }
  456.  
  457. {CustomCSS}</style><script type="text/javascript"
  458. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  459.  
  460. <script>
  461.  
  462.  
  463.  
  464. $(document).ready(function() {
  465.  
  466. //
  467.  
  468.  
  469.  
  470. //When you click on a link with class of poplight and the href starts with a #
  471.  
  472. $('a.poplight[href^=#]').click(function() {
  473.  
  474. var popID = $(this).attr('rel'); //Get Popup Name
  475.  
  476. var popURL = $(this).attr('href'); //Get Popup href to define size
  477.  
  478.  
  479.  
  480. //Pull Query & Variables from href URL
  481.  
  482. var query= popURL.split('?');
  483.  
  484. var dim= query[1].split('&');
  485.  
  486. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  487.  
  488.  
  489.  
  490. //Fade in the Popup and add close button
  491.  
  492. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
  493.  
  494.  
  495. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  496.  
  497. var popMargTop = ($('#' + popID).height() + 80) / 2;
  498.  
  499. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  500.  
  501.  
  502.  
  503. //Apply Margin to Popup
  504.  
  505. $('#' + popID).css({
  506.  
  507. 'margin-top' : -popMargTop,
  508.  
  509. 'margin-left' : -popMargLeft
  510.  
  511. });
  512.  
  513.  
  514.  
  515. //Fade in Background
  516.  
  517. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  518.  
  519. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  520.  
  521.  
  522.  
  523. return false;
  524.  
  525. });
  526.  
  527.  
  528.  
  529. //Close Popups and Fade Layer
  530.  
  531. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  532.  
  533. $('#fade , .popup_block').fadeOut(function() {
  534.  
  535. $('#fade, a.close').remove(); //fade them both out
  536.  
  537. });
  538.  
  539. return false;
  540.  
  541. });
  542.  
  543.  
  544.  
  545.  
  546.  
  547. });
  548.  
  549. </script></head><body>
  550.  
  551.  
  552. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf">
  553. <param name="bgcolor" value="#fff">
  554. <param name="FlashVars" value="mp3=">
  555. </object></center></div>
  556.  
  557. <div id="theme">
  558.  
  559.  
  560.  
  561. <div id="sidebar">
  562.  
  563. <div class="sidebartitle">{text:sidebartitle}</div>
  564.  
  565. <div id="links">
  566. <a href="{text:link1 url}" title="{text:link1}">X</a>
  567. <a href="#?w=500" rel="popup_name" class="poplight">X</a>
  568. <a href="{text:link3 url}" title="{text:link3}">X</a>
  569. <a href="{text:link4 url}" title="{text:link4}">X</a>
  570. <a href="{text:link5 url}" title="{text:link5}">X</a>
  571. </a>
  572.  
  573. </div>
  574.  
  575. <div id="description">{description}
  576. <p></p><small><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>←</big></a>{/block:PreviousPage}{/block:Pagination}
  577. {block:Pagination}{block:NextPage}<a href="{NextPage}"><big>→</big></a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center> </small>
  578. </div></div>
  579.  
  580. <div id="entries">{block:Posts}<div id="post">
  581.  
  582. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  583.  
  584. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  585.  
  586. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  587.  
  588. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  589.  
  590. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  591.  
  592. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  593.  
  594.  
  595. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  596.  
  597. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  598.  
  599. {block:Answer}<div class="question">{Asker}: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  600.  
  601. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  602. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  603. {block:HasTags}
  604. <div class="tags">
  605. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  606. {/block:HasTags}
  607. <div class="postnote">
  608. {block:PostNotes}{PostNotes}{/block:PostNotes}
  609. </div>
  610. </div>
  611. {/block:Posts}
  612.  
  613. </div>
  614. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  615.  
  616. </body>
  617. </html>
  618.  
  619.  
  620.  
  621. <BODY onselectstart="return false;" ondragstart="return false;">
  622.  
  623. <div id="popup_name" class="popup_block">
  624. <iframe frameborder="0"
  625. height="200"
  626. id="ask_form"
  627. scrolling="no"
  628. src="http://www.tumblr.com/ask_form/tumblr.com/"
  629. width="100%">
  630. </iframe>
  631. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement