Advertisement
vongolacloud18

Kazemaru Theme

Feb 27th, 2014
2,062
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 22.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6.     <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  7.     <link rel="shortcut icon" href="{Favicon}">
  8.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <meta name="color:Text" content="#000000">
  11. <meta name="color:Title" content="#2780ad">
  12. <meta name="color:Links" content="#4fa5c8">
  13. <meta name="color:LinksHover" content="#cccccc">
  14. <meta name="color:Bold" content="#2b2e80">
  15. <meta name="color:Italics" content="#74b1cd">
  16. <meta name="color:Background" content="#FFFfff">
  17. <meta name="color:Sidebar" content="#FFFfff">
  18. <meta name="color:SidebarBorder" content="#80b9d6">
  19. <meta name="color:Entries" content="#FFFfff">
  20. <meta name="color:Description" content="#FFFfff">
  21. <meta name="color:DescriptionBorder" content="#aaaaaa">
  22. <meta name="color:DescriptionText" content="#444444">
  23. <meta name="color:Blockquote" content="#8fc6c2">
  24. <meta name="color:EntryBorder" content="#bbdae2">
  25. <meta name="color:Tags" content="#39bcc4">
  26. <meta name="color:Link1" content="#209da0">
  27. <meta name="color:Link2" content="#40B2B5">
  28. <meta name="color:Link3" content="#61C6C8">
  29. <meta name="color:Link4" content="#6ED8DA">
  30. <meta name="color:Bracket" content="#1a8089">
  31. <meta name="color:SelectionText" content="#61C6C8">
  32.  
  33. <meta name="image:Background" content="http://static.tumblr.com/4f3833e6e353f98fd96cb8085c664c58/hxaftoq/ykimv8yae/tumblr_static_21.gif">
  34. <meta name="image:Sidebar" content="http://static.tumblr.com/47883a149a0828e9268281715ccc0275/hxaftoq/JP1mv90er/tumblr_static_19957892_m.jpg">
  35. <meta name="image:Corner" content="http://static.tumblr.com/37ee72cbbe3855c7b21b176afe3a32b9/hxaftoq/AIzmvatqv/tumblr_static_lil_windy.png">
  36.  
  37. <meta name="if:FadeInImages" content="0">
  38. <meta name="if:FadeOutImages" content="0">
  39. <meta name="if:BlurImages" content="0">
  40. <meta name="if:Monochrome" content="0">
  41. <meta name="if:EndlessScroll" content="0">
  42. <meta name="if:Pages" content="1">
  43. <meta name="if:ShowCaptions" content="1">
  44. <meta name="if:ShowTags" content="1">
  45. <meta name="if:CustomCursor" content="1">
  46. <meta name="if:500px" content="1">
  47. <meta name="if:400px" content="0">
  48. <meta name="if:250px" content="0">
  49.  
  50. <meta name="text:Link1URL" content="">
  51. <meta name="text:Link1Title" content="">
  52. <meta name="text:Link2URL" content="">
  53. <meta name="text:Link2Title" content="">
  54. <meta name="text:Link3URL" content="">
  55. <meta name="text:Link3Title" content="">
  56. <meta name="text:Link4URL" content="">
  57. <meta name="text:Link4Title" content="">
  58.  
  59.     <link href='http://fonts.googleapis.com/css?family=Cherry+Swash' rel='stylesheet' type='text/css'>
  60.     <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed' rel='stylesheet' type='text/css'>
  61.     <link href='http://fonts.googleapis.com/css?family=Advent+Pro:200' rel='stylesheet' type='text/css'>
  62.     <link href='http://fonts.googleapis.com/css?family=Belleza' rel='stylesheet' type='text/css'>
  63.     <link href='http://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
  64.  
  65. <style type="text/css">
  66.  
  67. ::selection, ::-webkit-selection{
  68. background-color: transparent;
  69. color: {color:SelectionText};
  70. text-shadow: none !important;
  71. }
  72.  
  73. body {
  74.     font-family:calibri;
  75.     font-size:12px;
  76.     background-image: url('{image:Background}');
  77.     background-attachment:fixed;
  78.     background-repeat:repeat;
  79.     background-color:{color:Background};
  80.     color:{color:Text};
  81. }
  82.  
  83. {block:IfCustomCursor}
  84. body {cursor: url(http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif), progress !important;}
  85.    
  86. a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}
  87. {/block:IfCustomCursor}
  88.  
  89. a {
  90.     color:{color:Links};
  91.     text-decoration:none;
  92.     -webkit-transition: all 0.4s ease-in-out;
  93.     -moz-transition: all 0.4s ease-in-out;
  94.     -ms-transition: all 0.4s ease-in-out;
  95.     -o-transition: all 0.4s ease-in-out;
  96.     transition: all 0.4s ease-in-out;
  97. }
  98.  
  99. a:hover {
  100.     color:{color:LinksHover};
  101. }
  102.  
  103. i, em {
  104.     color:{color:Italics};
  105. }
  106.  
  107. b, strong {
  108.     color:{color:Bold};
  109. }
  110.  
  111. #side {
  112.     position:fixed;
  113.     top:40px;
  114.     left:30px;
  115.     width:300px;
  116. }
  117.  
  118. #title {
  119.     font-size:18px;
  120.     text-align:center;
  121.     padding:5px;
  122.     line-height:25px;
  123. }
  124.  
  125. #title span, #sub {
  126.     padding:2px 5px;
  127.     border-bottom:1px dashed {color:Title};
  128.     color:{color:Title};
  129.     font-family: 'Cherry Swash', cursive;
  130. }
  131.  
  132. #sub {
  133.     line-height:15px;
  134.     display:inline-block;
  135.     padding-top:5px;
  136.     font-size:12px !important;
  137. }
  138.  
  139. #sidebar img {
  140.     width:278px;
  141.     padding:10px;
  142.     background-color:{color:Sidebar};
  143.     border:1px solid {color:SidebarBorder};
  144.     border-top:0px solid transparent;
  145.     border-bottom:0px solid transparent;
  146. }
  147.  
  148. #main {
  149.     margin-top:5px;
  150.     margin-bottom:-3px;
  151. }
  152.  
  153. @-moz-document url-prefix() {
  154.     #main {
  155.         margin-bottom:-4px;
  156. }
  157. }
  158.  
  159. #main a, #links a {
  160.     display:inline-block;
  161.     height:0px;
  162.     overflow:hidden;
  163.     width:75px;
  164.     padding:3px 0px;
  165.     background-color:#000;
  166. }
  167.  
  168. #links {
  169.     margin-top:-10px;
  170.     margin-bottom:10px;
  171. }
  172.  
  173. #qq {
  174.     margin-top:-10px;
  175. }
  176.  
  177. #desq {
  178.     font-size:100px;
  179.     font-family: 'Open Sans Condensed', sans-serif;
  180.     font-family: 'Advent Pro', sans-serif;
  181.     color:{color:Bracket};
  182.     -webkit-transition: all 0.3s ease-in-out;
  183.     -moz-transition: all 0.3s ease-in-out;
  184.     -ms-transition: all 0.3s ease-in-out;
  185.     -o-transition: all 0.3s ease-in-out;
  186.     transition: all 0.3s ease-in-out;
  187. }
  188.  
  189. #desc {
  190.     background-color:{color:Description};
  191.     color:{color:DescriptionText};
  192.     opacity:.5;
  193.     width:200px;
  194.     padding:5px;
  195.     border-left:1px dashed {color:DescriptionBorder};
  196.     border-right:1px dashed {color:DescriptionBorder};
  197. }
  198.  
  199. #posts {
  200.     margin-top:30px;
  201.     margin-left:360px;
  202.     padding-bottom:30px;
  203. }
  204.  
  205. #entries {
  206.     {block:if500px}width:500px;{/block:if500px}
  207.     {block:if400px}width:400px;{/block:if400px}
  208.     {block:if250px}width:250px;{/block:if250px}
  209.     padding:10px;
  210.     text-align:justify;
  211.     margin-bottom:15px;
  212.     background-color:{color:Entries};
  213.     border:1px solid {color:EntryBorder};
  214. }
  215.  
  216. #entries img, #entries iframe {
  217.     -webkit-transition: all 0.4s ease-in-out;
  218.     -moz-transition: all 0.4s ease-in-out;
  219.     -ms-transition: all 0.4s ease-in-out;
  220.     -o-transition: all 0.4s ease-in-out;
  221.     transition: all 0.4s ease-in-out;
  222.     {block:IfFadeInImages}
  223.     opacity:.7;
  224.     {/block:IfFadeInImages}
  225.     {block:IfMonochrome}
  226.     -webkit-filter: grayscale(1);
  227.     {/block:IfMonochrome}
  228. }
  229.  
  230. #entries pre {
  231.     white-space: pre-wrap;       /* css-3 */
  232.     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  233.     white-space: -pre-wrap;      /* Opera 4-6 */
  234.     white-space: -o-pre-wrap;    /* Opera 7 */
  235.     word-wrap: break-word;
  236.     word-break:break-all;
  237. }
  238.  
  239. #entries img {
  240.     max-width:100%;
  241. }
  242.  
  243. #entries img:hover, #entries iframe:hover {
  244.     {block:IfFadeInImages}
  245.     opacity:1;
  246.     {/block:IfFadeInImages}
  247.     {block:IfFadeOutImages}
  248.     opacity:.7;
  249.     {/block:IfFadeOutImages}
  250.     {block:IfBlurImages}
  251.     {block:IndexPage}
  252.     filter: blur(3px);
  253.     -webkit-filter: blur(3px);
  254.     -moz-filter: blur(3px);
  255.     -o-filter: blur(3px);
  256.     -ms-filter: blur(3px);
  257.     {/block:IndexPage}
  258.     {/block:IfBlurImages}
  259.     {block:IfMonochrome}
  260.     {block:IndexPage}
  261.     -webkit-filter: grayscale(0);
  262.     {/block:IndexPage}
  263.     {/block:IfMonochrome}
  264. }
  265.  
  266. #entries blockquote {
  267.     margin-left:8px;
  268.     padding-left:5px;
  269.     padding-right:8px;
  270.     margin-right:0px;
  271.     border-left:3px solid {color:Blockquote};
  272. }
  273.  
  274. .ent {
  275.     overflow:hidden;
  276.     {block:if500px}width:500px;{/block:if500px}
  277.     {block:if400px}width:400px;{/block:if400px}
  278.     {block:if250px}width:250px;{/block:if250px}
  279. }
  280.  
  281. .pic1 { margin-top:-103px; }
  282.  
  283. @-moz-document url-prefix() {
  284.     .pic1 {
  285.         margin-top:-104px;
  286.     }
  287. }
  288.  
  289. #inf p {
  290.     line-height:20px;
  291.     margin-top:0px;
  292.     margin-bottom:0px;
  293.     border-bottom:1px dashed {color:EntryBorder};
  294. }
  295.  
  296. #quo {
  297.     font-size:16px;
  298.     font-family:"Cherry Swash", cursive;
  299.     text-align:center;
  300. }
  301.  
  302. #ti {
  303.     display:block;
  304.     text-align:center;
  305. }
  306.  
  307. #ti a {
  308.     padding:2px 10px;
  309.     font-size:16px;
  310.     font-family: 'Rokkitt', serif;
  311.     border-bottom:1px dashed {color:EntryBorder};
  312. }
  313.  
  314. #quo i {
  315.     display:inline-block;
  316.     margin-top:5px;
  317.     font-size:12px;
  318.     font-family:courier, sans-serif;
  319.     font-family: 'Rokkitt', serif;
  320. }
  321.  
  322. #perm {
  323.     margin-top:5px;
  324.     border-top:1px dashed {color:EntryBorder};
  325.     padding:5px;
  326.     padding-top:3px;
  327.     padding-bottom:0px;
  328.     font-size:10px;
  329.     letter-spacing:1px;
  330.     font-family: 'Belleza', sans-serif;
  331. }
  332.  
  333. #perm a {
  334.     color:{color:Tags};
  335.     font-size:11px;
  336.     letter-spacing:0px;
  337.     -webkit-transition: all 0.4s ease-in-out;
  338.     -moz-transition: all 0.4s ease-in-out;
  339.     -ms-transition: all 0.4s ease-in-out;
  340.     -o-transition: all 0.4s ease-in-out;
  341.     transition: all 0.4s ease-in-out;
  342. }
  343.  
  344. #perm a:hover {
  345.     color:{color:Text};
  346. }
  347.  
  348. #per {
  349.     height:0px;
  350.     margin-left:511px;
  351.     margin-top:-11px;
  352.     margin-bottom:11px;
  353.     width:150px;
  354. }
  355.  
  356. #per span {
  357.     width:150px;
  358.     display:block;
  359.     line-height:15px;
  360.     -webkit-transition: all 0.6s ease-in-out;
  361.     -moz-transition: all 0.6s ease-in-out;
  362.     -ms-transition: all 0.6s ease-in-out;
  363.     -o-transition: all 0.6s ease-in-out;
  364.     transition: all 0.6sease-in-out;
  365. }
  366.  
  367. .un, .do, .tr {
  368.     margin-left:200px;
  369. }
  370.  
  371. #entries .un {
  372.     transition-delay:.2s;
  373. }
  374.  
  375. #entries .do {
  376.     transition-delay:.1s;
  377. }
  378.  
  379. #entries .tr {
  380.     transition-delay:.0s;
  381. }
  382.  
  383. #entries:hover .un {
  384.     transition-delay:.0s;
  385.     opacity:1;
  386.     margin-left:0px;
  387. }
  388.  
  389. #entries:hover .do {
  390.     opacity:1;
  391.     transition-delay:.1s;
  392.     margin-left:0px;
  393. }
  394.  
  395. #entries:hover .tr {
  396.     transition-delay:.2s;
  397.     opacity:1;
  398.     margin-left:0px;
  399. }
  400.  
  401. #per span:hover {
  402.     border-width:40px;
  403.     transition-delay:0.0s !important;
  404. }
  405.  
  406. .un:hover, do:hover, tr:hover {
  407.     transition-delay:0.0s;
  408. }
  409.  
  410. span.un {
  411.     padding-left:5px;
  412.     opacity:0;
  413.     border-left:15px solid {color:Link1};
  414. }
  415.  
  416. span.do {
  417.     padding-left:5px;
  418.     opacity:0;
  419.     border-left:15px solid {color:Link2};
  420. }
  421.  
  422. span.tr {
  423.     padding-left:5px;
  424.     opacity:0;
  425.     border-left:15px solid {color:Link3};
  426. }
  427.  
  428. .fo {
  429.     opacity:1;
  430.     margin-left:10px;
  431.     line-height:20px;
  432. }
  433.  
  434. #per img {
  435.     width:16px;
  436.     border:2px solid {color:Link1};
  437. }
  438.  
  439. #dhtmltooltip {
  440.     position: absolute;
  441.     padding: 3px;
  442.     padding-top:5px;
  443.     text-align:center;
  444.     font-family:consolas;
  445.     font-size: 10px;
  446.     line-height:10px;
  447.     letter-spacing:1px;
  448.     text-transform: uppercase;
  449.     border:1px solid {color:SidebarBordeR};
  450.     color:{color:Title};
  451.     visibility: hidden;
  452.     z-index: 10000;
  453. }
  454.  
  455. </style>
  456.  
  457. {block:IfEndlessScroll}
  458. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  459.    
  460. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  461. {/block:IfEndlessScroll}
  462.  
  463. </head>
  464. <body>
  465.  
  466. <div id="dhtmltooltip"></div>
  467. <script type="text/javascript">
  468.  
  469. /***********************************************
  470. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  471. * This notice MUST stay intact for legal use
  472. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  473. ***********************************************/
  474.  
  475. var offsetxpoint=20 //Customize x offset of tooltip
  476. var offsetypoint=-20 //Customize y offset of tooltip
  477. var ie=document.all
  478. var ns6=document.getElementById && !document.all
  479. var enabletip=false
  480. if (ie||ns6)
  481. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  482.  
  483. function ietruebody(){
  484. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  485. }
  486.  
  487. function ddrivetip(thetext, thecolor, thewidth){
  488. if (ns6||ie){
  489. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  490. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  491. tipobj.innerHTML=thetext
  492. enabletip=true
  493. return false
  494. }
  495. }
  496.  
  497. function positiontip(e){
  498. if (enabletip){
  499. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  500. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  501. //Find out how close the mouse is to the corner of the window
  502. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  503. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  504.  
  505. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  506.  
  507. //if the horizontal distance isn't enough to accomodate the width of the context menu
  508. if (rightedge<tipobj.offsetWidth)
  509. //move the horizontal position of the menu to the left by it's width
  510. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  511. else if (curX<leftedge)
  512. tipobj.style.left="5px"
  513. else
  514. //position the horizontal position of the menu where the mouse is positioned
  515. tipobj.style.left=curX+offsetxpoint+"px"
  516.  
  517. //same concept with the vertical position
  518. if (bottomedge<tipobj.offsetHeight)
  519. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  520. else
  521. tipobj.style.top=curY+offsetypoint+"px"
  522. tipobj.style.visibility="visible"
  523. }
  524. }
  525.  
  526. function hideddrivetip(){
  527. if (ns6||ie){
  528. enabletip=false
  529. tipobj.style.visibility="hidden"
  530. tipobj.style.left="-1000px"
  531. tipobj.style.width=''
  532. }
  533. }
  534.  
  535. document.onmousemove=positiontip
  536.  
  537. </script>
  538.  
  539. <img src="{image:Corner}" style="position:fixed; bottom:0px; right:0px; max-width:400px; z-index:-5;">
  540.  
  541. <div id="side">
  542.     <div id="sidebar">
  543.             {block:IfPages}{block:Pagination}<center style="width:250px; margin-bottom:-20px; margin-left:25px;">
  544.             <div>
  545.                 {block:PreviousPage}<a href="{PreviousPage}" style="float:left; font-family:courier; font-size:24px;">«</a>{/block:PreviousPage}
  546.                
  547.                 {block:NextPage}<a href="{NextPage}" style="float:right; font-family:courier; font-size:24px;">»</a>{/block:NextPage}
  548.             </div><br>
  549.         </center>{/block:Pagination}{/block:IfPages}
  550.         <center><div id="title"><span>{Title}</span>
  551.         </div></center>
  552.         <div id="main">
  553.             <table cellspacing="0" cellpadding="0"><tr><td>
  554.             <a href="/" onMouseover="ddrivetip('Home','#fff', 50)"; onMouseout="hideddrivetip()" style="background-color:{color:Link1}">Home</a></td><td>
  555.             <a href="/ask"onMouseover="ddrivetip('Ask','#fff', 50)"; onMouseout="hideddrivetip()" style="background-color:{color:Link2}">Ask</a></td><td>
  556.             <a href="/archive"onMouseover="ddrivetip('Past','#fff', 50)"; onMouseout="hideddrivetip()" style="background-color:{color:Link3}">Archive</a></td><td>
  557.             <a href="http://bakao.co.vu"onMouseover="ddrivetip('Theme','#fff', 50)"; onMouseout="hideddrivetip()" style="background-color:{color:Link4}">Theme</a>
  558.             </td></tr></table>
  559.         </div>
  560.         <img src="{image:Sidebar}">
  561.         <div id="links">
  562.             <table cellspacing="0" cellpadding="0"><tr><td>
  563.             <a href="{text:Link1URL}" {block:IfLink1URL}onMouseover="ddrivetip('{text:Link1Title}','#fff', 50)"; onMouseout="hideddrivetip()"{/block:IfLink1URL} style="color:{color:Link4} !important;background-color:{color:Link4};">{text:Link1Title}</a></td><td>
  564.             <a href="{text:Link2URL}" {block:IfLink2URL}onMouseover="ddrivetip('{text:Link2Title}','#fff', 50)"; onMouseout="hideddrivetip()"{/block:IfLink2URL} style="color:{color:Link3} !important;background-color:{color:Link3};">{text:Link2Title}</a></td><td>
  565.             <a href="{text:Link3URL}" {block:IfLink3URL}onMouseover="ddrivetip('{text:Link3Title}','#fff', 50)"; onMouseout="hideddrivetip()"{/block:IfLink3URL} style="color:{color:Link2} !important;background-color:{color:Link2};">{text:Link3Title}</a></td><td>
  566.             <a href="{text:Link4URL}" {block:IfLink4URL}onMouseover="ddrivetip('{text:Link4Title}','#fff', 50)"; onMouseout="hideddrivetip()"{/block:IfLink4URL} style="color:{color:Link1} !important;background-color:{color:Link1};">{text:Link4Title}</a>
  567.             </td></tr></table>
  568.         </div>
  569.         <table cellspacing="0" cellpadding="0" width="300"><tr><td><div id="qq">
  570.         <div id="desq">
  571.         <center style="transform:scaleX(.5); -ms-transform:scaleX(.5); -moz-transform:scaleX(.5); -webkit-transform:scaleX(.5);">{</center>
  572.         </div>
  573.         </div></td>
  574.             <td>
  575.         <center><div id="desc">
  576.             {Description}
  577.         </div></center>
  578.             </td>
  579.             <td><div id="qq">
  580.         <div id="desq">
  581.         <center style="transform:scaleX(.5); -ms-transform:scaleX(.5); -moz-transform:scaleX(.5); -webkit-transform:scaleX(.5);">}</center>
  582.         </div>
  583.         </div></td>
  584.         </tr></table>
  585.     </div>
  586. </div>
  587.  
  588. <div id="posts">
  589. {block:Posts}
  590. <div id="entries">
  591.  
  592. <div id="per">
  593. {block:IndexPage}
  594.         {block:Date}<span class="un"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}
  595.         <span class="do"><a href="{ReblogURL}">Reblog</a></span>
  596.         {block:NoteCount}<span class="tr"><a href="{Permalink}">{NoteCount}</a></span>{/block:NoteCount}
  597. {/block:IndexPage}
  598. </div>
  599.  
  600. {block:PermalinkPage}
  601. {block:RebloggedFrom}
  602. <div id="per">
  603. <span class="fo">
  604.     <a href="{ReblogParentURL}" onMouseover="ddrivetip('Via','#fff', 50)"; onMouseout="hideddrivetip()"><img src="{ReblogParentPortraitURL-40}"></a>
  605. </span>
  606. <span class="fo">
  607.     <a href="{ReblogRootURL}" onMouseover="ddrivetip('Origin','#fff', 50)"; onMouseout="hideddrivetip()"><img src="{ReblogRootPortraitURL-40}"></a>
  608. </span>
  609. </div>
  610. {/block:RebloggedFrom}
  611. {/block:PermalinkPage}
  612.  
  613. <div class="ent">
  614. {block:Text}
  615. {block:Title}<div id="ti"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  616. {Body}
  617. {/block:Text}
  618.  
  619. {block:Photo}
  620. <center><img src="{PhotoURL-500}"></center>
  621.  
  622. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  623. {/block:Photo}
  624.  
  625. {block:Photoset}
  626. {block:If500px}{Photoset-500}{/block:If500px}
  627. {block:If400px}{Photoset-400}{/block:If400px}
  628. {block:If250px}{Photoset-250}{/block:If250px}
  629.  
  630. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  631. {/block:Photoset}
  632.  
  633. {block:Video}
  634. {block:If500px}{Video-500}{/block:If500px}
  635. {block:If400px}{Video-400}{/block:If400px}
  636. {block:If250px}{Video-250}{/block:If250px}
  637.  
  638. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  639. {/block:Video}
  640.  
  641. {block:Audio}
  642. <table cellpadding="0" cellspacing="0">
  643. <tr><td height="120px;" width="102px;">
  644. <img src="http://static.tumblr.com/73852226cb83449cae5e62cc1830461e/hxaftoq/F3Impauli/tumblr_static_screen_shot_2013-07-02_at_2.07.36.png" width="100" style="border-radius:100%;">
  645. {block:AlbumArt}<div class="pic1"><img src="{AlbumArtURL}" style="width:100px; border-radius:100%;"></div>{/block:AlbumArt}
  646. <div style="overflow:hidden; width:20px; height:20px; background-color:#FFF; margin-top:-66px; margin-bottom:30px; margin-left:33px; opacity:.7;border:5px solid #555;"><div style="margin-top:-5px; margin-left:-3px;">{AudioPlayerWhite}</div></div>
  647. </td>
  648. <td style="padding-left:10px;" width="{block:If500px}400px{/block:If500px}{block:If400px}300px{/block:If400px}{block:If250px}150px{/block:If250px}">
  649. <div id="inf">{block:TrackName}
  650. <p><b>Title:</b> {TrackName}</p>
  651. {/block:TrackName}
  652. {block:Artist}
  653. <p><b>Artist:</b> {Artist}</p>
  654. {/block:Artist}</div>
  655. </td></tr></table>
  656.  
  657. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  658. {/block:Audio}
  659.  
  660. {block:Quote}
  661. <div id="quo">{Quote}
  662. {block:Source}<i>{Source}</i>{/block:Source}</div>
  663. {/block:Quote}
  664.  
  665. {block:Link}
  666. <div id="ti"><a href="{URL}" {Target}>{Name}</a></div>
  667.  
  668. {block:IfShowCaptions}{block:Description}{Description}{/block:Description}{/block:IfShowCaptions}
  669. {/block:Link}
  670.  
  671. {block:Chat}
  672. {block:Title}<div id="ti" style="margin-bottom:5px;"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  673. {block:Lines}
  674. {block:Label}<b>{Label}</b>{block:Label}
  675. {Line}<br>
  676. {/block:Lines}
  677. {/block:Chat}
  678.  
  679. {block:Answer}
  680. <table cellspacing="0" cellpadding="0" style="border-bottom:1px dotted {color:EntryBorder}; padding-bottom:10px;">
  681.     <tr>
  682.         <td width="{block:If500px}450px{/block:If500px}{block:If400px}350px{/block:If400px}{block:If250px}200px{/block:If250px}">
  683.             {Asker} inquired: {Question}
  684.         </td>
  685.         <td style="padding-right:10px;">
  686.             <img src="{AskerPortraitURL-40}" style="border:3px solid {color:Link2};">
  687.         </td>
  688.     </tr>
  689. </table>
  690. {Answer}
  691. {/block:Answer}
  692.  
  693.     {block:ContentSource}
  694.     <!-- {SourceURL}
  695.     {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}">{/block:SourceLogo}
  696.     {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
  697.     {block:RebloggedFrom}{ReblogParentURL}{ReblogRootURL}{/block:RebloggedFrom}
  698.     -->
  699.     {/block:ContentSource}
  700.  
  701. {block:IndexPage}
  702. {block:IfShowTags}
  703.     {block:HasTags}
  704.         <div id="perm">Tagged:
  705.             {block:Tags}
  706.                 #<a href="{TagURL}">{Tag}</a>
  707.             {/block:Tags}
  708.         </div>
  709.     {/block:HasTags}
  710. {/block:IfShowTags}
  711. {/block:IndexPage}
  712.  
  713. {block:PermalinkPage}
  714. <div id="perm">
  715.     {block:Date}Posted On »{Month} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPM} {/block:Date}{block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  716.     {block:HasTags}<br>Tags  {block:Tags} »<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  717.     {block:PostNotes}{PostNotes}{/block:PostNotes}
  718. </div>
  719. {/block:PermalinkPage}
  720.  
  721. </div>
  722.  
  723. </div>
  724. {/block:Posts}
  725. </div>
  726. </body>
  727. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement