cadu

cadu#theme06

Feb 25th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.73 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.  
  13.  
  14. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  15.  
  16. <script type="text/javascript">
  17.  
  18. $(document).ready(function(){
  19.  
  20. $(".links_body").hide();
  21.  
  22. $(".links_head").click(function(){
  23.  
  24. $(this).next(".links_body").slideToggle('fast');
  25.  
  26. }); }); </script>
  27.  
  28. <style type="text/css">
  29.  
  30. .links_list { margin:0px; padding:0px; width:285px;}
  31.  
  32. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  33.  
  34. .links_body { padding:10px; text-align:left; color: #000; display:none;}
  35.  
  36. </style>
  37.  
  38. <meta name="color:Background" content="#EEE" />
  39. <meta name="color:text" content="#000" />
  40. <meta name="color:entry" content="#fff" />
  41. <meta name="color:scrollbar" content="#000" />
  42. <meta name="color:text link" content="#000000" />
  43. <meta name="color:text link hover" content="#fff" />
  44. <meta name="color:bg link" content="#fff" />
  45. <meta name="color:bg link hover" content="#000" />
  46. <meta name="color:Link" content="#000" />
  47. <meta name="color:link h" content="#441a19" />
  48.  
  49. <meta name="font:Body" content="verdana" />
  50. <meta name="font:Title" content="verdana" />
  51.  
  52. <meta name="image:sidebar 1" content="" />
  53.  
  54.  
  55. <meta name="image:Background" content=""/>
  56.  
  57.  
  58. <meta name="text:Link1" content="" />
  59. <meta name="text:Link1 Title" content="" />
  60. <meta name="text:Link2" content="" />
  61. <meta name="text:Link2 Title" content="" />
  62. <meta name="text:Link3" content="" />
  63. <meta name="text:Link3 Title" content="" />
  64. <meta name="text:Link4" content="" />
  65. <meta name="text:Link4 Title" content="" />
  66. <meta name="text:Link5" content="" />
  67. <meta name="text:Link5 Title" content="" />
  68. <meta name="text:Link6" content="" />
  69. <meta name="text:Link6 Title" content="" />
  70.  
  71.  
  72.  
  73.  
  74. <title>{Title}</title>
  75.         <link rel="shortcut icon" href="{Favicon}">
  76.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  77. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  78. </head>
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83. ::-webkit-scrollbar{width:6px;height:6px;}
  84. ::-webkit-scrollbar-button:start:decrement
  85. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  86. ::-webkit-scrollbar-track-piece{background-color:{color:background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  87. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  88. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  89.  
  90. body {background-color: {color:background}; font-family: {font:body}; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}') }
  91.  
  92.         a:link, a:active, a:visited{; text-decoration:none; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;font-size:9px; color: {color:link}}
  93.         a:hover{color:{color:link h}; text-shadow: {color:link h} 1px 1px 3px;}
  94.  
  95. p {margin: 6px 0 0 0}
  96.  
  97. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:entry}; padding-left: 5px; }
  98. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:entry};}
  99. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:blockquote}; }
  100. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:blockquote}; }
  101.  
  102.  
  103.  
  104. #entries {margin:117px 0 10px 0}
  105. .posts {width: 500px; background-color: {color:entry}; padding: 10px; margin-bottom:96px; text-align: justify; font-family: {font:body}; font-size: 11px; margin-top: -95px; margin-left: 60px; position: fixd}
  106.  
  107. h1 {font-family: {font:title}; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  108.  
  109. h1 a {text-align: center; font-size: 66px; color: {color:link}; font-weight: normal; line-height: 18px;}
  110.  
  111. .post img{margin: 2px 0 2px 0}
  112.  
  113. h1 a:hover {text-align: center; font-size: 16px;  color: {color:link h}; font-weight: normal; line-height: 18px;}
  114.  
  115.  
  116.  
  117. .qqmarks{font-size: 13px; font-weight: italic; line-height: 80px; opacity: 0.2; filter:alpha; (opacity=0); font-family: verdana;margin-left:45px;  color: {color:text}; letter-spacing: 0px; text-align: center }
  118.  
  119. .qquote{font-family: gerogia; font-size: 18px; line-height: 20px; font style: italic; margin-left:5px;  color: {color:text}; letter-spacing: 0px; text-align: center}
  120. .qsource{margin: 5px 15px 0 0; text-align: center;  color: {color:text}}
  121.  
  122. .chat {line-height: 12px; list-style: none }
  123. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  124. .person1 {background-color:{color:entry}; color: {color:text}; }
  125. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  126. .person2 {color: {color:text} }
  127. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  128.  
  129. .audio{background-color:black; display:block;}
  130. .audio img{text-align: left; max-width: 250px; height: auto; padding: 20px 0 20px 0}
  131.  
  132. #cap {width: 500px; margin-top: -2px;}
  133. #cap {width: 500px; margin-top: -2px;}
  134. #info {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  135. .info a {font-size: 9px;}
  136. .lineleft {margin-left: -10px; float: left;}
  137. .lineright {margin-right: -10px; float: right;}
  138. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  139. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  140.  
  141. .notes {width: 520px; padding: 0px; margin-top: -95px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left: 460px}
  142. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  143. ol.notes li {background-color: {color:entry}; margin-bottom: 1px; padding: 5px; }
  144. .notes img{display: none; border:0px}
  145. .source {display: none;}
  146.  
  147.  
  148.  
  149. #pic {width: none; margin-left: 583px;position: fixed; margin-top:270px}
  150.  
  151. #pic img{border: 6px solid #fff; width: 130px; height: 130px}
  152.  
  153.  
  154.  
  155. #flinks {width: 130px; height: auto; top: 135px; left: 583px; padding: 8px; background-color:transparent; text-align: center; position: fixed;}
  156.  
  157.  
  158. .sidlinks1 {float: center; text-align: center; line-height: 15px;}
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166. .sidlinks1 a {display: block; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 2px; width: 136px; background-color: #FFFFFF; color:#000000; text-decoration: none; text-transform: lowercase; padding: 4px 3px 4px 3px; font style: italic}
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. .sidlinks1 a:hover{ text-align: center; font style: italic; font-size: 9px; width: 136px; color:#000; background-color:#ffffff; letter-spacing: 0px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  175.  
  176.  
  177. #cre {float: left; margin-top: 430px; margin-left: 583px; width: 130px; background-color: #fff; color: #000000; padding: 6px; font-size: 9px; font-family: Verdana; text-align: center; -webkit-border-radius:0; -webkit-border-bottom-right-radius:15px; -webkit-border-bottom-left-radius:15px; position:fixed; letter-spacing: -1px;}
  178.  
  179. #cre a{font-size: 9px; color:#000000}
  180.  
  181.  
  182.  
  183. .sidebartext a{font-size:9px;}
  184.  
  185. .sidebartext a:hover{font-size:9px;}
  186.  
  187.  
  188. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  189.  
  190. #page{margin-left: 583px; margin-top:410px; background-color:#fff; float:center; width:130px; height:auto; position:fixed; border-right: 8px solid #fff; border-left: 4px solid #fff; border-bottom: 3px solid #fff;}
  191. .pgs{padding:3px; font-family:georgia; font-style: italic; font-size: 12px; letter-spacing:1px}
  192.  
  193. </head>
  194.  </style>
  195.  
  196.  
  197.  
  198.  
  199. <body>
  200.  
  201. <div id="page">
  202. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="#000000">« previous</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font color="#000000">next »</a>{/block:NextPage}{/block:Pagination}</div></div></div></div>
  203.  
  204. <div id="cre">« theme por <b><a href="http://c4fajeste.tumblr.com/">c4fajeste</a></b> </i> »  </font> </a>
  205.  
  206. </div>
  207.  
  208. </div></div>
  209.  
  210. </div>
  211.  
  212.  
  213.  
  214.  
  215. <div id="flinks">
  216.  
  217.  
  218.  
  219. <div class="sidlinks1">
  220.  
  221.  
  222.  
  223. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  224. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  225. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  226. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  227. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  228. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  229.  
  230.  
  231.  
  232.  
  233. </div></div>
  234.  
  235.  
  236. </div>
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243. </div></div>
  244.  
  245.  
  246.  
  247. </div></div>
  248. <div id="pic"><img src="{image:sidebar 1}"/></div>
  249.  
  250. </div></div>
  251.  
  252.  
  253. <div id="entries">
  254.  {block:Posts}
  255. <div class="posts">
  256.  
  257.  
  258. {block:Text}{block:Title}<h1><div class="cufon">{Title}</div></h1>{/block:Title}{Body}{/block:Text}
  259.  
  260. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  261.  
  262. {block:Photoset}{Photoset-500}{/block:Photoset}
  263.  
  264. {block:Quote}
  265. <div class="qquote">" {Quote}</div>
  266. {block:Source}<div class="qsource"> — {Source}</div>{/block:Source}
  267. {/block:Quote}
  268.  
  269. {block:Link}
  270. <h1><a href="{URL}" {Target}><font size="3px">{Name}</font></a></h1>
  271. {block:Description}{Description}{/block:Description}
  272. {/block:Link}
  273.  
  274. {block:Chat}
  275. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  276. <div class="chat"><ul>{block:Lines}
  277. <li class="person{UserNumber}">{block:Label}
  278. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  279. {/block:Chat}
  280.  
  281. {block:Audio}
  282. <br>
  283. <div class="audio">{AudioPlayerBlack}</div>
  284. {block:Caption}{Caption}{/block:Caption}
  285. {/block:Audio}
  286.  
  287. {block:Video}{Video-500}{/block:Video}
  288.  
  289. {block:Answer}
  290. <div id="asker"><b>{Asker} <small>sussurou:</b></small> {Question}</div>
  291. <div class="answer">{Answer}</div>
  292. {/block:Answer}
  293.  
  294. <div id="cap">
  295. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  296. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  297. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  298.  
  299. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  300.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  301.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  302. {/block:ContentSource}</div></div>
  303. <br><br>
  304.  
  305. <div id="info">
  306. <div style="float:left;" class="details">
  307.  
  308. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} · {NoteCountWithLabel} · <a href="{Permalink}">link to this post</a>
  309. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  310.  
  311. </span>{/block:RebloggedFrom}{block:HasTags}<br>indiretas : {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  312.  
  313. </div>
  314.  
  315. <div style="float:right;" class="details">
  316.  
  317. {block:IndexPage}<a href="{ReblogUrl}" target="_blank">&larr; reblog now</a>{/block:IndexPage}
  318.  
  319. <BR>
  320.  
  321. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  322.  
  323. </div>
  324.  
  325.  
  326.  
  327. </ br>
  328. <br clear="all" /></div></div>
  329.  {/block:Posts}
  330. {block:PostNotes}
  331. <div id="nts">{PostNotes}</div>
  332. {/block:PostNotes}
  333.  
  334. </div>
  335. </div>
  336. <script type="text/javascript"> Cufon.now(); </script>
  337.  
  338.  
  339. </body>
  340. </html>
  341. </div></div></div></div>
  342. </body>
  343. </html>
Advertisement
Add Comment
Please, Sign In to add comment