kaahamorim

Theme 01

Oct 24th, 2011
974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.92 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. <!-- theme 003 - by KASSYANE AMORIM; tears4ever.tumblr.com -->
  6.  
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head> <!-- DEFAULT VARIABLES -->
  12. <link href='http://fonts.googleapis.com/css?family=Zeyada|Calligraffitti|Rochester' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <meta name="font:body" content="georgia" />
  16. <meta name="font:title" content="georgia" />
  17.  
  18. <meta name="color:background" content="#ffffff" />
  19. <meta name="color:sidebar" content="#ffffff" />
  20. <meta name="color:sidebartext" content="#666666" />
  21. <meta name="color:text" content="#666666" />
  22. <meta name="color:linkhover" content="#FFB28E" />
  23. <meta name="color:sidlinks" content="#000000" />
  24. <meta name="color:sidlinks txt" content="#FFFFFF" />
  25. <meta name="color:sidlinks hover" content="#FFFFFF" />
  26. <meta name="color:sidlinks txt hover" content="#000000" />
  27. <meta name="color:title" content="#666666" />
  28. <meta name="color:link" content="#666666" />
  29. <meta name="color:tlinks" content="#F8F5E1" />
  30. <meta name="color:entry" content="#ECEBEB" />
  31. <meta name="color:h1" content="#666666" />
  32. <meta name="color:bold" content="#666666" />
  33. <meta name="color:tags" content="#666666" />
  34. <meta name="if:Enable endless scrolling" content="0"/>
  35. <meta name="if:Show tags" content="1"/>
  36. <meta name="if:Show userpic" content="1"/>
  37. <meta name="if:Show post author" content="1"/>
  38. <meta name="image:minigif1" content=""/>
  39. <meta name="image:minigif2" content=""/>
  40.  
  41.  
  42.  
  43.  
  44. <meta name="text:title" content="" />
  45. <meta name="text:subtitle" content="" />
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 Title" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 Title" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 Title" content="" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4 Title" content="" />
  54. <meta name="text:Link5" content="" />
  55. <meta name="text:Link5 Title" content="" />
  56. <meta name="text:Link6" content="" />
  57. <meta name="text:Link6 Title" content="" />
  58. <meta name="text:Link7" content="" />
  59. <meta name="text:Link7 Title" content="" />
  60. <meta name="text:Link8" content="" />
  61. <meta name="text:Link8 Title" content="" />
  62. <meta name="text:Link9" content="" />
  63. <meta name="text:Link9 Title" content="" />
  64. <meta name="text:Link10" content="" />
  65. <meta name="text:Link10 Title" content="" />
  66.  
  67.  
  68. <title>{Title}</title>
  69. <link rel="shortcut icon" href="{Favicon}">
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71. {block:Description}
  72. <meta name="description" content="{MetaDescription}" />
  73. {/block:Description}
  74.  
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79. /************************ Barra de rolagem ****************************/
  80.  
  81. html::-webkit-scrollbar {width:-2; height:auto;background: #FFFFFF; ;}
  82.  
  83.  
  84.  
  85. html::-webkit-scrollbar-corner { background: #000000;}
  86.  
  87.  
  88.  
  89. html::-webkit-scrollbar-button:vertical {height:1px;display:block;}
  90.  
  91.  
  92.  
  93. html::-webkit-scrollbar-button:horizontal {width:1px;display:block;}
  94.  
  95.  
  96.  
  97. html::-webkit-scrollbar-thumb:vertical {background-image: url(IMAGEM BACK);border: 1px solid #cbc7c4 ;border-right:none;-webkit-border-radius: 1px; background: #000000; filter: alpha(opacity=100); opacity:.100;}
  98.  
  99.  
  100.  
  101. html::-webkit-scrollbar-thumb:horizontal {background-image: url(IMAGEM BACK);border: 1px solid #COR;border-bottom;}
  102.  
  103.  
  104.  
  105. html::-webkit-scrollbar-thumb {background-image: url(IMAGEM BACK);-webkit-box-shadow:0 0 1em #COR;}
  106.  
  107.  
  108.  
  109. html::-webkit-scrollbar-thumb:hover {background-image: url(IMAGEM BACK);border: 1px solid #000000 ;-webkit-box-shadow:0 0 1em #000000;}
  110.  
  111.  
  112.  
  113. html::-webkit-scrollbar-track-piece {background: none;}
  114.  
  115.  
  116.  
  117. html::-webkit-scrollbar:vertical {border-left: 1px solid #000000 ;}
  118.  
  119.  
  120.  
  121. html::-webkit-scrollbar:horizontal {border-top: 1px solid #000000;}
  122.  
  123.  
  124. body {background-color: {color:background}; color:{color:text}; font-family: {font:body}; font-size: 11px; text-align: center; line-height:120%; margin:0; padding:0;
  125. background-image:url('{image:background}'); background-attachment: ; background-repeat:no-repeat}
  126.  
  127. p {margin: 4px 0 0 0}
  128.  
  129. a, a:link, a:active, a:visited {color:{color:link};text-transform: none; text-decoration: none}
  130. a:hover {background-color:{color:linkhover}; padding: 1px 0 1px 0; text-decoration: none}
  131. img a{border:0px;}
  132. img a:hover{border:0px;}
  133. b{font-weight: bold; color:{color:bold}}
  134. i{text-transform: italic; color:{color:text}}
  135. p{margin:5px 0 2px 0}
  136. blockquote{margin:2px 5px 2px 5px; padding: 1px 0 3px 6px; border-left: 2px solid {color:entry}}
  137.  
  138.  
  139. #px {top: 85%; margin-left: 895px; width: 120px; position: fixed; padding: 1px;}
  140.  
  141. .plink {font-size: 50px; font-family: {font:title}; padding: 5px;}
  142. .plink a{color: {color:text}; background-color: sidebar;}
  143. .plink a:hover {color: {color:left}; background-color:sidebar;}
  144.  
  145.  
  146.  
  147. #sbar {width:230px; height:800px; margin-left: 100px; margin-top:10px; position:fixed; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  148.  
  149. .sidemine1 img{max-width: 100px; text-align:right; margin-top: 0px}
  150. .sidemine2 img{max-width: 100px; text-align:center; margin-top: 2px}
  151. .sidemine3 img{max-width: 100px; text-align:left; margin-top: 2px}
  152.  
  153. .sideb{font-size: 11px; color:{color:leftext}; text-align: justify; background: {color:entry}; line-height: 14px; padding:5px;}
  154. .sideb2{line-height: 14px; padding:0px;}
  155.  
  156. .simage {padding: 0px;}
  157. .simage img {float: left; max-width: 100px; height: auto; text-align:center; margin-bottom: 2px;}
  158. .simage2 {float: left; padding: 0px;}
  159. .simage2 img {display: inline; margin-right:0px; max-width:100px; height: auto; text-align:center; margin-bottom: 0px;}
  160. .simage3 {float: left; padding: 0px;}
  161. .simage3 img {display: inline; margin-right:0px; max-width:100px; height: auto; text-align:center; margin-bottom: 0px;}
  162.  
  163. .sidebartext{clear: both; text-align: justify; background-color: {color:sidebar}; margin: 0px 0px 0px 0px; padding: 3px; font-family: verdana; font-size: 10px;}
  164. .sidebartext a{font-size:11px;}
  165. .sidebartext a:hover{font-size:11px}
  166.  
  167.  
  168.  
  169. .userpic{float: left; margin: 0px 4px 2px 0; width:48px; height:auto}
  170. .usericon {float: left; margin-top: 7px;}
  171.  
  172.  
  173.  
  174.  
  175. #sbar3 {width: 150px; height: auto; top: 250px; left: 1px; padding: 5px; background-color:{color:sidebar}; text-align: center; position: fixed}
  176.  
  177. .spic img{max-width: 150px; text-align:center; margin-top: 2px}
  178.  
  179. .sideblinks a {display: block; font-size: 9px; margin-left: 1px; margin-top:10px; background-color: {color:background}; text-transform: moolboran; padding: 2px 10px; color: {color:link}; letter-spacing: -1px; margin-bottom: 4px; border-left: 10px solid {color:link2}; -webkit-transition: all 2.3s ease-out; -moz-transition: all 1.6s ease-out;}
  180. .sideblinks a:hover {background-color: {color:linkhover}; padding-left: 70px;}
  181.  
  182.  
  183.  
  184.  
  185. #posts{overflow:hidden; background-color: {color:tlinks}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:3px}
  186.  
  187.  
  188.  
  189. #container {background-color:sidebar; width: 465px; position: absolute; top: 0px; left: 350px; padding-bottom: 0px}
  190.  
  191. #entries {margin: 0px 0 10px 0}
  192.  
  193. #entry {width: 500px; background-color:{color:entry}; text-align: justify; padding: 20px; margin: 5px 0 3px 0}
  194.  
  195. .image{text-align: center; margin: 0 0 5px 0}
  196. .image img{border: 0px; margin: 0; padding: 0}
  197.  
  198. #ask_form{width: 500px}
  199.  
  200. .search_result{font-size: 12px; text-align: center}
  201.  
  202. .source{display:none}
  203.  
  204. h1{font-family: {font:title}; font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  205. margin: 0 0 5px 0; text-align: center}
  206. h1 a{font-size:20px; letter-spacing: -1px; line-height: 20px; text-transform: none; font-weight: normal;
  207. margin: 0 0 5px 0; text-decoration: none; text-align: center}
  208.  
  209.  
  210. .blsubtitle {font-size: 10px; line-height:10px; text-align: left; margin-bottom: 20px; margin-left:
  211.  
  212. 25px}
  213.  
  214. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  215. .qquote{font-family: {font:title}; font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:
  216.  
  217. 45px}
  218. .qsource{margin: 5px 15px 0 0; text-align: right}
  219.  
  220. .chat{line-height: 12px; list-style: none }
  221. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  222. .person1 {color: {color:text} }
  223. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  224. .person2 {color: {color:text}}
  225. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  226.  
  227. .audioimage{float:left; text-align: center; margin: 0 10px 5px 0; width: 205px; border: 15px solid {color:background};}
  228. .audioimage img{max-width: 205px; height: auto; margin: 0 0 2px 0}
  229. .playcount {font-style: italic}
  230.  
  231.  
  232. .asker {width: 480px; background-color: {color:background}; color:{color:text};
  233.  
  234. padding: 10px}
  235. .asker img{float: left; margin: 0px 4px 2px 0}
  236. .asker a{font-size: 20px; color:{color:link}; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  237. .asker a:hover{font-size: 20px; color:{color:link}; text-transform: none; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  238. .answer {padding: 5px 0 0 0}
  239.  
  240. #cap {padding: 2px 0 0 0; width: 500px; margin: 0 0 0 5px}
  241.  
  242. .info{width: 520px; margin: 0px auto 0 auto; background-color:{color:background}; padding: 5px; opacity: 0.7;
  243. filter:alpha (opacity=70);}
  244. .tags{font-size: 9px; display: inline; text-align: left;}
  245. .tags a{font-size: 9px}
  246. .origin{font-size: 9px; text-align: left}
  247. .ibottom{margin: 5px 0 5px 0; font-family: {font:body}}
  248. .ibottom a:hover{background-color: {color:linkhover}; padding: 1px 0 1px 0}
  249. .date{float:left; text-transform: none; font-size: 10px}
  250. .permalink{float:right; text-transform: none; font-size: 10px}
  251.  
  252. #clear{clear: both; width: 50px; height: 0px; background-color: sidebar}
  253. #top{width: 100%; height: 100px; margin: 0px 0 0 0; position: fixed; background-color: sidebar; color:{color:bottomtext}}
  254.  
  255.  
  256. #notes {width: 500px; margin: 0px; margin-left: 0px; padding: 5px; text-align: left}
  257. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  258. ol.notes li {margin: 0px; padding: 2px;}
  259. #notes img{border:0px}
  260. #notes a{font-size: 10px}
  261.  
  262. #tumblr_controls{position: fixed!important}
  263.  
  264. {CustomCSS}
  265. </style>
  266. <link rel="shortcut icon" href="http://www.drikoti.net/Goodies/Favicons/Ico/novo01.ico" />
  267. </head>
  268.  
  269. <body>
  270.  
  271.  
  272.  
  273. <div id="xp">
  274.  
  275. <div id="px">
  276. <div class="plink">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  277. {block:NextPage}<a href="{NextPage}">&raquo;</a> {/block:NextPage}{/block:Pagination}</div></div>
  278.  
  279.  
  280. <div id="container">
  281.  
  282. <div id="entries">
  283.  
  284.  
  285.  
  286.  
  287.  
  288. {block:Posts}
  289.  
  290. <div id="entry">
  291. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  292.  
  293. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  294. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  295.  
  296. {block:Photoset}{Photoset-500}
  297. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  298. {/block:Photoset}
  299.  
  300. {block:Quote}
  301. <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
  302. {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
  303. {/block:Quote}
  304.  
  305. {block:Link}
  306. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  307. {block:Description}{Description}{/block:Description}
  308. {/block:Link}
  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:Audio}
  318. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  319. {AudioPlayerWhite}
  320. <div class="playcount">{PlayCountWithLabel}</div>
  321. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  322. {/block:Audio}
  323.  
  324. {block:Video}{Video-500}
  325. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  326.  
  327. {block:Answer}
  328. <div class="asker"><img src="{AskerPortraitURL-48}"> {Asker}<br> {Question}</div>
  329. <div class="answer">{Answer}</div>
  330. {/block:Answer}
  331.  
  332. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  333. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  334. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  335. {/block:ContentSource}</div>
  336.  
  337.  
  338.  
  339. <div id="clear"></div>
  340.  
  341. {block:Date} <div class="info">{block:IfShowTags}{block:HasTags}<div class="tags">&raquo; tagged {block:Tags}&nbsp;&nbsp;<a
  342.  
  343. href="{TagURL}">{Tag}&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
  344. <div class="origin">{block:IfShowPostAuthor}{block:GroupMembers}&raquo; posted by <a href="{PostAuthorURL}">{PostAuthorName}</a>{/block:GroupMembers}{/block:IfShowPostAuthor}
  345. {block:RebloggedFrom}&raquo; via&nbsp;&nbsp;<a href="{ReblogParentURL}"
  346. title="{ReblogParentTitle}">{ReblogParentName}</a>
  347. &nbsp;&nbsp;(originally&nbsp;&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}
  348. </center></center></center></div></div>
  349. <div class="ibottom"><span class="date"><a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth}
  350. {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span> {block:NoteCount}
  351. <span class="permalink"> <a href="{ReblogURL}" target="_blank">Reblog</a> / <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel} </a>{/block:NoteCount}</span>{/block:NoteCount}</div>
  352. {/block:Date}
  353. </div>
  354.  
  355. {/block:Posts}
  356. {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
  357. </div>
  358.  
  359. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  360.  
  361. </div>
  362. </div>
  363.  
  364.  
  365.  
  366. <div id="sbar">
  367. <br><div class="sidebartext">
  368. <div align="right"><big><big><big><big><big><font face="georgia">{block:iftitle}{text:title}{/block:iftitle}
  369. </big></big></big></big></big></big></font>
  370.  
  371. <div align="right"><font face="verdana">{block:ifsubtitle}{text:subtitle}{/block:ifsubtitle}
  372. </div></font>
  373. <p>
  374. <div class="nav2">
  375.  
  376. <a href="/"> </a> </div>
  377.  
  378. <div class="tlinks">
  379.  
  380. <a href="/">home page</a> |
  381.  
  382. <a href="/ask">ask box</a> |
  383.  
  384. <a href="/archive">archive</a> </center> </div>
  385. <br>
  386.  
  387. <div class="navi"><div class="simage2"><img src="{image:minigif1}"/> <img src="{image:minigif2}"/> <div class="sideb2">
  388. </div></div></div></div>
  389. <p>
  390.  
  391.  
  392.  
  393. <div class="sidebartext">
  394.  
  395. {block:Description}{Description}{/block:Description}
  396.  
  397. <div class="subtitle"></div>
  398.  
  399.  
  400. <div class="sideblinks">
  401.  
  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. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  407. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  408. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a> {/block:ifLink7}
  409. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a> {/block:ifLink8}
  410. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a> {/block:ifLink9}
  411. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a> {/block:ifLink10}
  412.  
  413. </div>
  414. <center>Theme feito por<br> Kassyane Amorim/ <a href="http://tears4ever.tumblr.com">tears4ever</a>
  415.  
  416.  
  417.  
  418.  
  419. <div id="px">
  420.  
  421.  
  422. </div></div>
  423. </body>
  424. </html>
  425.  
Advertisement
Add Comment
Please, Sign In to add comment