cadu

caducordeiro-theme atual

Apr 6th, 2012
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.39 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. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="link" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="link" />
  35. <meta name="text:Link3" content="/" />
  36. <meta name="text:Link3 Title" content="link" />
  37. <meta name="text:Link4" content="/" />
  38. <meta name="text:Link4 Title" content="link" />
  39. <meta name="text:Link5" content="/" />
  40. <meta name="text:Link5 Title" content="link" />
  41. <meta name="text:Link6" content="/" />
  42. <meta name="text:Link6 Title" content="link" />
  43. <meta name="text:Link7" content="" />
  44. <meta name="text:Link7 Title" content="link" />
  45. <meta name="text:Link8" content="" />
  46. <meta name="text:Link8 Title" content="" />
  47. <meta name="text:Link9" content="" />
  48. <meta name="text:Link9 Title" content="" />
  49.  
  50.  
  51. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  52.                       <title>{Title}</title>
  53.         <link rel="shortcut icon" href="{Favicon}">
  54.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55.         {block:Description}
  56.   <meta name="description" content="{MetaDescription}" />
  57.         {/block:Description}
  58.  
  59. {block:IfEnableEndlessScrolling}
  60. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  61. {/block:IfEnableEndlessScrolling}
  62.  
  63.  
  64.     <style type="text/css">
  65.    
  66.    
  67. ::-webkit-scrollbar{width:6px;height:6px;}
  68.  
  69. ::-webkit-scrollbar-button:start:decrement
  70.  
  71. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  72.  
  73. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  74.  
  75. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  76.  
  77. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  78.  
  79.  
  80.  
  81.  
  82. body {
  83. background-color: {color:background};
  84. color:{color:text};
  85. font-family: verdana;
  86. font-size: 10px;
  87. text-align: center;
  88. line-height:120%;
  89. margin:0;
  90. padding:0;
  91. background-image:url('{image:background}');
  92. background-attachment: fixed
  93. }
  94.  
  95. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  96. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  97.  
  98. p {margin: 6px 0 0 0}
  99.  
  100. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  101.  
  102.  
  103. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:background}}
  104.  
  105. #entries{margin-top:30px; }
  106.  
  107. .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:400px;}
  108.  
  109. #xright {position: fixed; margin-top: 52px; margin-left: 357px; overflow: auto; width: 524px; height: 703px;}
  110.  
  111.  
  112.  
  113. .tags{font-size: 9px; color:{color:link}; font-family: verdana;  background-color: {color:post};}
  114. .tags a:hover {background-color: {color:post}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition:  all .2s linear; transition:  all 0.2s linear;}
  115.  
  116.  
  117. h1 {font-family: georgia; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  118.  
  119. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  120.  
  121. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  122.  
  123.  
  124.  
  125. .image {text-align: center; border: 0px; }
  126. .image img {max-width: 500px; margin-bottom: 3px }
  127. .markqt {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
  128. .qt {font-family: verdana; font-size: 18px; line-height: 23px;  margin-top: -95px; margin-left: 45px; padding: 10px;}
  129. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  130. .qsr a, a:hover{text-transform: none;}
  131.  
  132. .chat {line-height: 12px; list-style: none }
  133. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  134. .person1 {background-color:{color:background}; color: {color:text}; }
  135. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  136. .person2 {color: {color:text}; }
  137. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  138.  
  139. .audio{background-color:black; display:block;}
  140. .source{display:none}
  141.  
  142. #questions {background-color:#f5f5f5; color: {color:text}; padding:10px; margin-bottom:0px; font-family:verdana; font-size:9px; }
  143. #questions a {color:{color:link}}
  144.  
  145.  
  146.  
  147. #cap {width: 500px; margin-top: -2px;}
  148.  
  149. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  150. .dda a {font-size: 9px;}
  151.  
  152.  
  153.  
  154. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  155. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  156.  
  157. .qqmarks{
  158. font-size: 80px;
  159. font-weight: bold;
  160. line-height: 80px;
  161. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  162. opacity: 0.2;
  163. filter:alpha (opacity=20)
  164. }
  165.  
  166.  
  167.  
  168. .qquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  169.  
  170. .qsource {text-align: center; text-transform: none; margin-left: 0px; margin-bottom: 5px;}
  171.  
  172. .qsource a, a:hover{text-transform: none;}
  173.  
  174.  
  175. .notes {width: 520px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  176.  
  177. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11; margin-left:100px;}
  178.  
  179. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  180.  
  181. .notes img{display: none; border:0px}
  182.  
  183.  
  184.  
  185.  
  186. b{text-transform: block; color:;}
  187. i{text-transform: italic; color:{color:text}}
  188. p{margin:2px 0 2px 0}
  189. u {text-decoration: none; border-bottom: 1px dashed;}
  190. d1 {opacity:0.8}
  191. d2 {opacity:0.6}
  192. d3 {opacity:0.4}
  193. d4 {opacity:0.2}
  194.  
  195.  
  196.  
  197. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  198.  
  199. #page{margin-left: 220px; 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}
  200. .pgs{padding:3px; font-family:georgia; font-style: ; font-size: 22px; letter-spacing:-1px;  z-index:9000000}
  201.  
  202. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  203.  
  204.  
  205.  
  206. #bl {float: left; margin-top: 90px; margin-left: 120px; width: 65px; background-color: #000; color: #fff; padding: 3px; font-size: 12px; text-align: center; position:fixed; -webkit-border-radius:10; -webkit-border-bottom-right-radius:10px; -webkit-border-bottom-left-radius:10px; -webkit-border-top-right-radius:10px; -webkit-border-top-left-radius:10px; position:fixed; letter-spacing: 0px; font-family: verdana;text-transform: ; z-index:13000000; opacity:0.8; -webkit-transform: rotate(-8deg)}
  207.  
  208. #bl a{font-size: 9px; color:#fff}
  209.  
  210. #cre {float: left; margin-top: 320px; margin-left: 225px; 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; }
  211.  
  212. #cre a{font-size: 9px; color:#000}
  213.  
  214. #des {float: left; margin-top: 238px; margin-left: 230px; width: 152px; background-color: {color:sidebar} ; color: {color:text sidbar}; padding: 5px; font-size: 8px; 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: tinytots;text-transform:uppercase; height: 50px; border: 2px solid #fff;}
  215.  
  216. #des a{font-size: 8px; color:#000}
  217.  
  218.  
  219. #cadulink {margin-top: 115px; margin-left: 167px; position:fixed; width: 751px; font-family: tinytots; text-transform: uppercase; z-index:120000000 }
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227. #cadulink a{font-size: 8px; color: #fff; background-color: transparent; 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: 0px solid #fff}
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235. #cadulink a:hover{color: #000; background-color: transparent; letter-spacing: 0px; }
  236.  
  237. #ttl {float: left; margin-top: 213px; margin-left: 250px; 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;}
  238.  
  239. #ttl a{font-size: 8px; color: {color:text sidbar}; }
  240.  
  241.  
  242.  
  243.  
  244. #pic {margin-top: 100px; margin-left: 128px; width: 128px; height: auto;
  245.  
  246.  
  247.  
  248.     position: fixed; padding: 3px;
  249.  
  250.  
  251.  
  252.     background-color: #fff; border: 3px solid #fff;  box-shadow: 3px 3px 5px 0px #ccc;  -webkit-transform: rotate(6deg); z-index:900000;  }
  253.  
  254.  
  255.  
  256. #pic img{width: 128px; height: 128px;}
  257.  
  258. #pic img:hover{; opacity:1;
  259.  
  260.  -webkit-transition: all 1.0s ease-out; -moz-transition: all 2.5s ease-out; }
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267. </style>
  268.  
  269.  
  270.  
  271. <div id="ttl"><i>{title}</i></div>
  272.  
  273.  
  274.  
  275. <div id="des">{block:Description}{Description}{/block:Description}</div>
  276. </div></div>
  277.  
  278. <div id="cadulink">
  279.  
  280. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  281. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  282. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  283. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  284. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  285. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  286. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  287. </div>
  288. </div>
  289.  
  290.  
  291. <div id="cre">theme por C4FAJESTE</a> </font> </a>
  292. </div></div>
  293. <div id="bl">love me</a> </font> </a>
  294. </div></div>
  295. <div id="page">
  296. <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>
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303. <div id="pic"><img src="{image:sidebar 1}"/>
  304.  
  305.  
  306. </div></div>
  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"> <b>indiretas</b>: {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"><b>reblog </b></a>{/block:IndexPage}<br>
  369. {block:RebloggedFrom} © <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