Advertisement
saitothemes

sweetlapis

May 23rd, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.27 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6. <script>
  7. $(document).ready(function() {
  8. //
  9. $('a.poplight[href^=#]').click(function() {
  10. var popID = $(this).attr('rel'); //Get Popup Name
  11. var popURL = $(this).attr('href'); //Get Popup href to define size
  12. var query= popURL.split('?');
  13. var dim= query[1].split('&');
  14. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  15. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  16. var popMargTop = ($('#' + popID).height() + 80) / 2;
  17. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  18. //Apply Margin to Popup
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove(); //fade them both out
  30. });
  31. return false;
  32. });
  33. });
  34. </script><title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38.  
  39. <!---- this is theme 30 by Hollywhood
  40. please don't remove the credit
  41. thank yo
  42. --->
  43.  
  44. <meta name="color:Background" content="#000000"/>
  45. <meta name="color:Text" content="#9B9B9B"/>
  46. <meta name="color:Link" content="#b8b8b8"/>
  47. <meta name="color:border" content="#F2F2F2"/>
  48. <meta name="color:scrollbar" content="#D6D5D5">
  49. <meta name="color:Link Hover" content="#eeeeee"/>
  50.  
  51. <meta name="image:sidebar" content=""/>
  52.  
  53. <meta name="text:link 1" content="◆"/>
  54. <meta name="text:link 1 url" content="/"/>
  55. <meta name="text:link 2" content="◆"/>
  56. <meta name="text:link 2 url" content="/"/>
  57. <meta name="text:link 3" content="◆"/>
  58. <meta name="text:link 3 url" content="/"/>
  59. <meta name="text:link 4" content="◆"/>
  60. <meta name="text:link 4 url" content="/"/>
  61.  
  62. <style type="text/css">
  63.  
  64. ::-webkit-scrollbar-thumb{
  65. background-color: {color:scrollbar};
  66. border: 2px solid {color:background};
  67. height:auto;
  68. }
  69.  
  70. ::-webkit-scrollbar {
  71. height:auto;
  72. width:9px;
  73. background-color: {color:scrollbar};
  74. border: 4px solid {color:background};
  75. }
  76.  
  77.  
  78. iframe#tumblr_controls {
  79. white-space:nowrap;
  80. -webkit-filter: invert(100%);
  81. -moz-filter: invert(100%);
  82. -o-filter: invert(100%);
  83. -ms-filter: invert(100%);
  84. filter: invert(100%);
  85. opacity:.2;transition: .8s ease-in-out;
  86. -webkit-transition: .8s ease-in-out;
  87. -moz-transition: .8s ease-in-out;
  88. -o-transition: .8s ease-in-out;
  89. }
  90.  
  91. h1 {
  92. font-weight:normal;
  93. font-size:13px;
  94. text-align:center;
  95. font-style:normal;
  96. line-height:100%;
  97. letter-spacing:1px;
  98. text-transform:normal;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:10px;
  104. text-align:center;
  105. line-height:100%;
  106. letter-spacing:-0.5px;
  107. color:{color:text};
  108. font-weight:bold;
  109. text-transform:uppercase;
  110. padding:5px;
  111. padding-bottom:2px;
  112. }
  113.  
  114.  
  115. blockquote {
  116. border-left:2px solid {color:text};
  117. padding-left:5px;
  118. margin:5px;
  119. }
  120.  
  121.  
  122. body {
  123. background:{color:background};
  124. margin:0px;
  125. color:{color:text};
  126. font-family:times;
  127. font-size:10px;
  128. line-height:120%;
  129. background-image:url('https://33.media.tumblr.com/e0ea6f72392f36d035afe6e1aeafc3a9/tumblr_nou256VfDw1u7coa6o1_1280.gif');
  130. background-attachment: fixed;
  131. background-image:stretch;
  132. background-repeat: no-repeat;
  133. background-image:cover;
  134. background-position:left top;
  135. }
  136.  
  137. a {
  138. text-decoration:none;
  139. outline:none;
  140. -moz-outline-style:none;
  141. color:{color:link};
  142. -moz-transition-duration:0.5s;
  143. -webkit-transition-duration:0.5s;
  144. -o-transition-duration:0.5s;
  145. }
  146.  
  147. a:hover {
  148. text-decoration:none;
  149. outline:none;
  150. -moz-outline-style:none;
  151. color:{color:link hover};
  152. }
  153.  
  154. img {
  155. border:none;
  156. }
  157.  
  158. blockquote {
  159. padding-left:5px;
  160. border-left:2px solid;
  161. }
  162.  
  163. blockquote blockquote {
  164. padding-left:5px;
  165. border-left:2px solid;
  166. }
  167.  
  168. #theme {
  169. width:200px;
  170. margin:0 auto -12px auto;
  171. }
  172.  
  173. #post {
  174. width:200px;
  175. padding-bottom:30px;
  176. margin-top:20px;
  177. }
  178.  
  179.  
  180. #entries {
  181. padding:10px;
  182. left:459px;
  183. top:215px;
  184. position:fixed;
  185. background-color:transparent;
  186. width:258px;
  187. height:255px;
  188. top:366px;
  189. padding: 20px;
  190. overflow-x:scroll;
  191. scroll:left;
  192. overflow-x:hidden;
  193. }
  194.  
  195. #sidebar {
  196. color:{color:text};
  197. position:fixed;
  198. width:91px;
  199. height:auto;
  200. top:330px;
  201. left:145px;
  202. text-align:left;
  203. }
  204.  
  205. #sidebarimage img {
  206. width:100px;
  207. margin-top:0px;
  208. margin-bottom:5px;
  209. padding:-1px;
  210. outline-offset:4px;
  211. }
  212.  
  213. #links {
  214. position:fixed;
  215. font-family:cambria;
  216. width:150px;
  217. top:372px;
  218. left:785px;
  219. font-size:67px;
  220. text-transform:lowercase;
  221. text-align:center;
  222. line-height:170%;
  223.  
  224.  
  225. #links a{
  226. line-height:170%;
  227. padding:1px;
  228. margin-top:1px;
  229. margin-left:2px;
  230. color:{color:link};
  231. -moz-transition-duration:.7s;
  232. -webkit-transition-duration:.7s;
  233. -o-transition-duration:.7s;
  234. }
  235.  
  236. #links a:hover {
  237. color: {color:link hover};
  238. -moz-transition-duration:.4s;
  239. -webkit-transition-duration:.4s;
  240. -o-transition-duration:.4s;
  241.  
  242. }
  243.  
  244. #description {
  245. width:103px;
  246. font-family:times;
  247. bottom:0px;
  248. top:340px;
  249. left:1280px;
  250. text-align:justify;
  251. font-size:115%;
  252. color: {color:text};
  253. letter-spacing:1px;
  254. line-height:115%;
  255. }
  256.  
  257. #description a {
  258. color:{color:link};
  259. }
  260.  
  261. #description a:hover {
  262. color:{color:link hover};
  263. }
  264.  
  265. #pagination {
  266. font-family:cambria;
  267. width:103px;
  268. font-size:8px;
  269. text-transform:normal;
  270. margin-top:48px;
  271. margin-left:0px;
  272. padding-top:25px;
  273. letter-spacing:1px;
  274. font-style:normal;
  275. text-align:center;
  276. }
  277.  
  278. #pagination a {
  279. color:{color:link};
  280. }
  281.  
  282. #info {
  283. font-family:cambria;
  284. width:398px;
  285. margin-top:-13px;
  286. padding-top:1px;
  287. font-size:8px;
  288. letter-spacing:1px;
  289. color:{color:text};
  290. text-transform:lowercase;
  291. opacity:0;
  292. text-align:left;
  293. -moz-transition-duration:.7s;
  294. -webkit-transition-duration:.7s;
  295. -o-transition-duration:.7s;
  296. }
  297.  
  298. #info a {
  299. color:{color:link};
  300. text-align:right;
  301. }
  302.  
  303. #info a:hover {
  304. color:{color:link hover};
  305. }
  306. #post:hover #info {
  307. margin-top:3px;
  308. opacity:1;
  309. -moz-transition-duration:1.2s;
  310. -webkit-transition-duration:1.2s;
  311. -o-transition-duration:1.2s;
  312. }
  313.  
  314. .tags {
  315. font-family:cambria;
  316. font-style:normal;
  317. width:398px;
  318. text-transform:italic;
  319. color:{color:link};
  320. line-height:120%;
  321. opacity:0;
  322. font-size:8px;
  323. text-align:left;
  324. padding-top:7px;
  325. -moz-transition-duration:0.4s;
  326. -webkit-transition-duration:0.4s;
  327. -o-transition-duration:0.4s;
  328. }
  329.  
  330. #post:hover .tags {
  331. opacity:1;
  332. -moz-transition-duration:0.4s;
  333. -webkit-transition-duration:0.4s;
  334. -o-transition-duration:0.4s;
  335. }
  336.  
  337. .audio{
  338. background-color:#e5e5e5;
  339. height:65px;
  340. overflow:hidden;
  341. }
  342.  
  343. #ask {
  344. float:left;
  345. margin-left:10px;}
  346.  
  347. #credit {
  348. font-size:9px;
  349. font-family:cambria;
  350. font-style:italic;
  351. letter-spacing:1px;
  352. -moz-transition-duration:0.5s;
  353. -webkit-transition-duration:0.5s;
  354. -o-transition-duration:0.5s;
  355. }
  356.  
  357. #credit a {
  358. background-color:#fff;
  359. padding:5px;
  360. border:1px solid #e9e9e9;
  361. position:fixed;
  362. right:15px;
  363. bottom:10px
  364. }
  365.  
  366. #credit a:hover {
  367. color:#fff;
  368. background-color:#191919;
  369. }
  370.  
  371.  
  372. {CustomCSS}#updates {
  373. text-align: center;
  374. font-size: 11px;
  375. position:fixed;
  376. left:30px;
  377. top:-111px;
  378. -webkit-transition: all .5s ease-in-out;
  379. -moz-transition: all .5s ease-in-out;
  380. -o-transition: all .5s ease-in-out;
  381. z-index:999;
  382. }
  383.  
  384. #updates:hover {top:0px;}
  385.  
  386. #update {
  387. border-right-style:solid;
  388. border-bottom-style:solid;
  389. border-left-style:solid;
  390. border-width:1px;
  391. border-color:#aaa;
  392. font-size:9px;
  393. padding: 5px 0 5px 0;
  394. background: #fff;
  395. width:200px;
  396. height:100px;
  397. z-index: 9999;
  398. }
  399.  
  400. #updatestab {
  401. border-top-style:none;
  402. border-right-style:solid;
  403. border-bottom-style:solid;
  404. border-left-style:solid;
  405. border-width:1px;
  406. border-color:#aaa;
  407. text-align: center;
  408. height:10px;
  409. padding: 6px 0 8px 0;
  410. background:#fff;
  411. border-bottom-left-radius: 5px;
  412. -moz-border-radius-bottomleft: 5px;
  413. -webkit-border-bottom-left-radius: 5px;
  414. border-bottom-right-radius: 5px;
  415. -moz-border-radius-bottomright: 5px;
  416. -webkit-border-bottom-right-radius: 5px;
  417. width: 100px;
  418. } .popup_block{
  419. display:none;
  420. background:#fff;
  421. padding:20px;
  422. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  423. float:left;
  424. position:fixed;
  425. top:50%;left:50%;
  426. z-index: 99999;
  427. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  428. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  429. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  430. }
  431.  
  432. *html #fade {position: absolute;}
  433. *html .popup_block {position: absolute;}
  434. #fade {
  435. display:none;
  436. position:fixed;
  437. left:0px;
  438. top:0px;
  439. width:100%;
  440. height:100%;
  441. z-index:9999;
  442. background:#000; /* change to #fff for solid white */
  443. opacity:0.5; /* change to opacity:1; */
  444. </style></head><body>
  445.  
  446.  
  447.  
  448.  
  449. </center></div>
  450.  
  451. </div>
  452.  
  453. <div id="theme">
  454.  
  455. <div id="sidebar">
  456.  
  457. <div id="sidebarimage">
  458. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  459.  
  460. <div id="links">
  461. <a href="{text:link 1 url}">{text:link 1}</a>
  462. <a href="{text:link 2 url}">{text:link 2}</a>
  463. <a href="{text:link 3 url}">{text:link 3}</a>
  464. <a href="{text:link 4 url}">{text:link 4}</a>
  465. </div>
  466.  
  467. <div id="description">
  468. {Description}</div>
  469. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  470. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  471.  
  472. <div id="entries">{block:Posts}<div id="post">
  473.  
  474. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  475.  
  476. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-200}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  477.  
  478. {block:Photoset}{Photoset-200}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  479.  
  480. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  481.  
  482. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  483.  
  484. {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}
  485.  
  486. {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}
  487.  
  488. {block:Video}{Video-200}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  489.  
  490. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  491.  
  492. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#999;padding:3px;color:#fff;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  493. {block:ContentSource} , <a title="{SourceTitle}" href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  494. {block:HasTags}
  495. <div class="tags">
  496. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  497. {/block:HasTags}
  498. <div class="postnote">
  499. {block:PostNotes}{PostNotes}{/block:PostNotes}
  500. </div>
  501. </div>
  502. {/block:Posts}
  503.  
  504. </div>
  505. <div id="credit"><a href="http://hollywhood.tumblr.com"></div></div>
  506.  
  507. </body>
  508. <div id="box1" class="popup_block">
  509.  
  510. </div>
  511.  
  512. </div></div></div></div></div></div></div></div></div></div>
  513. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement