Advertisement
c-hanged

theme 29;

May 3rd, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.19 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:scroll" content="#000" />
  29. <meta name="color:scrollbg" content="#fff" />
  30. <meta name="color:bglinks" content="#fff" />
  31. <meta name="color:bglinkshover" content="#444444" />
  32.  
  33. <meta name="image:background" content="" />
  34. <meta name="image:sidebar" content="http://static.tumblr.com/ilxjziq/O4Km3gz0s/tumblr_m0513rmo7i1roq2h2o1_250.png" />
  35. <meta name="image:sidebar2" content="http://static.tumblr.com/ilxjziq/u5Bm3gz0w/tumblr_m0513rmo7i1roq2h2o4_250.png" />
  36.  
  37.  
  38. <meta name="text:Link1" content="" />
  39. <meta name="text:Link1 Title" content="link1" />
  40. <meta name="text:Link2" content="" />
  41. <meta name="text:Link2 Title" content="link2" />
  42. <meta name="text:Link3" content="" />
  43. <meta name="text:Link3 Title" content="link3" />
  44. <meta name="text:Link4" content="" />
  45. <meta name="text:Link4 Title" content="link4" />
  46. <meta name="text:Link5" content="" />
  47. <meta name="text:Link5 Title" content="link5" />
  48. <meta name="text:Link6" content="" />
  49. <meta name="text:Link6 Title" content="link6" />
  50. <meta name="text:Link7" content="" />
  51. <meta name="text:Link7 Title" content="link7" />
  52.  
  53. <meta name="text:frase" content="Frase de apenas uma linha, beijos." />
  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: 300px;}
  78.  
  79. .entry {width: 500px; 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. /*** FOTOS DA SIDEBAR, BY LIVEJOURNAL ***/
  125.  
  126. .qnda {position:absolute; max-width:240px; height:243px; left: 11px; top:40px; margin:0 auto; z-index:1000;}
  127.  
  128. .qnda img {position:absolute; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height: 213px; width: 180px; background:{color:sidebar} center center; color: #e9db76; padding: 5px; text-align:center; text-decoration: none; letter-spacing:1px; font: italic 10px/67px Georgia, "Times New Roman", Times, serif;}
  129.  
  130. .qnda img.top {-webkit-transform:scale(0,0); -moz-transform:scale(0,0); -o-transform:scale(0,0);
  131. -ms-transform:scale(0,0); transform:scale(0,0); opacity:0; }
  132.  
  133.  
  134. .qnda:hover img.top, .cf4.hover_effect img.top {opacity:1; -webkit-transform:scale(1,1); -webkit-transform-origin: top right; -moz-transform:scale(1,1); -moz-transform-origin: top right; -o-transform:scale(1,1); -o-transform-origin: top right; -ms-transform:scale(1,1); -ms-transform-origin: top right; transform:scale(1,1); transform-origin: top right; }
  135.  
  136. .qnda:hover img.bottom, .cf4.hover_effect img.bottom { background-color:{color:sidebar}; -webkit-transform:scale(0,0); -webkit-transform-origin: bottom left; -moz-transform:scale(0,0); -moz-transform-origin: bottom left;
  137. -o-transform:scale(0,0); -o-transform-origin: bottom left; -ms-transform:scale(0,0); -ms-transform-origin: bottom left; transform:scale(0,0); transform-origin: bottom left; }
  138.  
  139. #titulo {margin-left: -40px; margin-top: 373px; width: 220px; font-size: 13px; height: 17px; text-align: center; background-color: {color:sidebar}; letter-spacing: 0px; font-family: georgia; color: ; position: fixed; padding:6px; -webkit-border-bottom-left-radius:20px; -webkit-border-bottom-right-radius:20px; }
  140.  
  141.  
  142. .credit{position:fixed; font-size: 9px;font-family: verdana;padding: 5px;color: {color:text}; text-transform: justify; background-color: {color:sidebar} ;margin-top: 17px; margin-left:11px; width: 180px; height:12px; }
  143.  
  144. .descpaulinho{position:fixed; width: 241px; margin-top: 264px; height: 99px; margin-left:-50px; font-size: 9px;font-family: verdana; padding: 5px;text-align: justify;color: {color:text}; background-color: {color:sidebar}; }
  145.  
  146. #linkspaulinho {margin-top: 40px; margin-left: -50px; position:fixed; background-color:{color:background};}
  147. #linkspaulinho a{height: 23px; display:block; width: 52px; line-height: 23px; font-size: 9px; margin-bottom: 1px; text-align: center; font-family: verdana; color: {color:text} ; background-color: {color:bglinks}; -webkit-transition-duration: 0.4s;padding:4px}
  148. #linkspaulinho a:hover{ background-color:{bglinkshover}; color: {color:link hover};}
  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: 17px; margin-left: -50px; width: 50px; 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 id="titulo">{text:frase}</div>
  180.  
  181. <div class="descpaulinho">{description}</div>
  182.  
  183. <div id="linkspaulinho">
  184. <a href="{text:Link1}">{text:Link1 Title} </a>
  185. <a href="{text:Link2}">{text:Link2 Title} </a>
  186. <a href="{text:Link3}">{text:Link3 Title} </a>
  187. <a href="{text:Link4}">{text:Link4 Title} </a>
  188. <a href="{text:Link5}">{text:Link5 Title} </a>
  189. <a href="{text:Link6}">{text:Link6 Title} </a>
  190. <a href="{text:Link7}">{text:Link7 Title} </a>
  191. </div>
  192.  
  193. <div class="qnda" class="hover">
  194. <img class="bottom shadow" src="{image:sidebar}" />
  195. <img class="top shadow" src="{image:sidebar2}" /></div>
  196.  
  197. <div class="ps"><div id="paginal">
  198. {block:JumpPagination length="3"}
  199. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  200. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  201. {/block:JumpPagination}
  202. </div></div>
  203.  
  204. <div class="credit">
  205. « theme by <a href="http://c-h4nged.tumblr.com/">c-h4nged</a>, don't copy. »
  206. </div>
  207.  
  208. </div>
  209. </div>
  210.  
  211. <div id="allboxes">
  212.  
  213. {block:Posts}
  214. <div class="entry">
  215.  
  216. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  217.  
  218. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  219.  
  220. {block:Photoset}{Photoset-500}{/block:Photoset}
  221.  
  222. {block:Quote}
  223. <div class="xquote">“{Quote}”</div>
  224. {block:Source}<div class="xquotesource"> — {Source}</div>
  225. {/block:Source}
  226. {/block:Quote}
  227.  
  228. {block:Link}
  229. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  230. {block:Description}{Description}{/block:Description}
  231. {/block:Link}
  232.  
  233. {block:Chat}
  234. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  235. <div class="chat"><ul>{block:Lines}
  236. <li class="person{UserNumber}">{block:Label}
  237. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  238. {/block:Chat}
  239.  
  240. {block:Audio}
  241. <div class="player">{AudioPlayerBlack}</div>
  242. {block:Caption}{Caption}{/block:Caption}
  243. {/block:Audio}
  244.  
  245. {block:Video}{Video-500}{/block:Video}
  246.  
  247.  
  248. {block:Answer}
  249. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  250. <div class="answer">{Answer}</div>
  251. {/block:Answer}
  252.  
  253.  
  254. <div id="cap">
  255. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  256. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  257. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  258.  
  259. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  260. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  261. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  262. {/block:ContentSource}</div></div>
  263. <br>
  264.  
  265.  
  266. <div id="info">
  267. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  268. <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}
  269. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  270. {/block:RebloggedFrom}
  271. </div>
  272. </div>{/block:Date}
  273.  
  274.  
  275. {/block:Posts}
  276. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284. </div>
  285. </div>
  286. </div>
  287. </div>
  288. </div>
  289.  
  290. </body>
  291. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement