cadu

c4fajeste#theme53

Oct 4th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.69 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- ----------------------------------
  6.  
  7.      theme por caducordeiro.tumblr.com
  8.  
  9. ---------------------------------- -->
  10.  
  11. <div style="position:fixed;z-index:1338; !important;top:26px;right:3px;"><script src="http://www.totallylayouts.com/tumblr/users-online-counter/online.js?id=uWR4sVQKHZVDoIqxwGqP"></script></div>
  12.  
  13. <head>
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta name="color:background" content="#B3B3B3" />
  17. <meta name="color:sidebar" content="#fff" />
  18. <meta name="color:text" content="#000000" />
  19. <meta name="color:text sidbar" content="#000000" />
  20. <meta name="color:links"content="#b3b1b1" />
  21. <meta name="color:post"content="#b3b1b1" />
  22. <meta name="color:hover" content="#000" />
  23. <meta name="color:detalhes" content="#000" />
  24. <meta name="color:description" content="#000" />
  25.  
  26. <meta name="image:background" content=""/>
  27. <meta name="image:sidebar 1" content="" />
  28.  
  29.  
  30. <meta name="text:Link1" content="/" />
  31. <meta name="text:Link1 Title" content="link1" />
  32. <meta name="text:Link2" content="/" />
  33. <meta name="text:Link2 Title" content="link2" />
  34. <meta name="text:Link3" content="/" />
  35. <meta name="text:Link3 Title" content="link3" />
  36. <meta name="text:Link4" content="/" />
  37. <meta name="text:Link4 Title" content="link4" />
  38. <meta name="text:Link5" content="/" />
  39. <meta name="text:Link5 Title" content="link5" />
  40.  
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45.    
  46.  
  47.                       <title>{Title}</title>
  48.         <link rel="shortcut icon" href="{Favicon}">
  49.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  50.         {block:Description}
  51.   <meta name="description" content="{MetaDescription}" />
  52.         {/block:Description}
  53.  
  54. {block:IfEnableEndlessScrolling}
  55. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  56. {/block:IfEnableEndlessScrolling}
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet' type='text/css'>
  61.  
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Arbutus+Slab' rel='stylesheet' type='text/css'>
  66.  
  67.  
  68.    <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200' rel='stylesheet' type='text/css'>
  69.  
  70.  
  71.   <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Yanone+Kaffeeshatz">
  72.  
  73.  
  74.  
  75. <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans">
  76.  
  77. <link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
  78.  
  79.     <style type="text/css">
  80. @font-face {
  81.  
  82. font-family: "pacifico";
  83.  
  84. src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");
  85.  
  86. }
  87.    
  88.    
  89. ::-webkit-scrollbar{width:6px;height:6px;}
  90.  
  91. ::-webkit-scrollbar-button:start:decrement
  92.  
  93. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  94.  
  95. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  96.  
  97. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:px;}
  98.  
  99. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  100.  
  101.  
  102.  
  103.  
  104. body {
  105. background-color: {color:background};
  106. color:{color:text};
  107. font-family: verdana;
  108. font-size: 10px;
  109. text-align: center;
  110. line-height:120%;
  111. margin:0;
  112. padding:0;
  113. background-image:url('{image:background}');
  114. background-repeat:no-repeat;
  115. background-size:100% 100%;
  116. background-attachment:fixed;
  117.  
  118. }
  119.  
  120. a {color: {color:links}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  121. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  122.  
  123. p {margin: 6px 0 0 0}
  124.  
  125. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  126.  
  127.  
  128. blockquote {padding:5px; padding-left:5px; margin:5px; border-left:2px solid #fff}
  129.  
  130. #all {text-align: justify; width: 835px; margin: 20px auto 20px auto; padding: 0px; }
  131.  
  132. #allboxes {margin-left: 430px; width:500px; margin-top: -5px; border: 0px solid #ccc; color:{color:text}; font-family: calibri;font-size: 11px; }
  133.  
  134. .entry {position: relative; width:500px; text-align:justify; float:left ;margin:-7px; padding:5px; margin-left: 10px; margin-top:4px; background:{color:post}; border: 8px solid #fff; opacity: 1.8; }
  135. .entry:hover { opacity: 1.8;-webkit-transition-duration: .50s }
  136.  
  137. .entry img{padding: 2px; border: 0px solid {color:background} ;}
  138. .entry img:hover{;opacity:1;-moz-opacity: 1;-webkit-transition-duration: .50s;filter: alpha(opacity=99);-webkit-transition-duration: .50s;filter: url(filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(0);opacity:1;-moz-opacity: 1;-webkit-transition-duration: .50s;}
  139.  
  140.  
  141. .entry:hover #info {opacity:0.9;}
  142. .entry:hover #infu {opacity:1}
  143.  
  144. h1 {font-family: calibri; text-align: center; font-size: 18px; text-transform: normal;color:{color:text}; font-weight: normal; line-height: 18px; letter-spacing: 0px}
  145. h1 a {text-align: center; font-size: 18px; text-transform: normal; color:{color:text} font-weight: normal; line-height: 16px;}
  146. h1 a:hover {text-align: center; font-size: 18px; text-transform: normal; color: #ccc; font-weight: normal; line-height: 16px;}
  147.  
  148. #info {position:absolute; font-size:8px; font-family: yanone kaffeesatz; margin-left:0px; opacity:0; width: 492px;height:autopx; margin-bottom:0px; margin-top:40%; display:inline; text-align:center; padding:6px; padding-top: 6px; z-index: 4000; background-color: {color:post}; color:{color:links};-webkit-transition-duration: 0.9s; text-transform: lowercase; letter-spacing: 4px}
  149. #info a {background-color: {color:post}; color:{color:links}; text-transform: uppercase;}
  150. #info a:hover {color: {color:links}; text-transform: uppercase;}
  151.  
  152.  
  153.  
  154. #infu { margin-left:0px;text-align: center; font-size: 8px; font-family: calibri; text-transform: uppercase; z-index: 11; margin-top:5px; text-transform: lowercase;color: {color:links};;opacity:2.0; background-color: transparent ;letter-spacing: 0px; border-bottom: 0px solid #f1f1f1; }
  155. #infu a {font-size: 8px; text-transform: uppercase;color: {color:links}; }
  156.  
  157. .image {text-align: center; border: 0px;}
  158. .image img {max-width: 500px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
  159.  
  160.  
  161.  
  162.  
  163. .pquote{font-size: 10px; font-family: verdana; letter-spacing: 0px;
  164. text-transform: none;text-align: justify; font-style: ; padding-top: 5px border: 1px solid #ccc; color:{color:text};}
  165. .pquote a {font-size: 10px; font-family: verdana; letter-spacing: 0px;
  166. text-transform: none;text-align: justify; font-style:; padding-top: 2px border: 1px solid #ccc; color:{color:text};}
  167.  
  168. .pquotesource{font-size: 9px; font-family: trebuchet ms; letter-spacing: 0px;
  169. text-transform: uppercase;text-align: right; font-style: ; padding-top: 2px border: 1px solid #ccc; color:{color:text};}
  170. .pquotesource a {font-size: 9px;; font-family: trebuchet ms; letter-spacing: 0px;
  171. text-transform: uppercase;text-align: right; font-style: ; padding-top: 2px border: 1px solid #ccc; color:{color:text};}
  172. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid #000; color: {color:text};}
  173. blockquote a{padding:0px; padding-left:5px; margin:5px; border-left:2px solid #000; color: {color:text};}
  174.  
  175.  
  176.  
  177. .quotesou{font-size: 11px; font-family: trebuchet ms; letter-spacing: 0px;
  178. text-transform: none;text-align: right; font-style: ; padding-top: 4x border: 1px solid #ccc; color:{color:text};text-transform: uppercase;}
  179. .quotesou a {font-size: 11px; font-family: trebuchet ms; letter-spacing: 0px;
  180. text-transform: none;text-align: right; font-style: ; padding-top: 4px border: 1px solid #ccc; color:{color:text};text-transform: uppercase;}
  181.  
  182.  
  183.  
  184. /* chat by joshdevines*/
  185. .user_1 .label {color:{color:link}; font-weight:bold}
  186. .user_2 .label {color:{color:text}; font-weight:bold}
  187. .user_3 .label {color:{color:link}; font-weight:bold}
  188. .user_4 .label {color:{color:text}; font-weight:bold}
  189. .user_5 .label {color:{color:link}; font-weight:bold}
  190. .user_6 .label {color:{color:text}; font-weight:bold}
  191. ul.chat, .chat ol, .chat li {list-style:none; padding:0px}
  192.  
  193. .player {background-color: #ddd; text-align: left; display:block;}
  194.  
  195. .question {color: {color:links}; text-align: left; background-color: #ccc; margin-bottom: -10px; }
  196.  
  197. #cap {width: 400px; margin-top: -2px;}
  198. .source {display: none; color:{color:text};font-style: italic; }
  199.  
  200.  
  201. .notes img{width:10px; position:relative; top:1px}
  202. ol.notes, .notes li{width:280px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  203.  
  204.  
  205. #tumblr_controls{position: fixed!important}
  206. #tumblr_controls{position: fixed!important}
  207. #tumblr_controls{position: fixed!important}
  208. #tumblr_controls{position: fixed!important}
  209.  
  210. ::-webkit-scrollbar{width:6px;height:5px;}
  211. ::-webkit-scrollbar-button:start:decrement
  212. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  213. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  214. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  215. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  216.  
  217. .question1 {
  218. color:#000;
  219. font-size: 11px;
  220. font-family: calibri;
  221. text-align:left;
  222. font-weight: normal;
  223. line-height:95%;
  224. background: #ddd;
  225. position: relative;
  226. min-height:60px;
  227. padding:10px 15px;
  228. margin-bottom:2px;
  229. margin-right:-10px;}
  230.  
  231. .questionarrow {
  232. font-size:30px;
  233. color:#ddd;
  234. vertical-align:middle;
  235. margin-left:-5px!important;}
  236.  
  237.  
  238. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text}; font-size:9px; font-family: calibri; text-transform: uppercase; }
  239. .asker a {color:{color:text}; font-size:9px; font-family: calibri; text-transform: uppercase; }
  240. .asker img {float:left; margin-left:238px; vertical-align:top; margin-right:3px; max-height:15px;}
  241.  
  242. .asking {text-align:center; color:{color:text};  font-size:9px; font-family: calibri; text-transform:none;}
  243. .asking a{color:{color:text};}
  244. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  245.  
  246.  
  247. .question {color: {color:PostFont}; text-align: center; background-color: #ff; margin-bottom: -10px;  font-size:9px; font-family: calibri; text-transform:none;}
  248.  
  249.  
  250. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  251.  
  252. #page{margin-left: 200px; margin-top:386px; background-color:#fff ; color:#000;  float:center; width:122px; height:11px; position:fixed; border-right: 8px solid transparent; border-left: 4px solid transparent; border-bottom: 3px solid transparent; -webkit-border-bottom-left-radius:0px; -webkit-border-bottom-right-radius:0px}
  253. .pgs{padding:3px; font-family:consolas; font-style:italic ; font-size: 9px; letter-spacing:0px;  z-index:9000000; text-align: right;color: {color:pagination};}
  254.  
  255. .pgs a{padding:3px; font-family:consolas; font-style: italic ; font-size: 10px; letter-spacing:0px;  z-index:9000000;color: {color:pagination};;text-align: right;}
  256.  
  257.  
  258. #cre {float: left; margin-top: 304px; margin-left: 200px; width: 221px; background-color: {color:sidebar}; color: {color:text sidbar}
  259. ; padding: 3px; font-size: 9px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: calibri;text-transform: uppercase; }
  260.  
  261. #cre a{font-size: 10px; color: {color:text sidbar}; text-transform: uppercase; }
  262.  
  263.  
  264. #cadugostoso{margin-left: 200px; margin-top: 375px; width: 197px; font-size: 11px; height: autopx; text-align: center; background-color: trasnparent; font-family: calibri; line-height: 10px;  color: {color:description}; position: fixed;  padding: 9px; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1454565544400000; letter-spacing: 0px; text-transform: ;opacity:1.0 }
  265.  
  266.  
  267. #cadugostoso a{color: {color: link description}; letter-spacing: 0px; text-transform: ; }
  268.  
  269.  
  270.  
  271. #cadulink {margin-top: 285px; margin-left: 280px; position:fixed; width: 71px;font-family: calibri; text-transform: uppercase; }
  272.  
  273. #cadulink a{ letter-spacing: 1px; border-bottom: 1px solid #f1f1f1;  font-size: 8px; ; padding: 6px 2px 6px 2px;  display:block; margin-bottom: 3px; width: 140px;  height: 4px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 3px; text-transform: uppercase; color: {color:text sidbar}
  274. ; background-color: {color:sidebar};}
  275.  
  276. #cadulink a:hover{ letter-spacing: 1px; background-color: {color:detalhes};}
  277.  
  278. #cadulinkhome {margin-top: 263px; margin-left: 280px; position:fixed; width: 71px;font-family: CONSOLAS; text-transform: uppercase; }
  279. #cadulinkhome a{ border-bottom: 1px solid #f1f1f1;  font-size: 11px; ; padding: 6px 2px 6px 2px;  display:block; margin-bottom: 3px; width: 140px;  height: 6px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 5px; text-transform: uppercase; color: #FFF
  280. ; background-color: {color:detalhes};}
  281. #cadulinkhome a:hover{ letter-spacing: 0px; }
  282.  
  283.  
  284.  
  285. #pic {margin-top: 110px; margin-left: 280px; width: 90px; height: auto;
  286.  
  287.  
  288.  
  289.     position: fixed; padding: 0px;
  290.  
  291.  
  292.  
  293.     background-color: #fff;  box-shadow: 2px 2px 0px 0px #f1f1f1;  -webkit-transform: rotate(0deg); -webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; Z-INDEX: 390; border: 27px solid {color:sidebar};}
  294.  
  295.  
  296.  
  297. #pic img{width: 90px; height: 90px;-webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px;}
  298.  
  299.  
  300.  
  301. #des {float: left; margin-top: 110px; margin-left: 280px; width: 124px; background-color: #fff ; color: #000
  302. ; padding: 10px; font-size: 8px; text-align: justify; position:fixed; position:fixed; letter-spacing: 0px; font-family: calibri; font-style: NORMAL ; height: 124px; opacity:0.0; Z-INDEX: 400;line-height: 8px; text-transform: uppercase; font-weight: lighter; }
  303.  
  304.  
  305.  #des:hover {-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;  opacity:0.6;}
  306.  
  307. #caduzinho {z-index:1454565544400005;float: left; margin-top: 297px; margin-left: 220px; width: 177px; background-color: {color:sidebar} ; color: #000
  308. ; padding: 5px; font-size: 10px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: calibri; font-style::italic ; height: autopx;  -webkit-transform: rotate(0deg);opacity:0.9}
  309.  
  310. #caduzinho a{z-index:1454565544400005; font-size: 10px; color:#000;}
  311. #caduzinho a:hover{z-index:1454565544400005; font-size: 10px; color:#000;opacity:1.9}
  312.  
  313. #barra {width: 495px; margin-left: 0px; margin-top: -10px; background-color: {color:sidebar};; height: 14776px; position: fixed; z-index: -2200;  border-right: 5px solid  {color:borda sidebar}; opacity:1.9}
  314.  
  315. #barra1 {width: 138px; margin-left: 245px; margin-top: -3345530px; background-color: #fff;; height: 16px; position: fixed; z-index: 220;  border-bottom: 0px solid  #000; opacity:0.0}
  316.  
  317.  
  318.  
  319. #caducredito {margin-top: 615px; margin-left: -23px; position:fixed; width: 71px;font-family: calibri; text-transform: uppercase; }
  320. #caducredito a{ border-bottom: 1px solid #f1f1f1;  font-size: 8px; ; padding: 6px 7px 6px 4px;  display:block; margin-bottom: 3px; width: autopx;  height: 6px; text-align: right; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 5px; text-transform: uppercase; color: #FFF
  321. ; background-color: {color:detalhes};}
  322. #caducredito a:hover{ color: #111; letter-spacing: 0px;background-color: {color:background}; }
  323.  
  324.  
  325.  
  326. </style>
  327. <body>
  328.  
  329.  
  330. <div id="caducredito">
  331. <a href="http://c4fajeste.tumblr.com/" title="theme by c4fajeste ™">  theme™ </a>
  332. </DIV>
  333.  
  334.  
  335. <div id="des">
  336. {description}
  337. </DIV>
  338.  
  339. <div id="cadulinkhome">
  340.  
  341. <a href="/">{title}</a>
  342.  
  343. </DIV>
  344.  
  345. <div id="cadulink">
  346.  
  347.  
  348. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  349. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  350. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  351. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  352. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  353.  
  354. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  355.  
  356. </div></div>
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. <div id="pic"><img src="{image:sidebar 1}"/>
  367.  
  368.  
  369.     </div></div></div></div></div></div>
  370.  
  371.  
  372.  
  373.  
  374. </div></div>
  375.  
  376. </div></div>
  377. <div id="allboxes">
  378. {block:Posts}
  379. <div class="entry">
  380.  
  381. {block:Text}
  382. {block:Title}<h1><i>{Title}</i></h1>{/block:Title}{Body}
  383. <div id="infu">
  384. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a></div>
  385. {/block:Text}
  386.    
  387. {block:Photo}
  388. <div id="info">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </small><br> {/block:Chat}
  389. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom}· <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} <p><a href="{ReblogURL}" target="_blank"><big><big><big><big>reblog</big></big></big></big> </a>
  390. </div>
  391.  
  392. <div class="image"><img src="{PhotoURL-500}" width="490px"/></div>
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Photo}
  395.  
  396. {block:Photoset}
  397. <div id="info">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </small><br> {/block:Chat}
  398. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom}· <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} <p><a href="{ReblogURL}" target="_blank"><big><big><big><big>reblog</big></big></big></big> </a>
  399. </div>
  400.  
  401. <center>{Photoset-500}</center>
  402. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404.  
  405. {block:Quote}<div class="pquote">"{Quote}"<p><div class="pquotesource">— {Source}</center></div></div><div id="infu">
  406. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom}· <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a><br><div class="tags"><small>{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </small></div>{/block:Chat}
  407. </div>{/block:Quote}
  408.  
  409. {block:Link}
  410.  
  411. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  412. {block:Description}{Description}{/block:Description}
  413. <div id="infu">
  414. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a>
  415. </div>
  416. {/block:Link}
  417.  
  418.  
  419. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  420. <center><a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>{/block:Chat}
  421.  
  422. {block:Audio}
  423. <div class="player">{AudioPlayerBlack}</div>
  424. {block:Caption}{Caption}{/block:Caption}
  425. <div id="infu">
  426. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a>
  427. </div>
  428. {/block:Audio}
  429.  
  430.  
  431. {block:Video}
  432. <div id="info">
  433. <a href="{Permalink}">{block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}</a> · <a href="{Permalink}">{NoteCount}</a> · {block:RebloggedFrom}(<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog </a> </div>
  434.  
  435. {Video-500}
  436. {block:Caption}{Caption}{/block:Caption}
  437. {/block:Video}
  438.  
  439. {block:Answer}
  440. <table width="500px" cellspacing="0" cellpadding="0">
  441. <tr>
  442. <td width="490px" class="question1">{Question}</td>
  443. <td width="20px"><span class="questionarrow"></span></td>
  444. <td width="1px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  445. </tr>
  446. </table>
  447. <div class="answer">{Answer}</div>
  448. {/block:answer}
  449.  
  450. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  451.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  452.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  453. {/block:ContentSource}</div></div>
  454.  
  455. {/block:Posts}
  456.      {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  457.  
  458. </div>
  459. </div>
  460. </div>
  461. </div>
  462. </div>
  463. <script type="text/javascript"> Cufon.now(); </script>
  464.  
  465. </body>
  466. </html>
Advertisement
Add Comment
Please, Sign In to add comment