Advertisement
bau-de-incertezas

Theme fuck

Jul 20th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.61 KB | None | 0 0
  1. <!---------------------------------------------------
  2. ! !
  3. ! !
  4. !THEME POR BAU-DE-INCERTEZAS, CRÉDITOS EM TODO O CSS!
  5. ! !
  6. ! !
  7. !--------------------------------------------------->
  8.  
  9. <!---------------------
  10. bbbbb aaaaaaa u u
  11. b b a a u u
  12. bbbbb aaaaaaa u u
  13. b b a a u u
  14. bbbbb a a uuuuuu
  15. ----------------------->
  16. <html>
  17.  
  18. <head>
  19. <!--DON'T COPY, FIZ ESSA MERDA COM TANTO CARINHO *-* -->
  20. <script type="text/javascript">
  21. //desabilita menu de opcoes ao clicar no botao direito
  22. function desabilitaMenu(e)
  23. {
  24. if (window.Event)
  25. {
  26. if (e.which == 2 || e.which == 3)
  27. return false;
  28. }
  29. else
  30. {
  31. event.cancelBubble = true
  32. event.returnValue = false;
  33. return false;
  34. }
  35. }
  36.  
  37. //desabilita botao direito
  38. function desabilitaBotaoDireito(e)
  39. {
  40. if (window.Event)
  41. {
  42. if (e.which == 2 || e.which == 3)
  43. return false;
  44. }
  45. else
  46. if (event.button == 2 || event.button == 3)
  47. {
  48. event.cancelBubble = true
  49. event.returnValue = false;
  50. return false;
  51. }
  52. }
  53.  
  54. //desabilita botao direito do mouse
  55. if ( window.Event )
  56. document.captureEvents(Event.MOUSEUP);
  57. if ( document.layers )
  58. document.captureEvents(Event.MOUSEDOWN);
  59.  
  60. document.oncontextmenu = desabilitaMenu;
  61. document.onmousedown = desabilitaBotaoDireito;
  62. document.onmouseup = desabilitaBotaoDireito;
  63. </script>
  64.  
  65. <head><title>{Title}</title>
  66. <link rel="shortcut icon" href="{Favicon}">
  67.  
  68. <meta name="image:background" content="{image:background}" />
  69. <meta name="image:sidebar" content="{image:sidebar}" />
  70.  
  71.  
  72. <meta name="color:background" content="#ffffff" />
  73. <meta name="color:text" content="#808080" />
  74. <meta name="color:scroll" content="#aca6a6"/>
  75. <meta name="color:chat" content="#000" />
  76. <meta name="color:ask" content="#C0C0C0" />
  77. <meta name="color:tags" content="#c5c5c5" />
  78. <meta name="color:links" content="#808080" />
  79. <meta name="color:linkshover" content="#808080" />
  80. <meta name="color:linkspost" content="#808080" />
  81. <meta name="color:post" content="#fff" />
  82. <meta name="color:textask" content="#fff" />
  83. <meta name="color:note" content="#000" />
  84. <meta name="color:texto link" content="#fff" />
  85. <meta name="color:borda note" content="#c0c0c0" />
  86. <meta name="color:texto note" content="#fff" />
  87. <meta name="color:scrollbar" content="#000" />
  88.  
  89.  
  90. <meta name="color:borda" content="#000" />
  91. <meta name="color:frase" content="#fff" />
  92. <meta name="color:borda link" content="#c0c0c0" />
  93. <meta name="color:bg links" content="#fff" />
  94. <meta name="color:texto link hover" content="#808080" />
  95. <meta name="color:bg links hover" content="#c0c0c0" />
  96. <meta name="color:texto link" content="#c0c0c0" />
  97. <meta name="color:descricao" content="#fff" />
  98.  
  99.  
  100. <meta name="text:frase" content="frase" />
  101. <meta name="text:Link1" content="" />
  102. <meta name="text:Link1 Title" content="link 1" />
  103. <meta name="text:Link2" content="" />
  104. <meta name="text:Link2 Title" content="link 2" />
  105. <meta name="text:Link3" content="" />
  106. <meta name="text:Link3 Title" content="link 3" />
  107. <meta name="text:Link4" content="" />
  108. <meta name="text:Link4 Title" content="link 4" />
  109. <meta name="text:Link5" content="" />
  110. <meta name="text:Link5 Title" content="link 5" />
  111. <meta name="text:Link6" content="" />
  112. <meta name="text:Link6 Title" content="link 6" />
  113. <meta name="text:Link7" content="" />
  114. <meta name="text:Link7 Title" content="link 7" />
  115. <meta name="text:Link8" content="" />
  116. <meta name="text:Link8 Title" content="link 8" />
  117.  
  118.  
  119. <style>
  120.  
  121. body {background-color: {color:background}; font-family: ebrima; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  122.  
  123. a {text-decoration:none;outline:none;-moz-outline-style:none;color:{color:links};text-decoration:none;-moz-transition:0.4s ease-in;-webkit-transition: 0.3s ease-in;-o-transition:0.3s ease-in;transition:0.3s ease-in;}
  124.  
  125. a:link {color: {color:linkspost}; text-decoration: none;opacity:0.8}
  126.  
  127. a:hover {color: {color:linkshover};text-decoration:none;}
  128.  
  129.  
  130. /*********base por alguem*********/
  131. blockquote {margin: 6px 6px 6px 6px; border-left: 8px solid {color:background}; padding-left: 5px; }
  132. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  133. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  134. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  135.  
  136. blockquote img{max-width: 450px!important}
  137. blockquote blockquote img{max-width: 450px!important}
  138. blockquote blockquote blockquote img{max-width: 430px!important}
  139. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  140.  
  141.  
  142. #container {text-align: center; width: 900px; margin: -5px auto 15px auto; padding: 0px; z-index: 1}
  143.  
  144. #entry {float: left; margin-bottom: 26px; margin-left: 500px;}
  145.  
  146. /*******post*****************/
  147.  
  148.  
  149.  
  150. .posts {width: 410px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: corbel; font-size: 13px; position: relative; color:{color:text}; border:0px solid{color:borda}; margin-left:-70px;}
  151.  
  152.  
  153.  
  154. h1 {font-family: Baumans; text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  155. h1 a {text-align: center; font-size: 15px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  156. h1 a:hover {text-align: center; font-size: 15px; text-transform: none; color: {color:linkshover}; font-weight: normal; line-height: 18px;}
  157.  
  158.  
  159.  
  160. .image {text-align: center; border: 1px}
  161. .image img {max-width: 410px; height:auto;margin-bottom: 1px; -webkit-transition-duration: 0.40s; border-radius:5px;}
  162. .image img:hover {max-width: 410px; margin-bottom: 1px; -webkit-filter: grayscale(100%); opacity: 0.8;}
  163.  
  164.  
  165.  
  166.  
  167. .myquote2 {font-family:'baumans'; font-size:12px; text-align: right; color: {color:text}; }
  168.  
  169. .myquote {font-weight:none; text-align:justify;font-size: 11px; font-style:;font-family:ebrima; line-height: 16px; text-indent:2px; padding: 0px; }
  170.  
  171.  
  172.  
  173.  
  174.  
  175. .chat {line-height: 20px; list-style: none }
  176. .chat ul {line-height: 13px; list-style: none; padding: 10px; line-height:14px;}
  177. .person1 {color: {color:chat}; padding: 2px; }
  178. .person1 .label {font-weight: bold; color:{color:chat}}
  179. .person2 {color: {color:chat}; padding: 2px; }
  180. .person2 .label {font-weight: bold; color:{color:chat}}
  181.  
  182. .player {background-color: #fff; text-align: left; display:block;}
  183.  
  184.  
  185. /************** ASK INSPIRADA EM I-NSEGUR-A***************/
  186. .question {margin-left:10px;position: relative;min-height:70px;padding:10px 15px;margin-bottom:2px;margin-right:10px; background: {color:ask}; }
  187. .question { color:{color:textask}; font-size: 11px;font-weight: normal;fon-family: verdana;line-height:95%; widht:400px;}
  188.  
  189. .asking {text-align:center; color:{color:text}; font:9px calibri; text-transform:uppercase; opacity:1; margin-top:5px; margin-left:50px;}
  190.  
  191. .asking a{color:{color:text}; text-transform:uppercase; margin-top:5px;}
  192.  
  193. .asking img {width:45px; vertical-align:middle; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;padding:3px;opacity:1;border:1px solid {color:ask}; }
  194.  
  195. .asking img:hover {webkit-filter: grayscale(1);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);filter: url(desaturate.svg#greyscale);filter: gray; filter: grayscale(100%);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;opacity:1}
  196.  
  197. .questionarrow {font-size:30px;color:{color:ask};vertical-align:middle;margin-left:-5px!important; }
  198.  
  199.  
  200. #st {width: 400px; margin-top: -2px;}
  201. .source {display: none;}
  202.  
  203. #wih {opacity: 0.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  204. #wih:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  205.  
  206.  
  207. #notest {background-color: {color:note}; border-bottom: 1px solid {color:borda note} ;border-top: 1px solid {color:borda note} ;text-align: left; margin-top:0px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;{block:If1coluna} ;margin: 7px 0 0 7px; {/block:If1coluna}}
  208. #notest a {font-size: 10px; font-style:normal;text-transform: uppercase;{block:If1coluna} {/block:If1coluna}; color:{color:texto note};}
  209. #notest a:hover {font-style:italic;}
  210.  
  211.  
  212. ::-webkit-scrollbar {width: 6px; height:auto; background:{color:background}}
  213. ::-webkit-scrollbar-corner {padding:20px;background:{color:background}}
  214. ::-webkit-scrollbar-button:vertical {height:8px; display: block; background:{color:scrollbar}; }
  215. ::-webkit-scrollbar-button:horizontal {width: 5px; height: 8px; display: block; background:{color:scrollbar}; }
  216. ::-webkit-scrollbar-thumb:vertical {border-radius: 5px 0px 0px 5px; background:{color:scroll};}
  217. ::-webkit-scrollbar-thumb:horizontal {border-radius: 5px 0px 0px 5px; background: {color:background};}
  218. ::-webkit-scrollbar-thumb {background: {color:scroll};}
  219.  
  220.  
  221.  
  222. .notes {width: 250px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  223. ol.notes {list-style:none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  224. ol.notes li {background-color: {color:dtlhpost}; margin-bottom: 2px; padding: 5px; }
  225. .notes img{display: none; border:0px}
  226.  
  227.  
  228.  
  229. /*Paginação por bau-de-incertezas*/
  230.  
  231. #next{
  232. position:fixed;
  233. width: 100px;
  234. margin-top:300px;
  235. margin-left:1100px;
  236. color:#808080;
  237. text-align:right;
  238. text-transform:uppercase;
  239. color:}
  240.  
  241. #next img { width:20px; height:20px; opacity:0.4; }
  242.  
  243.  
  244.  
  245. #prev{
  246. position:fixed;
  247. width: 100px;
  248. margin-top:300px;
  249. margin-left:100px;
  250. color:#808080;
  251. text-align:right;
  252. text-transform:uppercase;
  253. color:}
  254.  
  255. #prev img { width:20px; height:20px; opacity:0.4;}
  256.  
  257.  
  258.  
  259. /***********CREDITO****************/
  260.  
  261. .meutheme {overflow: hidden; width: 30px; padding: 5px; background-color: {color:background}; height:8px; border-bottom:1px solid {color:borda};position:fixed;}
  262.  
  263. .meutheme a {margin-top: -2px; margin-left: -17px; color: {color:text}; font-family: corbel; font-size: 11px; position: absolute;opacity: 0.9;}
  264. .meutheme a:hover {opacity:0.4; font-family:14px;}
  265.  
  266.  
  267.  
  268.  
  269. .fotobau img { -webkit-transition-duration: .25s; position:fixed; -webkit-transition: all 5s ease-in-out;-webkit-transform: rotate(0deg);-moz-transition: all 5s ease-in-out;
  270. -o-transition: all 5s ease-in-out;-ms-transition: all 1s ease-in-out; transition: all 5s ease-in-out;display: block;height:667px;width:380px;
  271. padding:0px;margin-left:30px; margin-top:-10px;opacity:0.8;-webkit-transition-duration: 0.8s;opacity: 9.0; }
  272. .fotobau img:hover {-webkit-filter: saturate(2); opacity: 1.3;}
  273.  
  274.  
  275. .baufrase {margin-left:90px; margin-top:20px; width:300px; font-family:'Wire One';font-size:30px; color:{color:frase}; position:fixed;}
  276. .baufrase:hover{opacity:.7; -webkit-transition: 0.5s ease-in; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.8; text-shadow: 0px -5px #333, 0px 5px #333;}
  277.  
  278. #baubaby {width:60px; height: 40px; float: left; margin-left:30px; margin-top:200px; text-align: center; position: fixed; z-index:100000; opacity:1.0;}
  279.  
  280.  
  281. #baubaby a {z-index:10000; display: inline-block; float: left; margin-left: 0px; font-family:'muli'; font-size: 9px; text-align: center; margin-top: 0px; height: 12px; width: 60px; line-height: 12px; text-transform: uppercase; -webkit-transition: all 1s ease-out; -moz-transition: all 2s ease-out; font-style: normal; background-color: {color:bg links}; letter-spacing:1px; opacity:1.0; border:1px solid {color:borda link}; color:{color:texto link};}
  282. #baubaby a:hover{padding-left : 30px; width:60px;color: {color:texto link hover}; margin-right:-30px;box-shadow: inset 0 0 0 20px rgba(255,255,255,0.3), 0 0px 0px rgba(0,0,0,0.4); -moz-transition: all 2s ease-out; -webkit-transition: all .8s ease-out;background-color: {color:bg links hover}; border: 1px dashed {color:borda}; border-radius:0px 20px 20px 0px; }
  283.  
  284. .baudesc { margin-left:100px; margin-top:50px; font-family:'Muli' font-size:12px; color:{color:descricao}; width: 300px; height:50px; position:fixed; text-align:right;}
  285.  
  286. @font-face {
  287. font-family: 'Wire One';
  288. font-style: normal;
  289. font-weight: 400;
  290. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');}
  291.  
  292. @font-face {font-family: "vintage_straps_light";
  293. src: url(http://static.tumblr.com/sbxkdxg/Ts8mpvt7i/vintage_straps_light.ttf) format("truetype");}
  294. @font-face {font-family: "wendy";
  295. src: url(http://static.tumblr.com/sbxkdxg/vZ8mpvvkk/wendy.ttf) format("truetype");}
  296. @font-face {font-family: "aubrey1";
  297. src: url(http://static.tumblr.com/sbxkdxg/PTHmpvw2n/aubrey1__.ttf) format("truetype");}
  298. @font-face {font-family: "little_days";
  299. src: url(http://static.tumblr.com/sbxkdxg/Bx6mpvx6k/little_days.ttf) format("truetype");}
  300. @font-face {font-family: "fuente__dilana";
  301. src: url(http://static.tumblr.com/sbxkdxg/wLBmpvxyc/fuente__dilana.ttf) format("truetype");}
  302. @font-face {font-family: "capsuula";
  303. src: url(http://static.tumblr.com/sbxkdxg/AUempvxzk/capsuula.ttf) format("truetype");}
  304. @font-face { font-family: "lekton";
  305. src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf');}
  306. @font-face {
  307. font-family: 'Baumans';
  308. font-style: normal;
  309. font-weight: 400;
  310. src: local('Baumans'), local('Baumans-Regular'), url(http://themes.googleusercontent.com/static/fonts/baumans/v2/3DEdKAl82M5rDSLBVcU5jA.woff) format('woff');
  311. }
  312. @font-face {
  313. font-family: 'Orienta';
  314. font-style: normal;
  315. font-weight: 400;
  316. src: local('Orienta'), local('Orienta-Regular'), url(http://themes.googleusercontent.com/static/fonts/orienta/v1/nPJ0J30J_zQZtBhztPPbaA.woff) format('woff');
  317. }
  318. @font-face {
  319. font-family: 'Pacifico';
  320. font-style: normal;
  321. font-weight: 400;
  322. src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v4/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
  323. }
  324. @font-face {font-family: "murray";
  325. src: url(http://static.tumblr.com/sbxkdxg/O2jmpziur/richardm.ttf) format("truetype");}
  326. @font-face {
  327. font-family: 'ABeeZee';
  328. font-style: normal;
  329. font-weight: 400;
  330. src: local('ABeeZee'), local('ABeeZee-Regular'), url(http://themes.googleusercontent.com/static/fonts/abeezee/v1/m_J3nYLkIiGqm2wAiy01kg.woff) format('woff');
  331. }
  332. @font-face {
  333. font-family: 'Almendra';
  334. font-style: normal;
  335. font-weight: 400;
  336. src: local('Almendra'), local('Almendra-Regular'), url(http://themes.googleusercontent.com/static/fonts/almendra/v5/EuUT8I7QXLgT3dVSB6wEd_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
  337. }
  338. @font-face {
  339. font-family: 'Kameron';
  340. font-style: normal;
  341. font-weight: 400;
  342. src: local('Kameron'), url(http://themes.googleusercontent.com/static/fonts/kameron/v4/2MA5UxhNXWrBge11rsgwSg.woff) format('woff');
  343. }
  344. @font-face {
  345. font-family: 'Muli';
  346. font-style: normal;
  347. font-weight: 400;
  348. src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
  349. }
  350. @font-face {font-family: "Admiration";
  351. src: url(http://static.tumblr.com/sbxkdxg/3y3mq24wv/admiration_pains.ttf) format("truetype");}
  352.  
  353. @font-face {font-family: "contribute";
  354. src: url(http://static.tumblr.com/sbxkdxg/rA9mq250j/contribute_free-version.ttf) format("truetype");}
  355.  
  356. @font-face {font-family: "geosans";
  357. src: url(http://static.tumblr.com/sbxkdxg/y16mq254k/geosanslight.ttf) format("truetype");}
  358.  
  359. @font-face {font-family: "amazing";
  360. src: url(http://static.tumblr.com/sbxkdxg/88emq258m/the_amazing_grace.ttf) format("truetype");}
  361.  
  362. @font-face {font-family: "long";
  363. src: url(http://static.tumblr.com/sbxkdxg/UKCmq25b6/longcoolwoman.ttf) format("truetype");}
  364.  
  365. @font-face {font-family: "mers";
  366. src: url(http://static.tumblr.com/sbxkdxg/3asmq25cp/mers.ttf) format("truetype");}
  367.  
  368. @font-face {font-family: "litos";
  369. src: url(http://static.tumblr.com/sbxkdxg/Slimq25et/litos_script_regular.otf) format("truetype");}
  370.  
  371. @font-face {font-family: "aerolite";
  372. src: url(http://static.tumblr.com/sbxkdxg/UHmmq25gr/aerolite.otf) format("truetype");}
  373.  
  374. @font-face {font-family: "urania";
  375. src: url(http://static.tumblr.com/sbxkdxg/CWKmq25iq/urania_serif.ttf) format("truetype");}
  376.  
  377. @font-face {font-family: "open";
  378. src: url(http://static.tumblr.com/sbxkdxg/E6Gmq25jz/opendyslexicalta-regular.otf) format("truetype");}
  379.  
  380. @font-face {font-family: "mov";
  381. src: url(http://static.tumblr.com/sbxkdxg/rnBmq25sc/movlette.ttf) format("truetype");}
  382.  
  383. @font-face {
  384. font-family: 'Wire One';
  385. font-style: normal;
  386. font-weight: 400;
  387. src: local('Wire One'), local('WireOne'), url(http://themes.googleusercontent.com/static/fonts/wireone/v3/fas9dl2wmMkt5rCu-aBez_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
  388. }
  389. /***********CREDITO****************/
  390.  
  391. .meutheme {overflow: hidden; width: 30px; padding: 5px; background-color: {color:background}; height:8px; border-bottom:1px solid {color:borda};position:fixed;}
  392.  
  393. .meutheme a {margin-top: -2px; margin-left: -17px; color: {color:text}; font-family: corbel; font-size: 11px; position: absolute;opacity: 0.9;}
  394. .meutheme a:hover {opacity:0.4; font-family:14px;}
  395.  
  396.  
  397. </style>
  398. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  399. <div class="fotobau">
  400.  
  401. <img src="{image:sidebar}"></div>
  402. <div id="baubaby">
  403. <a href="{text:link1}">{text:link1 title}</a>
  404. <a href="{text:link2}">{text:link2 title}</a>
  405. <a href="{text:link3}">{text:link3 title}</a>
  406. <a href="{text:link4}">{text:link4 title}</a>
  407. <a href="{text:link5}">{text:link5 title}</a>
  408. <a href="{text:link6}">{text:link6 title}</a>
  409. <a href="{text:link7}">{text:link7 title}</a>
  410. <a href="{text:link8}">{text:link8 title}</a>
  411. </div>
  412. <div class ="baufrase">{text:frase}</div>
  413. <div class="baudesc">❝ {description} ❞</div>
  414.  
  415. <div class="meutheme"><a href="http://bau-de-incertezas.tumblr.com/" title="bau-de-incertezas">Crédito</a></div></div></div></div></div>
  416.  
  417.  
  418. <div id="prev">
  419. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><img src="http://static.tumblr.com/mkju0lc/8rQmq9n6b/br_prev.png"></a> {/block:PreviousPage}</div><div id="next">{block:NextPage}<a href="{NextPage}"><img src="https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/32x32/br_next.png"></a>{/block:NextPage}{/block:Pagination}</div></div>
  420.  
  421. <div id="allboxes">
  422.  
  423.  
  424. <div id="post">
  425. <div class="autopagerize_page_element">
  426. <div id="entry">
  427.  
  428. {block:Posts}
  429. <div class="posts">
  430.  
  431. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  432.  
  433. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  434.  
  435. {block:Photoset}{Photoset-400}{/block:Photoset}
  436.  
  437.  
  438.  
  439. {block:Quote}
  440. <div class="myquote">❝ {Quote} ❞</div>
  441. <div class="myquote2">
  442. {block:Source}{Source}{/block:Source}</div>
  443. {/block:Quote}
  444.  
  445. {block:Link}
  446. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  447. {block:Description}{Description}{/block:Description}
  448. {/block:Link}
  449.  
  450. {block:Chat}
  451. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  452. <div class="chat"><ul>{block:Lines}
  453. <li class="person{UserNumber}">{block:Label}
  454. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  455. {/block:Chat}
  456.  
  457. {block:Audio}
  458. <div class="player">{AudioPlayerBlack}</div>
  459. {block:Caption}{Caption}{/block:Caption}
  460. {/block:Audio}
  461.  
  462. {block:Video}{Video-400}{/block:Video}
  463.  
  464. {block:Answer}
  465. <table width="420px" cellspacing="0" cellpadding="0">
  466. <tr>
  467. <td width="209px" class="question">{Question}</td>
  468. <td width="30px"><span class="questionarrow">◤</span></td>
  469. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  470. </tr>
  471. </table>
  472. <div class="answer">{Answer}</div>
  473. {/block:answer}
  474.  
  475. {block:Photoset}<center>{Photoset-100}</center>
  476. {/block:Photoset}
  477.  
  478.  
  479. <div id="st">
  480. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  481. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  482. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  483.  
  484. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  485. {/block:ContentSource}</div></div>
  486. <br>
  487.  
  488. <div class="wih">
  489. {block:Date}<div id="notest">
  490. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} . <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} . <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} . <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}.<a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  491. </div></center>{/block:IfShowTags}{/block:Date}</div>
  492. </div>
  493.  
  494.  
  495. {/block:Posts}
  496. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  497.  
  498.  
  499. </div>
  500. </div>
  501. </div>
  502. </div>
  503.  
  504.  
  505.  
  506. </body>
  507. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement