vampirelover

theme por sorriso inconsiente

Feb 22nd, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6. <link href='http://fonts.googleapis.com/css?family=Zeyada|Calligraffitti|Rochester' rel='stylesheet' type='text/css'>
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Sofia' rel='stylesheet' type='text/css'>
  9.  
  10. <meta name="color:background" content="#f1f1f1"/>
  11. <meta name="color:entries" content="#ffffff"/>
  12. <meta name="color:text" content="#000000"/>
  13. <meta name="color:title" content="#000000"/>
  14. <meta name="color:link" content="#000000"/>
  15. <meta name="color:hover" content="#cccccc"/>
  16. <meta name="color:sidebar" content="#ffffff" />
  17. <meta name="color:menu" content="#ffffff" />
  18. <meta name="color:menu text" content="#000000" />
  19. <meta name="color:menu hover" content="#ffffff" />
  20. <meta name="color:menu text hover" content="#000000" />
  21.  
  22. <meta name="font:text" content="verdana"/>
  23. <meta name="font:title" content="tahoma"/>
  24.  
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:1" content="http://26.media.tumblr.com/tumblr_lzpbe1aY6p1rojnc3o1_250.png"/>
  27. <meta name="image:2" content="http://29.media.tumblr.com/tumblr_lzpbe1aY6p1rojnc3o3_250.png"/>
  28.  
  29. <meta name="text:title" content="uma pequena frase" />
  30. <meta name="text:Link1" content="/" />
  31. <meta name="text:Link1 Title" content="um link" />
  32. <meta name="text:Link2" content="/" />
  33. <meta name="text:Link2 Title" content="um link" />
  34. <meta name="text:Link3" content="/" />
  35. <meta name="text:Link3 Title" content="um link" />
  36. <meta name="text:Link4" content="/" />
  37. <meta name="text:Link4 Title" content="um link" />
  38. <meta name="text:Link5" content="/" />
  39. <meta name="text:Link5 Title" content="um link" />
  40. <meta name="text:Link6" content="/" />
  41. <meta name="text:Link6 Title" content="um link" />
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48.  
  49.  
  50.  
  51. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  52. <script type="text/javascript" src="http://static.tumblr.com/enpbtf0/a8olor0ey/animatedcollapse.js"></script>
  53.  
  54.  
  55. <script type="text/javascript">
  56.  
  57. animatedcollapse.addDiv('jason', 'fade=1,height=80px')
  58. animatedcollapse.addDiv('kelly', 'fade=1,height=100px')
  59. animatedcollapse.addDiv('michael', 'fade=1,height=120px')
  60.  
  61. animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
  62. animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
  63. animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')
  64.  
  65. animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
  66. //$: Access to jQuery
  67. //divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
  68. //state: "block" or "none", depending on state
  69. }
  70.  
  71. animatedcollapse.init()
  72.  
  73. </script>
  74.  
  75.  
  76. <script type="text/javascript" src="http://proto.jp/js/tumblrAutoPager.js"></script>
  77.  
  78.  
  79. <style>
  80.  
  81. /* coisas óbvias e fixas*/
  82.  
  83. body {background-color: {color:background}; font-family: {font:text}; font-size: 11px; font-weight: none; color: {color:text}; background-image: url('{image:background}'); background-attachment: fixed;}
  84.  
  85. iframe#tumblr_controls{
  86. top: 1px !important;
  87. margin: 0 0 0 0;
  88. right: 6px !important;
  89. position: fixed !important;}
  90. b,strong {color: {color:text};}
  91. p{margin-top:5px; margin-bottom:5px}
  92. i, em {color:{color:text};}
  93. small{font-size:10px}
  94.  
  95. a:link, a:active, a:visited {color: {color:link}; text-decoration: none; -webkit-transition-duration: .40s;}
  96. a:hover {color: {color:hover};}
  97.  
  98. ::-webkit-scrollbar{width:3px;height:3px;}
  99. ::-webkit-scrollbar-button:start:decrement
  100. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:#fff;}
  101. ::-webkit-scrollbar-track-piece{background-color:#fff;}
  102. ::-webkit-scrollbar-thumb:vertical{height:10px; background-color:#000;}
  103. ::-webkit-scrollbar-thumb:horizontal{width:5px; background-color:#000;}
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. /* posts e tags etcccc */
  114.  
  115. blockquote {border-left:2px solid #737373; padding-left:5px; margin:0px 2px 0px 10px}
  116.  
  117. h1 {color: {color:title}; font:18px {font:title}; line-height:25px; font-weight:normal; margin:0px; padding-top:10px; margin-bottom:-0px; text-align: center; letter-spacing: 0px;}
  118. h1 a{color: {color:title};}
  119. h1 a:hover{color: {color:hover};}
  120.  
  121.  
  122. #entries{margin-left:200px; width:520px; margin-top:40px;}
  123.  
  124. #entries img{nax-width:500px;}
  125.  
  126. .posts {overflow:hidden; background-color: {color:entries}; padding:7px; margin-bottom:-12px;}
  127.  
  128. #info{font-family:verdana; font-size:9px; text-transform:lowercase; padding:3px; margin-left: 0px; background-color: {color:entries};}
  129.  
  130. #info a{font-family:verdana; font-size:9px; text-transform:lowercase; text-align:center;}
  131.  
  132. #tags{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center; background-color:#fafafa; margin-top:-5px;
  133. }
  134.  
  135. #tags a{font-family:verdana; font-size:9px; text-transform:lowercase; text-align:right;}
  136.  
  137. #tags a:hover{font-family:verdana; font-size:9px; text-transform:lowercase; text-align:right;color:{color:hover};}
  138.  
  139. #tags:hover{font-family:georgia; font-size:10px; text-transform:lowercase; text-align:center; color:#000;}
  140.  
  141.  
  142. .qquote{font-family: georgia; font-size: 15px; letter-spacing: 0px; line-height: 100%; text-align:center; padding-top:10px;}
  143. .qsource{margin: 5px 15px 0 0; text-align: center; font:11px verdana;}
  144.  
  145. .chat {line-height: 12px; list-style: none }
  146. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height:20px;}
  147. .person1 {background-color:{color:background}; color: {color:text}; }
  148. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  149. .person2 {color: {color:text} }
  150. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text}}
  151.  
  152. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  153. .answer {padding: 2px}
  154. .answer img {max-width: 470px;}
  155.  
  156.  
  157. .notes-bottom ol, .notes-bottom ul {margin: 0; padding: 0; list-style: none;}
  158. .notes-bottom li {background: #fff; border-bottom: 1px solid f0f0f0; margin: 0; padding: 5px 0 20px 0; font-size: 10px;width: 510px;}
  159.  
  160. .notes-bottom li:hover {border-bottom: 1px solid f0f0f0; background: #f2ede1; bottom:1px;
  161. font-size: 10px; position: relative;width: 510px;}
  162. .notes-bottom li img.avatar {margin: 0 5px 0 0;float: left; width: auto;padding: 2px; background: #D1D1D1;}
  163.  
  164. #notes {width: 500px; padding: 5px; margin: 0px; font-size: 9px; text-align: left}
  165. ol.notes {list-style: none; margin-left:123px; padding: 0px}
  166. ol.notes li {margin: 0px; padding: 2px;}
  167. #notes img{border:0px}
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178. /* PAGINACAO */
  179.  
  180. div#sspagination{background-color:#ffffff; font-size: 8px; letter-spacing: 0px; color: #000000; padding: 3px; position: fixed; font-family: verdana; z-index: 2; width:244px;}
  181. div#pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 12px;}
  182. div#pgs a {background:#fff; padding: 2px 4px; color: #000000; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  183. div#pgs a:hover {background: #fff; color: #000000; border: none;}
  184. div#pgs span.pagina_atual {background: #fff; margin: 0px 0 0; padding: 2px 4px; color: #000000; font-weight: bold; text-decoration: none;}
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. /* coisas do themeeeee */
  196.  
  197.  
  198. .links {text-align: center; border-top:4px solid {color:menu};}
  199. .links a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 100px; height: auto; background-color: {color:menu}; color:{color:menu text}; text-decoration: none; padding: 7px 5px; margin-bottom:1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  200. .links a:hover{text-align: center; letter-spacing: 2px; background-color: {color:menu hover}; color:{color:menu text hover};}
  201.  
  202. .link { border-bottom:4px solid {color:menu};}
  203. .link a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 100px; height: auto; background-color: {color:menu}; color:{color:menu text}; text-decoration: none; padding: 7px 5px; margin-bottom:0px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  204. .link a:hover{text-align: center; letter-spacing: 2px; background-color: {color:menu hover}; color:{color:menu text hover};}
  205.  
  206.  
  207. .lolo {background-color: {color:sidebar}; padding:10px; font:13px georgia; text-align:center; padding-bottom:8px; padding-top:8px; margin-top:24px;}
  208.  
  209. .price {margin-top:-145px; background-color: {color:sidebar}; padding:10px; font:13px georgia; text-align:center; padding-bottom:8px; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out; padding-top:8px;}
  210. .price:hover {opacity:0.0;}
  211.  
  212. .titi {background-color: {color:sidebar}; padding:2px; font:15px georgia; text-align:center; overflow:hidden; height:20px; position:fixed; width:136px; color: #474747; -webkit-transition: all 1.9s ease-out; -moz-transition: all 1.9s ease-out; padding-top:6px; letter-spacing:-1px;}
  213. .titi:hover {height:150px;}
  214.  
  215. </style></head>
  216.  
  217.  
  218. <body>
  219.  
  220.  
  221.  
  222.  
  223.  
  224. <div style="position:fixed; top:40px; left:730px;">
  225.  
  226. <div class="links">
  227. <a href="{text:Link1}">{text:Link1 Title}</a>
  228. <a href="{text:Link2}">{text:Link2 Title}</a>
  229. <a href="{text:Link3}">{text:Link3 Title}</a>
  230. <a href="{text:Link4}">{text:Link4 Title}</a>
  231. <a href="{text:Link5}">{text:Link5 Title}</a></div><div class="link">
  232. <a href="{text:Link6}">{text:Link6 Title}</a>
  233. </div>
  234.  
  235.  
  236.  
  237. <div style="margin-top:1px; background-color: {color:sidebar};">
  238.  
  239. <center><div id="sspagination"><div id="pgs">{block:JumpPagination length="4"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div></div></center>
  240.  
  241. </div>
  242.  
  243. <div style="margin-top:20px; background-color: {color:sidebar}; width:250px;">
  244. <div style="font:9px verdana; padding:3px; text-align:center;">
  245. « credits to sorriso-inconstante. »
  246. </div>
  247. </div>
  248.  
  249. </div>
  250.  
  251.  
  252.  
  253.  
  254. <div style="position:fixed; top:40px; width:140px; left:840px;">
  255.  
  256. <div class="titi">
  257. {text:title}<br>
  258.  
  259. <div style="margin:10px; font:9px verdana; letter-spacing:0px; color: {color:text};">{Description}</div>
  260.  
  261. </div>
  262.  
  263. <div class="lolo">
  264. <img src="{image:2}" width="120" height="126" /></div>
  265.  
  266. <div class="price">
  267. <img src="{image:1}" width="120" height="126" /></div>
  268.  
  269. </div>
  270.  
  271.  
  272.  
  273.  
  274. <div id="entries">
  275. {block:Posts}
  276.  
  277. <div class="posts">
  278.  
  279. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  280. {block:Text}{Body}{/block:Text}
  281.  
  282. {block:Quote}
  283. <div class="qquote">"{Quote}"</div>
  284. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  285. {/block:Quote}
  286.  
  287.  
  288. {block:Link}
  289. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  290. {block:Description}
  291. <P>{Description}</p>
  292. {/block:Description}
  293. {/block:Link}
  294.  
  295. {block:Photo}
  296. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  297. {block:Caption}
  298. {Caption}
  299. {/block:Caption}
  300. {/block:Photo}
  301.  
  302. {block:Photoset}
  303. <div style="width:480px;">
  304. <center>{Photoset-500}</div></center>
  305. {block:Caption}
  306. {Caption}
  307. {/block:Caption}
  308. {/block:Photoset}
  309.  
  310. {block:Chat}
  311. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  312. <div class="chat"><ul>{block:Lines}
  313. <li class="person{UserNumber}">{block:Label}
  314. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  315. {/block:Chat}
  316.  
  317. {block:Video}
  318. {Video-500}
  319. {block:Caption}
  320. {Caption}
  321. {/block:Caption}
  322. {/block:Video}
  323.  
  324. {block:Audio}
  325. <span class="audio">
  326. <center>{AudioPlayerBlack}</center>
  327. </span>
  328. {block:Caption}
  329. {Caption}
  330. {/block:Caption}
  331. {/block:Audio}<br>
  332.  
  333. {block:Answer}
  334. <div id="asker"><b>{Asker} asked:</b> {Question}</div>
  335. <div class="answer">{Answer}</div>
  336. {/block:Answer}
  337.  
  338. <div id="info">
  339. {block:Tags}
  340. <a href="{TagURL}">#{Tag}</a>
  341. {/block:Tags}
  342. <br>
  343.  
  344. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  345. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  346. {/block:RebloggedFrom}
  347.  
  348.  
  349. </div></div><br>
  350.  
  351.  
  352. {/block:Posts}
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359. {block:PostNotes}{PostNotes}{/block:PostNotes}
  360.  
  361.  
  362. </div></div>
  363. </div>
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371. </body>
  372. </html>
Add Comment
Please, Sign In to add comment