cadu

kldmvpos

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