Advertisement
c-hanged

theme 28;

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