Advertisement
yoojin

Yoojin Theme 6

May 5th, 2013
692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.22 KB | None | 0 0
  1. <!---
  2. theme base by deniallur
  3. edited tons by uphorical
  4. keep the credit or put it in your faq
  5. --->
  6.  
  7. <html lang="en">
  8.  
  9. <head>
  10.  
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Title" content="#292929"/>
  13. <meta name="color:Text" content="#363636"/>
  14. <meta name="color:Link" content="#C29B9B"/>
  15. <meta name="color:scrollbar" content="#727272"/>
  16. <meta name="color:text shadow" content="#000000"/>
  17. <meta name="color:Sidebar Title" content="#dddddd"/>
  18. <meta name="color:Hover" content="#fff"/>
  19. <meta name="color:Title Background" content="#ddd"/>
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar" content="http://static.tumblr.com/sutrz68/LoVmmcyrp/nina_and_candice.jpg"/>
  22. <meta name="text:Link One Title" content="link 1" />
  23. <meta name="text:Link One" content="" />
  24. <meta name="text:Link Two Title" content="link 2"/>
  25. <meta name="text:Link Two" content="" />
  26. <meta name="text:Link Three Title" content="link 3"/>
  27. <meta name="text:Link Three" content="" />
  28. <meta name="text:Link Four Title" content="link 4"/>
  29. <meta name="text:Link Four" content="" />
  30.  
  31.  
  32. <!-- pop up links -->
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function() {
  37. //
  38. $('a.poplight[href^=#]').click(function() {
  39. var popID = $(this).attr('rel'); //Get Popup Name
  40. var popURL = $(this).attr('href'); //Get Popup href to define size
  41. var query= popURL.split('?');
  42. var dim= query[1].split('&');
  43. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  44. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwqr5hbf1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
  45. var popMargTop = ($('#' + popID).height() + 80) / 2;
  46. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  47. //Apply Margin to Popup
  48. $('#' + popID).css({
  49. 'margin-top' : -popMargTop,
  50. 'margin-left' : -popMargLeft
  51. });
  52. $('body').append('<div id="fade"></div>');
  53. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  54. return false;
  55. });
  56. $('a.close, #fade').live('click', function() {
  57. $('#fade , .popup_block').fadeOut(function() {
  58. $('#fade, a.close').remove(); //fade them both out
  59. });
  60. return false;
  61. });
  62. });
  63. </script>
  64.  
  65. </script>
  66. <style type="text/css">
  67.  
  68. /* --- Layout ------- */
  69. #Content {position: relative; width: 800px; background: # fff; background-repeat: repeat-y; margin-left: auto, margin-right: auto; margin-top: 0px;}
  70. #Header {background: url ('IMAGE'); background-repeat: repeat-x; width: 800px; height: 49px; margin-left: 0px auto;}
  71. #Footer {background: url ('IMAGE'); background-repeat: no-repeat; background-position: bottom; width: 800px; height: 49px; clear: both;}
  72. /* ---------- POST*/
  73. #Main {width: 500px; float: right; position: relative; margin-left: 0px;}
  74. .Box {background: # cbb99d; overflow: hidden; padding: 13px; font-family: Verdana, Geneva, sans-serif; font-size: 8pt; color: # fff; text-align: justify; outline: 0px solid # ; margin-top: 10px; margin-bottom: 10px;}
  75.  
  76. /* --- SIDEBAR ------- */
  77. #Sidebar {width: 285px; float: left; margin-top: 5px; position: relative; margin-top: 0px; margin-right: 15px;}
  78. .Side {background: # eebdc5; padding: 7px; text-align: justify; color: # fff; margin-bottom: 10px; margin-top: 10px;}
  79.  
  80.  
  81. /*pop up links*/
  82. #fade { /*--Transparent background layer--*/
  83. display: none; /*--hidden by default--*/
  84. background: #000;
  85. position: fixed; left: 0; top: 0;
  86. width: 100%; height: 100%;
  87. opacity: .80;
  88. z-index: 9999;
  89. }
  90. .popup_block{
  91. display: none; /*--hidden by default--*/
  92. background: #fcfbf8;
  93. padding: 10px;
  94. border: 5px solid #f2e7e2;
  95. float: left;
  96. font-size: 10;
  97. position: fixed;
  98. top: 50%; left: 50%;
  99. z-index: 99999;
  100. /*--CSS3 Box Shadows--*/
  101. -webkit-box-shadow: 0px 0px 20px #000;
  102. -moz-box-shadow: 0px 0px 20px #000;
  103. box-shadow: 0px 0px 20px #000;
  104. /*--CSS3 Rounded Corners--*/
  105. -webkit-border-radius: 5px;
  106. -moz-border-radius: 5px;
  107. border-radius: 5px;
  108. }
  109. img.btn_close {
  110. float: right;
  111. margin: -20 -20px 0 0;
  112. }
  113. /*--Making IE6 Understand Fixed Positioning--*/
  114. *html #fade {
  115. position: absolute;
  116. }
  117. *html .popup_block {
  118. position: absolute;
  119. }
  120.  
  121.  
  122.  
  123.  
  124.  
  125. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  126.  
  127. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity:1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  128.  
  129. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:0px solid #ccc; background-color:{color:background};}
  130. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  131.  
  132.  
  133. ::-webkit-scrollbar {width: 5px; height: 5px; background: #dddddd;}
  134.  
  135. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
  136.  
  137. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}
  138.  
  139. @font-face {
  140. font-family: "dawning";
  141. src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf');
  142. }
  143.  
  144. ::selection {
  145. background: #ebbbaa;
  146. color: #ffffff;
  147. }
  148.  
  149.  
  150. ::-moz-selection {
  151. background: #ebbbaa;
  152. color: #ffffff;
  153. }
  154.  
  155.  
  156. body{
  157. margin:5px;
  158. background-color: {color:Background};
  159. background-image:url({image:Background});
  160. background-attachment: fixed;
  161. background-repeat: repeat;
  162. font-size: 10px;
  163. font-family: consolas;
  164. line-height:10px;
  165. color:{color:Text};
  166. cursor:url(http://i.imgur.com/2qleX.jpg), progress;
  167. }
  168.  
  169. a:link, a:active, a:visited{
  170. color: {color:Link};
  171. text-decoration: none;
  172. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  173. }
  174.  
  175. a:hover{
  176. color:{color:Hover};
  177. text-decoration: none;
  178. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  179. text-shadow:0px 0px 2px {color:text shadow};
  180. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  181. }
  182.  
  183. #cunt{width:250px; height:auto;}
  184. {block:PermalinkPage}
  185. width:410px;
  186. {/block:PermalinkPage}
  187. }
  188.  
  189. #center{
  190. padding-top:3px;
  191. padding-bottom:3px;
  192. position:fixed !important;
  193. width:250px;
  194. height:207px;
  195. background-color:#fff;
  196. {block:PermalinkPage}
  197. width:410px;
  198. height:207px;
  199. {/block:PermalinkPage}
  200. }
  201.  
  202. #posts{
  203. float:center;
  204. {block:indexpage}
  205. width:840px;
  206. {/block:indexpage}
  207. {block:permalinkpage}
  208. width:800px;
  209. {/block:permalinkpage}
  210. margin-left: 420px;
  211. margin-top: 5px;
  212. }
  213.  
  214. .title{
  215. font-family:calibri;
  216. font-size: 14px;
  217. line-height: 10px;
  218. color: #aebfd3;
  219. font-weight: normal;
  220. letter-spacing: 0px;
  221. text-transform:lowercase;
  222. text-transform: normal;
  223. padding: 2px 0px 0px 0px;
  224. }
  225.  
  226.  
  227. #sidebar{
  228. position:fixed !important;
  229. width:190px;
  230. font-family: ronda;
  231. height: auto;
  232. background: white;
  233. margin-left: 115px;
  234. margin-top: 150px;
  235. color: #777;
  236. padding:8px;
  237. padding-bottom: 80px;
  238. border: 8px solid #ddd;
  239. }
  240.  
  241. div#desc{
  242. position:fixed !important;
  243. opacity: 1.0;
  244. width: 188px;
  245. height: auto;
  246. margin-top: 5px;
  247. padding: 2px;
  248. padding-top:2px;
  249. padding-bottom: 2px;
  250. margin-left: 0px;
  251. font-size: 10px;
  252. line-height:12px;
  253. background-color:none;
  254. font-family: consolas;
  255. text-align:center;
  256. text-transform: none;
  257. }
  258.  
  259. div#links{
  260. position: fixed !important;
  261. opacity:1.0;
  262. height: 10px;
  263. width: 188px;
  264. padding: 2px;
  265. margin-left:0px;
  266. margin-top:5px;
  267. font-family: consolas;
  268. font-size: 8px;
  269. line-height:20px;
  270. background-color: none;
  271. text-align:center;
  272. text-transform: uppercase;
  273. font-weight: normal;
  274. letter-spacing: 2px;
  275. }
  276.  
  277.  
  278. /*bottom*/
  279. div#border4{
  280. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  281. repeat:repeat-x;
  282. position: fixed;
  283. opacity:0.8;
  284. margin-left: 80px;
  285. margin-top: 387px;
  286. left:0;
  287. width:300px;
  288. height:18px;
  289. }
  290.  
  291. /*top*/
  292. div#border3{
  293. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  294. repeat:repeat-x;
  295. left:0;
  296. width:308px;
  297. height:18px;
  298. position: fixed;
  299. opacity:0.8;
  300. margin-left: 75px;
  301. margin-top: 110px;-webkit-transform: rotate(-180deg);
  302. -moz-transform: rotate(-180deg);
  303. }
  304.  
  305. /*right*/
  306. div#border2{
  307. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  308. repeat:repeat-x;
  309. left:0;
  310. width:276px;
  311. height:18px;
  312. position: fixed;
  313. opacity:0.8;
  314. margin-left: 235px;
  315. margin-top: 250px;-webkit-transform: rotate(-90deg);
  316. -moz-transform: rotate(-90deg);
  317. }
  318.  
  319. /*left*/
  320. div#border1{
  321. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  322. repeat:repeat-x;
  323. left:0;
  324. width:270px;
  325. height:18px;
  326. position: fixed;
  327. opacity:0.8;
  328. margin-left: -50px;
  329. margin-top: 250px;-webkit-transform: rotate(90deg);
  330. -moz-transform: rotate(90deg);
  331. }
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. @font-face { font-family: "arma"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  339.  
  340. @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  341.  
  342. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  343.  
  344.  
  345.  
  346. @font-face {
  347. font-family: "Call Me";
  348. src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype");
  349. }
  350.  
  351.  
  352.  
  353. p.custom_font {
  354. font-family: Call Me;
  355. }
  356.  
  357.  
  358.  
  359. @font-face { font-family: "demo"; src: url('http://static.tumblr.com/jdjsstr/Eq8m819c1/neou-thin_1_.ttf'); }
  360.  
  361. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  362.  
  363. @font-face { font-family: "simply"; src: url('http://static.tumblr.com/jdjsstr/jAKm8lv4d/djb_jacked_up_kinda_luv_1_.ttf'); }
  364.  
  365. @font-face { font-family: "s"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  366.  
  367. @font-face {font-family: "selfish"; src:url("http://static.tumblr.com/qlxyunb/fydmac3ep/selfish_.ttf")}
  368.  
  369. @font-face { font-family: "Abbeyline"; src: url('http://static.tumblr.com/pwgdr2n/RGcm3j4ne/abbeyline.ttf'); }
  370.  
  371. @font-face {font-family:"Bree"; src:url('http://static.tumblr.com/9wzbixa/YBvm26pgu/bree.ttf');}
  372.  
  373. @font-face {font-family: "Tall Films"; src: url('http://static.tumblr.com/w1f0ilq/4m9lyy51c/tall_film.ttf');}
  374.  
  375. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  376.  
  377. @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
  378.  
  379. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  380.  
  381. @font-face { font-family: "lainie"; src: url('http://static.tumblr.com/oetadgc/Uialyjfaa/laine.ttf'); }
  382.  
  383. @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  384.  
  385. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  386.  
  387. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  388.  
  389. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  390.  
  391.  
  392. faqq {
  393. font-family: signerica;
  394. width: 350px;
  395. font-size:30px;
  396. line-height: 30px;
  397. color:{color:Title};
  398. text-align: center;
  399. font-weight: normal;
  400. text-transform: normal;
  401. text-shadow: 2px 0px 7px #ddd;
  402. border-bottom: 0px solid #ddd;
  403. }
  404.  
  405.  
  406. @font-face { font-family: "gram"; src: url('http://static.tumblr.com/jdjsstr/vQrm800ez/neou-bold_1_.otf'); }
  407.  
  408. #entry .perma a{
  409. color:;}
  410.  
  411. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  412.  
  413. @font-face {font-family: "neou";src: url('http://static.tumblr.com/jdjsstr/tmCm6t649/neou-thin_1_.otf');}
  414.  
  415.  
  416. .permalink {
  417. display: block;
  418. border-top: 1px solid #ddd;
  419. padding: 3px;
  420. margin: 4px 8px 0px 8px;
  421. font-family: pixel;
  422. font-size: 8px;
  423. color: #424242;
  424. line-height: 18px;
  425. text-align: center;
  426. text-decoration: none;
  427. -webkit-transition: color 0.9s ease-out;
  428. -moz-transition: color 0.9s ease-out;
  429. }
  430.  
  431. #entry .perma a{
  432. color: #aaa;
  433. }
  434.  
  435. #entry .perma{
  436. position:absolute;
  437. margin-top: 15px;
  438. margin-left:0px;
  439. width:36px;
  440. height:15px;
  441. padding-top: 10px;
  442. background-color:#ffffff;
  443. padding:5px;
  444. overflow:hidden;
  445. font-family: consolas;
  446. letter-spacing:0px;
  447. font-size: 10px;
  448. line-height:10px;
  449. text-align:center;
  450. opacity:0.0;
  451. text-transform: uppercase;
  452. border-left: 5px solid {color:Sidebar Title};
  453. border-right: 5px solid {color:Sidebar Title};
  454. transition: all 0.9s ease;
  455. -o-transition-transition: all 0.9s ease;
  456. -webkit-transition: all 0.9s ease;
  457. -moz-transition: all 0.9s ease;
  458. }
  459.  
  460. #entry:hover .perma{
  461. overflow:hidden;
  462. opacity:0.9;
  463. width: 220px;
  464. transition: all 0.9s ease;
  465. -o-transition-transition: all 0.9s ease;
  466. -webkit-transition: all 0.9s ease;
  467. -moz-transition: all 0.9s ease;
  468. }
  469.  
  470. .permalinktext {
  471. display: block;
  472. padding: 1px;
  473. margin: 0px 0px 0px 8px;
  474. font-family: arma;
  475. letter-spacing: 0px;
  476. font-size:8px;
  477. color: #424242;
  478. line-height: 10px;
  479. text-align: right;
  480. text-decoration: none;
  481. -webkit-transition: color 0.5s ease-out;
  482. -moz-transition: color 0.5s ease-out;
  483. border-top: 1px solid #dcdcdc;
  484. }
  485.  
  486.  
  487. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  488.  
  489. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  490.  
  491. askk {
  492. font-family: yolo;
  493. color: {color:Title};
  494. font-size:26px;
  495. font-weight: normal;
  496. z-index:1;
  497. }
  498.  
  499. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  500. #postnotes{
  501. text-align: left;
  502. }
  503.  
  504. #postnotes blockquote{
  505. border: 0px;
  506. }
  507.  
  508. #entry{
  509. opacity: 0.8;
  510. font-family: ronda;
  511. font-size: 8px;
  512. line height: 11px;
  513. text-align:center;
  514. float:left;
  515. width: 240px;
  516. height: auto;
  517. {block:PermalinkPage}
  518. width: 476px;
  519. height: auto;
  520. {/block:PermalinkPage}
  521. line-height:8px;
  522. background:#fcfcfc;
  523. margin: 3px;
  524. padding:12px;
  525. overflow:hidden;
  526. border:1px solid #F0F0F0;
  527. -webkit-transition: all 0.9s ease;
  528. -moz-transition: all 0.9s ease;
  529. -o-transition: all 0.9s ease;
  530. }
  531.  
  532. #entry:hover {
  533. opacity: 3.0;
  534. transition: all 0.9s ease-out;
  535. -o-transition-transition: all 0.9s ease-out;
  536. -webkit-transition: all 0.9s ease-out;
  537. -moz-transition: all 0
  538. }
  539.  
  540. @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  541.  
  542. #permapage{
  543. font-family: tinytots;
  544. font-size: 8px;
  545. line-height: 8px;
  546. text-align: center;
  547. padding-bottom:10px;
  548. z-index:9999;}
  549.  
  550. .title{
  551. font-family:neou;
  552. text-transform: uppercase;
  553. font-size: 25px;
  554. line-height: 25px;
  555. color: {color:Title};
  556. font-weight: normal;
  557. padding: 2px 0px 0px 0px;
  558. }
  559.  
  560. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  561.  
  562. @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }
  563.  
  564. .blogtitle{
  565. font-family: beauty;
  566. font-size: 18px;
  567. line-height: 18px;
  568. color: {color:Link};
  569. font-weight: normal;
  570. }
  571.  
  572. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  573.  
  574. blockquote{
  575. padding:0px 0px 2px 3px;
  576. margin:0px 0px 2px 1px;
  577. }
  578. ul, ol, li{
  579. list-style:none;
  580. margin:0px;
  581. padding:0px;
  582. }
  583.  
  584. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  585. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  586. }
  587.  
  588. a.links {
  589. font-family: ruluko;
  590. font-size: 8px;
  591. line-height: 8px;
  592. text-transform: normal;
  593. letter-spacing:0px;
  594. display:block;
  595. padding: 0px;
  596. margin-bottom: 0px;
  597. }
  598.  
  599. a.links:hover {
  600. font-style: underline;
  601. text-decoration: none;
  602. letter-spacing:10px;
  603. }
  604.  
  605.  
  606. #s-m-t-tooltip {
  607. max-width:300px;
  608. padding:3px 4px 3px 4px;
  609. margin:20px 0px 0px 20px;
  610. background-color:#fff; /* change the background color */
  611. border:1px solid #ddd; /* change the border color */
  612. font-family:calibri; /* change the font */
  613. font-size:9px; /* change the font size */
  614. letter-spacing:2px; /* change the letter spacing */
  615. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  616. color:#999; /* change the text color */
  617. z-index:999999999999999999999999999999999999;
  618. }
  619.  
  620. </style>
  621. <title>{title}</title>
  622. <link rel="shortcut icon" href="{favicon}">
  623. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  624. </head>
  625.  
  626. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  627. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  628. <script>
  629. (function($){
  630. $(document).ready(function(){
  631. $("a[title]").style_my_tooltips({
  632. tip_follows_cursor:true,
  633. tip_delay_time:90,
  634. tip_fade_speed:600,
  635. attribute:"title"
  636. });
  637. });
  638. })(jQuery);
  639. </script>
  640.  
  641.  
  642. <body>
  643. <div id="center">
  644. <div id="content">
  645. <div id="border2"></div><div id="border4"></div><div id="border3"></div>
  646. <div id="border1"></div>
  647. </div>
  648. </div>
  649. </div>
  650. </div>
  651. <div id="sidebar">
  652. <a href="/"><img src="{image:sidebar}" style="width: 188px; height: auto; background: white; border: 1px solid transparent; padding: 0px;"></a>
  653. <div id="desc">
  654. {Description}
  655. <div id="links">
  656. <a href="{text:Link One}" >{text:Link One Title}</a> <a href="{text:Link Two}">{text:Link Two Title}</a> <a href="{text:Link Three}">{text:Link Three Title}</a> <a href="{text:Link Four}">{text:Link Four Title}</a>
  657. </div>
  658. </div>
  659. </div>
  660. </div>
  661. </div>
  662.  
  663.  
  664.  
  665.  
  666. <div id="posts">
  667.  
  668.  
  669. {block:Posts}
  670. <div id="entry">
  671. {block:Text}
  672. {block:Title}<span class="title">{Title}</span>{/block:Title}
  673. <span class="entrytext">{Body}</span>
  674. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">:</font> <a href="{permalink}">{timeago}</a> </div>
  675. {/block:Text}
  676.  
  677. {block:Link}
  678. <a href="{URL}" class="title">{Name}</a>
  679. {block:Description}{Description}{/block:Description}
  680. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">:</font> <a href="{permalink}">{timeago}</a> </div>
  681. {block:Link}
  682.  
  683. {block:Photo}{block:IndexPage}
  684. <div class="perma">
  685. <a href="{permalink}">{NoteCountWithLabel}</a> &middot {timeago} &middot <a> <a href="{ReblogURL}" target="_blank" > reblog </a></span></div>
  686. {/block:IndexPage}
  687. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=240px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=460px/>{LinkCloseTag}{/block:PermalinkPage}
  688. {/block:Photo}
  689.  
  690.  
  691. {block:Quote}
  692. <span class="entrytext">{Quote}</span>
  693. {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
  694. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  695. {/block:Quote}
  696.  
  697. {block:Chat}
  698. {block:Title}<span class="title">{Title}</span>{/block:Title}
  699. <ul class="chat">
  700. {block:Lines}
  701. <li class="user_{UserNumber}">
  702. {block:Label}
  703. <span class="label">{Label}</span>
  704. {/block:Label}
  705.  
  706. {Line}
  707. </li>
  708. {/block:Lines}
  709. </ul>
  710. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">:</font> <a href="{permalink}">{timeago}</a> </div>
  711. {/block:Chat}
  712.  
  713.  
  714. {block:Audio}
  715. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div><div style="margin-top:10px; float:left;">
  716. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  717. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  718. {/block:Audio}
  719.  
  720. {block:Video}<center>
  721. <div style="padding-top:0px; padding-bottom:2px;">
  722. {Video-250}</div>
  723. <div style="padding-bottom:5px;">{block:Caption}{/block:Caption}</div>
  724. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{permalink}">{timeago}</a> </div>
  725. {block:Video}
  726.  
  727. {block:Answer}
  728. <br>
  729. <div style="border-radius:0px; border: 1px double #dddddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 0px 0px #eee;">
  730. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px ddd; border-radius: 0px;"/>
  731. <askk>{Asker}</askk> : {Question}<br></div>
  732. <div style="font-family: arma; font-size: 8px;">
  733. {Answer}
  734. </div>
  735. {/block:Answer}
  736.  
  737. {block:PostNotes}<div align="middle">{caption}</div>
  738. <center>
  739.  
  740. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  741.  
  742. {block:HasTags}
  743. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  744. {block:RebloggedFrom}
  745. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  746. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  747.  
  748. {/block:RebloggedFrom}
  749. </center></span>
  750. <br>
  751. <div id="postnotes">{PostNotes}</div><br>
  752.  
  753. <center>{block:ContentSource}
  754. <br><a href="{SourceURL}">
  755. {lang:Source}:
  756. {block:SourceLogo}
  757. <img src="{BlackLogoURL}" width="{LogoWidth}"
  758. height="{LogoHeight}" alt="{SourceTitle}" />
  759. {/block:SourceLogo}
  760. {block:NoSourceLogo}
  761. {SourceLink}
  762. {/block:NoSourceLogo}
  763. </a>
  764. {/block:ContentSource}</center>
  765.  
  766. {/block:PostNotes}
  767. </div>
  768. {/block:Posts}
  769. </div></div>
  770.  
  771. {block:indexpage}
  772. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  773. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  774. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  775. <script type="text/javascript">
  776. $(window).load(function(){
  777. var $wall = $('#posts');
  778. $wall.imagesLoaded(function(){
  779. $wall.masonry({
  780. itemSelector: '#entry, #entry_photo',
  781. isAnimated : false
  782. });
  783. });
  784.  
  785. $wall.infinitescroll({
  786. navSelector : '#page-nav',
  787. nextSelector : '#page-nav a',
  788. itemSelector : '#entry, #entry_photo',
  789. bufferPx : 2000,
  790. debug : false,
  791. errorCallback: function() {
  792. $('#infscr-loading').fadeOut('normal');
  793. }},
  794. function( newElements ) {
  795. var $newElems = $( newElements );
  796. $newElems.hide();
  797. $newElems.imagesLoaded(function(){
  798. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  799. });
  800. }); $('#content').show(500);
  801. });
  802. </script>
  803.  
  804. <script language=JavaScript>
  805. <!--
  806.  
  807. //Disable right click script III- By Renigade (renigade@mediaone.net)
  808. //For full source code, visit http://www.dynamicdrive.com
  809.  
  810. var message="";
  811. ///////////////////////////////////
  812. function clickIE() {if (document.all) {(message);return false;}}
  813. function clickNS(e) {if
  814. (document.layers||(document.getElementById&&!document.all)) {
  815. if (e.which==2||e.which==3) {(message);return false;}}}
  816. if (document.layers)
  817. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  818. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  819.  
  820. document.oncontextmenu=new Function("return false")
  821. // -->
  822. </script>
  823. {/block:indexpage}
  824. </body>
  825.  
  826.  
  827.  
  828. <div style="position:fixed; bottom:5px; right:5px; background:white; border-right: 2px solid #ddd; border-left:2px solid #ddd; padding:5px; letter-spacing:1px;">
  829. <a href="http://uphorical.tumblr.com">credit</a></div>
  830.  
  831.  
  832. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement