Advertisement
c-hanged

theme 36;

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