sojackdaniels

theme20

Sep 25th, 2011
13,442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!-- (c) tumblr theme #20 by ELASOCURTEJACKDANIELS.tumblr.com -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <head> <!-- DEFAULT VARIABLES -->
  10. <meta name="font:body" content="georgia" />
  11. <meta name="font:title" content="georgia" />
  12. <meta name="color:background" content="#F0F0F0" />
  13. <meta name="color:sidebar" content="#857B77" />
  14. <meta name="color:sidebartext" content="#BAABA6" />
  15. <meta name="color:text" content="#666666" />
  16. <meta name="color:linkbackground" content="#E6BCBC" />
  17. <meta name="color:title" content="#666666" />
  18. <meta name="color:link" content="#666666" />
  19. <meta name="color:linkhover" content="#A3ABAD" />
  20. <meta name="color:entry" content="#E6E6E6" />
  21. <meta name="image:minigif1" content=""/>
  22. <meta name="image:minigif2" content=""/>
  23. <meta name="image:minigif3" content=""/>
  24. <meta name="image:minigif4" content=""/>
  25. <meta name="image:minigif5" content=""/>
  26. <meta name="color:h1" content="#666666" />
  27. <meta name="color:h1" content="#666666" />
  28. <meta name="color:sideb" content="" />
  29. <meta name="color:sdb1" content="" />
  30. <meta name="color:tags" content="#666666" />
  31. <meta name="if:Show tags" content="1"/>
  32. <meta name="if:Enable endless scrolling" content="0"/>
  33. <meta name="if:Show sidebar image" content="1"/>
  34. <meta name="if:Show search" content="1"/>
  35. <meta name="image:sidebar" content=""/>
  36. <meta name="image:sideb background" content=""/>
  37. <meta name="text:sidebartitle" content="" />
  38. <meta name="image:background" content=""/>
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45. <meta name="text:Link4" content="" />
  46. <meta name="text:Link4 Title" content="" />
  47. <meta name="text:Link5" content="" />
  48. <meta name="text:Link5 Title" content="" />
  49. <meta name="text:Link6" content="" />
  50. <meta name="text:Link6 Title" content="" />
  51. <meta name="text:Link7" content="" />
  52. <meta name="text:Link7 Title" content="" />
  53. <meta name="text:Link8" content="" />
  54. <meta name="text:Link8 Title" content="" />
  55. <meta name="text:Link9" content="" />
  56. <meta name="text:Link9 Title" content="" />
  57. <meta name="text:Link10" content="" />
  58. <meta name="text:Link10 Title" content="" />
  59.  
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63. {block:Description}
  64. <meta name="description" content="{MetaDescription}" />
  65. {/block:Description}
  66.  
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. body {background-color:{color:background}; color:{color:text}; font-family: {font:body}, verdana; font-size:11px;
  72.  
  73. line-height:120%; margin:0px; background-image:url('{image:background}'); background-attachment: fixed}
  74.  
  75.  
  76.  
  77. a, a:link, a:active, a:visited {color:#000000; text-decoration: none}
  78.  
  79. a:hover {color:#000000; text-decoration: none}
  80.  
  81. img a{border:0px;}
  82.  
  83. b{font-weight: bold; color:{color:linkhover}}
  84.  
  85. i{text-transform: italic; color:#000000}
  86.  
  87. p{margin:3px 0 0 0}
  88.  
  89. blockquote{margin:2px 5px 0 5px; padding: 2px 0 0 5px; border-left: 4px solid #000000}
  90.  
  91. #title {width: 200px; float: left; margin-left: 15px; margin-top: 10px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:21px; color:#000000;}
  92.  
  93. #sub {width: 150px; float: right; color: #000000; font-family: verdana; font-size: 9px; padding: 5px; margin-right: 5px;}
  94.  
  95.  
  96. /* sidebar */
  97.  
  98. #sdb1{width: 260px; top:300px; left: 1px; padding: 2px; background-color:{color:sdb1}; text-align: justify; position: fixed;}
  99.  
  100. #sdb2{width: 260px; top:100px; left: 1px; padding: 2px; background-color:transparent; text-align: center; position: fixed;}
  101.  
  102. .sidebarimg {padding: 0px;}
  103.  
  104.  
  105.  
  106. .sidebarimg img {display: inline; max-width:260px; height: auto; text-align:center; margin-bottom: 5px;}
  107.  
  108.  
  109.  
  110. .simage {padding: 0px;}
  111.  
  112.  
  113.  
  114. .simage img {border: 1px solid #fffffff;display: inline; max-width:150px; height: 60; text-align:center; margin-bottom: 1px;}
  115.  
  116.  
  117.  
  118.  
  119.  
  120. #sdb3{width: 500px; top:82px; left: 0px; padding: 8px; background-color:transparent; text-align: center; position: fixed;}
  121.  
  122.  
  123.  
  124.  
  125. .sideb{position: fixed; float: left; margin-top: -20px; margin-left: 270px; width: 120px; height: 100%; font-size: 11px; font-family: verdana, verdana, 'Palatino Linotype', Times, 'Times New Roman', serif; color:#000000; text-align: center; background: {color:sideb}; line-height: 10px; padding: 10px;}
  126.  
  127.  
  128.  
  129. #sidebar {width: 100px; height: 100%; margin-left: 300px; padding: 5px; background-color:#ffffff; text-align: center; position: fixed; background-image:url(''); background-attachment: fixed}
  130.  
  131.  
  132.  
  133.  
  134.  
  135. .sidebarlink{float: left; width: 100px; margin: 6px auto 3px 6px; text-align: center;}
  136. .sidebarlink a{display: block; color: #ffffff; background-color: #000000; text-align: center; width: 125px; padding: 1px 0 3px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none}
  137. .sidebarlink a:hover{background-color:#000000; color:#ffffff}
  138.  
  139. .sidebarlinks {margin-left: 120px; padding: 6px; text-align: center;}
  140. .sidebarlinks a{display: block; color:#ffffff; background-color: #000000; text-align: center; width: 125px; padding: 1px 0 3px 0; margin-bottom: 1px; text-transform: lowercase; text-decoration: none}
  141. .sidebarlinks a:hover{background-color: {color:sidebarlinkshover}; color:#ffffff}
  142.  
  143.  
  144. .title {font-size: 18px; line-height: 20px; text-align: left; margin: 0 0 5px 0}
  145.  
  146. .title a {color: #EBE3E3}
  147.  
  148. .title a:hover {color: #FF162A}
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. .nav {text-align:center; margin: 0 0 5px 0}
  157.  
  158. .nav a{font-size: 10px; text-transform: none; display: block; text-decoration: none; color: ; background-color: #FF162A; padding: 3px 0 3px 0; margin:0 0 1px 0}
  159.  
  160.  
  161.  
  162.  
  163.  
  164. .credit{font-size: 9px; text-align: center; color:#000000}
  165.  
  166. .credit a{text-decoration: none;color:#000000}
  167.  
  168. .credit a:hover{color:#000000}
  169.  
  170.  
  171.  
  172. .pages{width: 110px; margin: 1px 0 0 0; text-align: center; font-size: 45px; line-height:45px}
  173.  
  174. .pages a{text-decoration: none;color:#000000}
  175.  
  176. .pages a:hover{color:#FF162A}
  177.  
  178. .pprev{width: 53px; float: left}
  179.  
  180. .pnext{width: 53px; float: right}
  181.  
  182.  
  183.  
  184. /* container */
  185.  
  186. #container {background-color:transparent; width: 600px; margin: 0 0 0 400px; position: absolute}
  187.  
  188.  
  189.  
  190. #top {width: 520px; margin: 0 0 15px 0}
  191.  
  192.  
  193.  
  194. #description{background-color:#ffffff; text-align:justify; width: 510px; float: right; padding: 5px}
  195.  
  196.  
  197.  
  198.  
  199.  
  200. .toptitle{font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; text-align: right; font-weight: normal; margin: 0 0 3px 0; padding: 0 20px 0 0}
  201.  
  202.  
  203.  
  204. .clear{clear: both}
  205.  
  206.  
  207.  
  208. #entries {width: 590px; margin: 15px}
  209.  
  210.  
  211.  
  212. #entry {float:left; width: 510px; background-color:{color:entry}; text-align: justify; padding: 10px 5px 10px 5px; margin: 5px 0 3px 0}
  213.  
  214.  
  215.  
  216. .info {width: 510px; padding: 0px; margin: 0 0 10px 0}
  217.  
  218. .infolinks{text-align: left; font-size: 10px; text-transform: none; }
  219.  
  220. .infolinks a{display: inline; text-decoration: none; color: ; background-color: #ffffff;
  221.  
  222.  
  223.  
  224. padding: 1px 5px 1px 5px; margin: 0 0 1px 0}
  225.  
  226. .tags{font-size: 10px; color:#000000}
  227.  
  228. .tags a{color: #000000; display: inline; list-style: none; text-transform: lowercase}
  229.  
  230. .tags a:hover{color: #000000; display: inline; list-style: none;text-transform: lowercase;}
  231.  
  232.  
  233.  
  234. .image{text-align: center; margin: 0 0 5px 0}
  235.  
  236. .image img{border: 0px}
  237.  
  238.  
  239.  
  240. .source{display:none}
  241.  
  242.  
  243.  
  244. h1{font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal; margin: 0 0 5px 0; border-bottom: 1px dotted #fffffff}
  245.  
  246. h1 a{color: #666666; text-decoration: none}
  247.  
  248.  
  249.  
  250. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; color: #ffffff}
  251.  
  252. .qquote{font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; text-indent: 45px}
  253.  
  254. .qsource{margin: 5px 15px 0 0; text-align: right}
  255.  
  256.  
  257.  
  258. .chat{line-height: 12px; list-style: none }
  259.  
  260. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  261.  
  262. .person1 {color: #000000 }
  263.  
  264. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: #000000}
  265.  
  266. .person2 {color: #000000}
  267.  
  268. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: #000000}
  269.  
  270.  
  271.  
  272. .iaudio{text-align: center; margin: 0 0 5px 0; width: 100%; background-color: #000000}
  273.  
  274. .iaudio img{max-width: 270px; height: auto; padding: 40px 0 40px 0}
  275.  
  276. .plcount {font-style: italic}
  277.  
  278.  
  279.  
  280. .asker {width: 480px; background-color: #FFFFFF; color:#000000; padding: 10px}
  281.  
  282. .asker img{float: left; padding: 2px; margin: 0px 5px 5px 0px}
  283.  
  284. .asker a{font-size: 20px; color:#000000; text-transform: uppercase; line-height: 27px; padding: 0; margin: 0}
  285.  
  286. .asker a:hover{font-size: 20px; color:; background-color: #FFFFFF; text-transform: uppercase; line-height:27px; padding: 0; margin: 0}
  287.  
  288. .answer {padding: 5px}
  289.  
  290.  
  291.  
  292. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  293.  
  294.  
  295.  
  296. #date{margin-left: 520px; width: 40px; margin-top: -10px; background-color:#ffffff;
  297.  
  298.  
  299.  
  300. text-align:center; color:#000000; padding: 10px; position: absolute}
  301.  
  302. .day{font-size: 25px; font-weight: bold}
  303.  
  304. .month{font-size: 12px; font-weight: bold; margin: 2px 0 0 0; text-transform: uppercase;}
  305.  
  306. .time{font-size: 10px}
  307.  
  308.  
  309. .simage {margin-top: 50px; text-align: center;}
  310.  
  311. .simage img {display: block; margin-bottom: 5px; max-width: 110px; border: 5px solid #ffffff; height: auto; text-align: center;}
  312.  
  313. #notes {width: 520px; padding: 5px}
  314.  
  315. ol.notes {list-style: none; margin: 0 30px 0 10px; padding: 0px}
  316.  
  317. ol.notes li {margin: 0 30px 0 10px; padding: 2px;}
  318.  
  319. #notes img{border:0px}
  320.  
  321.  
  322.  
  323. <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  324.  
  325. </style>
  326.  
  327. </head>
  328.  
  329. <body>
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. <div id="xp">
  337.  
  338. <div class="sideb">
  339.  
  340. <div class="simage">
  341. <img src="{image:minigif1}"/>
  342. <img src="{image:minigif2}"/>
  343. <img src="{image:minigif3}"/>
  344. <img src="{image:minigif4}"/>
  345. <img src="{image:minigif5}"/></div>
  346.  
  347.  
  348.  
  349.  
  350.  
  351. <div class="credit">theme by <a href="http://elasocurtejackdaniels.tumblr.com"><b>elasocurtejackdaniels</b></a><br>Com alguns detalhes originais de <a href="http://fascinadaporestrelas.tumblr.com"><b>tami c</b></a>
  352. </div>
  353.  
  354.  
  355. <div class="pages">
  356.  
  357. <span class="pprev"></span>
  358.  
  359. <span class="pprev"> <div class="plink">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  360. {block:NextPage}<a href="{NextPage}">&raquo;</a> {/block:NextPage}{/block:Pagination}</div>
  361.  
  362. </div></div>
  363. </div>
  364. </div>
  365.  
  366. </div></div>
  367.  
  368. <div id="container">
  369.  
  370.  
  371.  
  372. <div id="entries">
  373.  
  374.  
  375.  
  376. <div id="top">
  377.  
  378. <div id="sdb2">
  379. <div class="sidebarimg">
  380. <center><img src="{image:sidebar}"/></center></div></div>
  381.  
  382.  
  383. <div id="sdb1">
  384.  
  385.  
  386.  
  387. <font face="verdana"><small>
  388. {/block:IfShowUserpic}{block:Description}{Description}{/block:Description}
  389.  
  390. </font><br>
  391.  
  392. </font></small>
  393.  
  394.  
  395. <div class="sidebarlink">
  396. <font face="verdana"><small>
  397. {block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>
  398.  
  399. {/block:SubmissionsEnabled} {block:HasPages}{block:Pages}<a
  400.  
  401. href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}<a href="/">home</a> <a href="/ask">ask me</a>
  402. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  403. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  404. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  405. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  406.  
  407. </div>
  408. <div class="sidebarlinks">
  409. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  410. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  411. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  412. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  413. </font></small>
  414.  
  415. <div id="sdb3"><div class="simage"></div></div></div>
  416.  
  417.  
  418.  
  419.  
  420. <div class="clear"></div></div>
  421.  
  422. {block:Posts}
  423.  
  424. <div id="entry">
  425. {block:Date}<div id="date"><div class="day">{DayOfMonthWithZero}</div>
  426. <div class="month">{ShortMonth}</div>
  427. <div class="time">{12Hour}:{Minutes}{AmPm}</div> </div>{/block:Date}
  428.  
  429. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  430.  
  431. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  432.  
  433. {block:Photoset}{Photoset-500}{/block:Photoset}
  434.  
  435. {block:Quote}
  436. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  437. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  438. {/block:Quote}
  439.  
  440. {block:Link}
  441. <h1><center><a href="{URL}" {Target}>{Name}</a></center></h1>
  442. {block:Description}{Description}{/block:Description}
  443. {/block:Link}
  444.  
  445. {block:Chat}
  446. {block:Title}<h1><center><a href="{Permalink}">{Title}</a></center></h1>{/block:Title}
  447. <div class="chat"><ul>{block:Lines}
  448. <li class="person{UserNumber}">{block:Label}
  449. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  450. {/block:Chat}
  451.  
  452. {block:Audio}
  453. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  454. {AudioPlayerWhite}
  455. <div class="plcount">{PlayCountWithLabel}</div>
  456. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  457. {/block:Audio}
  458.  
  459. {block:Video}{Video-500}{/block:Video}
  460.  
  461. {block:Answer}
  462. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  463. <div class="answer">{Answer}</div>
  464. <br>
  465. {/block:Answer}
  466.  
  467.  
  468. <div id="cap">
  469. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  470. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  471. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  472.  
  473. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  474. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  475. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  476. {/block:ContentSource}</div>
  477. <div style="display:none">{block:RebloggedFrom}(via ;<a href="{ReblogParentURL}"
  478. title="{ReblogParentTitle}">{ReblogParentName}</a>){/block:RebloggedFrom}</div>
  479. </div>
  480. </div>
  481.  
  482. <div class="info">
  483. <span class="infolinks">{block:Date}<a href="{Permalink}" title="{DayOfMonth} {Month} {Year} @
  484.  
  485. {12Hour}:{Minutes}{AmPm}">{TimeAgo}</a>{/block:Date} {block:NoteCount} <a href="{Permalink}" title="permalink
  486.  
  487. to this post">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogRootURL}"
  488.  
  489. alt="{ReblogRootTitle}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}
  490. {block:IndexPage}<a href="{ReblogURL}" target="_blank">Reblog</a></span>{/block:IndexPage} {block:HighRes}<a
  491.  
  492. href="{PhotoURL-HighRes}">hi-res</a>{/block:HighRes}</span>
  493. {block:IfShowTags}<span class="tags">{block:HasTags}{block:Tags}&nbsp;&nbsp;# <a
  494.  
  495. href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</span>{/block:IfShowTags}</div>
  496.  
  497.  
  498. {/block:Posts}
  499.  
  500. {block:IfEnableEndlessScrolling}</div> {/block:IfEnableEndlessScrolling}
  501. </div>
  502.  
  503. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  504.  
  505. </div>
  506.  
  507. <title>{Title}</title>
  508.  
  509.  
  510.  
  511.  
  512. </body>
  513. </html>
Advertisement
Add Comment
Please, Sign In to add comment