Advertisement
c-hanged

theme 31;

May 4th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.14 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:linha1" content="#000" />
  30. <meta name="color:linha2" content="#cecece" />
  31. <meta name="color:scrollbg" content="#fff" />
  32. <meta name="color:bglinks" content="#fff" />
  33. <meta name="color:bglinkshover" content="#fff" />
  34.  
  35. <meta name="image:background" content="" />
  36. <meta name="image:sidebar" content="http://static.tumblr.com/cwdmw0k/tRqm3hhvw/tumblr_m2lga6lrlf1r8gy2ko5_250.png" />
  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. <meta name="text:Link8" content="" />
  53. <meta name="text:Link8 Title" content="link8" />
  54.  
  55. <meta name="text:title" content="title" />
  56. <meta name="text:subtitle" content="subtitle" />
  57.  
  58.  
  59. <title>{Title}</title>
  60. <link rel="shortcut icon" href="{Favicon}">
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62. {block:Description}
  63. <meta name="description" content="{MetaDescription}" />
  64. {/block:Description}
  65.  
  66. <style type="text/css">
  67.  
  68.  
  69. 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; }
  70.  
  71. a {color: {color:link}; text-decoration: none; text-transform: none;}
  72. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  73.  
  74. p {margin: 6px 0 0 0}
  75.  
  76. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  77.  
  78.  
  79. #all {text-align: center; width: 835px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  80.  
  81. #allboxes {float: left; margin-left: 279px; margin-top:60px;}
  82.  
  83. .entry {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  84.  
  85. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  86. h1 a {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  87. h1 a:hover {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
  88.  
  89. .image {text-align: center; border: 0px}
  90. .image img {max-width: 500px; margin-bottom: 2px }
  91.  
  92. .xquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  93. .xquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  94. .xquotesource a, a:hover{text-transform: none;}
  95.  
  96. .chat {line-height: 13px; list-style: none }
  97. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  98. .person1 {color: {color:text}; padding: 2px; }
  99. .person1 .label {font-weight: bold; color:{color:text}}
  100. .person2 {color: {color:text}; padding: 2px; }
  101. .person2 .label {font-weight: bold; color:{color:text}}
  102.  
  103. .player {background-color: #000; text-align: left; display:block;}
  104.  
  105. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  106. .answer {padding: 2px}
  107. .answer img {max-width: 470px;}
  108.  
  109.  
  110. #info {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; padding-right: 10px;padding-left: 10px;padding-top: 10px; width: 500px; margin-left: -10px; border-top: 1px solid {color:background}; }
  111. #info a {font-size: 9px; }
  112.  
  113. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; list-style: none; text-transform: lowercase;}
  114. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  115.  
  116. #cap {width: 500px; margin-top: -2px;}
  117. .source {display: none;}
  118.  
  119. .notes {width: 530px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
  120. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  121. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  122. .notes img{display: none; border:0px}
  123.  
  124. #sidebar {position: fixed; margin: 0px 0px 0px 100px;}
  125.  
  126. #sid{font-size: 9px; font-family: verdana; position: fixed; width: 141px; margin-left: -2px; height: auto; margin-top: 5px;}
  127.  
  128. .credit{position:fixed; font-size: 9px;font-family: verdana;padding: 5px;color: {color:text}; text-transform: center; background-color: {color:sidebar} ;margin-top: 263px; margin-left:-140px; width: 232px; height:12px; }
  129.  
  130. .c1 {position: fixed; background-color:{color:background}; background-image:url('{image:background}'); z-index: 1; width: 1000px; height: 79px; margin-top: -20px; 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:sidebar}; padding: 4px; margin-top: 30px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:21px; z-index:3;}
  133.  
  134. .paginacao {position: absolute; margin-top: 10px; margin-left: 241px; width: 70px; background-color: {color:sidebar}; color: {color:text}; padding: 3px; font-size: 9px; font-family: verdana; text-align: center; margin-bottom: 1px;position:fixed; z-index:3; border-top: 0px solid {color:background}; }
  135. .pagination { margin-left:730px; margin-top:-7px; width:100px; text-align:center; font-family: georgia; font-size:26px; z-index:7; }
  136.  
  137.  
  138. .linkspaulinho {position: fixed; width: 0px; margin-left:103px; margin-top:55px; 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: 77px; background-color: {color:bglinks}; color:{color:link}; text-decoration: none; line-height:37px; }
  140. .linkspaulinho a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:link hover}; letter-spacing:0px; -webkit-transition: 0.4s ease-in; -moz-transition: 0.4s ease-in; transition: 0.4s ease-in; }
  141.  
  142. .qnda {position:fixed; width:300px; height:200px; top:80px; margin:0 auto;}
  143.  
  144. .qnda img {position:fixed; -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: 201px; margin-left:-142px; width: 236px; background: {color:sidebar}; center center; color: {color:text}; padding: 3px; text-align:center; text-decoration: none; letter-spacing:1px; font: italic 10px/67px Georgia, "Times New Roman", Times, serif;}
  145.  
  146.  
  147. .qnda img.top {-webkit-transform:scale(0,0); -moz-transform:scale(0,0); -o-transform:scale(0,0);
  148.  
  149. -ms-transform:scale(0,0); transform:scale(0,0); opacity:0;}
  150.  
  151.  
  152. .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;}
  153.  
  154.  
  155.  
  156. .qnda:hover img.bottom, .cf4.hover_effect img.bottom {-webkit-transform:scale(0,0); -webkit-transform-origin: bottom left; -moz-transform:scale(0,0); -moz-transform-origin: bottom left;
  157.  
  158. -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 right;}
  159.  
  160.  
  161. .love {font-size: 13px; width: 234px; height: 199px; position:fixed; margin-left: -142px; background-color: {color:sidebar}; margin-top: 0px; font-size: 9px; padding: 4px; text-align:justify;}
  162.  
  163. ul{list-style-type: none; z-index: 100;}
  164.  
  165. #linhadesign3{margin-left: -620px; margin-top: 249px; width: 922px; height: 4px; background-color: {color:linha1}; position: fixed; padding: 0px; -webkit-transform: rotate(-90deg); }
  166. #linhadesign4{margin-left: -610px; margin-top: 256px; width: 922px; height: 4px; background-color: {color:linha2}; position: fixed; padding: 0px; -webkit-transform: rotate(-90deg); }
  167.  
  168. #fotodash {width:72px; height:72px; margin-top:291px; margin-left: 28px; background-color:{color:sidebar}; z-index:2; position:fixed;}
  169.  
  170. #fotodash img {margin-top:4px; margin-left:-1px; margin-bottom:10px; z-index:2;}
  171. #fotodash img:hover {opacity: 0.7; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  172.  
  173. #titulo{font-size: 9px; font-family: verdana; position: fixed; margin-left: -140px; width: 159px; background-color: {color:sidebar}; padding: 5px; margin-top: 286px; background-attachment: fixed; background-image:url('{image:sidebarbackground}'); height:62px;}
  174.  
  175. #title {text-align: center; margin-top:-2px; margin-bottom:-2px; font-family: georgia; font-size: 18px; color: {color:text}; letter-spacing: 0px; text-transform: none;}
  176.  
  177. #subtitle {text-align: justify; margin-top:0px; margin-bottom:0px; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; text-transform: none;}
  178.  
  179.  
  180. #tumblr_controls{position: fixed!important}
  181. #tumblr_controls{position: fixed!important}
  182. #tumblr_controls{position: fixed!important}
  183. #tumblr_controls{position: fixed!important}
  184.  
  185. ::-webkit-scrollbar{width:7px;height:5px;}
  186. ::-webkit-scrollbar-button:start:decrement
  187. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  188. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  189. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  190. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  191.  
  192. </style>
  193.  
  194. <body>
  195.  
  196. <div id="all">
  197. <div id="sidebar">
  198.  
  199. <div class="c1"></div>
  200. <div id="c2">
  201. <div id="c3">
  202. <div class="pagination">
  203. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}&nbsp;&nbsp;{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  204. </div></div></div>
  205.  
  206. <div id="linhadesign3"></div>
  207. <div id="linhadesign4"></div>
  208.  
  209. <div class="qnda" class="hover">
  210.  
  211. <div class="love">{description}
  212.  
  213. </div>
  214.  
  215. <img class="bottom shadow" src="{image:sidebar}" />
  216.  
  217.  
  218. </div>
  219.  
  220. <div id="fotodash"><img src="{PortraitURL-64}"></div>
  221.  
  222. <div id="sid">
  223.  
  224. <div class="linkspaulinho">
  225. <a href="{text:Link1}">{text:Link1 Title} </a>
  226. <a href="{text:Link2}">{text:Link2 Title} </a>
  227. <a href="{text:Link3}">{text:Link3 Title} </a>
  228. <a href="{text:Link4}">{text:Link4 Title} </a>
  229. <a href="{text:Link5}">{text:Link5 Title} </a>
  230. <a href="{text:Link6}">{text:Link6 Title} </a>
  231. <a href="{text:Link7}">{text:Link7 Title} </a>
  232. <a href="{text:Link8}">{text:Link8 Title} </a>
  233. </div>
  234.  
  235. <div id="titulo">
  236. <div id="title">{text:title}</div>
  237. <div id="subtitle"> <center>{text:subtitle}</center> </div></div>
  238.  
  239. <div class="credit">
  240. « theme by <a href="http://c-h4nged.tumblr.com/">c-h4nged</a>, details by <a href="http://wasonlylove.tumblr.com/">+</a> <a href="http://umapequenapoeta.tumblr.com/">+</a> <a href="http://nee-d.tumblr.com/">+</a> . »
  241. </div>
  242.  
  243. </div>
  244. </div>
  245.  
  246. <div id="allboxes">
  247.  
  248. {block:Posts}
  249. <div class="entry">
  250.  
  251. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  252.  
  253. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  254.  
  255. {block:Photoset}{Photoset-500}{/block:Photoset}
  256.  
  257. {block:Quote}
  258. <div class="xquote">“{Quote}”</div>
  259. {block:Source}<div class="xquotesource"> — {Source}</div>
  260. {/block:Source}
  261. {/block:Quote}
  262.  
  263. {block:Link}
  264. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  265. {block:Description}{Description}{/block:Description}
  266. {/block:Link}
  267.  
  268. {block:Chat}
  269. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  270. <div class="chat"><ul>{block:Lines}
  271. <li class="person{UserNumber}">{block:Label}
  272. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  273. {/block:Chat}
  274.  
  275. {block:Audio}
  276. <div class="player">{AudioPlayerBlack}</div>
  277. {block:Caption}{Caption}{/block:Caption}
  278. {/block:Audio}
  279.  
  280. {block:Video}{Video-500}{/block:Video}
  281.  
  282.  
  283. {block:Answer}
  284. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  285. <div class="answer">{Answer}</div>
  286. {/block:Answer}
  287.  
  288.  
  289. <div id="cap">
  290. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  291. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  292. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  293.  
  294. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  295. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  296. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  297. {/block:ContentSource}</div></div>
  298. <br>
  299.  
  300.  
  301. <div id="info">
  302. {block:Date}<div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  303. <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}
  304. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  305. {/block:RebloggedFrom}
  306. </div>
  307. </div>{/block:Date}
  308.  
  309.  
  310. {/block:Posts}
  311. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. </div>
  320. </div>
  321. </div>
  322. </div>
  323. </div>
  324.  
  325. </body>
  326. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement