Advertisement
birth-c0ntrol

theme 33: Streets Of Philadelphia

Jul 16th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.49 KB | None | 0 0
  1. <!--
  2. theme 33: "Streets Of Philadelphia" by birth-c0ntrol.
  3. keep the credit or i'll slap your ass and call you sally.
  4. -->
  5.  
  6. <head>
  7. <head>
  8. {block:ifdisablerightclick}
  9. <SCRIPT language=JavaScript>
  10. <!-- http://www.spacegun.co.uk -->
  11. var message = "{text:disabled right click message}";
  12. function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
  13. if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
  14. document.onmousedown = rtclickcheck;
  15. </SCRIPT>
  16. {/block:ifdisablerightclick}
  17.  
  18.  
  19. <!-- IF YERR SEXZZY AND U KNOWW IT CLAPP YURR HANDZZZ!11!! -->
  20. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  21. <meta name="color:Background" content="#fff"/>
  22. <meta name="color:Text" content="#000000"/>
  23. <meta name="color:Hover" content="#000000"/>
  24. <meta name="color:Link" content="#000000"/>
  25. <meta name="color:scrollbar" content="#FF7293"/>
  26. <meta name="color:sidebar links" content="#FF7293"/>
  27. <meta name="image:Sidebar" content="1"/>
  28. <meta name="image:Background" content="1"/>
  29. <meta name="image:side decoration" content="1"/>
  30. <meta name="if:handy00 font" content="0/">
  31. <meta name="if:pixel font" content="0/">
  32. <meta name="if:tiny cursor" content="1"/>
  33. <meta name="if:tiny focal cursor" content="1"/>
  34. <meta name="if:link shadow" content="1"/>
  35. <meta name="text:sidebar title" content=""/>
  36. <meta name="text:music box content" content=""/>
  37. <meta name="if:show side decoration photo" content="0"/>
  38. <meta name="text:Link one" content="/"/>
  39. <meta name="text:Link one Title" content="home"/>
  40. <meta name="text:Link Two" content="/ask" />
  41. <meta name="text:Link Two Title" content="ask"/>
  42. <meta name="text:Link Three" content="/random" />
  43. <meta name="text:Link Three Title" content="random"/>
  44. <meta name="text:Link four" content="http://tumblr.com/dashboard" />
  45. <meta name="text:Link four Title" content="dash"/>
  46. <meta name="color:permalink left border" content="#fff"/>
  47. <meta name="if:disable right click" content="1"/>
  48. <meta name="text:disabled right click message" content=""/>
  49. <meta name="text:quote" content="poop"/>
  50. <meta name="text:quote bottom part" content="ok"/>
  51.  
  52.  
  53. <script type="text/javascript"
  54. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {
  59. height:5px;
  60. width:5px;
  61. background-color:#ECECEC;
  62. border-left: 1px solid #C5C5C5;
  63. }
  64.  
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. border-top: 1px solid #303030;
  68. border-bottom: 1px solid #303030;
  69. border-left: 1px solid #4B4B4B;
  70. background-color:#474747;
  71. height:auto;
  72. }
  73.  
  74.  
  75.  
  76.  
  77. iframe#tumblr_controls {
  78. right:3px !important;
  79. position: fixed !important;
  80. -webkit-transition: opacity 0.7s
  81. linear;opacity: 0.2;
  82. -webkit-transition: all 0.8s ease-out;
  83. -moz-transition: all 0.8s ease-out;
  84. transition: all 0.8s ease-out;
  85. }
  86.  
  87.  
  88. iframe#tumblr_controls:hover{
  89. -webkit-transition: opacity 0.7s linear;
  90. opacity: 1;
  91. -webkit-transition: all 0.4s ease-out;
  92. -moz-transition: all 0.4s ease-out;
  93. transition: all 0.4s ease-out;
  94. }
  95.  
  96.  
  97.  
  98.  
  99.  
  100. {block:iftinycursor}
  101. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  102. }
  103. body, a, a:hover {http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  104. {/block:iftinycursor}
  105.  
  106.  
  107.  
  108.  
  109.  
  110. {block:iftinyfocalcursor}
  111. body{ cursor:url(http://i56.tinypic.com/2589ppu.png), auto;} a, a:hover{cursor:url(http://i56.tinypic.com/2589ppu.png), auto;}{/block:iftinyfocalcursor}
  112.  
  113.  
  114. #tumblr_controls{
  115. position:fixed !important;
  116. }
  117.  
  118. .wrapper{
  119. margin:1px auto;
  120. width: 802px;
  121. }
  122.  
  123. .header{
  124. float: left;
  125. width: 100%;
  126. }
  127.  
  128. .left{
  129. float: left;
  130. margin-right: 20px;
  131. width: 802px;
  132. }
  133.  
  134. .right{
  135. float: right;
  136. width: 200px;
  137. background-color: {color:Background};
  138. }
  139.  
  140. body {
  141. padding: 2px;
  142. margin: 0px;
  143. color:{color:text};
  144. font-family: ronda;
  145. font-size: 8px;
  146. {block:ifhandy00font}
  147. font-family: handy00;
  148. font-size: 8px;
  149. {/block:ifhandy00font}
  150. {block:ifpixelfont}
  151. font-family: pixel;
  152. font-size: 8px;
  153. {/block:ifpixelfont}
  154. background-color: {color:Background};
  155. background-image:url({image:Background});
  156. background-attachment: fixed;
  157. background-repeat: repeat;
  158. }
  159.  
  160. ::-webkit-scrollbar {width: 6px; height: 4px; background: #000; border: 1px solid #aaa; }
  161.  
  162.  
  163.  
  164. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; border: 1px solid #aaa;}
  165.  
  166.  
  167.  
  168. a:link, a:active, a:visited{
  169. color: {color:Link};
  170. text-decoration: none;
  171. -webkit-transition: color 0.4s ease-out;
  172. -moz-transition: color 0.4s ease-out;
  173. }
  174.  
  175. a:hover {
  176. color:{color:Hover};
  177. text-decoration: underline;
  178. {block:iflinkshadow}text-shadow:1px 1px 5px #000;{/block:iflinkshadow}
  179. }
  180.  
  181.  
  182. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  183.  
  184. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  185.  
  186. @font-face {font-family:"handy00";src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');}
  187.  
  188. @font-face{
  189. font-family: 'pixel';
  190. font-style: normal;
  191. font-weight: normal;
  192. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  193.  
  194. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  195.  
  196. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  197.  
  198.  
  199. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  200.  
  201.  
  202.  
  203. @font-face {
  204.  
  205. font-family: "dawning";
  206.  
  207. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
  208.  
  209. .entry {
  210. border: 1px solid #cdcdcd;
  211. margin: 2px;
  212. padding: 2px;
  213. margin-right:0px;
  214. margin-bottom:0px;
  215. float:left;
  216. background-color: white;
  217. font-family: ronda;
  218. font-size: 8px;
  219. text-transform: normal;
  220. font-size: 8px;
  221. line-height:9px;
  222. color: #000;
  223. {block:IndexPage}
  224. width:250px;
  225. {/block:IndexPage}
  226. {block:PermalinkPage}
  227. width:500px;
  228. {/block:PermalinkPage}
  229. }
  230. .permatext{
  231. display: block;
  232. border-top: 1px solid #aaa;
  233. padding: 2px;
  234. margin: 2px 8px 0px 5px;
  235. text-transform: uppercase;
  236. font-family: tinytots;
  237. font-size: 8px;
  238. color: #424242;
  239. line-height: 15px;
  240. text-align: right;
  241. text-decoration: none;
  242. -webkit-transition: color 0.5s ease-out;
  243. -moz-transition: color 0.5s ease-out;
  244. }
  245. .fweeb{
  246. background-color: #fff;
  247. margin: 10px 0px 0px 0px;
  248. font-family: tinytots;
  249. font-size: 8px;
  250. text-transform: uppercase;
  251. color: {color:link};
  252. text-align: right;
  253. height: 15px;
  254. line-height: 15px;
  255. -webkit-transition: all 0.6s ease;
  256. -moz-transition: all 0.6s ease;
  257. -o-transition: all 0.6s ease;
  258. border-top: 1px solid #aaa;
  259. }
  260.  
  261. .fweeb a{
  262. padding-right: 4px;
  263. border-right: 15px solid {color:permalink left border};
  264. color: {color:link};
  265. -webkit-transition: all 0.6s ease;
  266. -moz-transition: all 0.6s ease;
  267. -o-transition: all 0.6s ease;
  268. }
  269.  
  270. .fweeb a:hover{
  271. border-right: 30px solid {color:permalink left border};
  272. color: {color:Hover};
  273. -webkit-transition: all 0.6s ease;
  274. -moz-transition: all 0.6s ease;
  275. -o-transition: all 0.6s ease;
  276. }
  277.  
  278. .permalinkk p {
  279. margin: 0px;
  280. }
  281. .permalinkk {
  282. text-transform: uppercase;
  283. margin: auto;
  284. font-family: ronda;
  285. position: absolute;
  286. text-align: center;
  287. margin-top: 0px;
  288. width: 100%;
  289. height: 100%;
  290. background: #ffffff;
  291. left: 0;
  292. opacity: 0;
  293. background: #fff;
  294. filter: alpha(opacity = 0);
  295. -webkit-transition: all ease-in 333ms;
  296. -moz-transition: all ease-in 333ms;
  297. -o-transition: all ease-in 333ms;
  298. -ms-transition: all ease-in 333ms;
  299. transition: all ease-in 333ms;
  300. }
  301. .entry:hover .permalinkk {
  302. opacity: .7;
  303. filter: alpha(opacity = 100);
  304. }
  305.  
  306. .permalinkk a {
  307. font-family:pixel;
  308. font-size:8px;
  309. color: #000000;
  310. height: 100%;
  311. width: 100%;
  312. -webkit-transition: all ease-in 333ms;
  313. -moz-transition: all ease-in 333ms;
  314. -o-transition: all ease-in 333ms;
  315. -ms-transition: all ease-in 333ms;
  316. transition: all ease-in 333ms;
  317. }
  318. .permalinkk a:hover {
  319. color:#aaa;
  320. -webkit-transition: all ease-in 333ms;
  321. -moz-transition: all ease-in 333ms;
  322. -o-transition: all ease-in 333ms;
  323. -ms-transition: all ease-in 333ms;
  324. transition: all ease-in 333ms;
  325.  
  326. }
  327. .entry .perma a{
  328. float: bottom;
  329. color:#fff;
  330. }
  331.  
  332. .entry .perma{
  333. width:238px;
  334. height:30px;
  335. position: absolute;
  336. font-family: tinytots;
  337. text-transform:uppercase;
  338. font-size: 8px;
  339. line-height: 18px;
  340. text-align: left;
  341. overflow:hidden;
  342. color:#fff;
  343. opacity: 0.0;
  344. background-color:#000;
  345. }
  346.  
  347. .entry:hover .perma{
  348. overflow:visible;
  349. color:#fff;
  350. -webkit-transition: opacity 0.2s linear; opacity: 0.9;
  351. -webkit-transition: all 0.2s linear;
  352. -moz-transition: all 0.2s linear;
  353. transition: all 0.2s linear;
  354. border-left: 12px solid {color:permalink left border};
  355. transition: all 0.8s ease-out;
  356. }
  357.  
  358.  
  359. .perms {
  360. font-family: pixel;
  361. text-transform: uppercase;
  362. font-size: 8px;
  363. line-height: 14px;
  364. color: #fff;
  365. -webkit-transition: all 0.6s ease;
  366. -moz-transition: all 0.6s ease;
  367. -o-transition: all 0.6s ease;
  368. }
  369.  
  370. .perms a:hover{
  371. color: {color:Hover};
  372. -webkit-transition: all 0.6s ease;
  373. -moz-transition: all 0.6s ease;
  374. -o-transition: all 0.6s ease;
  375. }
  376.  
  377. div#hollandroden{
  378. position: fixed !important;
  379. margin-left:36px;
  380. margin-top: -30px;
  381. width: 160px;
  382. top: 390px;
  383. height:30px;
  384. padding: 1px;
  385. text-transform: normal;
  386. line-height:10px;
  387. padding: 0px;
  388. letter-spacing:0px;
  389. background-color: {color:Background};
  390. border-top: 1px solid {color:Background} !important;
  391. border-bottom: 1px solid {color:Background} !important;
  392. opacity: 0.8;
  393. color: {color:text};
  394. }
  395. div#hollandroden:hover{
  396. opacity: 0.9;
  397. transition: all 0.9s ease-out;
  398. -o-transition-transition: all 0.9s ease-out;
  399. -webkit-transition: all 0.9s ease-out;
  400. -moz-transition: all 0.9s ease-out;
  401. color: {color:text};
  402. }
  403.  
  404. #tylerposey img {
  405. position:fixed;
  406. width: 160px;
  407. height: 170px;
  408. margin-top:250px;
  409. margin-left:35px;
  410. padding: 0px;
  411. background: transparent;
  412. -webkit-transition: all 1.0s ease-in-out;
  413. -moz-transition: all 1.0s ease-in-out;
  414. -o-transition: all 1.0s ease-in-out;
  415. -ms-transition: all 1.0s ease-in-out;
  416. transition: all 1.0s ease-in-out;
  417. border-radius: 0px 0px 0px 0px;
  418. border: 1px solid #000 !important;
  419.  
  420.  
  421. }
  422.  
  423. div#troianbellisario{
  424. position:fixed !important;
  425. opacity: 0.9;
  426. margin-top: 265px;
  427. padding-top: 1px;
  428. height: 23px;
  429. width: 145px;
  430. margin-right: 5px;
  431. margin-left: 55px;
  432. line-height: 10px;
  433. border: 1px solid #000 !important;
  434.  
  435. }
  436. #linkbar {
  437. opacity:.8;
  438. margin-left: 35px;
  439. margin-top:390px;
  440. width: 151px;
  441. height: 2px;
  442. font-family: pixel;
  443. font-size:8px;
  444. color:#000;
  445. background-color:#000;
  446. text-align:left;
  447. padding:5px;
  448. -webkit-transition: all 0.5s ease-in-out;
  449. -moz-transition: all 0.5s ease-in-out;
  450. -o-transition: all 0.5s ease-in-out;
  451. -ms-transition: all 0.5s ease-in-out;
  452. transition: all 0.5s ease-in-out;
  453. position:fixed;
  454. line-height: 20px;
  455. }
  456.  
  457. #linkbar:hover {
  458. opacity:.9;
  459. border-top-right-radius:0px;
  460. border-bottom-right-radius:0px;
  461. border-top-left-radius:0px;
  462. border-bottom-left-radius:0px;
  463. -webkit-transition: all 0.8s ease-in-out;
  464. -moz-transition: all 0.5s ease-in-out;
  465. -o-transition: all 0.5s ease-in-out;
  466. -ms-transition: all 0.5s ease-in-out;
  467. transition: all 0.5s ease-in-out;
  468. border-radius: 0px 0px 0px 0px;
  469. }
  470. div#links a{
  471. color:{color:sidebar links};
  472. letter-spacing: 1px;
  473. }
  474. div#links{
  475. font-family:pixel;
  476. text-transform:uppercase;
  477. font-size: 8px;
  478. margin-top: 2px;
  479. line-height: 10px;
  480. }
  481. div#troianbellisario{
  482. position:fixed !important;
  483. opacity: 0.9;
  484. margin-top: 225px;
  485. padding-top: 0px;
  486. height: 23px;
  487. width: 158px;
  488. margin-right: 5px;
  489. margin-left: 36px;
  490. line-height: 10px;
  491. border: 1px solid #aaa !important;
  492. }
  493. .elizabethbanks{
  494. position: fixed !important;
  495. font-size: 50pt;
  496. font-family: learningcurve;
  497. text-shadow: 1px 1px 4px #ffffff;
  498. background-color: transparent;
  499. letter-spacing: px;
  500. text-shadow:2px 2px 12px #000;
  501. line-height: 22pt;
  502. padding: 2px;
  503. color: #fff;
  504. text-align:center;
  505. margin-top: 500px;
  506. margin-left:-280px;
  507. width:485px;
  508. }
  509. .sofiavergara{
  510. font-family: bebas neue;
  511. font-size: 20px;
  512. margin-left:290px;
  513. margin-top: 9px;
  514. font-weight: normal;
  515. letter-spacing: 2px;
  516. text-transform: uppercase;
  517. color:#fff;
  518. }
  519. .aubreydrake {
  520. color: #FFFFFF;
  521. letter-spacing:1px;
  522. font-family: pixel;
  523. font-size: 8px;
  524. line-height:14px;
  525. margin: 2px;
  526. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  527. background-repeat:repeat;
  528. border:1px solid rgba(0,0,0,0.1);
  529. padding:3px 5px;
  530. -webkit-border-radius:2px;
  531. moz-border-radius:2px;
  532. -o-border-radius:2px;
  533. border-radius:2px;
  534. -webkit-transition: opacity 0.7s
  535. linear;opacity: 0.2;
  536. -webkit-transition: all 0.8s ease-out;
  537. -moz-transition: all 0.8s ease-out;
  538. transition: all 0.8s ease-out;
  539. }
  540.  
  541.  
  542.  
  543. .aubreydrake:hover{
  544. -webkit-transition: opacity 0.7s linear;
  545. opacity: 1;
  546. -webkit-transition: all 0.4s ease-out;
  547. -moz-transition: all 0.4s ease-out;
  548. transition: all 0.4s ease-out;
  549. }
  550.  
  551. .aubreydrake a { color: #FFF; }
  552.  
  553. div#adrianalima a{
  554. opacity: 0.9;
  555. }
  556.  
  557. div#adrianalima{
  558. position: fixed !important;
  559. margin-left:1px;
  560. margin-top:-47px;
  561. width: auto;
  562. font-family: black swan;
  563. text-shadow: 0px 0px 5px #888;
  564. font-size: 40px;
  565. line-height:8px;
  566. letter-spacing:0px;
  567. background-color: transparent;
  568. text-transform: normal;
  569. opacity: 0.9;
  570. }
  571. div#adrianalima:first-letter {
  572. color:{color:scrollbar};
  573. font-size:60px;
  574.  
  575.  
  576. }
  577. #posts {
  578. width: 527px;
  579. margin-left:210px;
  580. {block:PermalinkPage}
  581. margin-left:250px;
  582. {/block:PermalinkPage}
  583. float:left;
  584. }
  585.  
  586. #infscr-loading{
  587. bottom: -70px;
  588. position: absolute;
  589. left: 50%;
  590. margin-left:-8px;
  591. width:16px;
  592. height:11px;
  593. overflow:hidden;
  594. margin-bottom: 50px;
  595. }
  596.  
  597. .title{
  598. font-family: indie flower;
  599. font-size: 20px;
  600. line-height:20px;
  601. color: black;
  602.  
  603. }
  604.  
  605. blockquote{
  606. padding: 2px 2px 2px 5px;
  607. margin:2px 2px 2px 5px;
  608. border-left: 2px solid {color:blockquote};
  609. }
  610.  
  611. blockquote p, ul{
  612. margin:0px;
  613. padding:0px;
  614. }
  615. a img{border: 0px;}
  616.  
  617. ul, li{
  618. list-style: bullet;
  619. padding: 1px 1px 1px 2px;
  620. margin:1px 1px 1px 14px;
  621. }
  622.  
  623. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  624. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  625.  
  626. ol.notes {
  627. padding: 0px;
  628. margin: 15px 15px 13px 15px;
  629. background: transparent;
  630. border: 0px;
  631. letter-spacing: 0px;
  632. text-transform: lowercase;
  633. }
  634.  
  635. ol.notes li.note {
  636. padding: 1px;
  637. text-align: left;
  638. letter-spacing: 0px;
  639. text-transform: lowercase;
  640. }
  641.  
  642. .notes img{width:10px; position:relative; top:3px; border-radius: 100px;}
  643.  
  644. {CustomCSS}
  645.  
  646. </style>
  647.  
  648. {block:IndexPage}
  649. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  650. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  651.  
  652. <script type="text/javascript">
  653. $(window).load(function () {
  654. var $content = $('#posts');
  655. $content.masonry({itemSelector: '.entry'}),
  656. $content.infinitescroll({
  657. navSelector : 'div#pagination',
  658. nextSelector : 'div#pagination a#nextPage',
  659. itemSelector : '.entry',
  660. loading: {
  661. finishedMsg: '',
  662. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  663. },
  664. bufferPx : 600,
  665. debug : false,
  666. },
  667. // call masonry as a callback.
  668. function( newElements ) {
  669. var $newElems = $( newElements );
  670. $newElems.hide();
  671. // ensure that images load before adding to masonry layout
  672. $newElems.imagesLoaded(function(){
  673. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  674.  
  675.  
  676. });
  677. });
  678. });
  679. </script>
  680.  
  681. {/block:IndexPage}
  682.  
  683. <title>{title}</title>
  684.  
  685. <link rel="shortcut icon" href="{Favicon}">
  686. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  687. <meta name="viewport" content="width=820" />
  688.  
  689. </head>
  690. <body onkeydown="return false">
  691. <div class="wrapper">
  692. <div class="elizabethbanks">
  693. {text:quote}
  694. <div style="font-family:'cedarville cursive', sans-serif; color:#ffffff; text-transform: normal; text-align: right; font-size: 8px; line-height:9px; letter-spacing:0px; text-shadow: 1px 1px 5px #000000;">
  695. </div>
  696. <div class="sofiavergara">
  697. <sofiavergara style=”font-size: 10pt; letter-spacing: 1px; color:#fff; ”>
  698. {text:quote bottom part}</sofiavergara>
  699.  
  700. </div></div>
  701. <div id="tylerposey"><a href="/"><img src="{image:sidebar}" width=239px></a></div>
  702. <div id="linkbar"><center><div style="overflow:aut; margin-top:-5px;width:156px;height: 10px; background-color: #000;line-height: -10px; font-family:pixel;font-size: 8px; text-align: center; color:#000; border-bottom-right-radius:10px; "><div id="links"><a href="{text:Link one}"><img src="http://i.imgur.com/3a9eb.png">&nbsp;</a><font color="#FFF"><a href="{text:Link one}">{text:Link one title}</a></font>
  703. &nbsp;&nbsp;&nbsp; <a href="{text:Link two}"><img src="http://i.imgur.com/jue8h.png">&nbsp;</a><font color="#FFF"><a href="{text:Link two}">{text:Link two title}</a> &nbsp;&nbsp <a href="{text:Link three}"><img src="http://i.imgur.com/8jZZ0.png"></a>&nbsp;</a><font color="#FFF"><a href="{text:Link three}">{text:Link three title}</a></font> &nbsp;&nbsp;&nbsp;<a href="{text:Link Four}"><img src="http://i.imgur.com/XAHpo.png"></a>&nbsp;</a><font color="#FFF"><a href="{text:Link four}">{text:Link four title}</a></font></font></center></div>
  704. <div id="troianbellisario"><center>
  705. <div style="overflow:auto; width: 158px; height: 23px; border: 0px solid #000000; background-color: #000; font-family: {text:font}; font-size: 8px; text-align: center;">{text:music box content}
  706. </div></div>
  707. <div id="sidebar">
  708. <center>
  709. <div class="header">
  710. <div id="hollandroden">
  711. <div style="overflow:auto; width: 160px; height: 30px; background-color: {color:Background}; font-family: {text:font}; font-size: 8px; text-align: center;">{Description}</div>
  712. <div id="adrianalima">
  713. {text:sidebar title}
  714. </div>
  715. </div>
  716.  
  717.  
  718. </div>
  719.  
  720. <div class="left">
  721.  
  722. <div id="posts">
  723.  
  724. {block:Posts}
  725. <div class="entry">
  726.  
  727. {block:IndexPage}
  728. {/block:IndexPage}
  729.  
  730. {block:Text}
  731. <div class="textpost">
  732. <div class="title">{block:Title}{Title}{/block:Title}</div>
  733. {Body}
  734. {block:IndexPage}
  735. <div class="fweeb">
  736. <a href="{Permalink}">{TimeAgo} † {NoteCountWithLabel}</a>
  737. </div>
  738. {/block:IndexPage}
  739. </div>
  740. {/block:Text}
  741.  
  742. {block:Answer}
  743. <br>
  744. <div style="border-radius:5px; border: 1px solid #aaa; margin: 3px; min-height:30px; padding: 3px; background-color: #eee; box-shadow: 0px 0px 3px 3px #ddd; font-family: ronda; font-size: 8px;">
  745. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #ddd; border-top-right-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-bottom-left-radius:3px;"/>
  746. {Asker} was like: {Question}<br></div>
  747. <Br>
  748. <div style="font-family: tinytots; font-size: 8px;">
  749. AND I WAS LIKE:
  750. <br>
  751. {Answer}
  752. </div>
  753. <br>
  754. <center><div class="fweeb">
  755. <a href="{Permalink}">{TimeAgo} † {NoteCountWithLabel}</a>
  756. </a></a></span></div>
  757. {/block:Answer}
  758.  
  759. {block:Link}
  760. <div class="textpost">
  761. <a href="{URL}" class="title">{Name}</a>
  762. {block:Description}{Description}{/block:Description}
  763. {block:IndexPage}
  764. <div class="fweeb">
  765. <a href="{Permalink}">{TimeAgo} † {NoteCountWithLabel}</a>
  766. </div>
  767. {/block:IndexPage}
  768. </div>
  769. {block:Link}
  770.  
  771. {block:Photo}
  772.  
  773. <div class="perma">
  774. <div class="perms">
  775. <center>Posted {TimeAgo} on {block:Date}{Month} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}</center> <center><a href="{permalink}"> reblogged with {NoteCountwithLabel}</a> + <a href="{ReblogURL}" target="_blank">reblog</a> </center>
  776. </div>
  777. </div>
  778.  
  779. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  780. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}">
  781. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  782. {/block:Photo}
  783.  
  784. {block:Photoset}
  785. {block:IndexPage}
  786. <center>
  787. {Photoset-250}</center>
  788. {/block:IndexPage}
  789. {block:PermalinkPage}
  790. <center>
  791. {Photoset-500}</center>
  792. <div class="perma">
  793. <div class="perms">
  794. <center>Posted {TimeAgo} on {block:Date}{Month} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}</center> <center><a href="{permalink}"> reblogged with {NoteCountwithLabel}</a> + <a href="{ReblogURL}" target="_blank">reblog</a> </center>
  795. </div>
  796. {/block:PermalinkPage}
  797. {/block:Photoset}
  798.  
  799. {block:Quote}
  800. <div class="textpost">
  801. {Quote}</span>
  802. {block:Source}<strong>{Source}</strong>{/block:Source}
  803. {block:IndexPage}
  804. <div class="fweeb">
  805. <a href="{Permalink}">{TimeAgo} † {NoteCountWithLabel}</a>
  806. </div>
  807. {/block:IndexPage}
  808. </div>
  809. {/block:Quote}
  810.  
  811. {block:Chat}
  812. {block:Title}<span class="title">{Title}</span>{/block:Title}
  813. <ul class="chat">
  814. {block:Lines}
  815. <li class="user_{UserNumber}">
  816. {block:Label}
  817. <span class="label">{Label}</span>
  818. {/block:Label}
  819.  
  820. {Line}
  821. </li>
  822. {/block:Lines}
  823. </ul><div class="fweeb">
  824. <a href="{Permalink}">{TimeAgo} † {NoteCountWithLabel}</a>
  825. </a></a></span></div>
  826.  
  827. {/block:Chat}
  828.  
  829. {block:Audio}
  830. <div class="textpost">
  831. {AudioPlayerBlack}
  832. {block:ifshowaudiocaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowaudiocaptions}
  833. {block:IndexPage}
  834. <div class="fweeb">
  835. <a href="{Permalink}">{TimeAgo} † {NoteCountWithLabel}</a>
  836. </div>
  837. {/block:IndexPage}
  838. </div>
  839. {/block:Audio}
  840.  
  841. {block:Video}
  842. {block:IndexPage}
  843. <center>
  844. {Video-250}</center>
  845. {/block:IndexPage}
  846. {block:PermalinkPage}
  847. <center>
  848. {Video-500}</center>
  849. {/block:PermalinkPage}
  850. <div class="permatext">
  851. <a href="{permalink}">{notecountwithlabel} † <a href="{ReblogURL}" target="_blank"> reblog </a>
  852. </a></a></span></div>
  853. {block:Video}
  854.  
  855. {block:PermalinkPage}
  856. <center>
  857. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  858. {/block:PermalinkPage}
  859.  
  860.  
  861. {block:PostNotes}{PostNotes}
  862. {/block:PostNotes}
  863. </div>
  864.  
  865.  
  866. {/block:Posts}
  867. </div>
  868. </div>
  869. {block:IndexPage}
  870. {block:Pagination}
  871. <div id="pagination">
  872. {block:NextPage}
  873. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  874. {/block:NextPage}
  875. {block:PreviousPage}
  876. <a href="{PreviousPage}">&larr;&nbsp;</a>
  877. {/block:PreviousPage}
  878. </div>
  879. {/block:Pagination}
  880. {/block:IndexPage}
  881. </div>
  882. <BODY onselectstart="return false;" ondragstart="return false;">
  883. <div style="position:fixed;right:0px;top:28px;font-family: tinytots;">
  884. <span class="aubreydrake"><a href="http://birth-c0ntrol.tumblr.com/" target="_blank">THEME.</a></span>
  885.  
  886. {block:ifshowsidedecorationphoto}<div style="position:fixed; bottom:2px; right:-20px;">
  887. <img src="{image:side decoration}" border="0" alt=""></a></div>{/block:ifshowsidedecorationphoto}
  888. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement