cadu

c4fajeste#theme09excl

Apr 3rd, 2012
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.72 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!-- ----------------------------------
  6.  
  7.      theme por caducordeiro.tumblr.com
  8.  
  9. ---------------------------------- -->
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#B3B3B3" />
  14. <meta name="color:link" content="#000000" />
  15. <meta name="color:hover" content="#fff" />
  16. <meta name="color:link sidbar" content="#000000" />
  17. <meta name="color:link sidbar hover" content="#000000" />
  18. <meta name="color:bg links" content="#fff"/>
  19. <meta name="color:bg links hover" content="#ffffff"/>
  20. <meta name="color:text links" content="#000000"/>
  21. <meta name="color:text links hover" content="#000000"/>
  22. <meta name="color:sidebar" content="#fff" />
  23. <meta name="color:text" content="#000000" />
  24. <meta name="color:text sidbar" content="#000000" />
  25. <meta name="color:post" content="#ffffff" />
  26.  
  27.  
  28. <meta name="image:background" content=""/>
  29. <meta name="image:sidebar 1" content="" />
  30.  
  31.  
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="link" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="link" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="link" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="link" />
  40. <meta name="text:Link5" content="/" />
  41. <meta name="text:Link5 Title" content="link" />
  42. <meta name="text:Link6" content="/" />
  43. <meta name="text:Link6 Title" content="link" />
  44. <meta name="text:Link7" content="" />
  45. <meta name="text:Link7 Title" content="" />
  46. <meta name="text:Link8" content="" />
  47. <meta name="text:Link8 Title" content="" />
  48. <meta name="text:Link9" content="" />
  49. <meta name="text:Link9 Title" content="" />
  50.  
  51.  
  52. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  53.                       <title>{Title}</title>
  54.         <link rel="shortcut icon" href="{Favicon}">
  55.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  56.         {block:Description}
  57.   <meta name="description" content="{MetaDescription}" />
  58.         {/block:Description}
  59.  
  60. {block:IfEnableEndlessScrolling}
  61. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  62. {/block:IfEnableEndlessScrolling}
  63.  
  64.  
  65.     <style type="text/css">
  66.    
  67.    
  68. ::-webkit-scrollbar{width:6px;height:6px;}
  69.  
  70. ::-webkit-scrollbar-button:start:decrement
  71.  
  72. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  73.  
  74. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  75.  
  76. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  77.  
  78. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  79.  
  80.  
  81.  
  82.  
  83. body {
  84. background-color: {color:background};
  85. color:{color:text};
  86. font-family: verdana;
  87. font-size: 10px;
  88. text-align: center;
  89. line-height:120%;
  90. margin:0;
  91. padding:0;
  92. background-image:url('{image:background}');
  93. background-attachment: fixed
  94. }
  95.  
  96. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  97. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  98.  
  99. p {margin: 6px 0 0 0}
  100.  
  101. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  102.  
  103.  
  104. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:background}}
  105.  
  106. #entries{margin-top:30px; }
  107.  
  108. .post {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; color:{color:text}; margin-left:459px;}
  109.  
  110. #xright {position: fixed; margin-top: 52px; margin-left: 357px; overflow: auto; width: 524px; height: 703px;}
  111.  
  112.  
  113.  
  114. .tags{font-size: 9px; color:{color:link}; font-family: verdana;  background-color: {color:post};}
  115. .tags a:hover {background-color: {color:post}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition:  all .2s linear; transition:  all 0.2s linear;}
  116.  
  117.  
  118. h1 {font-family: georgia; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  119.  
  120. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  121.  
  122. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  123.  
  124.  
  125.  
  126. .image {text-align: center; border: 0px; }
  127. .image img {max-width: 500px; margin-bottom: 3px }
  128. .markqt {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
  129. .qt {font-family: verdana; font-size: 18px; line-height: 23px;  margin-top: -95px; margin-left: 45px; padding: 10px;}
  130. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  131. .qsr a, a:hover{text-transform: none;}
  132.  
  133. .chat {line-height: 12px; list-style: none }
  134. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  135. .person1 {background-color:{color:background}; color: {color:text}; }
  136. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  137. .person2 {color: {color:text}; }
  138. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  139.  
  140. .audio{background-color:black; display:block;}
  141. .source{display:none}
  142.  
  143. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:verdana; font-size:9px}
  144. #questions a {color:{color:link}}
  145.  
  146.  
  147.  
  148. #cap {width: 500px; margin-top: -2px;}
  149.  
  150. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  151. .dda a {font-size: 9px;}
  152.  
  153.  
  154.  
  155. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  156. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  157.  
  158. .qqmarks{
  159. font-size: 80px;
  160. font-weight: bold;
  161. line-height: 80px;
  162. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  163. opacity: 0.2;
  164. filter:alpha (opacity=20)
  165. }
  166.  
  167.  
  168.  
  169. .qquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  170.  
  171. .qsource {text-align: center; text-transform: none; margin-left: 0px; margin-bottom: 5px;}
  172.  
  173. .qsource a, a:hover{text-transform: none;}
  174.  
  175.  
  176. .notes {width: 520px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  177.  
  178. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11; margin-left:100px;}
  179.  
  180. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  181.  
  182. .notes img{display: none; border:0px}
  183.  
  184.  
  185.  
  186.  
  187. b{text-transform: block; color:;}
  188. i{text-transform: italic; color:{color:text}}
  189. p{margin:2px 0 2px 0}
  190. u {text-decoration: none; border-bottom: 1px dashed;}
  191. d1 {opacity:0.8}
  192. d2 {opacity:0.6}
  193. d3 {opacity:0.4}
  194. d4 {opacity:0.2}
  195.  
  196.  
  197.  
  198. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  199.  
  200. #page{margin-left: 320px; margin-top:318px; background-color: transparent; color:#000;  float:center; width:120px; height:15px; position:fixed; border-right: 8px solid transparent; border-left: 4px solid transparent; border-bottom: 3px solid transparent; -webkit-border-bottom-left-radius:10px}
  201. .pgs{padding:3px; font-family:georgia; font-style: ; font-size: 22px; letter-spacing:-1px;  z-index:9000000}
  202.  
  203. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  204.  
  205. #cre {float: left; margin-top: 300px; margin-left: 325px; width: 120px; background-color: transparent; color: {color:text sidbar}; padding: 3px; font-size: 8px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: tinytots;text-transform: uppercase; }
  206.  
  207. #cre a{font-size: 9px; color:#000}
  208.  
  209. #des {float: left; margin-top: 38px; margin-left: 320px; width: 122px; background-color: {color:sidebar} ; color: {color:text sidbar}; padding: 5px; font-size: 9px; text-align: justify; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: -1px; font-family: verdana;text-transform: ; height: 120px; border: 2px solid #fff;}
  210.  
  211. #des a{font-size: 8px; color:#fff}
  212.  
  213.  
  214. #cadulink {margin-top: 173px; margin-left: 320px; position:fixed; width: 751px; font-family: tinytots; text-transform: uppercase; }
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222. #cadulink a{font-size: 8px; color: #000; background-color: {color:sidebar}; padding: 6px 2px 6px 2px;  display:block; margin-bottom: 1px; width: 128px;  height: 4px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 6px; font-family: tinytots; text-transform: uppercase; border: 2px solid #fff}
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230. #cadulink a:hover{color: #000; background-color: {color:sidebar}; letter-spacing: 0px; }
  231.  
  232. #ttl {float: left; margin-top: 10px; margin-left: 320px; width: 122px; background-color: {color:sidebar}; color: {color:text sidbar}; padding: 5px; font-size: 18px; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px; position:fixed; letter-spacing: 0px; font-family: georgia;text-transform: ; height: 15px; border: 2px solid #fff;}
  233.  
  234. #ttl a{font-size: 8px; color: {color:text sidbar}; }
  235.  
  236. #pic {margin-top: 35px; margin-left: 318px; width: 128px; height: auto;
  237.  
  238.  
  239.  
  240.     position: fixed; padding: 1px;
  241.  
  242.  
  243.  
  244.     background-color: transparent; border: 2px solid #fff;  box-shadow: 3px 3px 5px 0px #ccc;  -webkit-transform: rotate(6deg); }
  245.  
  246.  
  247.  
  248. #pic img{width: 128px; height: 128px;}
  249.  
  250. #pic img:hover{
  251.  
  252.  
  253.  
  254. opacity:0;
  255.  
  256.  
  257.  
  258. -webkit-transition: 0.8s ease-in;}
  259.  
  260.  
  261.  
  262.  
  263.  
  264. </style>
  265.  
  266.  
  267.  
  268. <div id="ttl"><i>{title}</i></div>
  269.  
  270.  
  271.  
  272. <div id="des">{block:Description}{Description}{/block:Description}</div>
  273. </div></div>
  274.  
  275. <div id="cadulink">
  276.  
  277. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  278. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  279. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  280. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  281. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  282. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  283.  
  284. </div>
  285. </div>
  286.  
  287.  
  288. <div id="cre">theme por C4FAJESTE</a> </font> </a>
  289. </div></div>
  290.  
  291.  
  292. <div id="page">
  293. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="#000">« </a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font color="#000"> »</a>{/block:NextPage}{/block:Pagination}</font></font></div></div></div></div>
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. <div id="pic"><img src="{image:sidebar 1}"/>
  301.  
  302.  
  303.  
  304.     </div></div></div></div></div></div>
  305.  
  306.  
  307.  
  308.  
  309.  
  310. </div></div>
  311. <div id="entries">
  312. {block:Posts}
  313. <div class="post">
  314.  
  315. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  316.  
  317. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  318.  
  319. {block:Photoset}{Photoset-500}{/block:Photoset}
  320.  
  321. {block:Quote}
  322. <div class="qquote"><center>“{Quote}”</div>
  323. {block:Source}<div class="qsource">— {Source}</center></div>{/block:Source}
  324. {/block:Quote}
  325.  
  326. {block:Link}
  327. <h1><a href="{URL}" {Target}><big><big>{Name}</a></big></big></h1>
  328. {block:Description}{Description}{/block:Description}
  329. {/block:Link}
  330.  
  331. {block:Chat}
  332. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  333. <div class="chat"><ul>{block:Lines}
  334. <li class="person{UserNumber}">{block:Label}
  335. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  336. {/block:Chat}
  337.  
  338. {block:Audio}
  339. <br>
  340. <div class="audio">{AudioPlayerBlack}</div>
  341. {block:Caption}{Caption}{/block:Caption}
  342. {/block:Audio}
  343.  
  344. {block:Video}{Video-500}{/block:Video}
  345.  
  346.  
  347.  
  348.  
  349. {block:Answer}<div id="questions">{Asker} gemeu gostoso: "{Question}"</div>
  350. {Answer}{/block:answer}
  351.  
  352. <div id="cap">
  353. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  354. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  355. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  356.  
  357. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  358.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  359.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  360. {/block:ContentSource}</div></div>
  361. <br>
  362. <div class="tags"> indiretas: {block:HasTags}{block:Tags}<a href="{TagURL}" >  #{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  363.  
  364. <div id="dda">
  365.  
  366.  
  367. <div style="float:left;" class="tags">
  368. {block:Date} <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IndexPage} • <a href="{ReblogUrl}" target="_blank">reblog essa droga</a>{/block:IndexPage}<br>
  369. {block:RebloggedFrom} originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  370. </span>{/block:RebloggedFrom} {block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  371. </div>
  372. </ br>
  373. <br clear="all" /></div></div>
  374.  
  375.  
  376.  {/block:Posts}
  377. {block:PostNotes}
  378. <div id="notes"><div id="ntstext">{PostNotes}</div></div>
  379. {/block:PostNotes}
  380.  
  381. </div>
  382. </div>
  383. </div></div></div>
  384. </div></div>
  385.  
  386. </body>
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment