Eduarda

Theme02

Apr 12th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.29 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{favicon}" />
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  8.  
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="image:sidebar" content="http://28.media.tumblr.com/tumblr_m1z81xelIf1r1o2o8o1_250.jpg"/>
  12.  
  13. <meta name="image:background" content=""/>
  14.  
  15. <meta name="color:background" content="#1C1C1C"/>
  16.  
  17. <meta name="color:bglink1" content="#FF1493"/>
  18.  
  19. <meta name="color:textlink1" content="#000000"/>
  20.  
  21. <meta name="color:bglink2" content="000000"/>
  22.  
  23. <meta name="color:textlink2" content="#FF1493"/>
  24.  
  25. <meta name="color:bglink3" content="#FF1493"/>
  26.  
  27. <meta name="color:textlink3" content="#000000"/>
  28.  
  29. <meta name="color:bglink1hover" content="#FFFFF0"/>
  30.  
  31. <meta name="color:textlink1hover" content="#000000"/>
  32.  
  33. <meta name="color:bglink2hover" content="#FFFFF0"/>
  34.  
  35. <meta name="color:textlink2hover" content="#000000"/>
  36.  
  37. <meta name="color:bglink3hover" content="#FFFFF0"/>
  38.  
  39. <meta name="color:textlink3hover" content="#000000"/>
  40.  
  41. <meta name="color:bordafoto" content="#CD1076"/>
  42.  
  43. <meta name="color:linksbg" content="#000000"/>
  44.  
  45. <meta name="color:linkstext" content="#FF1493"/>
  46.  
  47. <meta name="color:linksbghover" content="#000000"/>
  48.  
  49. <meta name="color:linkstexthover" content="#000000"/>
  50.  
  51. <meta name="color:linksombreadohover" content="#000000"/>
  52.  
  53. <meta name="color:linkhover" content="#000000"/>
  54.  
  55. <meta name="color:link" content="#FF1493"/>
  56.  
  57. <meta name="color:bgcredit" content="#000000"/>
  58.  
  59. <meta name="color:textcredit" content="#FF1493"/>
  60.  
  61. <meta name="color:bgfrase" content="#FF1493"/>
  62.  
  63. <meta name="color:textfrase" content="#000000"/>
  64.  
  65. <meta name="color:bgdescri" content="#FF1493"/>
  66.  
  67. <meta name="color:textdescri" content="#000000"/>
  68.  
  69. <meta name="color:text" content="#FF1493"/>
  70.  
  71. <meta name="color:posts" content="#FF69B4"/>
  72.  
  73. <meta name="text:frase" content="One Love"/>
  74.  
  75. <meta name="text:Link1 Url" content="" />
  76.  
  77. <meta name="text:Link1 Title" content="" />
  78.  
  79. <meta name="text:Link2 Url" content="" />
  80.  
  81. <meta name="text:Link2 Title" content="" />
  82.  
  83. <meta name="text:Link3 Url" content="" />
  84.  
  85. <meta name="text:Link3 Title" content="" />
  86.  
  87. <meta name="text:Link4 Url" content="" />
  88.  
  89. <meta name="text:Link4 Title" content="" />
  90.  
  91. <meta name="text:Link5 Url" content="" />
  92.  
  93. <meta name="text:Link5 Title" content="" />
  94.  
  95. <meta name="text:Link6 Url" content="" />
  96.  
  97. <meta name="text:Link6 Title" content="" />
  98.  
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103. body{color:{color:Font}; background-attachment:fixed; background-color:{color:background}; background-image: url('{image:background}'); text-align:justify; font-family:{font:Body}; font-size:11px;}
  104.  
  105. a{color: {color:link}; text-decoration: none;}
  106.  
  107. a:hover{color: {color:linkhover};
  108.  
  109. opacity:1; text-decoration: none;}
  110.  
  111. a img{border:0}
  112.  
  113. #container {
  114. background-color:transparent;
  115. width: 490px;
  116. position: absolute;
  117. top: 106px;
  118. left: 422px;
  119. padding-bottom: 40px
  120. }
  121.  
  122. #entries {margin: 40px 0 0px 0}
  123.  
  124. #entry {
  125. width: 490px;
  126. background-color:{color:posts};
  127. text-align: justify;
  128. padding: 20px;
  129. margin: 0px 0 1px 0
  130. }
  131.  
  132. #info{padding:none; text-align:center; padding:length; line-height:10px; width: 250px; float: center; font-family:{font:Body}; font-size:10px; text-transform:lowercase; text-align:left}
  133.  
  134. .image{text-align: center; margin: 0 0 5px 0}
  135. .image img{border: 0px; margin: 0; padding: 0;-moz-border-top-left-radius:5px; -webkit-border-top-left-radius:5px; -moz-border-top-right-radius:5px; -webkit-border-top-right-radius:5px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:10px; -moz-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
  136.  
  137. -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; margin-bottom:10px; -moz-border-bottom-right-radius: 2px; border-bottom-right-radius: 5px;}
  138.  
  139. h1{
  140. font-family: georgia;
  141. font-size:20px;
  142. letter-spacing: -1px;
  143. line-height: 20px;
  144. text-transform: none;
  145. font-weight: normal;
  146. margin: 0 0 5px 0;
  147. text-align: center
  148. }
  149.  
  150. h1 a{
  151. font-size:20px;
  152. letter-spacing: -1px;
  153. line-height: 20px;
  154. text-transform: none;
  155. font-weight: normal;
  156. margin: 0 0 5px 0;
  157. text-decoration: none;
  158. text-align: center
  159. }
  160.  
  161. h2{
  162. font-family: georgia;
  163. font-size:12px;
  164. letter-spacing: 0px;
  165. line-height: 20px;
  166. text-transform: none;
  167. font-weight: normal;
  168. margin: 0 0 5px 0;
  169. text-align: left
  170. }
  171.  
  172. h2 a{
  173. font-size:12px;
  174. letter-spacing: 0px;
  175. line-height: 20px;
  176. text-transform: none;
  177. font-weight: normal;
  178. margin: 0 0 5px 0;
  179. text-decoration: none;
  180. text-align: left
  181. }
  182.  
  183. .qqmarks{
  184. font-size: 80px;
  185. font-weight: bold;
  186. line-height: 80px;
  187. opacity: 0.2;
  188. filter:alpha (opacity=20)
  189. }
  190.  
  191. .qquote{
  192. font-family: georgia;
  193. font-size: 20px;
  194. letter-spacing: 0px;
  195. line-height: 20px;
  196. text-transform: none;
  197. margin-top: -70px;
  198. margin-left: 45px
  199. }
  200.  
  201. .qsource{
  202. margin: 15px 15px 0 10;
  203. text-align: right;
  204. font-family: georgia;
  205. font-size: 12px;}
  206.  
  207. .chat{
  208. line-height: 12px;
  209. list-style: none
  210. }
  211.  
  212. .chat ul {
  213. line-height: 15px;
  214. list-style: none;
  215. padding: 0px;
  216. line-height: 20px;
  217. }
  218.  
  219. .person1 {
  220. background-color: #fff;
  221. color: #000
  222. }
  223. .person1 .label {
  224. font-weight: bold;
  225. padding: 0px;
  226. margin-left: 5px;
  227. color: {color:text}
  228. }
  229. .person2 {
  230. background-color: #f1f1f1;
  231. color: {color:text}
  232. }
  233. .person2 .label {
  234. font-weight: bold;
  235. padding: 0px;
  236. margin-left: 5px;
  237. color: {color:text}
  238. }
  239.  
  240. .audioimage{
  241. float:left;
  242. text-align: center;
  243. margin: 0 10px 5px 0;
  244. width: 205px;
  245. border: 15px solid {color:background};
  246. }
  247. .audioimage img{
  248. max-width: 205px;
  249. height: auto;
  250. margin: 0 0 2px 0
  251. }
  252. .playcount {font-style: italic}
  253.  
  254.  
  255. .asker {
  256. width: 480px;
  257. background-color: {color:background};
  258. color:{color:text};
  259. padding: 10px
  260. }
  261. .asker img{
  262. float: left;
  263. margin: 0px 4px 2px 0
  264. }
  265. .asker a{
  266. font-size: 20px;
  267. color:{color:link};
  268. text-transform: lowercase;
  269. line-height: 27px;
  270. padding: 0; margin: 0;
  271. font-family: georgia; -webkit-transition: all 0.99s ease-out; -moz-transition: all 0.99s ease-out;
  272. }
  273. .asker a:hover{
  274. font-size: 20px;
  275. color:{color:link};
  276. text-transform: lowercase;
  277. line-height:27px;
  278. padding: 0;
  279. margin: 0;
  280. font-family: georgia;
  281. letter-spacing: 4px; -webkit-transition: all 0.99s ease-out; -moz-transition: all 0.99s ease-out;
  282. }
  283. .answer {padding: 5px 0 0 0}
  284.  
  285. #cap {
  286. padding: 2px 0 0 0;
  287. width: 500px;
  288. margin: 0 0 0 5px
  289. }
  290.  
  291. .info {
  292. margin-top: -10px;
  293. border-left: 0px solid {color:sidebarlinks};
  294. padding: 5px;
  295. background-color: {color:background};
  296. text-align: center;
  297. font-size: 9px;
  298. font-family: verdana;
  299. text-transform: lowercase;
  300. }
  301.  
  302. .info a {font-size: 9px;}
  303.  
  304. .info2 {
  305. padding: 2px;
  306. border-bottom: 1px dotted {color:background};
  307. text-align: right;
  308. }
  309.  
  310. .tags {
  311. color: {color:text};
  312. font-size: 9px;
  313. font-family: verdana;
  314. display: inline;
  315. list-style: none;
  316. text-transform: none;
  317. }
  318.  
  319.  
  320. .tags a {
  321. font-size: 9px;
  322. color: {color:text};
  323. display: inline;
  324. list-style: none;
  325. text-transform: none;}
  326.  
  327. #sbar {width:200px; height: 220px; margin-left: 690px; margin-top: 20px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  328.  
  329. #side {width:320px; margin-left:-600px; height:100%px; margin-top:112px; position:fixed; overflow:hidden; background-color: transparent; padding:3px}
  330.  
  331.  
  332. /*** Paginação by madlyluv.com ***/
  333. #paginacaoml {font-size: 10px; font-weight: none; line-height: 17px; background-color:transparent; margin-top: 13px; margin-left: 0px; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; opacity: 0.8;}
  334.  
  335. #paginacaoml a {background:#fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; opacity: 0.8;}
  336.  
  337. #paginacaoml a:hover {background:#f1f1f1; color: #000; border: none; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; opacity: 0.5;}
  338.  
  339. #paginacaoml span.pagina_atual {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #000; text-decoration: none; font-weight: bold; -webkit-transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; opacity: 0.8;}
  340.  
  341. #bottompost{background-color:{color:Background}; width: 495px; margin-bottom:2px; margin-top:8px; font-size:9px; text-align: center; letter-spacing:1px; padding:3px; text-transform: lowercase; margin-left:2px;}
  342. #bottompost a{color: {color:Link};}
  343. #bottompost a:hover{color: {color:Hold}}
  344.  
  345. #posts{background-color:#fff; margin-bottom:10px; padding:7px; overflow:hidden; padding:3px}
  346.  
  347. #title1{font-family:{font:Title}; color:{color:Font}; text-transform:lowercase; font-size:14px; line-height:12px; letter-spacing:0px; font-weight:normal; padding:1px; margin-bottom:-0px; text-align:center;}
  348.  
  349. #title2{font-family:{font:Title}; color:{color:Font}; text-transform:lowercase; font-size:18px; line-height:12px; font-weight:normal; margin:0px; padding:3px; margin-bottom:-0px; font-style:italic;}
  350.  
  351. #notes{background-color:#fff; width:510px; margin-bottom:15px;}
  352.  
  353. #notess{width:500px; background-color:#fff; padding:3px 7px 3px 7px;}
  354.  
  355. .source{display:none}
  356.  
  357. #nav {margin-left:208px; margin-top:01px; position:fixed; overflow:hidden; font-size:10px;}
  358.  
  359. .linkaa {float: left; margin-left: 694px; margin-top: 250px; text-align: center; line-height: 15px; position:fixed}
  360. .linkaa a {display: block; padding-top:1px; padding-bottom:0px; font-family: verdana; font-size: 9px; width: 202px; text-align: center; background-color: #fff; color: #000; text-decoration: none; border-bottom: 1px solid {color:background};height: 13px ; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out;}
  361.  
  362. .linkaa a:hover{text-align: center; background-color: {color:bg link hover}; color:{color:text link hover};letter-spacing:2px;}
  363.  
  364. #info{padding:none; text-align:center; padding:length; line-height:10px; width: 250px; float: center; font-family:{font:Body}; font-size:10px; text-transform:lowercase; text-align:left}
  365.  
  366. blockquote {border-left:2px {color:Hold} solid; padding-left:5px; margin:1px 6px 1px 10px}
  367.  
  368. p{margin-top:5px; margin-bottom:5px; }
  369.  
  370. blockquote {padding:0px; text-align:left; padding-left:5px; margin:5px; background-color:{color:Accent}; border-left:3px solid {color:Hold};}
  371.  
  372. .question{background: {color:Accent}; font-size: 10px; font-weight:bold; color: {color:Font}; padding: 10px;}
  373.  
  374. .ask{font-size: 10px; background-color:{color:Background}; color:{color:Font};margin-bottom:0px;
  375. padding: 7px;}
  376.  
  377. .asker{text-transform: lowercase; padding-bottom:0px; font-size: 11px;}
  378.  
  379. .answer{padding:4px;}
  380.  
  381.  
  382. .chat {line-height: 12px; list-style: none }
  383. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  384. .person1 {background-color:{color:Background}; color: {color:text}; }
  385. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Font}}
  386. .person2 {color: {color:Font} }
  387. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:Font}}
  388.  
  389. .quote{font: normal 13px georgia; color: {color:Font}; font-style:italic;}
  390.  
  391. .audio{background-color:{color:Accent}; height:35px; overflow:hidden;}
  392.  
  393. #credit {height: 40px; border-bottom: 0px solid #aaa; background-color: {color:bgcredit}; margin-top: 102px; margin-left: 190px; position: fixed; z-index:2; padding: 0px; width:119px; color: {color:textcredit}; padding: 4px; font-size: 9px; text-align: center; font-family: verdana; line-height: 10px;}
  394.  
  395. #pagina {float: left; width: 200px; top: 255px; left: 125px; padding:0px; text-align: center; position: fixed; background-color:#transparent; font-size: 9px; font-family:verdana; line-height:10px; height:25px; -webkit-border-radius: 0px 13px 13px 0px;}
  396.  
  397. #frase {height: 17px; border-bottom: 0px solid #aaa; background-color: {color:bgfrase}; margin-top: 151px; margin-left: 49px; position: fixed; z-index:2; padding: 0px; width:260px; color: {color:textfrase}; padding: 4px; font-size: 16px; text-align: center; font-family: verdana; line-height:15px; font-weight: bold; letter-spacing: 0px; text-transform: uppercase;}
  398.  
  399. #descri {height: 80px; border-bottom: 0px solid #aaa; background-color: {color:bgdescri}; margin-top: 173px; margin-left: 49px; position: fixed; z-index:2; padding: 0px; width:260px; color: {color:textdescri}; padding: 4px; font-size:9px; text-align: center; font-family: verdana; line-height:13px; -webkit-border-radius: 0px 0px 13px 13px;}
  400.  
  401. #TROLL {height: 140px; border-bottom: 0px solid #aaa; background-color: {color:background}; margin-top: -10px; margin-left: 412px; position: fixed; z-index:2; padding: 0px; width:540px; color: {color:text}; padding: 4px; font-size: 9px; text-align: center; font-family: verdana; line-height:11px; background-image: url('{image:background}');}
  402.  
  403. .userpic{margin-left:0px; margin-top: 0px; margin-bottom:3px;}
  404. .userpic img{border: 5px solid {color:border};}
  405.  
  406. #sideimg {display: block; margin-left: 49px; float: right; margin-top: 0px; width: auto; height: auto; background-color: transparent; position: fixed; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  407.  
  408.  
  409.  
  410. .simg1 img {width:134px; height: 144px; margin-bottom: 2px; border: 3px solid {color:bordafoto}; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  411.  
  412.  
  413.  
  414.  
  415. .s2 {text-align: center; position: fixed; margin-left: 190px; margin-top: 0px;}
  416.  
  417. .s2 a {display: block; letter-spacing: 0px; font-family:verdana; font-size: 9px; text-align: center; margin-bottom: 1px; width: 117px; height: 10px; background-color: {color:linksbg}; color:{color:linkstext}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  418. .s2 a:hover {text-align: center; letter-spacing: 2px; width: 117px; height: 10px; background-color: {color:linksbghover}; color:{color:linkstexthover}; padding: 1px 5px 5px 5px; text-shadow: 0px 0px 3px {color:linksombreadohover};-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  419.  
  420. .bordaredondaH4E { -moz-border-top-right-radius: 50px; border-top-right-radius: 50px; -moz-border-top-left-radius: 50px; border-top-left-radius: 50px; -moz-border-bottom-right-radius: 50px; border-bottom-right-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px; -webkit-transition: all 0.99s ease-out; -moz-transition: all 0.99s ease-out;}
  421.  
  422. .bordaredondaH4E:hover { -moz-border-top-right-radius: 50px; border-top-right-radius: 50px; -moz-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-bottom-right-radius: 50px; border-bottom-right-radius: 50px; -moz-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px; -webkit-transition: all 0.99s ease-out; -moz-transition: all 0.99s ease-out; }
  423.  
  424. .lol {text-align: center; position: fixed; margin-left: 62px; margin-top: -21px;}
  425.  
  426. .lol a {display: block; letter-spacing: 0px; font-family: verdana; font-size: 10px; text-align: center; margin-bottom: 1px; width: 70px; height: 14px; background-color: {color:bglink1}; color:{color:textlink1}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; line-height:18px; -webkit-border-radius: 13px 0px 0px 0px;}
  427.  
  428. .lol a:hover {text-align: center; letter-spacing: 1px; width: 70px; height: 14px; background-color: {color:bglink1hover}; color:{color:textlink1hover}; padding: 1px 5px 5px 5px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  429.  
  430. .lol2 {text-align: center; position: fixed; margin-left: 143px; margin-top: -21px;}
  431.  
  432. .lol2 a {display: block; letter-spacing: 0px; font-family: verdana; font-size: 10px; text-align: center; margin-bottom: 1px; width: 70px; height: 14px; background-color: {color:bglink2}; color:{color:textlink2}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; line-height:18px;}
  433.  
  434. .lol2 a:hover {text-align: center; letter-spacing: 1px; width: 70px; height: 14px; background-color: {color:bglink2hover}; color:{color:textlink2hover}; padding: 1px 5px 5px 5px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  435.  
  436. .lol3 {text-align: center; position: fixed; margin-left: 224px; margin-top: -21px;}
  437.  
  438. .lol3 a {display: block; letter-spacing: 0px; font-family: verdana; font-size: 10px; text-align: center; margin-bottom: 1px; width: 70px; height: 14px; background-color: {color:bglink3}; color:{color:textlink3}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out; line-height:18px; -webkit-border-radius: 0px 13px 0px 0px;}
  439.  
  440. .lol3 a:hover {text-align: center; letter-spacing: 1px; width: 70px; height: 14px; background-color: {color:bglink3hover}; color:{color:textlink3hover}; padding: 1px 5px 5px 5px; -webkit-transition: all 1.0s ease-out; -moz-transition: all 1.0s ease-out;}
  441.  
  442. </style>
  443. <style type="text/css">{CustomCSS}</style>
  444. </head>
  445.  
  446. <body>
  447. <div id="side">
  448.  
  449.  
  450. <div id="sbar">
  451.  
  452. <div class="lol">
  453. <a href="/">home</a>
  454. </div>
  455.  
  456. <div class="lol2">
  457. <a href="/ask">ask </a>
  458. </div>
  459. <div class="lol3">
  460. <a href="/submit">submit</a>
  461. </div>
  462.  
  463. <div id="sideimg"><div class="simg1">
  464.  
  465. <img src="{image:sidebar}">
  466.  
  467.  
  468. </div></div>
  469.  
  470. <div class="s2">
  471. {block:ifLink1Title}<a href="{text:Link1 Url}">{text:Link1 Title}</a>{/block:ifLink1Title}
  472. {block:ifLink2Title}<a href="{text:Link2 Url}">{text:Link2 Title}</a>{/block:ifLink2Title}
  473. {block:ifLink3Title}<a href="{text:Link3 Url}">{text:Link3 Title}</a>{/block:ifLink3Title}
  474. {block:ifLink4Title}<a href="{text:Link4 Url}">{text:Link4 Title}</a>{/block:ifLink4Title}
  475. {block:ifLink5Title}<a href="{text:Link5 Url}">{text:Link5 Title}</a>{/block:ifLink5Title}
  476. {block:ifLink6Title}<a href="{text:Link6 Url}">{text:Link6 Title}</a>{/block:ifLink6Title}
  477. </div>
  478.  
  479. <div id="descri">{block:Description}{Description}{/block:Description}</div>
  480.  
  481. <div id="credit">adptado por: o-mundo-de-uma-garota <b>Theme by <a href="http://g-alaxia.tumblr.com/">g-alaxia</a>; inspired by <b>canceriangirl</b> and <b>afastar-te</b> ©</div>
  482.  
  483. <div id="frase">{text:frase}</div>
  484.  
  485. </div>
  486.  
  487. <div id="pagina"><center><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  488. {block:JumpPagination length="5"}
  489. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  490. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  491. {/block:JumpPagination}
  492. </center>
  493. </div></div>
  494.  
  495. </div>
  496.  
  497. <div id="TROLL"></div>
  498.  
  499. <div id="container">
  500.  
  501. <div id="entries">
  502.  
  503.  
  504. {block:Posts}
  505.  
  506. <div id="entry">
  507. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}<h2>{Body}</h2>{/block:Text}
  508.  
  509. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  510. <div id="cap">{block:Caption}<h2>{Caption}</h2>{/block:Caption}</div>{/block:Photo}
  511.  
  512. {block:Photoset}{Photoset-500}
  513. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  514. {/block:Photoset}
  515.  
  516. {block:Quote}
  517. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  518. {block:Source}<div class="qsource">- {Source}</div>{/block:Source}
  519. {/block:Quote}
  520.  
  521. {block:Link}
  522. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  523. {block:Description}<h2>{Description}</h2>{/block:Description}
  524. {/block:Link}
  525.  
  526. {block:Chat}
  527. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  528. <div class="chat"><ul>{block:Lines}
  529. <li class="person{UserNumber}">{block:Label}
  530. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  531. {/block:Chat}
  532.  
  533. {block:Audio}
  534. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  535. {AudioPlayerWhite}
  536. <div class="playcount">{PlayCountWithLabel}</div>
  537. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  538. {/block:Audio}
  539.  
  540. {block:Video}{Video-500}
  541. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}<br>
  542.  
  543. {block:Answer}
  544. <div class="asker"><img src="{AskerPortraitURL-48}" class="bordaredondaH4E"> <big>{Asker}</big><br> <h2>{Question}</h2></div>
  545. <div class="answer"><h2>{Answer}</h2></div>
  546. <br>
  547. {/block:Answer}
  548.  
  549. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  550. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  551. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  552. {/block:ContentSource}</div>
  553.  
  554.  
  555. <div id="clear"></div>
  556.  
  557. <div class="info">
  558. {block:Date} Posted {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} | <a href="{ReblogUrl}" target="_blank">reblog this post</a>{/Block:IndexPage}<br>{block:RebloggedFrom}(originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  559. </span> / {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>)<br>{/block:RebloggedFrom}
  560. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  561. </div></div>
  562. {/block:Posts}
  563. {block:PostNotes}
  564. <div id="nts"><div id="ntstext">{PostNotes}</div></div>
  565. {/block:PostNotes}
  566.  
  567. </div>
  568. </div>
  569. </body>
  570. </html>
Advertisement
Add Comment
Please, Sign In to add comment