cadu

c4fajeste#theme10

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