Advertisement
c-hanged

theme 34;

May 7th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.37 KB | None | 0 0
  1. <html>
  2. <meta http-equiv="x-dns-prefetch-control" content="off"/><meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/><script type="text/javascript">
  3. var rev = "fwd";function titlebar(val)
  4. {var msg = "{title}";
  5. var res = " ";
  6. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  7. else{rev = "bwd";
  8. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  9. else{
  10. if(pos > 0){
  11. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  12. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  13. titlebar(0);
  14. </script>
  15.  
  16. <!-- theme by c-h4nged, don't copy! -->
  17.  
  18.  
  19. <head>
  20.  
  21. <!-- DEFAULT VARIABLES -->
  22. <meta name="color:background" content="#f8f8f8" />
  23. <meta name="color:post" content="#fff" />
  24. <meta name="color:sidebar" content="#fff" />
  25. <meta name="color:text" content="#000" />
  26. <meta name="color:link" content="#000" />
  27. <meta name="color:link hover" content="#656565" />
  28. <meta name="color:linhasdesign" content="#000" />
  29. <meta name="color:scroll" content="#000" />
  30. <meta name="color:scrollbg" content="#fff" />
  31. <meta name="color:bglinks" content="#f2f2f2" />
  32. <meta name="color:bglinkshover" content="#444444" />
  33. <meta name="color:bgtitulo" content="#000" />
  34. <meta name="color:titulotext" content="#f8f8" />
  35.  
  36. <meta name="image:background" content="" />
  37. <meta name="image:sidebar" content="http://static.tumblr.com/fbcecri/vlCm39545/tumblr_lyc99qnmuu1r3ltbgo1_500.jpg" />
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="link1" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="link2" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="link3" />
  45. <meta name="text:Link4" content="" />
  46. <meta name="text:Link4 Title" content="link4" />
  47. <meta name="text:Link5" content="" />
  48. <meta name="text:Link5 Title" content="link5" />
  49. <meta name="text:Link6" content="" />
  50. <meta name="text:Link6 Title" content="link6" />
  51. <meta name="text:Link7" content="" />
  52. <meta name="text:Link7 Title" content="link7" />
  53. <meta name="text:Link8" content="" />
  54. <meta name="text:Link8 Title" content="link8" />
  55.  
  56. <meta name="text:frase" content="Uma frase bem bonitinha aqui." />
  57.  
  58. <title>{Title}</title>
  59. <link rel="shortcut icon" href="{Favicon}">
  60. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  61. {block:Description}
  62. <meta name="description" content="{MetaDescription}" />
  63. {/block:Description}
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. 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; }
  69.  
  70. a {color: {color:link}; text-decoration: none; text-transform: none;}
  71. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  72.  
  73. p {margin: 6px 0 0 0}
  74.  
  75. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  76.  
  77.  
  78. #all {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  79.  
  80. #allboxes {float: left; margin-left: 345px;}
  81.  
  82. .entry {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  83.  
  84. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  85. h1 a {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  86. h1 a:hover {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  87.  
  88. .image {text-align: center; border: 0px}
  89. .image img {max-width: 500px; margin-bottom: 2px }
  90.  
  91. .xquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  92. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  93. .xquotesource a, a:hover{text-transform: none;}
  94.  
  95. .chat {line-height: 13px; list-style: none }
  96. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  97. .person1 {color: {color:text}; padding: 2px; }
  98. .person1 .label {font-weight: bold; color:{color:text}}
  99. .person2 {color: {color:text}; padding: 2px; }
  100. .person2 .label {font-weight: bold; color:{color:text}}
  101.  
  102. .player {background-color: #000; text-align: left; display:block;}
  103.  
  104. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  105. .answer {padding: 2px}
  106. .answer img {max-width: 470px;}
  107.  
  108.  
  109. #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  110. #info a {font-size: 9px;}
  111.  
  112. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  113. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  114.  
  115. #cap {width: 500px; margin-top: -2px;}
  116. .source {display: none;}
  117.  
  118. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  119. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  120. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  121. .notes img{display: none; border:0px}
  122.  
  123. #sidebar {position: fixed; margin: 0px 0px 0px 100px;}
  124.  
  125. #sid{font-size: 9px; font-family: verdana; position: fixed; width: 201px; margin-left: -2px; height: auto; margin-top: 5px;}
  126.  
  127. #sibimg {position:fixed; width: 300px; height: 317px; padding: 4px; margin-top:40px; margin-left:-62px; background-color: {color:sidebar}; }
  128.  
  129. .credit{position:fixed; font-size: 9px;font-family: verdana;padding: 5px;color: {color:text}; text-transform: justify; background-color: {color:sidebar} ;margin-top: 428px; margin-left:-62px; width: 217px; height:12px; }
  130.  
  131. #linhas {margin-left:-62px; margin-top:235px; width:100px; height:6px; position:fixed; background-color: {color:sidebar}; opacity: 0.8; }
  132.  
  133. #linha1 {margin-left:17px; margin-top:256px; width:48px; height:6px; position:fixed; background-color: {color:sidebar}; -webkit-transform: rotate(-90deg); opacity: 0.8; }
  134.  
  135. #fundolinks {margin-left:-62px; margin-top:366px; width:308px; height:61px; position:fixed; background-color: {color:sidebar}; }
  136.  
  137. .descpaulinho{position:fixed; width: 200px; margin-top: 283px; height: 68px; margin-left:-62px; font-size: 9px;font-family: verdana; padding: 5px;text-align: justify; color: {color:text}; background-color: {color:sidebar}; opacity: 0.9 }
  138.  
  139. #titulo {margin-left: -62px; margin-top: -5px; width: 296px; font-size: 13px; height: 32px; text-align: center; background-color: {color:bgtitulo}; letter-spacing: 0px; font-family: georgia; color: {color:titulotext}; position: fixed; padding:6px; -webkit-border-top-left-radius:20px; line-height:32px; }
  140.  
  141. .linkspaulinho {position: fixed; width: 320px; margin-left:-58px; margin-top:370px; padding: 0px; text-align: center; z-index:3;}
  142. .linkspaulinho a {float: left; display: block; letter-spacing: 0px; font-family:verdana; font-size: 9px; text-align: center; margin-right: 1px; margin-bottom:1px; width: 74px; background-color: {color:bglinks}; color:{color:links}; text-decoration: none; line-height:26px; }
  143. .linkspaulinho a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px; font-weight: normal; -webkit-transition: 0.4s ease-in; -moz-transition: 0.4s ease-in; transition: 0.4s ease-in; }
  144.  
  145. #linhadesign{margin-left: -78px; margin-top: 246px; width: 4px; height: 330px; text-align: center; background-color: {color:linhasdesign} ; position: fixed; padding: 0px;}
  146. #linhadesign2{margin-left: -70px; margin-top: 213px; width: 4px; height: 314px; text-align: center; background-color: {color:linhasdesign}; position: fixed; padding: 0px;}
  147. #linhadesign3{margin-left: -100px; margin-top: 454px; width: 341px; height: 4px; background-color: {color:linhasdesign}; position: fixed; padding: 0px;}
  148. #linhadesign4{margin-left: -110px; margin-top: 462px; width: 321px; height: 4px; background-color: {color:linhasdesign}; position: fixed; padding: 0px;}
  149.  
  150. /*** Paginação by madlyluv.com ***/
  151.  
  152. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  153. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link};}
  154. #paginal a:hover {background: {color:sidebar}; color: {color:link hover};}
  155. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
  156. .ps {position:fixed; background-color: {color:sidebar}; color: {color:text}; padding: 5px; margin-top: 428px; margin-left: 166px; width: 70px; height:12px; }
  157.  
  158. #tumblr_controls{position: fixed!important}
  159. #tumblr_controls{position: fixed!important}
  160. #tumblr_controls{position: fixed!important}
  161. #tumblr_controls{position: fixed!important}
  162.  
  163. ::-webkit-scrollbar{width:7px;height:5px;}
  164. ::-webkit-scrollbar-button:start:decrement
  165. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  166. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  167. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  168. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  169.  
  170. </style>
  171.  
  172. <body>
  173.  
  174. <div id="all">
  175. <div id="sidebar">
  176.  
  177. <div id="sid">
  178.  
  179. <div class="linkspaulinho">
  180. <a href="{text:Link1}">{text:Link1 Title} </a>
  181. <a href="{text:Link2}">{text:Link2 Title} </a>
  182. <a href="{text:Link3}">{text:Link3 Title} </a>
  183. <a href="{text:Link4}">{text:Link4 Title} </a>
  184. <a href="{text:Link5}">{text:Link5 Title} </a>
  185. <a href="{text:Link6}">{text:Link6 Title} </a>
  186. <a href="{text:Link7}">{text:Link7 Title} </a>
  187. <a href="{text:Link8}">{text:Link8 Title} </a>
  188. </div>
  189.  
  190. <img src="{image:sidebar}" id="sibimg">
  191.  
  192. <div class="ps"><div id="paginal">
  193. {block:JumpPagination length="3"}
  194. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  195. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  196. {/block:JumpPagination}
  197. </div></div>
  198.  
  199. <div id="linhadesign"></div>
  200. <div id="linhadesign2"></div>
  201. <div id="linhadesign3"></div>
  202. <div id="linhadesign4"></div>
  203.  
  204. <div id="linhas"></div>
  205. <div id="linha1"></div>
  206.  
  207. <div id="fundolinks"></div>
  208.  
  209. <div class="descpaulinho">{description}</div>
  210.  
  211. <div class="credit">
  212. « theme by <a href="http://c-h4nged.tumblr.com/">c-h4nged</a>. don't copy. »
  213. </div>
  214.  
  215. <div id="titulo">{text:frase}</div>
  216.  
  217. </div>
  218. </div>
  219.  
  220. <div id="allboxes">
  221.  
  222. {block:Posts}
  223. <div class="entry">
  224.  
  225. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  226.  
  227. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  228.  
  229. {block:Photoset}{Photoset-500}{/block:Photoset}
  230.  
  231. {block:Quote}
  232. <div class="xquote">“{Quote}”</div>
  233. {block:Source}<div class="xquotesource"> — {Source}</div>
  234. {/block:Source}
  235. {/block:Quote}
  236.  
  237. {block:Link}
  238. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  239. {block:Description}{Description}{/block:Description}
  240. {/block:Link}
  241.  
  242. {block:Chat}
  243. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  244. <div class="chat"><ul>{block:Lines}
  245. <li class="person{UserNumber}">{block:Label}
  246. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  247. {/block:Chat}
  248.  
  249. {block:Audio}
  250. <div class="player">{AudioPlayerBlack}</div>
  251. {block:Caption}{Caption}{/block:Caption}
  252. {/block:Audio}
  253.  
  254. {block:Video}{Video-500}{/block:Video}
  255.  
  256.  
  257. {block:Answer}
  258. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  259. <div class="answer">{Answer}</div>
  260. {/block:Answer}
  261.  
  262.  
  263. <div id="cap">
  264. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  265. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  266. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  267.  
  268. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  269. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  270. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  271. {/block:ContentSource}</div></div>
  272. <br>
  273.  
  274.  
  275. <div id="info">
  276. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  277. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  278. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  279. {/block:RebloggedFrom}
  280. </div>
  281. </div>{/block:Date}
  282.  
  283.  
  284. {/block:Posts}
  285. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. </div>
  294. </div>
  295. </div>
  296. </div>
  297. </div>
  298.  
  299. </body>
  300. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement