Advertisement
c-hanged

theme 2; inspired wasonlylove

Apr 16th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 KB | None | 0 0
  1. <script type="text/javascript">
  2. var rev = "fwd";function titlebar(val)
  3. {var msg = "{title}";
  4. var res = " ";
  5. 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);}
  6. else{rev = "bwd";
  7. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  8. else{
  9. if(pos > 0){
  10. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  11. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  12. titlebar(0);
  13. </script>
  14.  
  15.  
  16. <!-- theme by c-h4nged, don't copy. -->
  17.  
  18. <head>
  19.  
  20. <!-- DEFAULT VARIABLES -->
  21. <meta name="color:background" content="#f1f1f1" />
  22. <meta name="color:post" content="#ffffff" />
  23. <meta name="color:link" content="#000" />
  24. <meta name="color:text" content="#000" />
  25. <meta name="color:sidebar" content="#fff" />
  26. <meta name="color:bglinks" content="#fff" />
  27. <meta name="color:scroll" content="#000" />
  28. <meta name="color:scrollbg" content="#fff" />
  29. <meta name="color:linkhover" content="#cecece" />
  30. <meta name="color:cruz" content="#000" />
  31.  
  32. <meta name="image:background" content="" />
  33. <meta name="image:sidebar" content="http://static.tumblr.com/mhb1xvl/Sfim2vbuc/9318_br.jpg" />
  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. <meta name="text:Link7" content="" />
  48. <meta name="text:Link7 Title" content="link7" />
  49. <meta name="text:Link8" content="" />
  50. <meta name="text:Link8 Title" content="link8" />
  51. <meta name="text:Link9" content="" />
  52. <meta name="text:Link9 Title" content="link9" />
  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: 410px; margin-top:6px;}
  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. #sid {text-align: center; width: 813px; margin-left:60px; margin-top:0px; padding: 3px; z-index: 1}
  120.  
  121. #sibimg {position:fixed; width: 198px; height: 162px; padding: 4px; margin-top:6px; margin-left:128px; background-color: {color:sidebar}; }
  122. #sibimg img { height:162px; width:198px; }
  123.  
  124. .linkspaulinho {margin-top: 6px; margin-left: 335px; position:fixed; width: auto;}
  125.  
  126. .linkspaulinho a{text-transform: normal; display: block;  font-family: verdana; transition: all 0.5s ease-out; -o-transition-transition:  all 0.5s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; width: 74px; text-align: center; font-size: 9px; height:14px; background-color: {color:bglinks}; color: {color:link}; line-height:14px; border-bottom:1px solid {color:background}; padding:2px 0px;}
  127.  
  128. .linkspaulinho a:hover{padding:2px 0px; letter-spacing:0px; font-weight:bold; }
  129.  
  130. .sidebar {position:fixed; margin-top: 150px; margin-left: 90px; }
  131. #paginacao{ float: left; margin-top:117px; margin-left: 38px; height: 19px; width:281px; position: fixed; background-color: {color:sidebar}; padding: 0px;}
  132. #paginacao2 {text-align: center; font-family: verdana; font-size: 8px; line-height: 12px; margin-left:0px; margin-top:4px;}
  133. #paginacao2 a {background: {color:background}; margin: 0 2px 0 0; padding: 1px 3px; color:{color:text}; background-color:{transparent}; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  134. #paginacao2 a:hover {background: {color:sidebar}; color: {color:text}; border: none;}
  135. #paginacao2 span.pagina_atual {background: {color:background}; margin: 0 2px 0 0; padding: 1px 3px; color: {color:text}; font-weight: bold; text-decoration: none;}
  136.  
  137. .descpaulinho {font-size: 9px; width: 273px; height: 81px; position:fixed; margin-left: 128px; background-color: {color:sidebar}; margin-top: 177px; font-size: 9px; padding: 4px; text-align:justify;}
  138.  
  139. .credit{position:fixed; font-size: 9px;font-family: verdana;padding: 5px;color: {color:text}; text-transform: justify; background-color: {color:sidebar} ;margin-top: 287px; margin-left:128px; width: 271px; height:12px; }
  140.  
  141. #cruz{margin-left: 83px; margin-top:260px; text-align: center; color: {color:cruz}; position: fixed; font-size:120px }
  142.  
  143. #tumblr_controls{position: fixed!important}
  144. #tumblr_controls{position: fixed!important}
  145. #tumblr_controls{position: fixed!important}
  146. #tumblr_controls{position: fixed!important}
  147.  
  148. ::-webkit-scrollbar{width:7px;height:5px;}
  149. ::-webkit-scrollbar-button:start:decrement
  150. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  151. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  152. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  153. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  154.  
  155. </style>
  156.  
  157. </head>
  158.  
  159. <body>
  160.  
  161. <div id="sib">
  162.  
  163. <div id="cruz">†</div>
  164.  
  165. <div class="descpaulinho">{Description}</div>
  166.  
  167. <div id ="sibimg"><img src="{image:sidebar}"> </div>
  168.  
  169. <div class="linkspaulinho">
  170. <a href="{text:Link1}">{text:Link1 Title} </a>
  171. <a href="{text:Link2}">{text:Link2 Title} </a>
  172. <a href="{text:Link3}">{text:Link3 Title} </a>
  173. <a href="{text:Link4}">{text:Link4 Title} </a>
  174. <a href="{text:Link5}">{text:Link5 Title} </a>
  175. <a href="{text:Link6}">{text:Link6 Title} </a>
  176. <a href="{text:Link7}">{text:Link7 Title} </a>
  177. <a href="{text:Link8}">{text:Link8 Title} </a>
  178. <a href="{text:Link9}">{text:Link9 Title} </a>
  179. </div>
  180.  
  181. <div class="sidebar"><div id="paginacao">
  182. <div id="paginacao2">{block:JumpPagination length="15"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div></div>
  183.  
  184. <div class="credit"> theme by <a href="http://c-h4nged.tumblr.com/"><b>c-h4nged</b></a>, inspired by <a href="http://wasonlylove.tumblr.com/"><b>wasonlylove</b></a>.</div>
  185.  
  186.  
  187. <div id="allboxes">
  188.  
  189. {block:Posts}
  190. <div class="entry">
  191.  
  192. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  193.  
  194. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  195.  
  196. {block:Photoset}{Photoset-500}{/block:Photoset}
  197.  
  198. {block:Quote}
  199. <div class="xquote">“{Quote}”</div>
  200. {block:Source}<div class="xquotesource"> — {Source}</div>
  201. {/block:Source}
  202. {/block:Quote}
  203.  
  204. {block:Link}
  205. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  206. {block:Description}{Description}{/block:Description}
  207. {/block:Link}
  208.  
  209. {block:Chat}
  210. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  211. <div class="chat"><ul>{block:Lines}
  212. <li class="person{UserNumber}">{block:Label}
  213. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  214. {/block:Chat}
  215.  
  216. {block:Audio}
  217. <div class="player">{AudioPlayerBlack}</div>
  218. {block:Caption}{Caption}{/block:Caption}
  219. {/block:Audio}
  220.  
  221. {block:Video}{Video-500}{/block:Video}
  222.  
  223.  
  224. {block:Answer}
  225. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  226. <div class="answer">{Answer}</div>
  227. {/block:Answer}
  228.  
  229.  
  230. <div id="cap">
  231. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  232. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  233. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  234.  
  235. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  236. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  237. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  238. {/block:ContentSource}</div></div>
  239. <br>
  240.  
  241.  
  242. <div id="info">
  243. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  244. <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}
  245. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  246. {/block:RebloggedFrom}
  247. </div>
  248. </div>{/block:Date}
  249.  
  250.  
  251. {/block:Posts}
  252. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260. </div>
  261. </div>
  262. </div>
  263. </div>
  264. </div>
  265.  
  266.  
  267. </body>
  268. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement