cadu

c4fajeste#theme11

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