Advertisement
l-ovinlea

rain#17

Dec 11th, 2011
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.40 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. <!-- theme 17 by b-reakable; kindness gerenates kindness --!>
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:Background" content="#ececec" />
  9. <meta name="color:entry" content="#dfdfdf" />
  10. <meta name="color:sidebar" content="#dadada" />
  11. <meta name="color:text" content="#555555" />
  12. <meta name="color:sidebartext" content="#5f5e5e" />
  13. <meta name="color:link" content="#8a8a8b" />
  14. <meta name="color:linkhover" content="#b69db9" />
  15. <meta name="color:linksid" content="#fff" />
  16. <meta name="color:linksidbackground" content="#4c3e6d" />
  17. <meta name="color:Question Background" content="#C29C9C" />
  18. <meta name="color:Question Text" content="#fff" />
  19. <meta name="color:line" content="#fff" />
  20. <meta name="color:overflow" content="#dfdfdf" />
  21. <meta name="color:backoverflow" content="#ececec" />
  22. <meta name="color:subtitle" content="#000000" />
  23.     <meta name="color:backsubtitle" content="#000000" />
  24. <meta name="color:backpages" content="#ececec" />
  25. <meta name="color:pages" content="#fff" />
  26.  
  27. <meta name="font:Title" content="georgia" />
  28. <meta name="font:Body" content="trebuchet ms" />
  29. <meta name="font:Accent" content="helvetica" />
  30.  
  31. <meta name="image:Background" content="" />
  32. <meta name="image:img1" content="" />
  33. <meta name="image:img2" content="" />
  34. <meta name="image:img3" content="" />
  35.  
  36. <meta name="text:subtitle1" content=""/>
  37. <meta name="text:subtitle2" content=""/>
  38. <meta name="text:subtitle3" content=""/>
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45. <meta name="text:Link4" content="" />
  46. <meta name="text:Link4 Title" content="" />
  47. <meta name="text:Link5" content="" />
  48. <meta name="text:Link5 Title" content="" />
  49. <meta name="text:Link6" content="" />
  50. <meta name="text:Link6 Title" content="" />
  51. <meta name="text:Link7" content="" />
  52. <meta name="text:Link7 Title" content="" />
  53. <meta name="text:Link8" content="" />
  54. <meta name="text:Link8 Title" content="" />
  55.  
  56. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  57. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <link rel="shortcut icon" href="{Favicon}" />
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  61. <style type="text/css">
  62. body {
  63. background: {color:Background} url('{image:Background}') top right fixed norepeat;
  64. margin: 0;
  65. padding: 0;
  66. font-family: {font:Body};
  67. }
  68.  
  69. .clear {
  70. clear: both;
  71. height: 0px;
  72. overflow: hidden;
  73. }
  74.  
  75. a img {
  76. border: none;
  77. }
  78.  
  79. #entries {
  80. margin-left: 460px;
  81. width: 530px }
  82.  
  83. body {
  84. color:{color:text};
  85. background-color:{color:background};
  86. background-image: url('{image:Background}');
  87. background-position: center;
  88. background-attachment:fixed;
  89. background-repeat: repeat;
  90. font-family:{font:body};
  91. font-size:11px;
  92. line-height:10px;
  93. text-align:justify;
  94. }
  95.  
  96. a:link, a:active, a:visited{
  97. color: {color:link};
  98. text-decoration:none }
  99.  
  100.  
  101. a:hover{
  102. color:{color:linkhover};
  103. }
  104.  
  105.  
  106. #sidebarimage {
  107. width: 250px;
  108. margin-top: 20px;
  109. margin-bottom: 15px;
  110. align: center }
  111.  
  112. #sidebar {
  113. width: 250px;
  114. margin-top: 150px;
  115. margin-left: 15px;
  116. position: fixed;
  117. overflow: hidden;
  118. border: 0px;
  119. padding-left: 20px;
  120. padding-right: 20px;
  121. padding-bottom: 15px;
  122. background-color: {color:sidebar};
  123. text-align: justify;
  124. font-size: 9px;
  125. color: {color:sidebartext};
  126. border-right:5px solid {color:line};
  127. }
  128.  
  129. #browse {
  130. text-align: center;
  131. text-transform: uppercase;
  132. font-size: 9px;
  133. font-family: helvetica;
  134. letter-spacing: 3px;
  135. width: 30px;
  136. color: 000000;
  137. position: fixed
  138. }
  139. .question {
  140. color:{color:question text};
  141. font-size: 9px;
  142. font-weight: normal;
  143. font-family: {font:body};
  144. line-height:95%;
  145. background: {color:question background};
  146. margin: 0 0 10px 0;
  147. padding: 10px 15px;
  148. position: relative;}
  149.  
  150. .questionarrow {
  151. width: 13px;
  152. height: 7px;
  153. font-size:30px;
  154. font-family:'trebuchet ms';
  155. position: absolute;
  156. color:{color:question background};
  157. bottom: -3.5px;
  158. left: 240px;}
  159.  
  160.  
  161. .asker {width:500px; text-align:left; text-transform:uppercase; color:{color:text};}
  162. .asker a {color:{color:text};}
  163. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  164.  
  165. .answer {color:{color:answer};}
  166.  
  167. #pagelink a {
  168. background-color: {color:entry};
  169. font-family: georgia;
  170. font-size: 15px;
  171. text-align: center;
  172. padding: 2px 15px 2px 15px;
  173. color: {color:link};
  174. text-transform: lowercase;
  175. font-style: italic;
  176. text-decoration: none;
  177. position: fixed;
  178. height: 15px;
  179. }
  180.  
  181. #pagelink a:hover {
  182. background-color:{color:linkhover};
  183. }
  184.  
  185. #browsebox {
  186. position: fixed;
  187. margin-top: 130px;
  188. margin-left: 200px}
  189.  
  190. #browsebox2 {
  191. position: fixed;
  192. margin-top: 130px;
  193. margin-left: 100px; }
  194.  
  195.  
  196. #stext {margin-left:-5px; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:11px; margin-top: 3px; line-height: 10px;}
  197.  
  198. #posts {
  199. overflow: hidden;
  200. background-color: {color: entry};
  201. border: 0px;
  202. padding: 15px;
  203. font-size: 11px;
  204. background-color: {color:entry};
  205. color: {color:Text};
  206. }
  207.  
  208. bigtitle {
  209. color: {color:title};
  210. font-family: georgia;
  211. letter-spacing: -1px;
  212. text-align: center;
  213. font-style: italic;
  214. font-size: 21px;
  215. text-transform: none;
  216. line-height: 18px;
  217. }
  218.  
  219. quote {
  220. color: {color:title};
  221. font-family: {font:Body};
  222. letter-spacing: 3px;
  223. padding: 5px;
  224. text-align: justify;
  225. font-style: italic;
  226. font-size: 9px;
  227. }
  228.  
  229. #source {
  230. text-align: left
  231. }
  232.  
  233. #postinfo {
  234. font-family: verdana;
  235. font-size: 9px;
  236. text-transform: none;
  237. letter-spacing: 0px;
  238. margin-top: -5px
  239. }
  240. .subtitle {margin-left: 55px; margin-top: -58px;}
  241. .finn {width: 200px; margin-top: 50x; padding: 2px; text-align: center; background-color: {color:backsubtitle}; letter-spacing: 2px; font-size: 9px; font-family: verdana; color: {color:subtitle}; margin-bottom: 1px; height:15px; opacity: 0.5;}
  242. .quinn {width: 200px; padding: 2px; text-align: center; margin-bottom: 1px; background-color: {color:backsubtitle}; letter-spacing: 2px; font-size: 9px; font-family: verdana; color:{color:subtitle}; height:15px; opacity: 0.7;}
  243. .rachel {width: 200px; padding: 2px; text-align: center; margin-bottom: 5px; background-color: {color:backsubtitle}; letter-spacing: 2px; font-size: 9px; font-family: verdana; color:{color:subtitle}; height:14.5px; opacity: 0.9}
  244.  
  245. #lside {position:fixed; top:275px; width:200px; left:167px;}
  246. #titleblog1 {width:260px; margin-bottom:20px;font: 19px georgia; font-style:italic; z-index:30; -ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -o-transform:rotate(-90deg); text-align:center; margin-left:20px; opacity:1; }
  247. .userpic{margin-left:-4px;}
  248. .userpic img{border: 5px solid {color:backsubtitle};}
  249.  
  250. #sidelinks {position:fixed; top:235px;}
  251.  
  252. #sidelink1 {width:110px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.3;}
  253.  
  254. #sidelink1 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  255.  
  256. #sidelink1:hover {width:130px;}
  257.  
  258. #sidelink1:hover a{ padding:0px 60px 1px 33px;}
  259.  
  260.  
  261. #sidelink2 {width:100px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.5;}
  262.  
  263. #sidelink2 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  264.  
  265. #sidelink2:hover {width:130px;}
  266.  
  267. #sidelink2:hover a{ padding:0px 60px 1px 33px;}
  268.  
  269.  
  270.  
  271. #sidelink3 {width:120px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.7;}
  272.  
  273. #sidelink3 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  274.  
  275. #sidelink3:hover {width:130px;}
  276.  
  277. #sidelink3:hover a{ padding:0px 60px 1px 33px;}
  278.  
  279.  
  280.  
  281. #sidelink4 {width:105px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.9;}
  282. #sidelink4 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  283. #sidelink4:hover {width:138px;}#sidelink4:hover a{ padding:0px 60px 1px 33px;}
  284.  
  285.  
  286.  
  287. #sidelink5 {width:115px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 1.0;}
  288.  
  289. #sidelink5 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  290.  
  291. #sidelink5:hover {width:130px;}
  292.  
  293. #sidelink5:hover a{ padding:0px 60px 1px 33px;}
  294.  
  295.  
  296.  
  297. #sidelink6 {width:99px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.9;}
  298.  
  299. #sidelink6 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  300.  
  301. #sidelink6:hover {width:130px;}
  302.  
  303. #sidelink6:hover a{ padding:0px 60px 1px 33px;}
  304.  
  305. #sidelink7 {width:112px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px;opacity: 0.7;}
  306.  
  307. #sidelink7 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  308.  
  309. #sidelink7:hover {width:130px;}
  310.  
  311. #sidelink7:hover a{ padding:0px 60px 1px 33px;}
  312.  
  313. #sidelink8 {width:90px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.5;}
  314.  
  315. #sidelink8 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  316.  
  317. #sidelink8:hover {width:130px;}
  318.  
  319. #sidelink8:hover a{ padding:0px 60px 1px 33px;}
  320.  
  321. #sidelink9 {width:120px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.4;}
  322.  
  323. #sidelink9 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  324.  
  325. #sidelink9:hover {width:130px;}
  326.  
  327. #sidelink9:hover a{ padding:0px 60px 1px 33px;}
  328.  
  329. #sidelink10 {width:100px; margin-left:143px; background-color:{color:linksidbackground}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out; margin-bottom:2px; opacity: 0.3;}
  330.  
  331. #sidelink10 a{font:10px calibri; font-style:italic; text-transform:lowercase; padding:2px 40px 2px 13px; color:{color:linksid}; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; transition: all .6s ease-in-out; -webkit-transition: all .6s ease-in-out;}
  332.  
  333. #sidelink10:hover {width:130px;}
  334.  
  335. #sidelink10:hover a{ padding:0px 60px 1px 33px;}
  336.  
  337. #slideShow{position:relative; width: 400px; height: auto; background-color: none; margin-left:-10px; margin-top: 15px; z-index:100; overflow: hidden;}
  338.  
  339. #slideShow a{float: left; width: 35px; transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s;}
  340.  
  341. #slideShow a:hover{float: left; width: 200px;}
  342.  
  343. #slideShow2 {margin: 0px 0px 10px 0px }
  344.  
  345. #slideShow2 img{max-width: 300px;}
  346.  
  347. #mcc{background-color: {color:background}; letter-spacing: 1px; color: {color:link}; width:130px; height:40px; position: fixed; padding-top: 20px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-family: verdana; margin-top: 300px; margin-left: 110px; px; z-index: 2;}
  348.  
  349. #mcc:hover {background-color: {color:background}; height: 40px; color: transparent;}
  350.  
  351.  
  352.  
  353. .mcc {text-align: center; font-size: 9px; position: fixed; color: transparent; width: 130px; margin-left: 5px; margin-top: -15px;}
  354.  
  355. .mcc:hover {color: {color:text}; font-size: 9px; text-align: justify;}
  356.  
  357. #pagina{width: 280px; background-color: {color:sidebar}; position: relative; height: auto; }
  358.  
  359. /*** Paginação by madlyluv.com ***/
  360. #paginacaoml {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 21px;}
  361. #paginacaoml a {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:backpages}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:pages}; text-decoration: none;}
  362. #paginacaoml a:hover {font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:sidebar}; border: none;}
  363. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:pages}; text-decoration: none; font-weight: bold;}
  364. #paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
  365.  
  366.  
  367. #questions {
  368. border-bottom: 1px dashed {color:linkbackground};
  369. padding-bottom: 5px }
  370.  
  371. blockquote{ text-decoration: none }
  372.  
  373. img a {
  374. border: none; width: 100% }
  375.  
  376. h2{color:{color:title}; font-family:{font:title}; font-size:20px; line-height:12px; letter-spacing:0px; font-weight:normal; text-transform: none; margin:0px; padding:0px; margin-bottom:-0px; text-align: center}
  377. .bigquote{font-size: 80px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20);}
  378. .pquote{font-family: georgia; font-size: 25px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left: 45px; font-style: italic;}
  379. .source{margin-top: 5px; text-align: right}
  380.  
  381. .audio{
  382. background-color: #E9E3E3;
  383. display: block}
  384.  
  385. .user_1 .label {color:{color:link}; font-weight:light; font-style: italic}
  386. .user_2 .label {color:{color:link}; font-weight:light; font-style: italic}
  387. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  388.  
  389.  
  390. .notes img{
  391. width:10px;
  392. position:relative;
  393. top:1px; }
  394.  
  395. ol.notes, .notes li {
  396. list-style:none;
  397. margin:0px;
  398. padding:0px; }
  399.  
  400. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  401.  
  402. ::-webkit-scrollbar{width:5px;height:5px;}
  403. ::-webkit-scrollbar{width:5px;height:5px;}
  404. ::-webkit-scrollbar-button:start:decrement
  405. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  406. ::-webkit-scrollbar-track-piece{background-color: {color:backoverflow};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  407. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:overflow};-webkit-border-radius:px;}
  408. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:overflow};-webkit-border-radius:px;
  409. </style>
  410. <style type="text/css">{CustomCSS}</style>
  411. </head>
  412.  
  413. <body>
  414.  
  415. <div id="lside">
  416. <div id="sidelinks">
  417.  
  418. <div id="sidelink1"><a href="/">home</a></div>
  419.  
  420. <div id="sidelink2"><a href="/ask">ask</a></div>
  421.  
  422. <div id="sidelink3">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  423. </div>
  424.  
  425.  
  426. <div id="sidelink4">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}</div>
  427.  
  428. <div id="sidelink5">{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}</div>
  429.  
  430. <div id="sidelink6">{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}</div>
  431.  
  432. <div id="sidelink7">{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}</div>
  433.  
  434. <div id="sidelink8">{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}</div>
  435.  
  436. <div id="sidelink9">{block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}</div>
  437.  
  438. <div id="sidelink10">{block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}</div>
  439.  
  440. </div>
  441. </div>
  442.  
  443. <div id="browsebox"><div id="pagelink">
  444. {block:NextPage}<a href="{NextPage}">next &raquo;</a>{/block:NextPage}</div>
  445.  
  446. <div id="mcc"><div class="mcc"><center>theme por <b>b-reakable</b>, base por <i>the-redwaterfall</i>; detalhes por <b>im-mutable</b>, <b>noheartgirl</b>, <b>maraudersmaps</b>, <b>sk8er-girl</b> e <b>nbtr</b>.</center></div><center><b>about the theme...</b></center></div>
  447. </div></div>
  448.  
  449. <div id="browsebox2"><div id="pagelink">
  450. {block:PreviousPage}<a href="{PreviousPage}">previous «</a> {/block:PreviousPage}</div></div>
  451.  
  452. <div id="sidebar">
  453.  
  454. <div id="slideShow"><div id="slideShow2">
  455.  
  456. <a href=""><img src="{image:img1}" width=" 200px"/></a>
  457.  
  458. <a href=""><img src="{image:img2}" width=" 200px"/></a>
  459.  
  460. <a href=""><img src="{image:img3}" width=" 200px"/></a>
  461.  
  462. </div></div>
  463. <br>
  464.  
  465. <div id="stext"><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: none; background-color: none; text-align: normal; width: 250px; font-family: verdana; height: 60px; padding: 0px 10px 5px 1px; letter-spacing: 0px; font-size:9px; line-height: 100%">{block:Description}{Description}{/block:Description}</div></div>
  466. <br>
  467. <div class="userpic"><img src="{PortraitURL-48}"></div>
  468. <div class="subtitle">
  469. <div class="finn">{text:subtitle1}</div>
  470. <div class="quinn">{text:subtitle2}</div>
  471. <div class="rachel">{text:subtitle3}</div></div>
  472.  
  473. <div id="pagina"><div id="paginacaoml"> <center>
  474. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  475. {block:JumpPagination length="10"}
  476. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  477. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  478. {/block:JumpPagination}
  479. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center>
  480. </div></div>
  481. </div>
  482.  
  483.  
  484.  
  485. <div id="entries"><br>
  486. {block:Posts}
  487.  
  488.  
  489. <div id="posts">
  490.  
  491. {block:Title}<bigtitle><center>{title}</center></bigtitle>{/block:Title}
  492.  
  493. {block:Text}{body}{/block:Text}
  494.  
  495. {block:Quote}
  496. <b class="bigquote">“</b><div class="pquote">{Quote}</div>{block:Source}
  497. <div class="source">— {Source}</div>{/block:Source}
  498. {/block:Quote}
  499.  
  500. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle><center>{Name} </center></bigtitle></a>
  501. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  502.  
  503. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  504.  
  505. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  506.  
  507. {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>{/block:Chat}
  508.  
  509. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  510.  
  511. {block:Answer}
  512. <div class="question">
  513. <div class="questionarrow">▼</div>
  514. {Question}
  515. </div>
  516. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  517. <div class="answer">{Answer}</div>
  518. {/block:answer}
  519.  
  520.  
  521. {block:Audio}<span class="audio"><center>{AudioPlayerGrey}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  522.  
  523. <div id="postinfo">
  524. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  525. <a href="{Permalink}">{TimeAgo}</a> · {NoteCountWithLabel} · <a href="{ReblogUrl}" target="_blank">reblog</a> · {block:RebloggedFrom}originally <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</div></div><BR>
  526.  
  527. {/block:Posts}
  528. {block:PostNotes}{PostNotes}{/block:PostNotes}
  529.  
  530. </div></div>
  531.  
  532.  
  533.  
  534.  
  535. </body>
  536. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement