cadu

c4fajeste#theme33

Aug 11th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 15.19 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="#f0f0f0" />
  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:post" content="#ffffff" />
  25.  
  26.  
  27. <meta name="image:background" content=""/>
  28. <meta name="image:sidebar 2" content="" />
  29.  
  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.  
  41.  
  42.  
  43.  
  44.                    
  45.  
  46.                       <title>{Title}</title>
  47.         <link rel="shortcut icon" href="{Favicon}">
  48.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49.         {block:Description}
  50.   <meta name="description" content="{MetaDescription}" />
  51.         {/block:Description}
  52.  
  53. {block:IfEnableEndlessScrolling}
  54. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  55. {/block:IfEnableEndlessScrolling}
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Nova+Square' rel='stylesheet' type='text/css'>
  60.  
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  63.  
  64.     <style type="text/css">
  65.  
  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: #000;-webkit-border-radius:px;}
  77.  
  78. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84.  
  85. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  86.  
  87. a {color: {color:link}; text-decoration: none; text-transform: none;}
  88. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  89.  
  90. p {margin: 6px 0 0 0}
  91.  
  92. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  93. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  94. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  95. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  96.  
  97. blockquote img{max-width: 470px!important}
  98. blockquote blockquote img{max-width: 450px!important}
  99. blockquote blockquote blockquote img{max-width: 430px!important}
  100. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  101.  
  102.  
  103. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  104.  
  105. #entry {float: left; margin-left: 05px; margin-top: 10px;}
  106.  
  107. .posts {width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 2px; text-align: justify; font-family: tahoma; font-size: 11px; position: relative; border-bottom: 0px solid #ccc; }
  108.  
  109. h1 {font-family: georgia; text-align: center; font-size: 25px; color: #000000; font-style: italic; line-height: 18px; text-transform: none; font-weight: normal;}
  110.  
  111. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  112. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  113.  
  114. .image {text-align: center; border: 0px}
  115. .image img {max-width: 400px; margin-bottom: 2px }
  116.  
  117. .pquote {font-family: verdana; text-align: JUSTIFY; font-size: 12px; line-height: 15px; padding: 3px; letter-spacing: -1px; }
  118. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  119. .pquotesource a, a:hover{text-transform: none;}
  120.  
  121. .chat {line-height: 13px; list-style: none }
  122. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  123. .person1 {color: {color:text}; padding: 2px; }
  124. .person1 .label {font-weight: bold;  color:{color:text}}
  125. .person2 {color: {color:text}; padding: 2px;  }
  126. .person2 .label {font-weight: bold;  color:{color:text}}
  127.  
  128. .player {background-color: #000; text-align: left; display:block;}
  129.  
  130. .question {
  131. color:{color:text};
  132. font-size: 11px;
  133. font-weight: normal;
  134. font-family: verdana;
  135. line-height:95%;
  136. background: #ddd;
  137. position: relative;
  138. min-height:70px;
  139. padding:10px 15px;
  140. margin-bottom:2px;
  141. margin-right:-10px;}
  142.  
  143. .questionarrow {
  144. font-size:30px;
  145. color:#ddd;
  146. vertical-align:middle;
  147. margin-left:-5px!important;}
  148.  
  149.  
  150. .asker {width:470px; text-align:right; text-transform:lowercase; color:{color:text};}
  151. .asker a {color:{color:text};}
  152. .asker img {float:left; margin-left:380px; vertical-align:top; margin-right:3px; max-height:15px;}
  153.  
  154. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  155. .asking a{color:{color:text};}
  156. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  157.  
  158. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  159.  
  160.  
  161. .answer {color:{color:answer};}
  162.  
  163. .creditoaokaique {opacity: 0.0; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  164. .creditoaokaique:hover {opacity: 2.9; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;background-color: transparent; }
  165.  
  166. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  167. #info a {font-size: 10px; text-transform: uppercase;}
  168.  
  169. #tags {color: {color:text}; font-size: 10px; font-family: calibri;  display: inline; list-style: none; text-transform: uppercase;;}
  170. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  171.  
  172. #cap {width: 470px; margin-top: -2px;}
  173. .source {display: none;}
  174.  
  175. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  176. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  177. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  178. .notes img{display: none; border:0px}
  179.  
  180.  
  181.  
  182.  
  183. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  184.  
  185. #page{text-align: left; margin-left: 435px; margin-top:417px; background-color: transparent; color: #000;  float:center; width:122px; height:18px; position:fixed;  border-top: 0px solid #636161; z-index:12000000;border-right: 0px solid  #ccc; border-top: 0px solid  #000; border-bottom: 0px solid  #ccc;z-index:1562000000; }
  186. .pgs{padding:5px; font-family:Homenaje ; font-size: 10px; letter-spacing:0px;  z-index:1562000000; color:#000000; text-align: center;font-style: NORMAL;}
  187.  
  188.  
  189. #ttl {float: left; margin-top: 70px; margin-left: 88px; width: 246px; background-color:transparent; color: #636161; padding: 5px; font-family: calibri; overflow:hidden; letter-spacing: 1px; line-height: 30px; text-align: center; position:fixed;  position:fixed; letter-spacing: 0px; font-size: 14px; height: 18px; z-index:160000; font-style: ; z-index: 150000; border-bottom: 1px solid  #636161;text-transform:uppercase ; border-top: 0px solid #fff}
  190. #ttl a { color: #636161; -webkit-transition: 0.8s ease-in; -moz-transition: 0.8s ease-in; transition: 0.8s ease-in;text-transform; letter-spacing: -1px; }
  191. #ttl a:hover { color: #636161; -webkit-transition: 0.2s ease-in; -moz-transition: 0.2s ease-in; transition: 0.2s ease-in;text-transform: }
  192.  
  193. #cadugostoso {margin-left: 435px; margin-top: 285px; width: 114px; font-size: 10px; height: 85px; background-color: transparent  ; font-family: calibri; line-height: 10px;  color: #636161; position: fixed; ; letter-spacing: 0px; text-align: center; border-left: 1px solid  #f5f2f2; border-right: 0px solid  #f5f2f2; border-bottom: 0px solid  #f5f2f2; padding: 4px;border-right: 0px solid  #ccc; border-left: 0px solid  #ccc; border-top: 1px solid  #ccc; opacity:3.1; -webkit-transition: 0.7s ease-in; -moz-transition: 0.7s ease-in; transition: 0.7s ease-in; z-index:23400000; text-transform: uppercase; }
  194.  
  195. #cadugostoso A{font-size: 9px; height: 70px; background-color: #fff  ; font-family: verdana; line-height: 10px;  color: #f4f4f4; position: fixed; ; letter-spacing: 0px; text-align: right;  }
  196.  
  197.  
  198. #barra {width: 134px; margin-left: 90px; margin-top: -42px; background-color: #000; height: 25643300px; position: fixed; z-index: -1400;  border-bottom: 1px solid  #fff; opacity:1.9}
  199.  
  200. #pic1 {margin-top: 165px; margin-left: 435px; width: 110px; height: auto;
  201.  
  202.  
  203.  
  204.     position: fixed; padding: 6px;
  205.  
  206.  
  207.  
  208.     background-color: #f1f1f1; border: 0px solid #fff; z-index: 08;border-radius:0px;-moz-border-radius:0px; -webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; padding-bottom:115px solid #ccc; ;padding-top:15px solid #ccc; box-shadow:0px 0px 0px  #ccc; z-index: 190000 border-top: 0px solid #ccc}
  209.  
  210.  
  211.  
  212. #pic1 img{width: 110px; height: 110px;-webkit-border-top-left-radius:0px; -webkit-border-top-right-radius:0px; opacity:8.8 }
  213.  
  214.  
  215. #pic1 img:hover{opacity:0.8; z-index:13000000; -webkit-transition: all 1.0s ease-out; -moz-transition: all 0.4s ease-out;}
  216.  
  217.  
  218.  
  219. #barra2 {width: 6px; margin-left: 450px; margin-top: 0px; background-color: #f5f2f2; height: 386px; position: fixed; z-index: 12000;  border-bottom: 0px solid  #f5f2f2}
  220.  
  221. #barra3 {width: 244px; margin-left: 212px; margin-top: 385px; background-color: #f5f2f2; height: 8px; position: fixed; z-index: 12000;  border-bottom: 0px solid  #f5f2f2}
  222.  
  223. #cadulink {margin-top: 195px; margin-left: 435px; position:fixed; width: 15px; z-index:90000; border-left: 0px solid #000 }
  224.  
  225.  
  226.  
  227. #cadulink a{font-size: 10px; color: #ccc ; background-color: #f0f0; padding: 3px 4px 3px 4px;  display:block; margin-bottom: 1px; width: 114px;  height: 6px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; line-height: 6px; font-family: calibri;text-transform: uppercase;border-left: 0px solid #f1f1f1; opacity: 0.4}
  228.  
  229.  
  230. #cadulink a:hover{text-align: center;color: #636161; background-color: #f1f1f1; letter-spacing: 0px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; opacity: 0.9}
  231.  
  232.  
  233.    
  234. </style>
  235.  
  236.  
  237. <div id="cadugostoso">{description}
  238. </div></div>
  239.  
  240. <div id="cadulink">
  241.  
  242. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}  
  243. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  244. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  245. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  246. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  247. <a href="http:\\c4fajeste.tumblr.com" title="c4fajeste ™">  theme developed by ™</a>
  248. </div>
  249.  
  250.  
  251.  
  252. </div></div>
  253.  
  254. <div id="page">
  255. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="#000000">PREVIOUS</a> <br> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font color="#000000">NEXT</a>{/block:NextPage}{/block:Pagination}</font></font></div></div></div></div>
  256.  
  257. </div></div></div></div>
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. <div id="pic"><img src="{image:sidebar 1}"/>
  265.  
  266.  
  267.  
  268.     </div></div>
  269.        
  270. <div id="pic1"><img src="{image:sidebar 2}"/>
  271.  
  272.     </div></div></div></div>
  273.  
  274.  
  275.  
  276.  
  277.  
  278. </div></div>
  279.  
  280. </div></div><div id="entry">
  281.  
  282.  {block:Posts}
  283. <div class="posts">
  284.  
  285. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  286.  
  287. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  288.  
  289. {block:Photoset}{Photoset-400}{/block:Photoset}
  290.  
  291. {block:Quote}
  292. <div class="pquote">{Quote}</div>
  293. {block:Source}<div class="pquotesource"> —  {Source}</div>
  294. {/block:Source}
  295. {/block:Quote}
  296.  
  297. {block:Link}
  298. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  299. {block:Description}{Description}{/block:Description}
  300. {/block:Link}
  301.  
  302. {block:Chat}
  303. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  304. <div class="chat"><ul>{block:Lines}
  305. <li class="person{UserNumber}">{block:Label}
  306. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  307. {/block:Chat}
  308.  
  309. {block:Audio}
  310. <div class="player">{AudioPlayerBlack}</div>
  311. {block:Caption}{Caption}{/block:Caption}
  312. {/block:Audio}
  313.  
  314. {block:Video}{Video-500}{/block:Video}
  315.  
  316.  
  317. {block:Answer}
  318. <table width="400" cellspacing="0" cellpadding="0">
  319. <tr>
  320. <td width="415px" class="question">{Question}</td>
  321. <td width="30px"><span class="questionarrow"></span></td>
  322. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  323. </tr>
  324. </table>
  325. <div class="answer">{Answer}</div>
  326. {/block:answer}
  327.  
  328.  
  329. <div id="cap">
  330. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  331. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  332. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  333.  
  334. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  335.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  336.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  337. {/block:ContentSource}</div></div>
  338. <br>
  339.  
  340. <div class="creditoaokaique">
  341. {block:Date}<div id="info">
  342. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  343. </div></center>{/block:IfShowTags}{/block:Date}</div>
  344. </div>
  345.  
  346.  
  347.  {/block:Posts}
  348. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. </div>
  358. </div>
  359. </div>
  360. </div>
  361.  
  362. </body>
  363. </html>
Advertisement
Add Comment
Please, Sign In to add comment