Advertisement
zeebrawh

Theme #5 "Ross/Rachel"

Sep 18th, 2013
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.77 KB | None | 0 0
  1. <!---
  2. THEME #5 MADE BY
  3.  
  4. ╱╱╱╱╱╱╱╱╱╱╱╱╭╮╱╭╮
  5. ╱╱╱╱╱╱╱╱╱╱╱╭╯╰┳╯╰╮
  6. ╭━━┳━┳━━┳╮╭╋╮╭╋╮╭╋┳━━┳━━╮
  7. ┃╭╮┃╭┫╭╮┃╰╯┣┫┃┣┫┃┣┫┃━┫━━┫
  8. ┃╰╯┃┃┃╭╮┣╮╭┫┃╰┫┃╰┫┃┃━╋━━┃
  9. ╰━╮┣╯╰╯╰╯╰╯╰┻━┻┻━┻┻━━┻━━╯
  10. ╭━╯┃
  11.  
  12. DONT REMOVE CREDIT OR ILL CUT OFF YOUR DICK.
  13. --->
  14.  
  15. <html lang="en">
  16. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <!--DEFAULT VARIABLES-->
  24. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  25.  
  26. <meta name="color:background" content="#d8d8d8"/>
  27. <meta name="color:link" content="#eeb2cc"/>
  28. <meta name="color:text" content="#777"/>
  29. <meta name="color:title" content="#000"/>
  30. <meta name="color:hover" content="#696969"/>
  31. <meta name="color:text shadow" content="#aaa"/>
  32. <meta name="color:scrollbar" content="#777"/>
  33.  
  34. <meta name="image:sidebar" content="1"/>
  35. <meta name="image:background" content="1"/>
  36.  
  37. <meta name="text:Link One Title" content="link 1" >
  38. <meta name="text:Link One" content="/" />
  39. <meta name="text:Link Two Title" content="link 2" >
  40. <meta name="text:Link Two" content="/" />
  41. <meta name="text:Link Three Title" content="link 3" >
  42. <meta name="text:Link Three" content="/" />
  43. <meta name="text:Link Four Title" content="link 4" >
  44. <meta name="text:Link Four" content="/" />
  45. <meta name="text:Link Five Title" content="link 5" >
  46. <meta name="text:Link Five" content="/" />
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-
  52.  
  53. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  54.  
  55. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  56.  
  57. p {
  58. margin:0px;
  59. margin-top:0px;
  60. }
  61.  
  62.  
  63. body {
  64. margin: 5px;
  65. font-family: calibri;
  66. line-height:10px;
  67. font-size:10px;
  68. background-attachment: fixed;
  69. background-repeat: repeat;
  70. color:{color:text};
  71. background-color: {color:Background};
  72. background-image:url({image:Background});
  73. }
  74.  
  75.  
  76. a:link, a:active, a:visited{
  77. text-decoration: none;
  78. -webkit-transition: all 0.6s ease-out;
  79. -moz-transition: all 0.6s ease-out;
  80. -o-transition: all 0.6s ease-out;
  81. transition: all 0.6s ease-out;
  82. color:{color:link};
  83. }
  84.  
  85. a:hover {
  86. text-decoration: none;
  87. -webkit-transition: all 0.3s ease-out;
  88. -moz-transition: all 0.3s ease-out;
  89. -o-transition: all 0.3s ease-out;
  90. transition: all 0.3s ease-out;
  91. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  92. color: {color:Hover};
  93. text-shadow:0px 0px 2px {color:text shadow};
  94. }
  95.  
  96. div#center{
  97. margin:auto;
  98. position:relative;
  99. width:1000px;
  100. background-color:;
  101. overflow:auto;
  102. overflow-y:hidden;
  103. }
  104.  
  105. .entry {
  106. float:left;
  107. display: block;
  108. margin:20px;
  109. overflow:visible;
  110. border:1px solid #ddd;
  111. padding:4px;
  112. width:200px;
  113. opacity:0.7;
  114. border-radius:5px;
  115. -webkit-transition: all 1s ease;
  116. -moz-transition: all 1s ease;
  117. -o-transition: all 1s ease;
  118. transition: all 1s ease;
  119. {block:PermalinkPage}
  120. width:450px;
  121.  
  122. {/block:PermalinkPage}
  123. background:white;
  124.  
  125. }
  126.  
  127. .entry:hover{
  128. opacity:1;}
  129.  
  130.  
  131. .entry .perma{
  132. width:auto;
  133. height:20px;
  134. margin-left:0px;
  135. position: absolute;
  136. line-height: 20px;
  137. overflow:hidden;
  138. padding:5px;
  139. text-align:center;
  140. top:10px;
  141. left:10px;
  142. background:white;
  143. word-spacing:2px;
  144. letter-spacing:1px;
  145. border-radius:5px;
  146.  
  147. opacity: 0.0;
  148. border:1px solid #aaa;
  149.  
  150. -webkit-transition: all 1s ease;
  151. -moz-transition: all 1s ease;
  152. -o-transition: all 1s ease;
  153. transition: all 1s ease;
  154. }
  155.  
  156. .entry:hover .perma{
  157. opacity:1;
  158. top:10px;
  159. left:10px;
  160. }
  161.  
  162.  
  163. .entry img{
  164. max-width:200px;
  165. border-radius:5px;
  166. }
  167.  
  168.  
  169. #posts {
  170. width:500px;
  171. margin-top:30px;
  172. z-index:99;
  173. margin-left:300px;
  174.  
  175. right:auto;
  176. background:transparent;
  177. margin-right:auto;
  178. position:relative;
  179. overflow-y: hidden;
  180. }
  181.  
  182. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/uuzw7gl/PQ0mfd1ip/signerica_fat.ttf'); }
  183.  
  184.  
  185. @font-face { font-family: "heart"; src: url('http://static.tumblr.com/wxka7zv/1eFmnj9da/always_in_my_heart.ttf'); }
  186.  
  187. @font-face{font-family: "excuse"; src: url('http://static.tumblr.com/wxka7zv/YM0mnkg31/lovely_excuse.ttf'); }
  188.  
  189.  
  190. #blogtitle {
  191. width:193px;
  192. position:fixed;
  193. float:left;
  194. padding:7px;
  195. margin-top:95px;
  196. margin-left:135px;
  197. border-bottom:1px solid #aaa;
  198. font-weight:bold ;
  199. font-family:"neverletgo" sans-serif, consolas;
  200. z-index:99999999;
  201. height:30px;
  202. line-height:44px;
  203. font-size:45px;
  204. background:transparent;
  205. text-align:center;
  206. text-transform:normal;
  207. letter-spacing:2px;
  208. color:{color:text};
  209.  
  210. }
  211.  
  212. #bootyhole{
  213. position:fixed;
  214. height:30px;
  215. top:0px;
  216. left:0px;
  217. width:100%;
  218. background:#fff;
  219. border-bottom:1px solid #ccc;
  220. z-index:99999999999999999;
  221. line-height:27px;
  222. text-transform:uppercase;
  223. text-align:center;
  224. font-family:consolas;
  225. }
  226.  
  227. #bootyhole a{
  228. color:#777;
  229.  
  230. }
  231.  
  232. #bootyhole a:hover{
  233. color:white;
  234. text-shadow:-1px 1px 1px #000;
  235. text-decoration:none;
  236. }
  237.  
  238.  
  239. #sidebar{
  240. position:fixed !important;
  241. width:auto;
  242. background:white;
  243. height:auto;
  244. padding: 5px;
  245. border:1px solid #aaa;
  246. margin-top:165px;
  247. margin-left:0px;
  248. text-align:center;
  249. }
  250.  
  251. #description{
  252. position:fixed !important;
  253. top:500px;
  254. height:auto;
  255. margin-left:-5px;
  256. opacity:1;
  257. padding:5px;
  258. width:200px;
  259. background:white;
  260. font-family:consolas;
  261. z-index:100000000;
  262. text-align:center;
  263. overflow:hidden;
  264. border:1px solid #aaa;
  265. -moz-transition: all 0.8s ease-out;
  266. -webkit-transition: all 0.8s ease-out;
  267. transition: all 0.8s ease-out;
  268.  
  269. }
  270.  
  271.  
  272. @font-face { font-family: "pixel"; src: url('http://static.tumblr.com/wxka7zv/7frmn9fcy/rotorcapneue-regular.ttf'); }
  273.  
  274.  
  275.  
  276. #titlebar {
  277. position:fixed;
  278. height:40px;
  279. left:180px;
  280. top:450px;
  281. border-left:1px solid #aaa;
  282. border-right:1px solid #aaa;
  283. width:100px;
  284. padding: 10px;
  285. opacity:1;
  286. z-index:-99;
  287. background-color:transparent;
  288.  
  289. }
  290.  
  291.  
  292. .title{
  293. line-height: 18px;
  294. font-weight: normal;
  295. font-family:"neverletgo" sans-serif, consolas;
  296. font-size:22px;
  297. color:{color:Title}
  298. }
  299.  
  300. @font-face {font-family: "Good Time"; src: url('http://static.tumblr.com/9wzbixa/PUwmj3iyh/kgalwaysagoodtime.ttf'); }
  301. @font-face{font-family: "Lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff'); }
  302. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  303.  
  304.  
  305. .permalink{
  306. text-transform: normal;
  307. display: block;
  308. text-align: right;
  309. text-decoration: none;
  310. background:{color:background};
  311. }
  312.  
  313. #audio {
  314. width:200px;
  315. height:auto;
  316. min-height:60px;
  317. padding-bottom:0px;
  318. }
  319. .cover {
  320. position:absolute;
  321. z-index:1;
  322. width:60px;
  323. height:60px;
  324. }
  325. .cover img {
  326. float:left;
  327. width:60px;
  328. height:60px;
  329. }
  330. .playbox {
  331. opacity:0.6;
  332. width:27px;
  333. height:30px;
  334. overflow:hidden;
  335. position:absolute;
  336. z-index:1000;
  337. margin-left:17px;
  338. margin-top:17px;
  339. text-align:center;
  340. }
  341. .info {
  342. margin-left:73px;
  343. margin-top:4px;
  344. line-height:14px;
  345. }
  346.  
  347. #asked {
  348. padding:13px;
  349. width:140px;
  350. text-align:left;
  351. margin-left:50px;
  352. background:transparent;
  353. }
  354.  
  355. #infscr-loading{
  356. bottom: -70px;
  357. position: absolute;
  358. left: 50%;
  359. margin-left:-8px;
  360. width:16px;
  361. height:11px;
  362. overflow:hidden;
  363. margin-bottom: 50px;
  364. }
  365.  
  366. ::-webkit-scrollbar {
  367. width: 4px;
  368. height: 4px;
  369. border-left:0px solid #ccc;
  370. background-color:{color:background};
  371. }
  372.  
  373. ::-webkit-scrollbar-thumb {
  374. background: {color:scrollbar};
  375. }
  376.  
  377. ::-webkit-scrollbar {
  378. width: 5px;
  379. height: 5px;
  380. background: #dddddd;
  381. }
  382.  
  383. ::-webkit-scrollbar-thumb {
  384. background-color:{color:scrollbar};
  385. }
  386.  
  387. #postnotes{
  388. text-align: justify;}
  389.  
  390. #postnotes blockquote{
  391. border: 0px;}
  392.  
  393. blockquote{
  394. padding:0px 0px 2px 5px;
  395. margin:0px 0px 2px 10px;
  396. border-left: 1px dotted #555555;
  397. }
  398.  
  399. blockquote p, ul{
  400. margin:0px;
  401. padding:0px;
  402. }
  403.  
  404. a img{border: 0px;}
  405.  
  406.  
  407. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  408.  
  409. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  410. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  411.  
  412. .notes img{width:10px; position:relative; top:3px;}
  413. <--ses-->
  414. small{font-size: 90%;}
  415.  
  416. {CustomCSS}
  417.  
  418. </style>
  419.  
  420. {block:IndexPage}
  421. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  422. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  423.  
  424. <script type="text/javascript">
  425. $(window).load(function(){
  426. var $wall = $('#posts');
  427. $wall.imagesLoaded(function(){
  428. $wall.masonry({
  429. itemSelector: '.entry, .entry_photo',
  430. isAnimated : false
  431. });
  432. });
  433.  
  434. $wall.infinitescroll({
  435. navSelector : '#pagination',
  436. nextSelector : '#pagination a',
  437. itemSelector : '.entry, .entry_photo',
  438. bufferPx : 2000,
  439. debug : false,
  440. errorCallback: function() {
  441. $('#infscr-loading').fadeOut('normal');
  442. }},
  443. function( newElements ) {
  444. var $newElems = $( newElements );
  445. $newElems.hide();
  446. $newElems.imagesLoaded(function(){
  447. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  448. });
  449. }); $('#posts').show(500);
  450. });
  451. </script>
  452.  
  453.  
  454. {/block:IndexPage}
  455.  
  456.  
  457. <title>{title}</title>
  458.  
  459. <link rel="shortcut icon" href="{http://i1288.photobucket.com/albums/b499/fracturedcharm/tumblr_inline_mh95jx5guw1qz4rgp_zps51f6d087.gif}" />
  460. <meta name="viewport" content="width=820" />
  461. </head>
  462.  
  463. <body>
  464.  
  465.  
  466.  
  467. <div id="titlebar">
  468. </div><p></p></div></div>
  469.  
  470. <div id="blogtitle">
  471. {Title}</div></div><p></p></div></div>
  472.  
  473.  
  474.  
  475.  
  476. <BODY onselectstart="return false;" ondragstart="return false;">
  477. <div class="wrapper">
  478. <div class="header">
  479. </div>
  480.  
  481. <div id="cage">
  482. <div id="center">
  483.  
  484. <div id="bootyhole">
  485. <a href="/">Home</a> &middot;
  486. <a href="{text:Ask Link}">Message</a> &middot;
  487. <a href="{text:Link One}">{text:Link One Title}</a> &middot;
  488. <a href="{text:Link Two}">{text:Link Two Title}</a> &middot;
  489. <a href="{text:Link Three}">{text:Link Three Title}</a> &middot;
  490. <a href="{text:Link Four}">{text:Link Four Title}</a> &middot;
  491. <a href="{text:Link Five}">{text:Link Five Title}</a>
  492. </div>
  493.  
  494. <div id="sidebar">
  495. <a href="/"><img src="{image:sidebar}" style="width:200px;height:285px;"></a>
  496. <div id="description">
  497. {Description}</div>
  498.  
  499.  
  500. </div>
  501. <!------------------------------------->
  502.  
  503.  
  504. <div class="left">
  505. <div id="posts">
  506. {block:Posts}
  507. <div class="entry">
  508.  
  509. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  510.  
  511. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  512. {/block:Text}
  513.  
  514. {block:Answer}
  515.  
  516. <div id="asked">{Asker} wondered: {Question}</div> <img src="{AskerPortraitURL-40}" style="margin-top:-40px; position:absolute;"><p>
  517.  
  518. Then I was like ⟼ {Answer}
  519.  
  520. {/block:Answer}
  521.  
  522. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  523.  
  524. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  525.  
  526. {block:Photo}
  527. {block:IndexPage}
  528. <center>
  529. <div class="perma">
  530. <a href="{Permalink}">{notecount}</a> ★<a href="{ReblogURL}" target="_blank"> ↺ </a> <br>
  531.  
  532. </div>
  533.  
  534. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  535. {/block:IndexPage}
  536. {block:PermalinkPage}
  537. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  538.  
  539. {LinkCloseTag}
  540. {/block:PermalinkPage}
  541. {/block:Photo}
  542.  
  543. {block:Photoset}
  544. {block:IndexPage}
  545. <center>
  546.  
  547. <div class="perma">
  548. <div class="perma">
  549. <a href="{Permalink}">{timeago}</a> ♥ <a href="{Permalink}">{notecount}</a> <br>
  550. <a href="{ReblogURL}" target="_blank"> ↺ </a> </div>
  551.  
  552. {Photoset-250}</center>
  553. {/block:IndexPage}
  554. {block:PermalinkPage}
  555. <center>
  556. {Photoset-500}</center>
  557. {/block:PermalinkPage}
  558. {/block:Photoset}
  559.  
  560. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  561.  
  562. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  563.  
  564. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  565. <ul class="chat">
  566. {block:Lines}
  567. <li class="user_{UserNumber}">
  568. {block:Label}
  569. <span class="label">{Label}</span>
  570. {/block:Label}
  571.  
  572. {Line}
  573. </li>
  574. {/block:Lines}
  575. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  576. {/block:Chat}
  577.  
  578. {block:Audio}
  579. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  580. {block:IndexPage}
  581. {/block:IndexPage}
  582. {/block:Audio}
  583.  
  584. {block:Video}
  585. {block:IndexPage}
  586. <center>
  587. <div class="perma">
  588. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  589. {Video-250}</center>
  590. {/block:IndexPage}
  591. {block:PermalinkPage}
  592. <center>
  593. {Video-400}</center>
  594. {/block:PermalinkPage}
  595. {block:Video}
  596.  
  597.  
  598. {block:PostNotes}<div align="middle">{caption}</div>
  599. <center>
  600.  
  601. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  602.  
  603. {block:HasTags}
  604. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  605. {block:RebloggedFrom}
  606. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  607. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  608.  
  609. {/block:RebloggedFrom}
  610. </center></span>
  611. <br>
  612. <div id="postnotes">{PostNotes}</div><br>
  613.  
  614. <center>{block:ContentSource}
  615. <br><a href="{SourceURL}">
  616. {lang:Source}:
  617. {block:SourceLogo}
  618. <img src="{BlackLogoURL}" width="{LogoWidth}"
  619. height="{LogoHeight}" alt="{SourceTitle}" />
  620. {/block:SourceLogo}
  621. {block:NoSourceLogo}
  622. {SourceLink}
  623. {/block:NoSourceLogo}
  624. </a>
  625. {/block:ContentSource}</center>
  626.  
  627. {/block:PostNotes}
  628. </div>
  629. {/block:Posts}
  630. </div></div>
  631.  
  632. {block:IndexPage}
  633. {block:Pagination}
  634. <div id="pagination">
  635. {block:NextPage}
  636. <a id="nextPage" href="{NextPage}"></a>
  637. {/block:NextPage}
  638. {block:PreviousPage}
  639. <a href="{PreviousPage}"></a>
  640. {/block:PreviousPage}
  641. </div>
  642. {/block:Pagination}
  643. {/block:IndexPage}
  644.  
  645. </body>
  646. <!--please do not remove the credit or i will be sad; seriously it's just an icon in the corner ok just please don't remove this, thanks---->
  647. <BODY ondragstart="return false;">
  648. <div style="position:fixed; font-family: trash; font-size: 10px; bottom:5px; right:0px; padding: 5px; font-style:italic;background: #fff; border: 1px dotted #eee;">
  649. &copy <a href="http://gravitities.tumblr.com/">gravitities</a>
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement