Advertisement
c-hanged

theme 27;

May 2nd, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.74 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:text" content="#000" />
  25. <meta name="color:sidebar" content="#fff" />
  26. <meta name="color:link" content="#000" />
  27. <meta name="color:link hover" content="#cecece" />
  28. <meta name="color:scroll" content="#000" />
  29. <meta name="color:scrollbg" content="#fff" />
  30.  
  31. <meta name="image:background" content="" />
  32. <meta name="image:sidebar" content="http://static.tumblr.com/09bf3rt/F0Fm3fio7/tumblr_m06lhltjrd1qf3q4fo2_250.png" />
  33. <meta name="image:sidebar2" content="http://static.tumblr.com/09bf3rt/F0Fm3fio7/tumblr_m06lhltjrd1qf3q4fo2_250.png" />
  34.  
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="link1" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="link2" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Title" content="link3" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Title" content="link4" />
  43. <meta name="text:Link5" content="" />
  44. <meta name="text:Link5 Title" content="link5" />
  45. <meta name="text:Link6" content="" />
  46. <meta name="text:Link6 Title" content="link6" />
  47.  
  48. <meta name="text:frase" content="Um título legal aqui tá." />
  49.  
  50.  
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />
  56. {/block:Description}
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. 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; }
  62.  
  63. a {color: {color:link}; text-decoration: none; text-transform: none;}
  64. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  65.  
  66. p {margin: 6px 0 0 0}
  67.  
  68. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  69.  
  70.  
  71. #all {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  72.  
  73. #allboxes {float: left; margin-left: 223px; margin-top:31px;}
  74.  
  75. .entry {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position:relative; }
  76.  
  77. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  78. h1 a {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  79. h1 a:hover {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  80.  
  81. .image {text-align: center; border: 0px}
  82. .image img {max-width: 500px; margin-bottom: 2px }
  83.  
  84. .xquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  85. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  86. .xquotesource a, a:hover{text-transform: none;}
  87.  
  88. .chat {line-height: 13px; list-style: none }
  89. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  90. .person1 {color: {color:text}; padding: 2px; }
  91. .person1 .label {font-weight: bold; color:{color:text}}
  92. .person2 {color: {color:text}; padding: 2px; }
  93. .person2 .label {font-weight: bold; color:{color:text}}
  94.  
  95. .player {background-color: #000; text-align: left; display:block;}
  96.  
  97. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  98. .answer {padding: 2px}
  99. .answer img {max-width: 470px;}
  100.  
  101.  
  102. #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  103. #info a {font-size: 9px;}
  104.  
  105. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  106. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  107.  
  108. #cap {width: 500px; margin-top: -2px;}
  109. .source {display: none;}
  110.  
  111. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  112. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  113. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  114. .notes img{display: none; border:0px}
  115.  
  116. #sidebar {position: fixed; margin: 0px 0px 0px 100px; }
  117.  
  118. #sid{font-size: 9px; font-family: verdana; position: fixed; width: 141px; margin-left: -2px; height: auto; margin-top: 5px;}
  119.  
  120. /*** BY RELEMBRADO ***/
  121.  
  122. #thfoto{width: 0px; float:center; background-color:{color:sidebar}; top:85px; left: 230px; position:fixed;}
  123.  
  124. #simage {margin-bottom:-2px; margin-top:12px;}
  125. #simage img {border: 4px solid {color:sidebar}; margin: 6px; padding: 4px; background-color: {color:border}; margin-left: 15px; height: 10px; text-align:left; width:223px; height: 202px; text-align:left; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; opacity: 0.8; filter:alpha (opacity=50); margin-top: -7px;}
  126. #simage img:hover { -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; opacity: 10; filter:alpha (opacity=50);}
  127.  
  128. #thfotohover{width: 0px; float:center; background-color:#trans; top:85px; left: 102px; position:fixed;}
  129.  
  130. #simagehover {margin-bottom:-2px; margin-top:20px;}
  131. #simagehover img { margin-left: 151px; margin-top: 10px; height: 100px; text-align:left; width:223px; height: 202px; text-align:left; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; margin-top: -7px; -moz-transition: opacity .7s ease-in-out; -o-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; -webkit-transition: opacity .7s ease-in-out; opacity: 10; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  132. #simagehover img:hover { margin-left: 15px; height: 100px; text-align:left; width:223px; height: 230px; text-align:left; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; opacity: 0; margin-left: -20px;}
  133.  
  134. /*** A IMAGEM DA SIDEBAR INTEIRA FOI FEITA POR RELEMBRADO, ATÉ AQUI. ***/
  135.  
  136. #top {z-index: 90; margin-top: -35px; background-color:{color:background}; width: 1320px; height: 40px; padding: 0px; position: fixed; margin-left: -170px;}
  137.  
  138. #allsbar{ width: 760px; margin-left: -115px; height: 10px; margin-top: 5px; float:left; text-align: left; background-color: {color:post}; font-size: 9px; position:fixed; padding: 5px; color: {color:text}; font-family:{font:text}; line-height: 8px;}
  139.  
  140. .credit{position:fixed; font-size: 9px;font-family: verdana;padding: 5px;color: {color:text}; text-transform: center; background-color: {color:sidebar}; margin-left: -115px; margin-top: 315px; width: 118px; height:14px; text-decoration:none; }
  141.  
  142. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  143.  
  144. .titulo {position:fixed; width:239px; height:38px; margin-left:-115px; margin-top:26px; font-size:13px; font-family:georgia; line-height:38px; color:{color:text}; background-color:{color:sidebar}; }
  145.  
  146. #fundolinks {position:fixed; width:239px; height:30px; margin-left:-115px; margin-top:284px; background-color:{color:sidebar}; }
  147.  
  148. .linkspaulinho {position: fixed; width: 1220px; margin-left:-105px; margin-top:282px; padding: 0px; text-align: center; text-decoration: none; line-height: 21px; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in; }
  149. .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: 36px; background-color: transparent; color:{color:links}; line-height:34px; }
  150. .linkspaulinho a:hover {letter-spacing:0px; font-weight:normal; background-color:transparent; color:{link hover}; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; }
  151.  
  152. /*** Paginação by madlyluv.com ***/
  153.  
  154. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  155. #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link};}
  156. #paginal a:hover {background: {color:sidebar}; color: {color:link hover}; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  157. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none; opacity: 1.0; }
  158. .ps {position:fixed; background-color: {color:sidebar}; color: {color:text}; padding: 5px; margin-top: 315px; margin-left: 14px; width: 100px; height:14px; }
  159.  
  160.  
  161. #tumblr_controls{position: fixed!important}
  162. #tumblr_controls{position: fixed!important}
  163. #tumblr_controls{position: fixed!important}
  164. #tumblr_controls{position: fixed!important}
  165.  
  166. ::-webkit-scrollbar{width:7px;height:5px;}
  167. ::-webkit-scrollbar-button:start:decrement
  168. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  169. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  170. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  171. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  172.  
  173. </style>
  174.  
  175. <body>
  176.  
  177. <div id="all">
  178. <div id="sidebar">
  179.  
  180. <div id="sid">
  181.  
  182. <div class="titulo">{text:frase}</div>
  183.  
  184. <div id="fundolinks"></div>
  185.  
  186. <div class="linkspaulinho">
  187. <a href="{text:Link1}">{text:Link1 Title}</a> - <a href="{text:Link2}">{text:Link2 Title}</a> - <a href="{text:Link3}">{text:Link3 Title}</a> - <a href="{text:Link4}">{text:Link4 Title}</a> -
  188. <a href="{text:Link5}">{text:Link5 Title}</a> - <a href="{text:Link6}">{text:Link6 Title}</a>
  189. </div>
  190.  
  191. <div id="thfoto">
  192. <div id="simage">
  193. <img src="{image:sidebar}"/> </div></div>
  194.  
  195. <div id="thfotohover">
  196. <div id="simagehover">
  197. <img src="{image:sidebar2}"/> </div></div>
  198.  
  199. <div class="ps"><div id="paginal">
  200. {block:JumpPagination length="3"}
  201. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  202. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  203. {/block:JumpPagination}
  204. </div></div>
  205.  
  206. <div class="credit">
  207. © theme by <a href="http://c-h4nged.tumblr.com/"><b>c-h4nged</b></a>. </div>
  208.  
  209. <div id="allsbar"></div>
  210. <div id="top"></div>
  211.  
  212. </div>
  213. </div>
  214.  
  215. <div id="allboxes">
  216.  
  217. {block:Posts}
  218. <div class="entry">
  219.  
  220. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  221.  
  222. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  223.  
  224. {block:Photoset}{Photoset-500}{/block:Photoset}
  225.  
  226. {block:Quote}
  227. <div class="xquote">“{Quote}”</div>
  228. {block:Source}<div class="xquotesource"> — {Source}</div>
  229. {/block:Source}
  230. {/block:Quote}
  231.  
  232. {block:Link}
  233. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  234. {block:Description}{Description}{/block:Description}
  235. {/block:Link}
  236.  
  237. {block:Chat}
  238. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  239. <div class="chat"><ul>{block:Lines}
  240. <li class="person{UserNumber}">{block:Label}
  241. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  242. {/block:Chat}
  243.  
  244. {block:Audio}
  245. <div class="player">{AudioPlayerBlack}</div>
  246. {block:Caption}{Caption}{/block:Caption}
  247. {/block:Audio}
  248.  
  249. {block:Video}{Video-500}{/block:Video}
  250.  
  251.  
  252. {block:Answer}
  253. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  254. <div class="answer">{Answer}</div>
  255. {/block:Answer}
  256.  
  257.  
  258. <div id="cap">
  259. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  260. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  261. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  262.  
  263. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  264. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  265. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  266. {/block:ContentSource}</div></div>
  267. <br>
  268.  
  269.  
  270. <div id="info">
  271. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  272. <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}
  273. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  274. {/block:RebloggedFrom}
  275. </div>
  276. </div>{/block:Date}
  277.  
  278.  
  279. {/block:Posts}
  280. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. </div>
  289. </div>
  290. </div>
  291. </div>
  292. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement