cadu

c4fajeste#theme07

Mar 26th, 2012
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.43 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="Sorry, i am scum"/>
  28. <meta name="image:sidebar 1" content="But, i love you." />
  29.  
  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.  
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  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. <style type="text/css">
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. ::-webkit-scrollbar{width:6px;height:6px;}
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. ::-webkit-scrollbar-button:start:decrement
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. ::-webkit-scrollbar-track-piece{background-color:#ffffff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000;-webkit-border-radius:px;}
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000;-webkit-border-radius:px;}
  152.  
  153.  
  154.  
  155. body {
  156. background-color: {color:background};
  157. color:{color:text};
  158. font-family: verdana;
  159. font-size: 10px;
  160. text-align: center;
  161. line-height:120%;
  162. margin:0;
  163. padding:0;
  164. background-image:url('{image:background}');
  165. background-attachment: fixed
  166. }
  167.  
  168. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition-duration: .40s;}
  169. a:hover {color: {color:hover}; background-color: {color:bg hover}; text-decoration: none;}
  170.  
  171. p {margin: 6px 0 0 0}
  172.  
  173. blockquote {border-left:2px {color:post} solid; padding-left:5px; margin:0px 2px 0px 10px}
  174.  
  175.  
  176. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:background}}
  177.  
  178. #entries{margin-top:30px; }
  179.  
  180. .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:393px;}
  181.  
  182. #xright {position: fixed; margin-top: 52px; margin-left: 357px; overflow: auto; width: 524px; height: 703px;}
  183.  
  184.  
  185.  
  186. .tags{font-size: 9px; color:{color:link}; font-family: verdana;  background-color: {color:post};}
  187. .tags a:hover {background-color: {color:post}; color:{linkhover}; -webkit-transition: all .2s linear; -moz-transition:  all .2s linear; transition:  all 0.2s linear;}
  188.  
  189.  
  190. h1 {font-family: georgia; text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  191.  
  192. h1 a {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  193.  
  194. h1 a:hover {text-align: center; font-size: 16px; color: {color:text}; font-weight: normal; line-height: 18px;}
  195.  
  196.  
  197.  
  198. .image {text-align: center; border: 0px; }
  199. .image img {max-width: 500px; margin-bottom: 3px }
  200. .markqt {font-size: 90px; font-family: {font:title}; color:{color:text}; line-height: 90px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=100);}
  201. .qt {font-family: verdana; font-size: 18px; line-height: 23px;  margin-top: -95px; margin-left: 45px; padding: 10px;}
  202. .qsr{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  203. .qsr a, a:hover{text-transform: none;}
  204.  
  205. .chat {line-height: 12px; list-style: none }
  206. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  207. .person1 {background-color:{color:background}; color: {color:text}; }
  208. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  209. .person2 {color: {color:text}; }
  210. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  211.  
  212. .audio{background-color:black; display:block;}
  213. .source{display:none}
  214.  
  215. #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:verdana; font-size:9px}
  216. #questions a {color:{color:link}}
  217.  
  218.  
  219.  
  220. #cap {width: 500px; margin-top: -2px;}
  221.  
  222. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  223. .dda a {font-size: 9px;}
  224.  
  225.  
  226.  
  227. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  228. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  229.  
  230. .qqmarks{
  231. font-size: 80px;
  232. font-weight: bold;
  233. line-height: 80px;
  234. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  235. opacity: 0.2;
  236. filter:alpha (opacity=20)
  237. }
  238.  
  239.  
  240.  
  241. .qquote {font-family: georgia; text-align: justify; font-size: 13px; line-height: 15px; padding: 3px;}
  242.  
  243. .qsource {text-align: center; text-transform: none; margin-left: 0px; margin-bottom: 5px;}
  244.  
  245. .qsource a, a:hover{text-transform: none;}
  246.  
  247.  
  248. .notes {width: 520px; padding: 0px; margin-top: 0px; margin-bottom: 10px; font-size: 9px; text-align: left; margin-left:0px;}
  249.  
  250. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11; margin-left:100px;}
  251.  
  252. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  253.  
  254. .notes img{display: none; border:0px}
  255.  
  256.  
  257.  
  258.  
  259. b{text-transform: block; color:;}
  260. i{text-transform: italic; color:{color:text}}
  261. p{margin:2px 0 2px 0}
  262. u {text-decoration: none; border-bottom: 1px dashed;}
  263. d1 {opacity:0.8}
  264. d2 {opacity:0.6}
  265. d3 {opacity:0.4}
  266. d4 {opacity:0.2}
  267.  
  268.  
  269.  
  270. /* PAGINAÇÃO BY CINTIA HEYILOVE */
  271.  
  272. #page{margin-left: 170px; margin-top:440px; background-color: transparent; color:#6D6D6D;  float:center; width:240px; 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}
  273. .pgs{padding:3px; font-Courier; font-style: normal; font-size: 12px; letter-spacing:1px}
  274.  
  275.  
  276.  
  277.  
  278. #cre {float: left; margin-top: 465px; margin-left: 226px; width: 125px; background-color: transparent; color: #6D6D6D; padding: 3px; font-size: 9px; font-family: Verdana; 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: -1px; opacity:.4;
  279.  
  280. }
  281.  
  282. #cre a{font-size: 9px; color:#6D6D6D}
  283.  
  284.  
  285.  
  286. #ttc {float: left; margin-top: 8px;  height:20px; margin-left: 160px; width: 243px; background-color: #000; color: #6D6D6D; padding: 3px; font-size: 14px; font-family: georgia; text-align: center; position:fixed; -webkit-border-radius:0; -webkit-border-bottom-right-radius:0px; -webkit-border-top-left-radius: 10px; position:fixed; letter-spacing: -1px;}
  287.  
  288. #ttc a{font-size: 17px; color:#6D6D6D}
  289.  
  290. #cadudescre {float: left; margin-top: 200px; margin-left: 190px; width: 200px; background-color: transparent; color: #000; padding: 1px; font-size: 9px; font-family: verdana; text-align: justify; position:fixed; letter-spacing: -1px; height: 200px; z-index:90000;}
  291.  
  292. #cadudescre a{font-size: 9px; color:#6d6d6d}
  293. #cadudescre:hover{ background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#785944)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  294.  
  295. #pic {margin-top: 5px; margin-left: 190px; width: 200px; height: auto;
  296.  
  297.  
  298.  
  299.     position: fixed; padding: px;
  300.  
  301.  
  302.  
  303.     background-color: {color:sidebar}; border: 1px solid #000;}
  304.  
  305.  
  306.  
  307. #pic img{width: 200px; height: 200px;}
  308.  
  309. #pic img:hover{
  310.  
  311.  
  312.  
  313. opacity:0.9;
  314.  
  315.  
  316.  
  317. -webkit-transition: 0.5s ease-in;}
  318.  
  319.  
  320. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  321.  
  322. #cadulink {margin-top: 90px; margin-left: 205px; position:fixed; width: 20px; z-index:90000}
  323.  
  324.  
  325.  
  326. #cadulink a{font-size: 8px; color: {color:link sidbar} ; background-color: transparent; padding: 5px 1px 5px 1px;  display:block; margin-bottom: 1px; width: 50px;  height: 6px; 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; }
  327.  
  328.  
  329.  
  330. #cadulink a:hover{color: {color:link sidbar hover}; background-color: transparent; letter-spacing: 0px; }
  331.  
  332.  
  333.  
  334. </style>
  335.  
  336. <body>
  337. <div id="cadudescre">
  338. <p><br>{description}
  339.  
  340. </div></div>
  341.  
  342. <div id="cadulink">
  343. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  344. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  345. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  346. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  347. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  348. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  349. </div>
  350. </div>
  351.  
  352.  
  353. <div id="cre"><a href="http://www.c4fajeste.tumblr.com" title="theme by c4fajeste"><img src="http://24.media.tumblr.com/tumblr_m1e9glZvPP1r3339uo1_r1_100.png" /><br>c4fajeste ©</b></a>
  354. </div>
  355. </div></div>
  356. </div>
  357.  
  358. <div id="page">
  359. <div class="pgs">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><font color="#6D6D6D">« previous</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font color="#6D6D6D">next »</a>{/block:NextPage}{/block:Pagination}</font></font></div></div></div></div>
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366. <div id="pic"><img src="{image:sidebar 1}"/>
  367.  
  368.  
  369.  
  370.     </div></div></div></div></div></div>
  371.  
  372.  
  373.  
  374.  
  375.  
  376. <div id="entries">
  377. {block:Posts}
  378. <div class="post">
  379.  
  380. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  381.  
  382. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  383.  
  384. {block:Photoset}{Photoset-500}{/block:Photoset}
  385.  
  386. {block:Quote}
  387. <div class="qquote"><center>“{Quote}”</div>
  388. {block:Source}<div class="qsource">— {Source}</center></div>{/block:Source}
  389. {/block:Quote}
  390.  
  391. {block:Link}
  392. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  393. {block:Description}{Description}{/block:Description}
  394. {/block:Link}
  395.  
  396. {block:Chat}
  397. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  398. <div class="chat"><ul>{block:Lines}
  399. <li class="person{UserNumber}">{block:Label}
  400. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  401. {/block:Chat}
  402.  
  403. {block:Audio}
  404. <br>
  405. <div class="audio">{AudioPlayerBlack}</div>
  406. {block:Caption}{Caption}{/block:Caption}
  407. {/block:Audio}
  408.  
  409. {block:Video}{Video-500}{/block:Video}
  410.  
  411.  
  412.  
  413.  
  414. {block:Answer}<div id="questions">{Asker} gemeu gostoso: "{Question}"</div>
  415. {Answer}{/block:answer}
  416.  
  417. <div id="cap">
  418. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  419. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  420. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  421.  
  422. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  423.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  424.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  425. {/block:ContentSource}</div></div>
  426. <br>
  427. <div class="tags"> indiretas: {block:HasTags}{block:Tags}<a href="{TagURL}" >  #{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  428.  
  429. <div id="dda">
  430.  
  431.  
  432. <div style="float:left;" class="tags">
  433. {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>
  434. {block:RebloggedFrom} originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  435. </span>{/block:RebloggedFrom} {block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  436. </div>
  437. </ br>
  438. <br clear="all" /></div></div>
  439.  
  440.  
  441.  {/block:Posts}
  442. {block:PostNotes}
  443. <div id="notes"><div id="ntstext">{PostNotes}</div></div>
  444. {/block:PostNotes}
  445.  
  446. </div>
  447. </div>
  448. </div></div></div>
  449. </div></div>
  450.  
  451. </body>
  452. </html>
Advertisement
Add Comment
Please, Sign In to add comment