Advertisement
themes-sdss

Theme 60

Nov 8th, 2012
2,932
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.13 KB | None | 0 0
  1. <! THEME BY SUPERAR-R!>
  2.  
  3. <! ESSE THEME É PROTEGIDO !>
  4.  
  5. <html>
  6. <head>
  7.  
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#111" />
  10. <meta name="color:post" content="#000" />
  11. <meta name="color:sidebar" content="#cacac6" />
  12. <meta name="color:text" content="#aaaaaa" />
  13. <meta name="color:frase" content="#fff" />
  14. <meta name="color:bgfrase" content="#7e7d7d" />
  15. <meta name="color:linkshover" content="#fd7bae" />
  16. <meta name="color:bglinks" content="#000" />
  17. <meta name="color:bglinkshover" content="#fff" />
  18. <meta name="color:links" content="#aaa" />
  19. <meta name="color:link hover" content="#fd7bae" />
  20. <meta name="color:borda" content="#666" />
  21. <meta name="color:scrollbar"content="#111" />
  22. <meta name="color:pagina" content="#fff">
  23. <meta name="color:link" content="#aaaaaa">
  24. <meta name="color:descri" content="#aaa">
  25. <meta name="color:efeito" content="#20201f" />
  26. <meta name="color:asking" content="#000" />
  27. <meta name="color:answer" content="#555555" />
  28. <meta name="color:asktext" content="#ffffff" />
  29.  
  30.  
  31. <meta name="image:background" content="http://static.tumblr.com/fzbupk7/zOqmckun1/new-york-black-and-white_1440x900.jpg" />
  32. <meta name="image:foto" content="http://static.tumblr.com/fzbupk7/kSXmd5mnv/tumblr_mc0noi5znf1r6xmplo1_500.jpg" />
  33. <meta name="image:foto2" content="http://static.tumblr.com/wn9gxko/9eemd6fou/side2.jpg" />
  34. <meta name="image:bgsidebar" content=""/>
  35.  
  36.  
  37. <meta name="text:titulo" content="Mo vem e cuida de mim." />
  38.  
  39. <meta name="text:Link1" content="/" />
  40. <meta name="text:Link1 Title" content="link" />
  41. <meta name="text:Link2" content="/" />
  42. <meta name="text:Link2 Title" content="link" />
  43. <meta name="text:Link3" content="/" />
  44. <meta name="text:Link3 Title" content="link" />
  45. <meta name="text:Link4" content="/" />
  46. <meta name="text:Link4 Title" content="link" />
  47. <meta name="text:Link5" content="/" />
  48. <meta name="text:Link5 Title" content="link" />
  49. <meta name="text:Link6" content="/" />
  50. <meta name="text:Link6 Title" content="link" />
  51. <meta name="text:Link7" content="/" />
  52. <meta name="text:Link7 Title" content="link" />
  53. <meta name="text:Link8" content="/" />
  54. <meta name="text:Link8 Title" content="link" />
  55.  
  56.  
  57.  
  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=Dosis' rel='stylesheet' type='text/css'>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Sirin+Stencil' rel='stylesheet' type='text/css'>
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  74. <link href='http://fonts.googleapis.com/css?family=Sevillana' rel='stylesheet' type='text/css'>
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. <title>{Title}</title>
  84. <link rel="shortcut icon" href="{Favicon}">
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  86. {block:Description}
  87. <meta name="description" content="{MetaDescription}" />
  88. {/block:Description}
  89.  
  90. <style type="text/css">
  91.  
  92.  
  93. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  94.  
  95. a {color: {color:link}; text-decoration: none; text-transform: none;}
  96. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  97.  
  98. p {margin: 6px 0 0 0}
  99.  
  100. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  101.  
  102. #tudo {text-align: center; width: 935px; margin: 0px auto 0px auto; padding: 0px; z-index: 100; }
  103.  
  104. #post {float: left; margin-top:-5px; overflow:hidden; margin-left: 385px;z-index: 100; padding-bottom: 10px; opacity:0.8; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
  105.  
  106. #post:hover {opacity:1; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;}
  107.  
  108. .vicftpost {width:450px; background-color: {color:post}; padding: 10px; margin-bottom: 5px; text-align: justify; font-family: georgia; font-size: 10px;z-index: 100; }
  109.  
  110.  
  111. /*theme superar-r*/
  112.  
  113.  
  114. h1 {font-family: georgia; text-align: center; font-size: 14px; color: ; line-height: 17px; font-weight:normal; }
  115.  
  116. h1 a {text-align: center; font-size: 16px; color: ; line-height: 17px;}
  117.  
  118. h1 a:hover {text-align: center; font-size: 16px; color: ; font-weight: normal; line-height: 17px;}
  119.  
  120. /*theme superar-r*/
  121.  
  122. .image {text-align: center; border: 0px; }
  123. .image img {max-width: 450px; margin-bottom: 2px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; opacity:0.8; border:1px solid {color:borda}; }
  124. .image img:hover{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; } /*theme superar-r*/
  125.  
  126. .quotebru {position:relative;top:-5px;font-size:40px;opacity:0.7;filter: alpha(opacity = 20);}
  127. .qbru {font-family: georgia; text-align: center; font-size: 11px; line-height: 15px; padding: 3px; margin-top:-45px; margin-left: 10px;padding-top:5px;}
  128. .origbru {font-family: verdana; font-weight: bold;text-align: center; font-size: 10px; line-height: 10px; padding: 3px; margin-top:-5; }
  129. /*theme superar-r*/
  130. .chat {line-height: 13px; list-style: none }
  131. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  132. .person1 {color: {color:text}; padding: 2px; background-color: {color:background}; }
  133. .person1 .label {font-weight: bold; color:{color:text}; background-color: {color:background};}
  134. .person2 {color: {color:text}; padding: 2px; }
  135. .person2 .label {font-weight: bold; color:{color:text}}
  136.  
  137. /*theme superar-r*/
  138. .player {background-color: #000; text-align: left; display:block;}
  139. /*theme superar-r*/
  140.  
  141.  
  142. /* stilo da ask */
  143. .ask {width: 98.2%; border:2px solid {color:asking}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:asktext}; font-size: 11px; }
  144.  
  145. .asker {width: 99%;height:18px; background:{color:answer}; font-weight:normal; padding:3px; margin-bottom: 1px; color:{color:asktext}; font-size: 10px;text-align:left;line-height:20px;text-transform:uppercase;font-family: calibri;}
  146. .asker a{background:#; color:{text};}
  147. .askborder {width:38px;float: left; display: inline; margin-bottom: 2px;margin-left:-3px;border: 2px solid {color:borda};margin-top:-3px;}
  148. .resposta {background:{color:post}; font-weight:normal; padding:10px; margin-bottom:0px; text-shadow:0 0px 0px #fff;color:{color:text}; font-size: 11px; }
  149. .asker img:hover {-webkit-filter: grayscale(100%); background-color:{color:linkhover};-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out}
  150.  
  151. #info {text-align: center; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11; border-top:1px solid {color:background}; color:{color:bordacolorida};}
  152. #info a {font-size: 10px; text-transform: uppercase;}
  153.  
  154. #info:hover {text-align: center; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11; }
  155.  
  156. .tags {color:; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  157.  
  158. .tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  159.  
  160. #nts img{display: none; border:0px; text-align: right; }
  161.  
  162. #cap {width: 500px; margin-top: -2px;}
  163. .source {display: none;}
  164.  
  165. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 1px; font-size: 9px; text-align: left}
  166. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  167. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  168. .notes img{display: none; border:0px}
  169.  
  170.  
  171. /*theme superar-r*/
  172. iframe#tumblr_controls {
  173. top:0px !important;
  174. right:3px !important;
  175. position: fixed !important;
  176. -webkit-transition: opacity 0.6s linear;
  177. opacity: 0.3;
  178. -webkit-transition: all 0.8s ease-out;
  179. -moz-transition: all 0.8s ease-out;
  180. transition: all 0.8s ease-out;
  181. z-index:999999999999999999;}
  182.  
  183. iframe#tumblr_controls:hover{
  184. -webkit-transition: opacity 0.6s linear;
  185. opacity: 0.8;
  186. -webkit-transition: all 0.4s ease-out;
  187. -moz-transition: all 0.4s ease-out;
  188. transition: all 0.4s ease-out;
  189. z-index:999999999999999999999;}
  190.  
  191. #tumblr_controls{position: fixed!important}
  192. #tumblr_controls{position: fixed!important}
  193. #tumblr_controls{position: fixed!important}
  194. #tumblr_controls{position: fixed!important}
  195.  
  196. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scroll};height:40px; border:2px solid white;}
  197.  
  198. ::-webkit-scrollbar-button:vertical {height:10px; display: block; background:{color:scroll};}
  199.  
  200. ::-webkit-scrollbar {height:10px;width:10px;background-color:white;}
  201.  
  202. #sidebar {position: fixed; margin: 0px 0px 0px 100px;}
  203.  
  204. #sid{font-size: 9px; font-family: verdana; position: fixed; width: 201px; margin-left: -140px; height: auto; margin-top: 0px}
  205.  
  206. /*theme superar-r*/
  207. .linkss {text-align:inline; letter-spacing: 0px; font-family:calibri; font-size: 10px; text-align: center; width:262px; text-transform: uppercase; padding:7px; margin-top: 401px; margin-left: 96px; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-style: none; position:fixed; background-color:{color:bglinks}; opacity:0.7; border-top:2px solid {color:borda};}
  208. .linkss a { color: {color:links}; text-transform: uppercase;background-color:{color:bglinks};}
  209. .linkss a:hover {text-align: center;color: {color:linkshover}; font-weight: bold; }
  210.  
  211. #bitch2 { margin-left: 295px; margin-top: 44px; width: 120px; font-size: 20px; height: 3px; text-align: justify; background-color:{color:bordacolorida}; line-height: 5px; color:transparent; position: fixed; z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999999; }
  212.  
  213. #links2 {width: 284px; float: left; margin-left:94px; height:10px; margin-top: 425px; padding: 3px; text-align: center; position: fixed; background-color: transparent; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index:1000; }
  214.  
  215. #links2 a {float: left; margin-right: 0px; display: block; width: 128px; letter-spacing: 0px; font-family: calibri; font-size: 9px; text-transform: uppercase; text-align: center; margin-bottom: 3px; background-color: {color:bglinks}; color: {color:links}; text-decoration: none; height:14px;line-height:14px; padding: 4px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; opacity:0.7; border-top:2px solid {color:borda}; border-bottom:2px solid {color:borda}; border-right:2px solid {color:borda}; border-bottom:2px solid {color:borda}; -webkit-box-shadow: inset 0 0 0px 0px #FFFFFF,0 0 0 #FFFFFF}
  216. #links2 a:hover{-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-align: center; color:{color:linkshover};-webkit-box-shadow:inset 0 0 55px 35px transparent, 0 0 25px 15px transparent;opacity:0.8}
  217.  
  218.  
  219. /*theme superar-r*/
  220. #descri {z-index:100;background-color:transparent ;z-index: 3;position:fixed;width:250px; height:85px; font-size:11px; font-family:tahoma; text-align:center; color:{color:descri}; padding:2px; margin-top:532px;margin-left:148px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  221.  
  222.  
  223. @font-face {font-family: "pacifico";src: url(http://static.tumblr.com/ufwwwyn/Do8m4xui1/pacifico.ttf) format("truetype");}
  224.  
  225. .imagem {position: absolute; width:262px; height:341px; margin-left:140px; margin-top: 48px;position:fixed;border:2px solid {color:sidebar}; }
  226. .imagem img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height:341px; width: 262px; background-color: {color:none}; padding:0px;margin-left:0px; margin-top:0px; opacity:0.7;}
  227. .imagem img:hover{ -webkit-transform:scale(1.4); -moz-transform:scale(1.4); -o-transform:scale(1.8); opacity:0.7;-webkit-transition-duration: .50s;}
  228.  
  229.  
  230. .imagem img.top { opacity:1;}
  231. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  232.  
  233. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  234. /*theme superar-r*/
  235. #head {position:fixed; margin-top:10px;
  236. margin-left: 136px;
  237. font-family: Alex Brush;
  238. line-height: 36px; height:30px;
  239. width:274px; background-color:{color:bgfrase};
  240. font-size: 32px;
  241. text-align: left;
  242. color: {color:frase}; border-bottom:2px solid {color:sidebar}; border-top:2px solid {color:sidebar}; text-shadow: 10px 02px 14px {color:efeito}
  243. }
  244.  
  245.  
  246.  
  247. #pag {position: fixed; margin-left: 265px; margin-top: 580px; font-size: 28px; font-family: georgia; z-index:100; }
  248. #pag a {color:{color:pagina}; }
  249. #pag a:hover {color:{color:linkshover};}
  250.  
  251. #page {position: fixed; margin-left: 185px; margin-top:580px; font-size: 28px; font-family: georgia; z-index:100; }
  252. #page a {color:{color:pagina};}
  253. #page a:hover {color:{color:linkshover};}
  254.  
  255. #tumblr_controls{position: fixed!important}
  256. #tumblr_controls{position: fixed!important}
  257. #tumblr_controls{position: fixed!important}
  258. #tumblr_controls{position: fixed!important}
  259.  
  260. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:40px; border:2px solid white;}
  261.  
  262. ::-webkit-scrollbar-button:vertical {height:10px; display: block; background:{color:scrollbar}; }
  263.  
  264. ::-webkit-scrollbar {height:10px;width:10px;background-color:white;}
  265.  
  266. #sidbar {border:3px solid {color:sidebar};
  267. border-bottom-left-radius: 30px; opacity:0.7;position:fixed; opacity:1; margin-top:-12px; margin-left:-7px; position:absolute; -webkit-transition-duration: 1s; -moz-transition-duration: 1s;box-shadow: 5px 5px 9px {color:efeito}; position: fixed; background-color:#000; font-family: verdana; font-size:9px; width:270px; font-style: none; color: {color:text}; height:4415px; padding: 2px; opacity:0.5; text-align: center;background-image: url('{image:bgsidebar}')};
  268. /*theme superar-r*/
  269.  
  270.  
  271. #b4{ margin-left: 5px; margin-top: -66px; width: 4px; font-size: 20px; height: 3195px; text-align: justify; background-color:{color:sidebar}; line-height: 5px; color:transparent; position: fixed;}
  272.  
  273. #bitch2{ margin-left: 117px; margin-top: -66px; width: 6px; font-size: 20px; height: 3195px; text-align: justify; background-color:{color:sidebar}; line-height: 5px; color:transparent; position: fixed; opacity:0.5;}
  274.  
  275. #taylinda{ margin-left: 125px; margin-top: -66px; width: 2px; font-size: 20px; height: 3195px; text-align: justify; background-color:{color:sidebar}; line-height: 5px; color:transparent; position: fixed; opacity:0.5;}
  276.  
  277. </style>
  278.  
  279.  
  280.  
  281.  
  282. <body>
  283.  
  284. <div id="all"></div>
  285. <div id="sidebar">
  286. <div id="sidbar"></div>
  287.  
  288.  
  289. <div id="sid">
  290. <div id= "taylinda"></div>
  291. <div id= "bitch2"></div>
  292.  
  293.  
  294.  
  295. <div id="head"><center>{text:titulo}</center></div>
  296. <div id="descri">{description}</div>
  297.  
  298. <div style="display:block;bottom:40px;right:5px;font-size:9px;font-family:georgia;position:fixed;background-color:{color:bglinks};color:{color:links}; padding:3px;z-index:55554235555;opacity:0.75;"><a href="http://superar-r.tumblr.com" title="Credits: Feito por Superar-r, dttails Minha Duda linda ">design by superar-r <font color="#fa85bc">©</font></a></div>
  299.  
  300. <div class="imagem" class="hover">
  301. <img class="bottom shadow" src="{image:foto2}"style="-webkit-filter: grayscale(100%);" >
  302. <img class="top shadow" src="{image:foto}" /></div>
  303. </div>
  304. </div>
  305.  
  306. <div id="pag">{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
  307.  
  308. <div id="page">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</div></div>
  309. </div>
  310. </div>
  311.  
  312. <div id="links2">
  313.  
  314. <a href="{text:Link2}">{text:Link2 Title}</a>
  315.  
  316. <a href="{text:Link3}">{text:Link3 Title}</a>
  317.  
  318. <a href="{text:Link4}">{text:Link4 Title}</a>
  319.  
  320. <a href="{text:Link5}">{text:Link5 Title}</a>
  321.  
  322. <a href="{text:Link6}">{text:Link6 Title}</a>
  323.  
  324. <a href="{text:Link7}">{text:Link7 Title}</a>
  325.  
  326.  
  327.  
  328. </div>
  329.  
  330. <div class="linkss">
  331. <a href="{text:Link1}">{text:Link1 Title}</a>
  332.  
  333. </div>
  334.  
  335. <div id="post">
  336.  
  337. {block:Posts}
  338. <div class="vicftpost">
  339.  
  340. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  341.  
  342. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  343.  
  344. {block:Photoset}{Photoset-400}{/block:Photoset}
  345.  
  346.  
  347. {block:Quote}
  348. <span class="quotebru">&#10077;</span><div class="qbru">{Quote}</div>
  349. {block:Source}<div class="origbru"><p>&#8212; {Source}</div>
  350. {/block:Source}
  351. {/block:Quote}
  352.  
  353.  
  354. {block:Link}
  355. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  356. {block:Description}{Description}{/block:Description}
  357. {/block:Link}
  358.  
  359. {block:Chat}
  360. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  361. <div class="chat"><ul>{block:Lines}
  362. <li class="person{UserNumber}">{block:Label}
  363. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  364. {/block:Chat}
  365.  
  366. {block:Audio}
  367. <div class="player">{AudioPlayerBlack}</div>
  368. {block:Caption}{Caption}{/block:Caption}
  369. {/block:Audio}
  370.  
  371. {block:Video}{Video-500}{/block:Video}
  372.  
  373. {block:Answer}
  374. <div class="asker"><img src="{AskerPortraitURL-64}"align="left" class="askborder"/>{Asker} perguntou:
  375. </div>
  376. <div class="ask">
  377. {Question} </div>
  378. <div class="resposta">{Answer}</div>
  379. {/block:Answer}
  380.  
  381. <div id="cap">
  382. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  384. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  385.  
  386. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  387. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  388. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  389. {/block:ContentSource}</div></div>
  390. <br>
  391.  
  392.  
  393.  
  394. <div id="info">
  395. <p>
  396. {block:Date}
  397. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogRootURL}" title="{ReblogRootTitle}" target="_blank"> · originally</a>{/block:RebloggedFrom}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}" target="_blank"> · via</a>
  398. {/block:RebloggedFrom} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  399. <br>
  400. <div class="tags">{block:HasTags}{block:Tags}<a href="{TagURL}"># {Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  401.  
  402.  
  403. </div>
  404. </div>{/block:Date}
  405.  
  406.  
  407. {/block:Posts}
  408. {block:PostNotes}
  409. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  410. {/block:PostNotes}
  411.  
  412.  
  413.  
  414.  
  415. </div>
  416. </div>
  417. </div>
  418. </div>
  419. </center>
  420. </center>
  421.  
  422. </body>
  423. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement