n-noheart

theme 19

May 21st, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.11 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html>
  6. <!--
  7. theme by s-u-s-u-r-r-o-u | d o n' t noty c o p y
  8. -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="text:titulo" content="Titulo aqui."/>
  15. <meta name="text:frase" content="frase aqui"/>
  16. <meta name="color:background" content="#f8f8f8" />
  17. <meta name="color:link" content="#000000" />
  18. <meta name="color:linkhover" content="#696969" />
  19. <meta name="color:text" content="#000000" />
  20. <meta name="color:post" content="#ffffff" />
  21. <meta name="color:scroll" content="#000000" />
  22. <meta name="image:background" content="" />
  23. <meta name="image:sidebar" content="" />
  24.  
  25. <meta name="color:bglinks" content="#ffffff" />
  26. <meta name="color:bglinkshover" content="#000000" />
  27. <meta name="color:links" content="#fff" />
  28. <meta name="color:linkshover" content="#000" />
  29.  
  30. <meta name="text:Link1" content="/" />
  31. <meta name="text:Link1 Title" content="link" />
  32. <meta name="text:Link2" content="/" />
  33. <meta name="text:Link2 Title" content="link" />
  34. <meta name="text:Link3" content="/" />
  35. <meta name="text:Link3 Title" content="link" />
  36. <meta name="text:Link4" content="/" />
  37. <meta name="text:Link4 Title" content="link" />
  38. <meta name="text:Link5" content="/" />
  39. <meta name="text:Link5 Title" content="link" />
  40. <meta name="text:Link6" content="/" />
  41. <meta name="text:Link6 Title" content="link" />
  42.  
  43. <title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />
  48. {/block:Description}
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. body {background-color: {color:background};font-family:Trebuchet MS; color: {color:text}; text-align: center; font-size: 10px; background-attachment: fixed; }
  54.  
  55. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  56. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  57.  
  58. p {margin: 6px 0 0 0}
  59.  
  60. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 5px; }
  61. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background};}
  62. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  63. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  64.  
  65. blockquote img{max-width: 470px!important}
  66. blockquote blockquote img{max-width: 450px!important}
  67. blockquote blockquote blockquote img{max-width: 430px!important}
  68. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  69.  
  70. #etc {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  71.  
  72.  
  73. .posts {width: 400px; margin-left:0px; background-color: {color:post}; padding: 10px; margin-bottom: 10px; text-align: justify; font-family:Trebuchet MS; margin-top:0px;font-size: 11px;}
  74.  
  75. h1 {font-family:Trebuchet MS; text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 14px;}
  76. h1 a {text-align: center; font-size: 14px;color: {color:text}; font-weight: normal; line-height: 14px;}
  77. h1 a:hover {text-align: center; font-size: 14px; color: {color:text}; font-weight: normal; line-height: 14px;}
  78.  
  79. #postsetal {float: left; margin-left: 254px; margin-top:0px;}
  80.  
  81. .image {text-align: center; border: 0px}
  82. .image img {max-width: 400px; margin-bottom: 2px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; }
  83. .image img:hover {opacity:0.9}
  84.  
  85. .oiqqtt {font-family:Trebuchet MS; text-align: center; font-size: 14px; line-height: 14px; padding: 3px;}
  86. .oiqqtts {text-align: right; text-transform: none; margin-bottom: 5px;}
  87. .oiqqtts a, a:hover{text-transform: none;}
  88.  
  89. .chat {line-height: 13px; list-style: none }
  90. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  91. .person1 {color: {color:text}; padding: 2px; }
  92. .person1 .label {font-weight: bold; color:{color:text}}
  93. .person2 {color: {color:text}; padding: 2px; }
  94. .person2 .label {font-weight: bold; color:{color:text}}
  95.  
  96. .player {background-color: #000; text-align: left; display:block;}
  97.  
  98. /* asker */
  99.  
  100. .asker {width: 390px; background-color: {color:background}; color:{color:text}; padding: 5px}
  101. .asker img{float: left; margin: 0px 1px 2px 0;text-align: left;}
  102. .asker a{font-size: 11px; color:{color:text}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family:Trebuchet MS; }
  103. .asker a:hover{font-size: 11px; color:{color:linkhover}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family:Trebuchet MS;}
  104. .answer {padding: 1px 0 0 0}
  105. .questions {font-size:10px; font-family:Trebuchet MS;}
  106.  
  107.  
  108. #oidata {text-align: right; font-size: 10px; font-family:Trebuchet MS; text-transform: lowercase; z-index: 11; padding:1px; color: {color:ftxt}; border-top: 1px dotted {color:text};}
  109. #oidata a {font-size: 10px; color: {color:text};}
  110.  
  111.  
  112.  
  113. #cap {width: 400px; margin-top: -2px;}
  114. .source {display: none;}
  115.  
  116. .notes {width: 420px; padding: 0px; margin-lemargin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  117. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  118. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  119. .notes img{display: none; border:0px}
  120.  
  121.  
  122. #tumblr_controls{position: fixed!important}
  123. #tumblr_controls{position: fixed!important}
  124. #tumblr_controls{position: fixed!important}
  125. #tumblr_controls{position: fixed!important}
  126.  
  127. ::-webkit-scrollbar{width:7px;height:7px;}
  128. ::-webkit-scrollbar-button:start:decrement
  129. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  130. ::-webkit-scrollbar-track-piece{background-color: {color:post};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  131. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  132. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll};-webkit-border-radius:px;}
  133.  
  134. #sidebar {position:fixed; float: justify; z-index:2; left:50px; top: 350px; padding-top:70px; padding: 1px; text-align: justify; width: 10px; height: auto; background-color: transparent}
  135.  
  136. #profile{ float: left; margin-top: -103px; margin-left: 643px; height: 77px; width:66px; position: fixed; padding: 3px; overflow: hidden; z-index:43; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; background-color:{color:post};}
  137.  
  138. #profile img {margin-top: 0px; margin-left: 0px; width: 66px; height: 77px;}
  139.  
  140. #rafits {width:177px; height: auto; float: left; margin-left:715px; margin-top:-67px; padding: 0px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; background-color: transparent; position: absolute; opacity:1;}
  141.  
  142. #rafits:hover{opacity: 1;}
  143.  
  144. .rafits1 { margin-left: 0px; margin-top:0px;}
  145.  
  146. .rafits1 a {float: left; font-family:georgia; font-style:italic; font-size: 10px; text-align: center; height: 45px; margin-left:1px; width: 32px; background-color: {color:bglinks}; color:{color:bglinkshover};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 75px}
  147.  
  148. .rafits1 a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; background-color:{color:bglinks}; color:{color:bglinkshover}; line-height: 15px}
  149.  
  150. .tititica2 {position: fixed; background-color:{color:post}; font-family: georgia; font-size:11px; width:212px; font-style: italic; color: {color:text}; height:15px; line-height:130%; padding: 0px; text-align: left; border-bottom: 2px solid {color:post}; margin-top: -19px; margin-left: 643px;}
  151.  
  152. .tititica3 {position: fixed; background-color:{color:post}; font-family: verdana; font-size:9px; width:144px; text-align: center; color: {color:text}; height:49px; padding: 1px; text-align: normal; margin-top: -3px; margin-left:643px;}
  153.  
  154. .titlee {margin-top: -135px; margin-left: 670px; height: auto; width: 147px; padding: 5px; background-color: transp; position: fixed; color: {color:text}; border-bottom: 2px dotted {color:text}; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
  155.  
  156. .titlee:hover {margin-top:70px;}
  157.  
  158. .ttle {font-family: georgia; font-size: 12px; text-align: center; font-style:italic; color: {color:text}; margin-top: 0px;}
  159.  
  160.  
  161. #links2 {text-align: center; margin-left:715px; margin-top:-84px;position: fixed;}
  162.  
  163. #links2 a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: georgia; font-size: 10px; font-style:italic; text-align: center; width: 129px; background-color: {color:links}; color:{color:linkshover}; text-decoration: none; line-height: 7px; height:7px; overflow: hidden; margin-top: -1px; padding: 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  164.  
  165. #links2 a:hover{text-align: left;background-color: {color:linkshover}; color:{color:links}; margin-left: 20px;}
  166.  
  167. #links1 {text-align: center; margin-left:715px; margin-top:-102px;position: fixed;}
  168.  
  169. #links1 a {float: left; margin-left: 1px; display: block; letter-spacing: 0px; font-family: georgia; font-size: 10px; font-style:italic; text-align: center; width: 129px; background-color: {color:links}; color:{color:linkshover}; text-decoration: none; line-height: 7px; height:7px; overflow: hidden; margin-top: -1px; padding: 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  170.  
  171. #links1 a:hover{text-align: left;background-color: {color:linkshover}; color:{color:links}; margin-left: 10px;}
  172.  
  173. .xau {background: {color:background}; position: fixed; margin-top: 150px; margin-left: 686px; height: 66px; width:570px; z-index: 999999999999;}
  174.  
  175. .oie {background: {color:background}; position: fixed; margin-top: 328px; margin-left:898px; height: 51px; width:80px; z-index: 999999999999;}
  176.  
  177. #gio {margin-left:789px; margin-top:-3px; padding: 0px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; background-color: transparent; position: absolute; opacity:1; width:146px; height: 10px;}
  178.  
  179. #gio:hover{opacity: 1;}
  180.  
  181. .gio1 { margin-left: 0px; margin-top:0px;}
  182.  
  183. .gio1 a {float: left; font-family:georgia; font-style:italic; font-size: 10px; text-align: center; height: 49px; margin-left:1px; width: 14px; background-color: {color:post}; color:transparent ;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 75px; }
  184.  
  185. .gio1 a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; background-color:{color:post}; color:{color:post}; line-height: 15px; width: 5px;}
  186.  
  187. .ps {margin-left:665px; margin-top: 60px; font-family: georgia; width: 161px; height: 10px; border-top: 1px dotted {color:text}; text-align: center; font-size: 10px; font-style:italic;}
  188.  
  189. .ps a{ font-size: 10px; font-style:none; background-color: transparent; color: {color:text};}
  190.  
  191. #pagination{ float: left; bottom: 22px; margin-left: 30px; height: auto; position: fixed; font-size: 10px; font-family:georgia;font-style:italic; }
  192.  
  193.  
  194. </style>
  195.  
  196. <body>
  197.  
  198.  
  199.  
  200. <div id="etc">
  201.  
  202. <body onkeydown=”return false”>
  203.  
  204. <div id="sidebar">
  205. <div id="pagination">
  206.  
  207. <br> <big> <center>theme by<a href="http://s-u-s-s-u-r-r-o-u.tumblr.com/"> s-u-s-s-u-r-r-o-u,</a> <br>insp s-pook, dlts evacuat-e. <a href="http://s-u-s-s-u-r-r-o-u.tumblr.com/"><b>©</b></a></big></center></div>
  208.  
  209.  
  210. <div class="titlee"><div class="ttle">{text:frase}</div><div class="descr"></div></div>
  211. <div class="tititica2"><center>{text:titulo}</center></div>
  212.  
  213. <div class="tititica3">{description}</div>
  214.  
  215. <div id="rafits">
  216.  
  217. <div class="rafits1"><a href="{text:Link3}">{text:Link3 Title}</a>
  218. <a href="{text:Link4}">{text:Link4 Title}</a>
  219. <a href="{text:Link5}">{text:Link4 Title}</a>
  220. <a href="{text:Link6}">{text:Link4 Title}</a>
  221. </div class>
  222. </div>
  223. <div id="links1">
  224. <a href="{text:Link1}">{text:Link1 Title}</a></div>
  225.  
  226. <div id="links2">
  227. <a href="{text:Link2}">{text:Link2 Title}</a></div>
  228. <div id="profile">
  229. <img src="{image:sidebar}"/>
  230. </div>
  231. <div id="gio">
  232.  
  233. <div class="gio1"><a href="#"></a>
  234. <a href="#"></a>
  235. <a href="#"></a>
  236. <a href="#"></a>
  237. </div></div>
  238.  
  239. <div class="ps"> {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div>
  240.  
  241. </div>
  242.  
  243. </div>
  244.  
  245. <div id="postsetal">
  246.  
  247. {block:Posts}
  248. <div class="posts">
  249.  
  250. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  251.  
  252. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  253.  
  254. {block:Photoset}{Photoset-400}{/block:Photoset}
  255.  
  256. {block:Quote}
  257. <div class="oiqqtt">“{Quote}”</div><br>
  258. {block:Source}<div class="oiqqtts"> — {Source}</div>
  259. {/block:Source}
  260. {/block:Quote}
  261.  
  262. {block:Link}
  263. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  264. {block:Description}{Description}{/block:Description}
  265. {/block:Link}
  266.  
  267. {block:Chat}
  268. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  269. <div class="chat"><ul>{block:Lines}
  270. <li class="person{UserNumber}">{block:Label}
  271. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  272. {/block:Chat}
  273.  
  274. {block:Audio}
  275. <div class="player">{AudioPlayerBlack}</div>
  276. {block:Caption}{Caption}{/block:Caption}
  277. {/block:Audio}
  278.  
  279. {block:Video}{Video-400}{/block:Video}
  280.  
  281.  
  282. {block:Answer}
  283. <div class="asker"><b>{Asker} asked:</b> {Question}</div>
  284. <div class="answer">{Answer}</div>
  285. {/block:Answer}
  286.  
  287.  
  288. <div id="cap">
  289. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  290. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  291. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  292.  
  293. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  294. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  295. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  296. {/block:ContentSource}</div></div>
  297. <br>
  298.  
  299.  
  300. <div id="oidata">
  301. {block:Date}
  302. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog this shit</a>{/block:IndexPage}
  303. {block:RebloggedFrom} · (<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}
  304. </div>
  305. </div>{/block:Date}
  306.  
  307.  
  308. {/block:Posts}
  309. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318. </div>
  319. </div>
  320. </div>
  321. </div>
  322. </div>
  323.  
  324. <div class="xau"></div>
  325. <div class="oie"></div>
  326.  
  327. </body>
  328. </html>
Advertisement
Add Comment
Please, Sign In to add comment