sojackdaniels

theme4

Sep 12th, 2011
2,963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.13 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.  
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!-- (c) tumblr theme #4 by ELASOCURTEJACKDANIELS.tumblr.com -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <!-- DEFAULT VARIABLES -->
  12. <meta name="font:body" content="georgia" />
  13. <meta name="font:title" content="georgia" />
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:info" content="#ffffff" />
  16. <meta name="color:top" content="#000" />
  17. <meta name="color:toptext" content="#F7F7F5" />
  18. <meta name="color:text" content="#3d3d3d" />
  19. <meta name="color:entry" content="#F7F7F5" />
  20. <meta name="color:linkbackground" content="#EBE6E6" />
  21. <meta name="color:link" content="#470E1A" />
  22. <meta name="if:Show tags" content="1"/>
  23. <meta name="if:Show search" content="1"/>
  24. <meta name="if:Show sidebar image" content="1"/>
  25. <meta name="if:Show people I follow" content="0"/>
  26. <meta name="if:Enable endless scrolling" content="0"/>
  27. <meta name="image:topbar" content=""/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:background" content=""/>
  30. <meta name="text:Link1" content="" />
  31. <meta name="text:Link1 Title" content="" />
  32. <meta name="text:Link2" content="" />
  33. <meta name="text:Link2 Title" content="" />
  34. <meta name="text:Link3" content="" />
  35. <meta name="text:Link3 Title" content="" />
  36. <meta name="text:Link4" content="" />
  37. <meta name="text:Link4 Title" content="" />
  38. <meta name="text:Link5" content="" />
  39. <meta name="text:Link5 Title" content="" />
  40. <meta name="text:Link6 Title" content="" />
  41. <meta name="text:Link7" content="" />
  42. <meta name="text:Link7 Title" content="" />
  43. <meta name="text:Link8" content="" />
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />
  50. {/block:Description}
  51.  
  52.  
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. body {background-color:{color:background}; color:{color:text};
  59.  
  60. font-family: {font:body}, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:11px; line-height:110%;
  61.  
  62. margin:0 auto 0 auto; text-align:center; background-image:url('{image:background}'); background-attachment:
  63.  
  64.  
  65.  
  66. fixed; }
  67.  
  68.  
  69.  
  70. a {color:#000000; text-decoration: none; font-size: 11px; text-transform: none}
  71.  
  72. a:hover {color:{color:linkhover}; background-color:#FFFFFF; text-decoration: none;}
  73.  
  74. p{margin-top: 1px}
  75.  
  76. blockquote{margin: 2px 5px 2px 5px; #FFFFFF; background-color:#FFFFFF; padding:2px; padding-left:5px; margin-top: 4px;}
  77.  
  78. blockquote blockquote{margin: 2px 5px 2px 5px; border-left: 0px solid #FFFFFF; background-color:#f9f9f9; padding:2px; padding-left:5px; margin-top: 4px;}
  79.  
  80. blockquote blockquote blockquote{margin: 2px 5px 2px 5px; border-left: 0px solid #FFFFFF; background-color:#f1f1f1; padding:2px; padding-left:5px; margin-top: 4px;}
  81.  
  82. blockquote blockquote blockquote blockquote{margin: 2px 5px 2px 5px; border-left: 0px solid #FFFFFF; background-color:#f9f9f9; padding:2px; padding-left:5px; margin-top: 4px;}
  83.  
  84.  
  85.  
  86. blockquote img{max-width: 470px!important}
  87.  
  88.  
  89.  
  90. blockquote blockquote img{max-width: 450px!important}
  91.  
  92.  
  93.  
  94. blockquote blockquote blockquote img{max-width: 430px!important}
  95.  
  96.  
  97.  
  98. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  99.  
  100.  
  101.  
  102. /* navigation */
  103.  
  104.  
  105.  
  106. #navigation{position: fixed; z-index: -2; width: 100%; top: 87%; left: 0px; background-color:transparent; height: 100px;
  107.  
  108.  
  109.  
  110. text-align: center; font-size: 75px;}
  111.  
  112. .left{float:left; margin-left: 30px; width: 40px}
  113.  
  114. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  115.  
  116. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  117.  
  118. .right{float:right; margin-right: 30px; width: 40px}
  119.  
  120. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  121.  
  122. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  123.  
  124.  
  125.  
  126. #content{width: 900px; text-align: center; margin: 20px auto 30px auto; padding-bottom: 150px; background-color:
  127.  
  128. transparent; color:#000000; padding: 0px; position: absolute;}
  129.  
  130.  
  131.  
  132.  
  133.  
  134. #entries{margin-left: 355px; float: left; background-color: transparent; text-align: center; position: relative;}
  135.  
  136. .post{width: 500px; padding: 2px; text-align: justify; background-color:#f9f9f9; margin-bottom:10px}
  137.  
  138. .post img{margin: 2px 0 2px 0}
  139.  
  140.  
  141.  
  142. h1{font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; text-align: center; font-size: 25px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 5px 0 5px 0;}
  143.  
  144. h1 a{font-size: 25px; color: #000000; text-decoration: none; text-transform: none;}
  145.  
  146.  
  147.  
  148. .image{text-align: center; margin-bottom: 3px; border: 0px}
  149.  
  150.  
  151.  
  152. .qqmarks{font-size: 120px; color:#000000; line-height: 120px; margin-left: 20px;}
  153.  
  154.  
  155.  
  156. .qquote{font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 25px; line-height: 25px; margin-top: -120px; margin-left: 80px; padding: 10px;}
  157.  
  158.  
  159.  
  160. .qsource{margin: 5px 15px 0 0; text-align: right; text-transform: none;}
  161.  
  162. .qsourde a{text-transform: none;}
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. .chat{line-height: 12px; list-style: none }
  171.  
  172. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  173.  
  174. .person1 {color: #000000; background-color:#f1f1f1; }
  175.  
  176. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: }
  177.  
  178. .person2 {color: #000000 }
  179.  
  180. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: }
  181.  
  182.  
  183.  
  184. .iaudio{text-align: center; margin-bottom: 2px; width: 100%; background-color: #FFFFFF}
  185.  
  186. .iaudio img{max-width: 180px; height: auto; padding: 20px 0 20px 0}
  187.  
  188. .icap{margin-top: 1px}
  189.  
  190. .source{display:none}
  191.  
  192.  
  193.  
  194.  
  195.  
  196. .asker {width: 480px; background-color: #f1f1f1; color:#000000; padding: 10px}
  197.  
  198. .asker img{float: left; margin: 0px 5px 5px 0px}
  199.  
  200. .asker a{font-size: 20px; color:#000000; text-transform: uppercase; line-height: 27px; padding: 0; margin: 0}
  201.  
  202. .asker a:hover{font-size: 20px; color:#f9f9f9; text-transform: uppercase; line-height:27px; padding: 0; margin: 0}
  203.  
  204. .answer {padding: 15px}
  205.  
  206.  
  207.  
  208. #cap {padding: 2px 0 0 0; width: 490px; margin: 0 0 0 5px}
  209.  
  210.  
  211.  
  212. #info {margin: 0px; font-size:9px; text-align: center; color: {color:info}; padding: 0px; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; letter-spacing:2px; background-color: #F7F7F5; padding: 5px;}
  213.  
  214. .info a{text-transform: uppercase; }
  215.  
  216. .date{text-transform: uppercase; font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:9px; letter-spacing:2px;}
  217.  
  218. .tags {color: #000000; font-size: 9px; display: inline; list-style: none; text-transform: lowercase;}
  219.  
  220. .tags a, .tags a:hover {font-size: 9px; color: #000000; background-color: #F7F7F5; display: inline; list-style: none;text-transform: lowercase;}
  221.  
  222.  
  223.  
  224. #notes {width: 500px; padding: 5px; margin: 0px; font-size: 9px; text-align: left}
  225.  
  226. ol.notes {list-style: none; margin: 0 20px 0 0; padding: 0px}
  227.  
  228. ol.notes li {margin: 0px; padding: 2px;}
  229.  
  230. #notes img{border:0px}
  231.  
  232.  
  233.  
  234. #sidebar{margin-bottom: 10px; width: 350px; height: auto; float: left; background-color: #f9f9f9; background-image: url('http://assets.tumblr.com/images/x.gif'); padding: 0px; position: fixed;}
  235.  
  236. .sidebardescr{background-color: #000000; color: #f9f9f9; margin: 5px 5px 2px 5px; padding:5px; text-align: justify;}
  237.  
  238. .sidebarimg {margin-right: 2px; padding: 5px}
  239.  
  240. .sidebarimg img{float: left; max-width: 340px; height: auto; text-align:center}
  241.  
  242. .sidebardescri {float: left; margin: 5px 2px 2px 0px; width: 190px; padding:5px; text-align: justify;}
  243.  
  244. .sidebardescri {background-color: #FFFFFF; color: #000000;}
  245.  
  246. .sidebarlinks {margin: 6px 0px 0px 0px; margin-left: 205px; padding: 0px; text-align: center; line-height: 20px;}
  247.  
  248. .sidebarlinks a{display: block; font-size: 10px; color:#000000; background-color: #FFFFFF; text-align: center; width: 135px; line-height: 21px; margin-bottom: 1px; text-transform: lowercase; text-decoration: none}
  249.  
  250. .sidebarlinks a:hover{font-size: 10px; background-color: #FFFFFF; color:#000000;}
  251.  
  252.  
  253.  
  254. .search{border-top: 10px solid #f1f1f1; margin: 7px 0 7px 0; padding: 5px;}
  255.  
  256. .searcha {background-color: #f1f1f1; margin: 2px; padding: 5px; width: 275px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border: 0px; font-size: 11px; background-image: url('http://static.tumblr.com/wmub1ou/U8elgx98n/search.png'); background-repeat: no-repeat; background-position: 98% 50%}
  257.  
  258.  
  259.  
  260. .scredit {margin:7px 0px 7px 0px; font-size: 10px; text-align: center}
  261.  
  262. .scredit a{font-size: 10px; text-transform: lowercase;}
  263.  
  264.  
  265.  
  266. .pages {margin: 0px 0 10px 0; text-align: center; line-height: 20px}
  267.  
  268. .pages a {text-decoration: none; background-color:#FFFFFF;
  269.  
  270. padding: 2px 4px 2px 4px; color:#000000}
  271.  
  272. #clear{width: 500px; height: 30px}
  273.  
  274.  
  275.  
  276. #tumblr_controls{position: fixed!important}
  277.  
  278.  
  279.  
  280.  
  281.  
  282. </style>
  283.  
  284.  
  285.  
  286. </head>
  287.  
  288. <body>
  289. <div id="top">
  290. <div class="topa"> <div class=”pages”> </div><!--[if IE]><span style="line-height: 20px"><![endif]-->
  291. <span class="navigation">
  292.  
  293.  
  294.  
  295.  
  296. </div></span><!--[if IE]></span><![endif]-->
  297. <div class="title"><a href="/">{Title}</a></div>
  298. </div>
  299.  
  300. <div id="content">
  301.  
  302. <div id="entries">
  303. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  304. <script type="text/javascript"
  305.  
  306. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  307.  
  308.  
  309. {block:Posts}
  310.  
  311.  
  312.  
  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. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  323. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  324. {/block:Quote}
  325.  
  326. {block:Link}
  327. <h1><a href="{URL}" {Target}>{Name}</a></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. <div class="iaudio"></div>
  340. {AudioPlayerGrey}
  341. <div class="icap">{block:Caption}{Caption}{/block:Caption}</div>
  342. {/block:Audio}
  343.  
  344. {block:Video}{Video-500}{/block:Video}
  345.  
  346. {block:Answer}
  347. <div class="asker"><img src="{AskerPortraitURL-24}"> {Asker}</div>
  348. <div class="q">{Question}</div>
  349. <div class="a">{Answer}</div>
  350. {/block:Answer}
  351.  
  352.  
  353. <div class="cap">
  354. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  355. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  356. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  357.  
  358. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  359. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  360. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  361. {/block:ContentSource}</div></div>
  362.  
  363.  
  364. <div id="info">
  365. {block:Date}<span class="date"><a href="{Permalink}" title="permalink to this post">{TimeAgo}</a> on {DayOfMonth} {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span>{/block:Date} {block:NoteCount} + <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom} {block:IfShowTags}{block:HasTags}<br>{block:Tags}<div class="tags"># <a href="{TagURL}">{Tag}</a></div>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  366. </div>
  367.  
  368.  
  369.  
  370.  
  371.  
  372. </div>
  373.  
  374. {/block:Posts}
  375. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  376. {block:PostNotes}
  377. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  378. {/block:PostNotes}
  379.  
  380. </div>
  381.  
  382.  
  383. <title>{Title}</title>
  384. <div id="sidebar">
  385.  
  386. <div class="sidebardescr"><h1>{Title}</h1>
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. <center>UMA FRASE...
  395.  
  396.  
  397.  
  398.  
  399. </div>
  400.  
  401. {block:IfShowSidebarImage} <div class="sidebarimg"><img src="{image:sidebar}"/></div>{/block:IfShowSidebarImage}
  402.  
  403. <div class="sidebardescri">{block:Description}{Description}{/block:Description}</div>
  404.  
  405.  
  406. <br><br>
  407.  
  408. </b><div id="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  409.  
  410. {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div>
  411. <br><br>
  412. </b><font size="1">Adaptado por: <font size="1">Ela so <a href="http://elasocurtejackdaniels.tumblr.com/"><font size="1">❥</font></a> Jack daniel's ©</font></font></div>
  413.  
  414.  
  415. <div class="sidebarlinks">
  416.  
  417. {block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>
  418.  
  419. {/block:SubmissionsEnabled} {block:HasPages}{block:Pages}<a
  420.  
  421. href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  422. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  423. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  424. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  425. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  426. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  427. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  428. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  429. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  430. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  431. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442. </div>
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. </div>
  459.  
  460.  
  461. </div>
  462.  
  463. </body>
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment