begayisnotaproblem

theme 04

Mar 27th, 2012
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.62 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. <!-- theme #009
  5. made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  6.  
  7. <head>
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10.  
  11. <meta name="image:Sidebar" content=""/>
  12. <meta name="image:Background" content=""/>
  13.  
  14. <meta name="font:Body" content="Calibri" />
  15. <meta name="font:Sidebar" content="Georgia" />
  16.  
  17. <meta name="if:Show Link 1" content="0" />
  18. <meta name="if:Show Link 2" content="0" />
  19. <meta name="if:Show Link 3" content="0" />
  20.  
  21. <meta name="text:Link 1 Url" content="http://" />
  22. <meta name="text:Link 1 Name" content="Link 1" />
  23. <meta name="text:Link 2 Url" content="http://" />
  24. <meta name="text:Link 2 Name" content="Link 2" />
  25. <meta name="text:Link 3 Url" content="http://" />
  26. <meta name="text:Link 3 Name" content="Link 3" />
  27. <meta name="text:Link 4 Url" content="http://" />
  28. <meta name="text:Link 4 Name" content="Link 1" />
  29. <meta name="text:Link 5 Url" content="http://" />
  30. <meta name="text:Link 5 Name" content="Link 2" />
  31. <meta name="text:Link 6 Url" content="http://" />
  32. <meta name="text:Link 6 Name" content="Link 3" />
  33. <meta name="text:Link 7 Url" content="http://" />
  34. <meta name="text:Link 7 Name" content="Link 1" />
  35.  
  36. <meta name="text:title" content="T i t u l o " />
  37. <meta name="text:frase" content="T i t u l o " />
  38. <meta name="text:frase2" content="T i t u l o " />
  39. <meta name="text:Font Size" content="16px" />
  40.  
  41. <meta name="color:Background" content="#f0ece6" />
  42. <meta name="color:Text" content="#B17E7E" />
  43. <meta name="color:Posts" content="#fafaf4" />
  44. <meta name="color:Title" content="#8A8383" />
  45. <meta name="color:Permalink" content="#886968" />
  46. <meta name="color:Quote" content="#644550" />
  47. <meta name="color:Source" content="#BDAB8D" />
  48. <meta name="color:Chat1" content="#F7F4ED" />
  49. <meta name="color:Chat2" content="#FCFCFC" />
  50. <meta name="color:Artist" content="#F7F4ED" />
  51. <meta name="color:tracks" content="#F5EeDe" />
  52. <meta name="color:album" content="#fff" />
  53. <meta name="color:ending" content="#F0EDE6" />
  54. <meta name="color:Bold" content="#635464" />
  55. <meta name="color:Italic" content="#746A68" />
  56. <meta name="color:Link" content="#CF8C71" />
  57. <meta name="color:Link Hover" content="#3D3836" />
  58. <meta name="color:Answer" content="#6B3C5A" />
  59. <meta name="color:Question Background" content="#C29C9C" />
  60. <meta name="color:Question Text" content="#fff" />
  61. <meta name="color:Sidebar" content="#fafaf4" />
  62. <meta name="color:Sidetitle" content="#D4CFC1" />
  63. <meta name="color:Sidebar Text" content="#C3C9C2" />
  64. <meta name="color:Border" content="#ffd7c7" />
  65. <meta name="color:Bordertitulo" content="#ffd7c7" />
  66. <meta name="color:Sidebar links" content="#e3dfd9" />
  67. <meta name="color:Scrollbar1" content="#f0ece6" />
  68. <meta name="color:Scrollbar2" content="#f3efe9" />
  69. <meta name="color:Scrollbar3" content="#c3bfb9" />
  70. <meta name="color:Scrollbar4" content="#fff" />
  71.  
  72.  
  73. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  74. <script src="http://code.jquery.com/jquery-latest.js"></script>
  75. <script>
  76. $(document).ready(function(){
  77.  
  78. $(".l2").click(function(){
  79. $(".desc").slideToggle("slow");
  80. $(this).toggleClass("active");
  81. });
  82.  
  83. });
  84. </script>
  85.  
  86.  
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
  91.  
  92. <link href='http://fonts.googleapis.com/css?family=Mate:400italic' rel='stylesheet' type='text/css'>
  93.  
  94. <link href='http://fonts.googleapis.com/css?family=Rosario:400,400italic' rel='stylesheet' type='text/css'>
  95.  
  96. <link href='http://fonts.googleapis.com/css?family=Poly:400italic' rel='stylesheet' type='text/css'>
  97.  
  98. <title>{Title}</title>
  99. <link rel="shortcut icon" href="{Favicon}">
  100. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  101. {block:Description}
  102. <meta name="description" content="{MetaDescription}" />
  103. {/block:Description}
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108.  
  109.  
  110.  
  111. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbar1};}
  112.  
  113. ::-webkit-scrollbar-corner {background:{color:scrollbar2};}
  114.  
  115. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar3};}
  116.  
  117. ::-webkit-scrollbar-button:horizontal { width: 7px; height: 4px; display: block; background:{color:scrollbar3};}
  118.  
  119. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar3}; border-top: 1px solid {color:scrollbar1}; border-bottom: 1px solid {color:scrollbar1};}
  120.  
  121. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbar1};border: 0px solid {color:scrollbar1};}
  122.  
  123. ::-webkit-scrollbar-thumb {background: {color:scrollbar3}; border-top: 0pt solid {color:scrollbar1}; border-bottom: 0pt solid {color:scrollbar1};}
  124.  
  125. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar3}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  126.  
  127. ::-webkit-scrollbar-track-piece {background: {color:scrollbar1}; border-top: 1pt solid {color:scrollbar4}; border-bottom: 1pt solid {color:scrollbar4}; width:4pt;}
  128.  
  129.  
  130.  
  131.  
  132.  
  133. iframe#tumblr_controls {
  134. top:0px !important;
  135. right:3px !important;
  136. position: fixed !important;
  137. -webkit-transition: opacity 0.7s linear;
  138. opacity: 0.4;
  139. -webkit-transition: all 0.8s ease-out;
  140. -moz-transition: all 0.8s ease-out;
  141. transition: all 0.8s ease-out;}
  142.  
  143. iframe#tumblr_controls:hover{
  144. -webkit-transition: opacity 0.7s linear;
  145. opacity: 1;
  146. -webkit-transition: all 0.4s ease-out;
  147. -moz-transition: all 0.4s ease-out;
  148. transition: all 0.4s ease-out;}
  149.  
  150. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  151.  
  152.  
  153. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family: calibri; font-size:11px; background-attachment:fixed; background-repeat:no-repeat; text-align:justify; }
  154.  
  155.  
  156. @font-face {
  157. font-family: "Meow";
  158. src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  159.  
  160. |SIDEBAR|
  161.  
  162.  
  163. #side {width:400px; padding:0px!important; margin-left:600px; position:fixed; top:90px; color:{color:sidetext};}
  164.  
  165. #firstside {width:280px; float:right; background-color:#trans; {block:IfNotSidebarImage}min-height:180px;{block:IfNotSidebarImage} {block:IfSidebarImage}{/block:IfSidebarImage}; padding:0px 3px 0px 8px; border-left:0px solid {color:sidebar}; position:relative; z-index:100!important;}
  166.  
  167. #secondside {float:left; width:110px; margin-right:0px; padding:2px; background-color:#trans; margin-left:613px;margin-top:300px;}
  168.  
  169. #blogtitle{vertical-align:middle; width:96px; font:12px georgia; font-style:italic; text-transform:lowercase; color:{color:blogtitle}; text-align:right; margin-bottom:4px; margin-left:22px; {block:IfSidebarImage} margin-top:35px;{/block:IfSidebarImage};}
  170.  
  171. #linkes {width:54px;height:7px; background-color:{color:sidebar}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; margin-top:2px; margin-right:-5px; margin-left:392px; padding:4px 1px 4px 3px; margin-bottom:1px; border-top:1px solid {color:border}; border-bottom:1px solid {color:border}; border-left:1px solid {color:border}; }
  172.  
  173. #linkes a{font-family: tinytots; font-size: 8px; text-transform: uppercase;color:{color:sidebar links}; line-height:90%; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; }
  174. #linkes:hover {background-color:{color:sidebar links}; }
  175. #linkes:hover a{color:{color:sidebar}; letter-spacing:1px;}
  176.  
  177. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  178.  
  179.  
  180.  
  181. #secondside1 {float:left; width:11px; margin-right:0px; padding:2px; background-color:#trans; margin-left:-83px;margin-top:-41px;}
  182. #linkes1 {width:54px;height:7px; background-color:{color:sidebar}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; margin-top:2px; margin-right:-5px;margin-bottom:50px; margin-left:522px; padding:4px 1px 4px 3px; margin-bottom:1px; border-top:1px solid {color:border}; border-bottom:1px solid {color:border}; }
  183.  
  184. #linkes1 a{font-family: tinytots; font-size: 8px; text-transform: uppercase; color:{color:sidebar links}; line-height:90%; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; }
  185. #linkes1:hover {background-color:{color:sidebar links}; }
  186. #linkes1:hover a{color:{color:sidebar}; letter-spacing:1px;}
  187.  
  188. #secondside2 {float:left; width:120px; margin-right:0px; padding:2px; background-color:#trans; margin-left:176px;margin-top:-41px;}
  189. #linkes2 {width:54px;height:7px; background-color:{color:sidebar}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; margin-top:2px; margin-right:-5px; margin-left:392px; padding:4px 1px 4px 3px; margin-bottom:1px; border-top:1px solid {color:border}; border-bottom:1px solid {color:border};}
  190.  
  191. #linkes2 a{font-family: tinytots; font-size: 8px; text-transform: uppercase; color:{color:sidebar links}; line-height:90%; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; }
  192. #linkes2:hover {background-color:{color:sidebar links}; }
  193. #linkes2:hover a{color:{color:sidebar}; letter-spacing:1px;}
  194.  
  195. #secondside3 {float:left; width:120px; margin-right:0px; padding:2px; background-color:#trans; margin-left:233px;margin-top:-43px;}
  196. #linkes3 {width:54px;height:7px; background-color:{color:sidebar}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; margin-top:2px; margin-right:-5px; margin-left:392px; padding:4px 1px 4px 3px; margin-bottom:1px; border-top:1px solid {color:border}; border-bottom:1px solid {color:border};border-right:1px solid {color:border}; }
  197.  
  198. #linkes3 a{font-family: tinytots; font-size: 8px; text-transform: uppercase; color:{color:sidebar links}; line-height:90%; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; }
  199. #linkes3:hover {background-color:{color:sidebar links}; }
  200. #linkes3:hover a{color:{color:sidebar}; letter-spacing:1px;}
  201.  
  202. #titled {margin-left: -975px; margin-top: 0px; width: 22px; font-size: 20px; height: 213px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 130%; color: {color:sidebar text}; position: fixed; padding: 4px; text-transform:uppercase;-webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; }
  203.  
  204.  
  205.  
  206. .sidepic {float: left; padding: 0px;}
  207.  
  208. .sidepic img {display: inline; margin-right:-9px; width:144px; margin-left: -943px; margin-top: 27px; height: 150px; text-align:center; margin-bottom: 0px; border: 3px solid {color:bordertitulo};position:fixed;}
  209. #description{font-family: georgia; background-color:{color:sidebar}; color: {color:sidebar text}; font-size: 10px; padding: 8px 3px 10px 3px; width: 205px; height: 56px; margin-top: 343px; margin-left: -50px; position: fixed; text-align: center; font-style: italic; z-index: 50;border-right:1px solid {color:bordertitulo};border-left:1px solid {color:bordertitulo};border-bottom:1px solid {color:bordertitulo};}
  210.  
  211.  
  212.  
  213. #description a{font-family: georgia; font-size: 10px; color: #ffffff;}
  214.  
  215. #jared {font-family: georgia; background-color:{color:sidebar}; color: {color:sidebar text}; font-size: 19px; padding: 8px 3px 10px 3px; width: 205px; height: 46px; margin-top: -105px; margin-left: 392px; position: fixed; text-align: center; font-style: italic; z-index: 50;border-right:1px solid {color:bordertitulo};border-left:1px solid {color:bordertitulo};border-top:1px solid {color:bordertitulo};}
  216.  
  217.  
  218.  
  219. #jared a{font-family: georgia; font-size: 20px; color: #ffffff;}
  220.  
  221. #credit{margin-top:425px;margin-left:-55px; width:284px; padding:3px;font-family: tinytots; font-size: 8px;text-transform: uppercase; color:{color:sidebar text}; ; {block:IfNotSidebarImage}min-height:180px; margin-top:0px!important;{/block:IfNotSidebarImage};border-right:0px solid {color:bordertitulo};border-left:0px solid {color:bordertitulo};border-bottom:0px solid {color:bordertitulo};position:fixed;}
  222.  
  223.  
  224.  
  225. #entries {width:510px; float:left; margin-left:-160px;margin-top:-320px; position:relative; z-index:999}
  226.  
  227. .entries {width:500px; padding:8px 8px 10px 8px; background-color:{color:Posts}; margin:0px 0px 15px 0px;}
  228. #ending {width:498px; background-color:{color:posts};font-size:9px; font-family:calibri, {font:body}; text-transform:uppercase; text-align:center; margin-top:4px; margin-bottom:-3px; padding:1px 0px; color:{color:permalink}; line-height:92%; {block:PermalinkPage}display:none;{/block:PermalinkPage}; border-top:1px solid {color:ending};}
  229. #ending a{color:{color:permalink};}
  230.  
  231. #reblogs {display:none;}
  232.  
  233. .entries:hover #information {opacity:1;}
  234.  
  235. #information{position:absolute; font:10px consolas,monospace; text-transform:uppercase; color:{color:permalink}; margin-left:-174px; opacity:0; height:auto; width: 150px; padding:0px; margin-bottom:0px; margin-top:-08px; background-color:#trans; display:block; text-align:center; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  236.  
  237. #information a{text-transform:lowercase; color:#000000;}
  238.  
  239. #information a:hover {color:#000000!important;}
  240.  
  241. #information a:link, #information a:active, #information a:visited {font-weight:normal; width:150px; font-size:10px; font-family:consolas,monospace; color:{color:permalink}; padding:2px; background-color:#transp; display:inline;}
  242.  
  243. .perma{color:{color:permalink}!important;}
  244.  
  245. .perma:hover{color:{color:permalink}!important;}
  246.  
  247.  
  248. .tagtitle {border-top:0px solid {color:posts}; width:150px; font-size:10px; text-align:right!important;}
  249.  
  250. #title { border-bottom: 2px {color:background} solid; width:500px;}
  251. .texttitle {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  252. .texttitle a {font-size:12px; font-family: {font:Body}; margin:0px 0px -03px 0px; font-weight:normal; color: {color:title}; text-transform:uppercase; padding:2px 1px; text-align:center;}
  253.  
  254. .chat .line{
  255. font:9px {font:Body};
  256. background-color:{color:chat1};
  257. margin: 0 0 1px;
  258. padding: 2px;
  259. }
  260. .chat .line.odd{ background-color:{color:chat2};}
  261.  
  262. .label {font-weight:bold; color:{color:bold}}
  263.  
  264. blockquote {border-left:3px {color:body} solid; padding-left:3px; margin:0px 0px 0px 10px;}
  265. ul, li, ol {margin:0px 0px 0px 10px; color:{color:body}; padding-left:4px}
  266.  
  267. b, strong, .strong {color:{color:Bold};}
  268. i, em, .em {color:{color:Italic};}
  269.  
  270. a {color:{color:link}; text-decoration:none;}
  271.  
  272.  
  273. img a {border:0px color:{color:transparent};}
  274. a img {border:0px color#trans;}
  275.  
  276. .linkdescription {padding:0px; margin:0px; font:9px {font:Body};}
  277.  
  278.  
  279. .caption {margin:0px; padding:0px;}
  280.  
  281. .short_quote {font:17px Amaranth; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  282. .medium_quote {font:16px Amaranth; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  283. .long_quote {font:15px Amaranth; background-color:#fff; height:auto; margin:0px; padding:6px; text-align:center; color:{color:quote};}
  284.  
  285. .source {text-align:right; font-style:italic; font-weight:bold; font-size:10px; color:{color:source}; font-family:calibri;}
  286.  
  287. .audio {width:500px;}
  288.  
  289. #audio {
  290. width:494px;
  291. margin:0px 0px 2px 0px;
  292. padding:2px;
  293. background-color:#fff;}
  294.  
  295. .artist {
  296. width:450px!important;
  297. background-color:{color:artist};
  298. font:9px trebuchet ms;
  299. text-transform: uppercase;
  300. margin-bottom:1px;
  301. padding-top:-1px;
  302. text-align:center;
  303. height:17px;
  304. margin-left:-20px;}
  305.  
  306. .tracks {
  307. background-color:{color:tracks};
  308. font:9px trebuchet ms;
  309. text-transform: uppercase;
  310. margin-bottom:1px;
  311. text-align:center;
  312. height:17px;}
  313.  
  314. .album {
  315. background-color:{color:album};
  316. font:9px trebuchet ms;
  317. text-transform: uppercase;
  318. padding-bottom:-1px;
  319. text-align:center;
  320. height:15px!important;
  321. line-height:95%;}
  322.  
  323. .albumart {width:65px; margin-right:-50px;}
  324. .albumart img {margin:0px;}
  325.  
  326. #postnotes {display:block; margin-left:3px; width:500px;}
  327.  
  328.  
  329. .question {
  330. color:{color:question text};
  331. font-size: 9px;
  332. font-weight: normal;
  333. font-family: {font:body};
  334. line-height:95%;
  335. background: {color:question background};
  336. margin: 0 0 10px 0;
  337. padding: 10px 15px;
  338. position: relative;}
  339.  
  340. .questionarrow {
  341. width: 13px;
  342. height: 7px;
  343. font-size:30px;
  344. font-family:'trebuchet ms';
  345. position: absolute;
  346. color:{color:question background};
  347. bottom: -3.5px;
  348. left: 240px;}
  349.  
  350.  
  351. .asker {width:500px; text-align:left; text-transform:uppercase; color:{color:text};}
  352. .asker a {color:{color:text};}
  353. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  354.  
  355. .answer {color:{color:answer};}
  356.  
  357. </style>
  358. </head>
  359.  
  360. <body>
  361.  
  362.  
  363.  
  364. <div id="side">
  365. <div id="firstside">
  366. {block:IfSidebarImage}<div class="sidepic"><img src="{image:sidebar}"></div>{/block:IfSidebarImage}
  367. <div id="titled">{text:title}</div>
  368. <div id="description">{Description}</div>
  369. <div id="credit"> <big>©</big> exclusivo para garoto-sex, não copie crlh </div>
  370. </div>
  371.  
  372. <div id="secondside">
  373.  
  374. <div id="linkes"><a href="{text:Link 1 URL}">{text:Link 1 Name}</a></div>
  375. <div id="linkes"><a href="{text:Link 2 URL}">{text:Link 2 Name}</a></div>
  376. <div id="secondside1">
  377. <div id="linkes1"><a href="{text:Link 3 URL}">{text:Link 3 Name}</a></div>
  378. <div id="linkes1"><a href="{text:Link 4 URL}">{text:Link 4 Name}</a></div>
  379. <div id="secondside2">
  380. <div id="linkes2"><a href="{text:Link 5 URL}">{text:Link 5 Name}</a></div>
  381. <div id="linkes2"><a href="{text:Link 6 URL}">{text:Link 6 Name}</a></div></div>
  382. <div id="secondside3">
  383. <div id="linkes3"><a href="{text:Link 7 URL}">{text:Link 7 Name}</a></div>
  384. <div id="linkes3"><a href="http://de-feito.tumblr.com/themes">credits <big>©</big></a></div>
  385. </div>
  386. </div>
  387.  
  388. <div id="jared">
  389.  
  390.  
  391.  
  392. {text:frase}
  393.  
  394. <br><small><small><small><small>{text:frase2}</small></small></small></small>
  395.  
  396. </div>
  397.  
  398. <div id="entries">
  399. {block:Posts}
  400. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  401.  
  402. <div id="information">
  403.  
  404. <div style="width:150px;height:1px; margin-top:6px; border-bottom:1px solid {color:border};"></div><div style="width:auto; height:12px; margin-top:-5px!important; background-color:{color:border}; color:{color:permalink}; font:10px consolas,monospace; text-transform:uppercase; width:29px; margin:auto; text-align:center; margin-bottom:1px;">{NoteCount}</div>
  405.  
  406.  
  407.  
  408. {block:Tags}<a href="{TagURL}" target="_blank"># {Tag}</a><br>{/block:Tags}<div style="border-bottom:1px solid {color:border}; margin-bottom:1px;"></div>
  409.  
  410. via:<a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  411. source:<a href="{ReblogRootURL}">{ReblogRootName}</a>
  412. <div style="border-bottom:1px solid {color:border};">
  413.  
  414.  
  415.  
  416. </div>
  417.  
  418. </div>
  419.  
  420.  
  421. {block:Text}
  422. <div id="title">
  423. {block:Title}
  424. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  425. {/block:Title}
  426. </div>
  427. {Body}
  428. {/block:Text}
  429.  
  430. {block:Photo}
  431. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  432. {block:Caption}
  433. <div class="caption">{Caption}</div>
  434. {/block:Caption}
  435. {/block:Photo}
  436.  
  437. {block:Photoset}
  438. {Photoset-500}
  439. {block:Caption}
  440. <div class="caption">{Caption}</div>
  441. {/block:Caption}
  442. {/block:Photoset}
  443.  
  444. {block:Quote}
  445. <div class="{Length}_quote">
  446. "{Quote}"
  447. {block:Source}
  448. <div class="source">- {Source}</div>
  449. {/block:Source}
  450. </div>
  451. {/block:Quote}
  452.  
  453. {block:Link}
  454. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  455. {block:Description}
  456. <div class="linkdescription">{Description}</div>
  457. {/block:Description}
  458. {/block:Link}
  459.  
  460. {block:Chat}
  461. {block:Title}
  462. <div id="title"><div class="texttitle">{Title}</div></div>
  463. {/block:Title}<br>
  464. <div class="chat">
  465. {block:Lines}<div class="chat"><div class="line {Alt}">
  466. <div class="{Alt} user_{UserNumber}">
  467. {block:Label}
  468. <span class="label"><b>{Label}</b></span>
  469. {/block:Label}
  470. {Line}</div>
  471. </div></div>
  472. {/block:Lines}
  473. </div>
  474. {/block:Chat}
  475.  
  476. {block:Video}
  477. {Video-500}
  478. {block:Caption}
  479. <div class="caption">{Caption}</div>
  480. {/block:Caption}
  481. {/block:Video}
  482.  
  483. {block:Audio}
  484. <div id=audio>{AudioPlayerWhite}</div>
  485. <div id="dataudio">
  486. {block:AlbumArt}
  487. <table class="audio">
  488. <tr>
  489. <td padding="0" rowspan="3" class="albumart">
  490. <img src="{AlbumArtURL}" width="64">
  491. </td>
  492. <td rowspan="1" class="artist">
  493. {block:Artist}
  494. {Artist}
  495. {/block:Artist}
  496. </td>
  497. </tr>
  498. <tr>
  499. <td rowspan="1" class="tracks">
  500. {block:TrackName}
  501. {TrackName}
  502. {/block:TrackName}
  503. </td>
  504. </tr>
  505. <tr>
  506. <td rowspan="1" class="album">
  507. {block:Album}
  508. {Album}
  509. {/block:Album}
  510. </td>
  511. </tr>
  512. </table>
  513. {/block:AlbumArt}
  514. </div>
  515. {block:Caption}
  516. <div class="reblogs">
  517. {Caption}
  518. </div>
  519. {/block:Caption}
  520. {/block:Audio}
  521.  
  522. {block:Answer}
  523. <div class="question">
  524. <div class="questionarrow">▼</div>
  525. {Question}
  526. </div>
  527. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  528. <div class="answer">{Answer}</div>
  529. {/block:answer}
  530.  
  531. <div id="ending">
  532. <a href="{ReblogUrl}" target="_blank">fucking reblog</a>
  533. </div>
  534.  
  535. </div>
  536.  
  537.  
  538. {block:PostNotes}
  539. <div id="postnotes">{PostNotes}</div><br>
  540. {/block:PostNotes}
  541. {/block:PermalinkPage}
  542. {/block:Posts}
  543.  
  544.  
  545.  
  546. </div>
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment