Advertisement
c-hanged

theme 37;

May 11th, 2012
599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.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:sombra" content="#000" />
  27. <meta name="color:link" content="#000" />
  28. <meta name="color:link hover" content="#656565" />
  29. <meta name="color:scroll" content="#000" />
  30. <meta name="color:bordinha do link" content="#fff" />
  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/kr1498j/oJwm2qotn/tumblr_m100leocky1qim9wko1_500.png" />
  37. <meta name="image:sidebar2" content="http://static.tumblr.com/sy0stp1/BQRm3tq6y/tumblr_m0oqtlvynp1qkbw6zo1_500.jpg" />
  38.  
  39. <meta name="if:Show tags" content=""/>
  40.  
  41. <meta name="text:Link1" content="" />
  42. <meta name="text:Link1 Title" content="link1" />
  43. <meta name="text:Link2" content="" />
  44. <meta name="text:Link2 Title" content="link2" />
  45. <meta name="text:Link3" content="" />
  46. <meta name="text:Link3 Title" content="link3" />
  47. <meta name="text:Link4" content="" />
  48. <meta name="text:Link4 Title" content="link4" />
  49. <meta name="text:Link5" content="" />
  50. <meta name="text:Link5 Title" content="link5" />
  51. <meta name="text:Link6" content="" />
  52. <meta name="text:Link6 Title" content="link6" />
  53.  
  54. <meta name="text:frase" content="Your quote here." />
  55. <meta name="text:frase2" content="Your subquote here." />
  56.  
  57. <title>{Title}</title>
  58. <link rel="shortcut icon" href="{Favicon}">
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60. {block:Description}
  61. <meta name="description" content="{MetaDescription}" />
  62. {/block:Description}
  63.  
  64. <style type="text/css">
  65.  
  66.  
  67. 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; }
  68.  
  69. a {color: {color:link}; text-decoration: none; text-transform: none;}
  70. a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
  71.  
  72. p {margin: 6px 0 0 0}
  73.  
  74. blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
  75.  
  76. /*** FEIO POR NEE-D DON'T COPY ***/
  77.  
  78. #entries {width:510px; float:left; margin-left:400px; margin-top:0px; position:relative; z-index:999}
  79.  
  80. .entries {width:500px; padding:12px; background-color:{color:post}; margin:0px 0px 1px 0px; float:right; text-align:justify;
  81. }
  82.  
  83. #reblogs {display:none; background-color:{color:post};}
  84.  
  85. .entries:hover #information {opacity:1;}
  86.  
  87. #information{position:absolute; font:9px verdana; text-transform:lowercase; color:{color:link}; margin-left:513px; opacity:0; height:auto; width: 80px; margin-bottom:0px; margin-top:-12px; background-color:{color:sidebar}; display:block; text-align:left; padding:4px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  88. #information a{text-transform:lowercase; color:{color:permalink}; font-style:normal}
  89. #information a:hover {color:{color:info link hover};}
  90.  
  91. .noted a{font:9px verdana!important; color:{color:permalink}!important; letter-spacing:0px; text-transform:lowercase!important; font-style:normal!important; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; font-weight:300!important;}
  92. .noted a:hover {color:{color:text}!important;}
  93.  
  94. .dated {font:9px verdana; text-transform:lowercase; color:{color:permalink};}
  95.  
  96. /* TEXT POSTS */
  97.  
  98. #title {width:500px;}
  99. .texttitle {font-size:16px; font-family: georgia; margin:0px 0px -03px 0px; font-weight:normal; color: {color:text}; text-transform:none; padding:2px 1px; text-align:center;}
  100. .texttitle a {font-size:16px; font-family: georgia; margin:0px 0px -03px 0px; font-weight:normal; color: {color:text}; text-transform:none; padding:2px 1px; text-align:center;}
  101.  
  102. .tags {color: {color:text}; font-size: 9px; font-family: verdana; display: inline; text-align:center; text-transform: lowercase;}
  103. .tags a {font-size: 9px; color: verdana; display: inline; text-align:center; text-transform: lowercase;}
  104.  
  105.  
  106. /* CHAT POSTS */
  107.  
  108. .chat .line{
  109. font:10px {font:Body};
  110. background-color:{color:chat1};
  111. margin: 0 0 1px;
  112. padding: 2px;
  113. }
  114. .chat .line.odd{ background-color:{color:chat2};}
  115.  
  116. .label {font-weight:bold; color:{color:bold}}
  117.  
  118. /* LINK POSTS */
  119.  
  120. .linkdescription {padding:0px; margin:0px; font:10px {font:Body};}
  121.  
  122. /* QUOTES POSTS */
  123.  
  124. .pquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  125. .pquotesource {text-align: center; font-size: 11px; font-family: verdana; text-transform: none; margin-bottom: 5px; margin-top:2px; font-weight:bold;}
  126. .pquotesource a, a:hover{text-transform: none;}
  127.  
  128.  
  129. /* AUDIO POSTS */
  130.  
  131. .player {background-color: #000; text-align: left; display:block;}
  132.  
  133.  
  134. /* ANSWER POSTS */
  135.  
  136.  
  137. .question {
  138. color:{color:text};
  139. font-size: 11px;
  140. font-weight: normal;
  141. font-family: verdana;
  142. line-height:95%;
  143. background: {color:background};
  144. position: relative;
  145. min-height:70px;
  146. padding:10px 15px;
  147. margin-bottom:2px;
  148. margin-right:-10px;}
  149.  
  150. .questionarrow {
  151. font-size:30px;
  152. color:{color:background};
  153. vertical-align:middle;
  154. margin-left:-5px!important;}
  155.  
  156.  
  157. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  158. .asker a {color:{color:text};}
  159. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  160.  
  161. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  162. .asking a{color:{color:text};}
  163. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  164.  
  165. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  166.  
  167.  
  168. .answer {color:{color:answer};}
  169.  
  170.  
  171. /* PHOTO POSTS */
  172.  
  173. .hres {opacity:0; height:12px; font:8px calibri; color:{color:permalink}; background-color:{color:posts}; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; width:45px; position:absolute; top:0; left:0; z-index:999; text-align:center; text-transform:uppercase; filter:alpha(opacity=0); padding-top:3px; letter-spacing:1px; padding-left:1px; padding-bottom:1px;}
  174. .hres a {color:{color:permalink}; text-align:center;}
  175. #photox:hover .hres {opacity:0.9; filter:alpha(opacity=90);}
  176. #photox{overflow:hidden; position:relative}
  177.  
  178. .caption {margin:0px; padding:0px; font:10px {font:Body};}
  179.  
  180. /* POST NOTES */
  181.  
  182. #postnotes {display:block; margin-left:3px; width:500px; background-color:{color:post}}
  183.  
  184. ol.notes {list-style-type:none;}
  185.  
  186. .notperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  187. .tagperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  188. .rebperm {width:488px; font:9px verdana; text-transform:lowercase; color:{color:link}; padding:2px 4px; line-height:90%; margin-left:8px;}
  189. .notperm a, .tagperm a, .rebperm a {color:{color:permalink};}
  190.  
  191. /*** ATÉ AQUI FOI FEIO POR NEED, DON'T COPY PLEASE. ***/
  192.  
  193. #sidebar {position: fixed; margin: 0px 0px 0px 100px;}
  194.  
  195. #sid{font-size: 9px; font-family: verdana; position: fixed; width: 201px; margin-left: 82px; height: auto; margin-top: 5px;}
  196.  
  197. #sibimg2 {position:fixed; width: 214px; height: 306px; padding: 4px; margin-top:19px; margin-left:-19px; background-color: {color:sidebar}; }
  198. #sibimg2 :hover {opacity:0.9; -webkit-transition: all 0.6s ease;}
  199.  
  200. #titulo {margin-left:-19px; margin-top: 334px; width: 198px; font-size: 17px; height: 15px; text-align: center; background-color:{color:sidebar}; display:block; font-family: georgia; z-index:20; color: {color:text}; position: fixed; padding: 5px;overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; padding: 12px; text-shadow:2px 2px 8px {color:sombra};}
  201. #titulo:hover {height:auto; width:198px; height:142px; margin-top:334px; margin-left:-19px; text-align:center; background-color: {color:sidebar}; font-family:verdana; color: {color:frasehover}; position: fixed; -webkit-border-radius: 0px 0px 0px 0px;font-family:georgia; opacity: 1; padding: 12px;}
  202.  
  203. .descpaulinho {text-align:justify; padding: 5px; width: 208px; font-family:verdana; margin-top: 15px; margin-left:-10px; font-size: 9px; background: {color:sidebar}; color: {color:text}; text-shadow:0px 0px 0px {color:sombra};}
  204.  
  205. .credit{position:fixed; font-size: 9px;font-family: verdana;padding: 5px;color: {color:text}; text-transform: justify; background-color: {color:sidebar} ;margin-top: -5px; margin-left:-19px; width: 212px; height:13px; }
  206.  
  207. .sibimg {position:fixed; width:212px; height:304px; padding:5px; background-color:{color:sidebar};-webkit-transition: all 0.6s ease; margin-top:13px; margin-left:0px;}
  208. .sibimg:hover {-webkit-transition: all 0.6s ease;}
  209. .sibimg img {width:212px; height:120px; position:fixed; }
  210.  
  211. .linkpaulinho {width: 0px; height:10px; background-color: transparent; float: left; text-align: center; margin-left: -23px; margin-top: 1px; position: fixed; padding: 4px; background-color: transparent; border-top: 1px solid transparent; -moz-transition: opacity .7s ease-in-out; -o-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; -webkit-transition: opacity .7s ease-in-out; opacity: 0; z-index -1;}
  212.  
  213. .linkpaulinho:hover {opacity: 10;}
  214.  
  215. #linkspaulinho {width:2222px; float:left; font:9px; margin-top: 124px; position:fixed; margin-left:0px; }
  216.  
  217. #linkspaulinho a{display:block; margin-right:1px; width:189px; height:19px; margin-left:0px; margin-top:1px; line-height:17px; text-align:center; font-size:9px; font-family: verdana;padding:5; bottom:13px solid {color:post}; border-left:13px solid {color:bordinha do link}; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5s ease-in; transition: 0.5s ease-in; color{color:link}; background-color:{color:bglinks};}
  218. #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; }
  219.  
  220.  
  221. /*** A PAGINAÇÃO TAMBÉM FOI FEITA POR WOLFSS, NÃO RETIRE ISSO, PUFAVO. ***/
  222.  
  223. .oizinho {font-family: georgia; position: fixed; margin-left: -40px; margin-top: 10px; font-size: 38px; z-index: 0; }
  224. .oizinho a {color: ; background-color: sidebar;}
  225. .oizinho a:hover {color: ;}
  226.  
  227. .oizinho2 {font-family: georgia; position: fixed; margin-left: -40px; margin-top: 260px; font-size: 38px; z-index: 0; }
  228. .oizinho2 a {color: ; background-color: sidebar;}
  229. .oizinho2 a:hover {color: ;}
  230.  
  231. #tumblr_controls{position: fixed!important}
  232. #tumblr_controls{position: fixed!important}
  233. #tumblr_controls{position: fixed!important}
  234. #tumblr_controls{position: fixed!important}
  235.  
  236. ::-webkit-scrollbar{width:4px;height:5px;}
  237. ::-webkit-scrollbar-button:start:decrement
  238. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  239. ::-webkit-scrollbar-track-piece{background-color: {color:scrollbg}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  240. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  241. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  242.  
  243. </style>
  244.  
  245. <body>
  246.  
  247. <div id="all">
  248. <div id="sidebar">
  249.  
  250. <div id="sid">
  251.  
  252. <div id="title"><div id="titulo">{text:frase}
  253. <div class="descpaulinho">{description}</div><br>
  254. {text:frase2}
  255. </div>
  256. </div>
  257.  
  258. <div class="credit">
  259. « theme by <a href="http://c-h4nged.tumblr.com/">c-h4nged</a>, <a href="http://defectss.tumblr.com/">inspired</a>, <a href="http://nee-d.tumblr.com/">details</a>. »
  260. </div>
  261.  
  262. <img src="{image:sidebar}" id="sibimg2">
  263.  
  264. <div class="oizinho2">{block:NextPage}<a href="{NextPage}">↓</a>{/block:NextPage}</div>
  265.  
  266. <div class="oizinho">{block:PreviousPage}<a href="{PreviousPage}">↑</a>{/block:PreviousPage}</div>
  267.  
  268. <div class="linkpaulinho">
  269.  
  270. <div class="sibimg">
  271. <img src="{image:sidebar2}">
  272. <div id="linkspaulinho">
  273. <a href="{text:Link1}">{text:Link1 Title} </a>
  274. <a href="{text:Link2}">{text:Link2 Title} </a>
  275. <a href="{text:Link3}">{text:Link3 Title} </a>
  276. <a href="{text:Link4}">{text:Link4 Title} </a>
  277. <a href="{text:Link5}">{text:Link5 Title} </a>
  278. <a href="{text:Link6}">{text:Link6 Title} </a></div>
  279. </div></div>
  280.  
  281. </div>
  282. </div>
  283.  
  284. <div id="entries">
  285. {block:Posts}
  286. <div class="entries {block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Text}text{/block:Text}{block:Chat}chat{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}">
  287.  
  288. {block:IndexPage}
  289.  
  290.  
  291. <div id="information">
  292. <center><a href="{Permalink}">{NoteCount}</a></center>
  293. <center><a href="{Permalink}">{TimeAgo}</a></center>
  294. {block:RebloggedFrom}
  295. <div class="tagtitle">
  296. <center><a href="{ReblogParentURL}">via</a> · <a href="{ReblogRootURL}">source</a></center>
  297. </div>
  298. {/block:RebloggedFrom}
  299. <center><a href="{ReblogURL}" target="_blank">reblog</a></center>
  300. </div>
  301. {/block:IndexPage}
  302.  
  303. {block:Text}
  304. <div id="title">
  305. {block:Title}
  306. <div class="texttitle"><a href="{Permalink}" target="_blank">{Title}</a></div>
  307. {/block:Title}
  308. </div>
  309. {Body}
  310. {/block:Text}
  311.  
  312. {block:Photo}
  313. <div id="photox"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  314. {block:HighRes}<div class="hres"><a href="{PhotoURL-HighRes}"></a></div> {/block:HighRes}</div>
  315. {block:Caption}
  316. <div class="caption">{Caption}</div>
  317. {/block:Caption}
  318. {/block:Photo}
  319.  
  320. {block:Photoset}
  321. {Photoset-500}
  322. {block:Caption}
  323. <div class="caption">{Caption}</div>
  324. {/block:Caption}
  325. {/block:Photoset}
  326.  
  327. {block:Quote}
  328. <div class="pquote">“{Quote}”</div>
  329. {block:Source}<div class="pquotesource"> — {Source}</div>
  330. {/block:Source}
  331. {/block:Quote}
  332.  
  333. {block:Link}
  334. <div id="title"><div class="texttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  335. {block:Description}
  336. <div class="linkdescription">{Description}</div>
  337. {/block:Description}
  338. {/block:Link}
  339.  
  340. {block:Chat}
  341. {block:Title}
  342. <div id="title"><div class="texttitle">{Title}</div></div>
  343. {/block:Title}<br>
  344. <div class="chat">
  345. {block:Lines}<div class="chat"><div class="line {Alt}">
  346. <div class="{Alt} user_{UserNumber}">
  347. {block:Label}
  348. <span class="label"><b>{Label}</b></span>
  349. {/block:Label}
  350. {Line}</div>
  351. </div></div>
  352. {/block:Lines}
  353. </div>
  354. {/block:Chat}
  355.  
  356. {block:Video}
  357. {Video-500}
  358. {block:Caption}
  359. <div class="caption">{Caption}</div>
  360. {/block:Caption}
  361. {/block:Video}
  362.  
  363. {block:Audio}
  364. <div class="player">{AudioPlayerBlack}</div>
  365. {block:Caption}{Caption}{/block:Caption}
  366. {/block:Audio}
  367.  
  368. {block:Answer}
  369. <table width="500px" cellspacing="0" cellpadding="0">
  370. <tr>
  371. <td width="415px" class="question">{Question}</td>
  372. <td width="30px"><span class="questionarrow">◤</span></td>
  373. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  374. </tr>
  375. </table>
  376. <div class="answer">{Answer}</div>
  377. {/block:answer}
  378.  
  379. {block:IfShowTags}{block:HasTags}<center><div class="tags"><br>
  380. {block:Tags}#<a href="{TagURL}" target="_blank">{Tag}</a> {/block:Tags}</div></center>
  381. {/block:HasTags}{/block:IfShowTags}
  382. </div>
  383.  
  384. {block:PermalinkPage}
  385. {block:PostNotes}
  386. <div id="postnotes">{PostNotes}</div><br>
  387. {/block:PostNotes}
  388. {/block:PermalinkPage}
  389. {/block:Posts}
  390.  
  391. <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
  392. {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
  393. {/block:ContentSource}
  394. <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
  395.  
  396. </div></div>
  397. </div>
  398. </div>
  399.  
  400. </body>
  401. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement