12 # THEME

By: pqpmaslin on Jan 28th, 2012  |  syntax: None  |  size: 17.46 KB  |  hits: 433  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!--
  5.  
  6.             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  7.             @                                                             @
  8.             @       THEME BASE E DESING POR H E 4 T I N G [GABRIELA M.]   @
  9.             @            SE FOR SE INSPIRAR MANTENHA OS CRÉDITOS          @
  10.             @     NÃO ADAPTE NEM PARA USO PRÓPRIO MUITO MENOS PARA DISP   @
  11.             @            SE PEGAR ALGUM CÓDIGO AVISE E CREDITE !          @
  12.             @                  NÃO COPIE, PLÁGIO É CRIME                  @
  13.             @                                                             @
  14.             @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  15.                                                              
  16.                                                                                            -->
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  20. <head> <!-- DEFAULT VARIABLES -->
  21. <meta name="color:background" content="#f8f8f8" />
  22. <meta name="color:sidebar" content="#ECEBEB" />
  23. <meta name="color:sidebartext" content="#666666" />
  24. <meta name="color:text" content="#666666" />
  25. <meta name="color:linkhover" content="#FFB28E" />
  26. <meta name="color:title" content="#666666" />
  27. <meta name="color:link" content="#666666" />
  28. <meta name="color:entry" content="#ECEBEB" />
  29. <meta name="color:h1" content="#666666" />
  30. <meta name="color:bold" content="#666666" />
  31. <meta name="color:tags" content="#666666" />
  32. <meta name="color:topbar" content="#222222" />
  33. <meta name="color:topfrase" content="#ffffff" />
  34. <meta name="text:topfrase" content="topfrase aqui e tal" />
  35. <meta name="color:stitle" content="#FFFFFF" />
  36. <meta name="text:letra" content="L" />
  37. <meta name="text:letra2" content="E" />
  38. <meta name="text:letra3" content="T" />
  39. <meta name="text:letra4" content="R" />
  40. <meta name="text:letra5" content="A" />
  41. <meta name="image:sidebar" content="" />
  42. <meta name="text:frase" content="frase aqui etc e tal" />
  43. <meta name="if:Show tags" content="1"/>
  44. <meta name="if:Show userpic" content="1"/>
  45. <meta name="if:Enable endless scrolling" content="0"/>
  46. <meta name="if:Show sidebar image" content="1"/>
  47. <meta name="if:Show search" content="1"/>
  48. <meta name="if:Show post author" content="1"/>
  49. <meta name="image:sidebar" content=""/>
  50. <meta name="image:background" content=""/>
  51. <meta name="text:Link1" content="" />
  52. <meta name="text:Link1 Title" content="appearence" />
  53. <meta name="text:Link2" content="" />
  54. <meta name="text:Link2 Title" content="appearence" />
  55. <meta name="text:Link3" content="" />
  56. <meta name="text:Link3 Title" content="appearence" />
  57. <meta name="text:Link4" content="" />
  58. <meta name="text:Link4 Title" content="appearence" />
  59. <meta name="text:Link5" content="" />
  60. <meta name="text:Link5 Title" content="appearence" />
  61. <meta name="text:Link6" content="" />
  62. <meta name="text:Link6 Title" content="appearence" />
  63. <meta name="text:Link7" content="" />
  64. <meta name="text:Link7 Title" content="appearence" />
  65. <meta name="text:Link8" content="" />
  66. <meta name="text:Link8 Title" content="appearence" />
  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. /* ---------------- Scrollbar ---------------- */
  80. ::-webkit-scrollbar {width: 4px; height: 4px;}
  81. ::-webkit-scrollbar-track-piece {background-color: #ffffff; repeat scroll 0 0 transparent;}  
  82. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: #bbbbbb;}
  83. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: #bbbbbb;}
  84.  
  85.  
  86. body {background-color:#ebebeb; color:{color:text}; font-family: verdana; font-size:11px;
  87. line-height:120%; margin:0px; background-image:url('{image:background}'); background-attachment: fixed}
  88.  
  89. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none}
  90. a:hover {color:{color:linkhover}; text-decoration: none;}
  91. img a{border:0px;}
  92. b{font-weight: bold; color:{color:bold}}
  93. i{text-transform: italic; color:{color:text}}
  94. u, span.sublinha {cursor: nw-resize; text-decoration: none; border-bottom: 1px dashed #CDB79E;}  
  95. p{margin:3px 0 0 0}
  96. blockquote{margin:0px 0px 0 0px; padding: 0px 0 0 0px; border-left: 0px solid {color:transparent}}
  97.  
  98.  
  99. /* sidebar e desing */
  100.  
  101. #pqpmaslin {width: 370px; height: 266px; top: 40px; margin-left: 90px; padding: 5px; background-color:{color:sidebar}; text-align: justify; position: fixed;}
  102.  
  103. #pagination {width: 34px; height: 100%; top: 40px; margin-left: 475px; padding: 5px; background-color:{color:sidebar}; text-align: justify; position: fixed;}
  104.  
  105. #pagination2 {width: 14px; height: 100%; top: 40px; margin-left: 05px; padding: 5px; background-color:{color:sidebar}; text-align: justify; position: fixed;}
  106.  
  107. #topbar {width: 507px; height: 30; top: 40px; margin-left: 523px; padding: 5px; background-color:{color:topbar}; color:{color:text}; text-align: center; font-family: georgia;  font-size: 30px; text-align: justify; position: fixed; -moz-transition: opacity .7s ease-in-out; -o-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; -webkit-transition: opacity .7s ease-in-out; opacity: 0.7;}
  108.  
  109. #topbar2 {width: 100%; height: 40; top: -10px; margin-left: 0px; padding: 5px; background-color:{color:topbar};; text-align: justify; position: fixed;  -moz-transition: opacity .7s ease-in-out; -o-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; -webkit-transition: opacity .7s ease-in-out; opacity: 0.7;}
  110.  
  111. #slideShowContainer{ float: left; margin-top: 0px; margin-left: 0px; height: auto; width:360px; position: fixed; background-color: {color:sidebar}; padding: 0px; border: 5px solid {color:sidebar};  -webkit-transition: all .8s ease-out; -moz-transition: all .8s ease-out; }
  112.  
  113. #slideShow2 {margin-top: 0px; margin-bottom: 0px;}
  114. #slideShow2 img{width: 360px; height: 229px; margin-left: 0px;}
  115. #slideShow4 {margin-top: 0px; margin-bottom: 0px;}
  116. #slideShow4 img{width: 360px; height: 229px; margin-left: 0px; }
  117.  
  118. #link4 {margin-left:  0px; margin-top: 05px; width: 610px; font-size: 18px; height: 15px; text-align: center; background-color: {color:topbar}; font-family: georgia; line-height: 17px;  color: {color:text}; position: fixed;  padding: 5px 0 9px 0; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  119.  
  120. #link4:hover {height: 150px; overflow: hidden; }
  121.  
  122. #links {width: 302px; float: left; margin-left:70px; margin-top: 06px; padding: 0px; text-align: center; position: fixed;  -moz-transition: opacity .7s ease-in-out; -o-transition: opacity .7s ease-in-out; transition: opacity .7s ease-in-out; -webkit-transition: opacity .7s ease-in-out; opacity: 0;  }
  123.  
  124. #links a {float: left; margin-left: 2px; display: block; letter-spacing: -1px; font-family: verdana; font-size: 9px; text-align: center; margin-bottom: 2px; width: 145px; background-color: {color:sidebar}; color:{color:text}; text-decoration: none; text-transform: none; line-height: 55px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  125.  
  126. #links  a:hover{text-align: center; background-color: {color:sidebar}; color:{color:text}; letter-spacing: 4px;}
  127. #links:hover{opacity: 0.7;}
  128.  
  129. /* uinovinha kk */
  130.  
  131. #link43 {margin-left:  -05px; margin-top: 235px; width: 380px; font-size: 18px; height: 15px; text-align: center; background-color: {color:sidebar}; font-family: georgia; line-height: 17px;  color: {color:text}; position: fixed;  padding: 5px 0 9px 0; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  132.  
  133.  
  134.  
  135. #link43:hover {height: 150px; overflow: hidden; }
  136.  
  137. .uinovinha {text-align: justify; padding: 5px; font-family: verdana; margin-top: 5px; font-size: 9px; color: ; letter-spacing: 0px; line-height: 10px; }
  138.  
  139.  
  140. /*** Paginação by madlyluv.com ***/
  141. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  142. #paginacaoml a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: #000000; text-decoration: none;}
  143. #paginacaoml a:hover {background: {color:sidebar}; border: none;}
  144. #paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: #000000; text-decoration: none;}
  145. #paginacaoml span.info {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  146.  
  147. /* titulo e tal */
  148.  
  149.  
  150. .stitle{padding:10px;width:45px; height:209px; margin-left:05px; margin-top:05px; color:{color:stitle}; font-family:georgia; font-align: center; font-size:38px; letter-spacing:1px; background-color:{color:topbar};position:fixed; opacity:0.8; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;text-align:center;}
  151.  
  152. .stitle:hover{opacity:0.6; height:209px;}
  153.  
  154.  
  155.  
  156. #credit {float: left; margin-top: 275px; margin-left: -05px; width: 370px; background-color: {color:sidebar}; color: {color:text}; padding: 5px; font-size: 9px; font-family: Verdana, Geneva, Tahoma, sans-serif; text-align: center; -webkit-border-radius: 0px 0px 30px 30px ; }
  157.  
  158.  
  159.  
  160. #credit a{font-size: 9px; color:{color:sidebar}}
  161.  
  162.  
  163.  
  164. /* container */
  165. #container {background-color:transparent; width: 600px;  margin: 0 0 0 509px; margin-top: 60px; position: absolute}
  166.  
  167. #entries {width: 590px; margin: 13px}
  168.  
  169. #entry {float:center; width: 502px; background-color:{color:entry}; text-align: justify; padding: 10px 5px 10px 5px; margin: 4px 2px 4px 2px}
  170.  
  171. .image{text-align: center; margin: 0 0 2px 0}
  172. .image img{border: 0px; margin-bottom: 10px; padding: 0}
  173.  
  174. .info {width: 510px; padding: 0px; margin: 0 0 10px 0}
  175. .infolinks{text-align: left; font-size: 10px; text-transform: uppercase; }
  176. .infolinks a{display: inline; text-decoration: none; color: {color: text}; background-color: {color:entry};
  177.  
  178. padding: 1px 5px 1px 5px; margin: 0 0 1px 0}
  179.  
  180. .source{display:none}
  181.  
  182. h1 {font-family: verdana; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 17px;}
  183. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 17px;}
  184. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 17px;}
  185.  
  186. .markqt {font-size: 60px; font-family: georgia; color: #000000; line-height: 60px; margin-left: 5px; opacity: 0.1; filter:alpha (opacity=10);}
  187. .qt {font-family: verdana; font-size: 16px; line-height: 17px;  margin-top: -62px; margin-left: 30px; padding: 10px;}
  188. .qsr{margin: 5px 4px 0 0; text-align: center; text-transform: none;}
  189. .qsr a, a:hover{text-transform: none;}
  190.  
  191. .chat{line-height: 12px; list-style: none }
  192. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  193. .person1 {color: {color:text} }
  194. .person1 .label {font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  195. .person2 {color: {color:text}}
  196. .person2 .label { font-weight: bold; padding: 0px; margin: 0 0 5px 0; color: {color:text}}
  197.  
  198. .iaudio{text-align: center; margin: 0 0 5px 0; width: 100%; background-color: {color:background}}
  199. .iaudio img{max-width: 270px; height: auto; padding: 40px 0 40px 0}
  200. .plcount {font-style: italic}
  201.  
  202. .question {margin: 5px 5px 5px 7px; border-left: 6px solid {color:sidebarlinks}; padding-left: 5px; width: 480px; background-color: {color:post}; font-style: italic; color: {color:leftext}; font-size: 11px; }
  203. .question a {font-weight: bold; color: {color:link};}
  204. .questions a:hover {font-weight: bold; color: {color:link};}
  205.  
  206. .asker {font-size: 11px;}
  207. .asker a {color: {color:link}}
  208. .asker a:hover {color: {color:link};}
  209.  
  210. .askk img {text-align: center;}
  211. .askk img a{background-color: {color:left};}
  212. .askk img a:hover {background-color: {color:sidebarlinks};}
  213.  
  214. .answer {clear: both; padding: 4px}
  215. .answer img {max-width: 470px;}
  216.  
  217. #cap {width: 500px; margin-top: -2px;}
  218.  
  219. #dda {font-size: 9px; font-family: verdana; text-transform: lowercase;}
  220. .dda a {font-size: 9px;}
  221.  
  222. .lineleft {margin-left: -10px; float: left;}
  223. .lineright {margin-right: -10px; float: right;}
  224.  
  225. .tags {color: {color:text};  font-size: 9px; font-family: verdana;  display: inline; list-style: none; text-transform: lowercase;}
  226. .tags a {font-size: 9px; color: verdana; display: inline; list-style: none; text-transform: lowercase;}
  227.  
  228.  
  229. #nts {width: 500px; margin-left: 430px; padding: 10px; margin-top: 5px; font-size: 10px; text-align: left}
  230. #nts img{display: none; border:0px}
  231. </head>
  232.  </style>
  233.  
  234.  
  235. <body>
  236.  
  237.  
  238. <div id="container">
  239.  
  240. <div id="entries">
  241.  
  242. <div class="clear"></div>
  243.  
  244.  
  245.  {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  246. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>  
  247.  
  248. {/block:IfEnableEndlessScrolling}
  249.  
  250.  
  251.  {block:Posts}
  252.  
  253. <div id="entry">
  254.  
  255. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  256.  
  257. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  258.  
  259. {block:Photoset}{Photoset-500}{/block:Photoset}
  260.  
  261. {block:Quote}
  262. <b class="markqt">“</b><div class="qt">{Quote}</div>
  263. {block:Source}<div class="qsr"> — {Source}</div>
  264. {/block:Source}
  265. {/block:Quote}
  266.  
  267. {block:Link}
  268. <h1><center><a href="{URL}" {Target}>{Name}</a></center></h1>
  269. {block:Description}{Description}{/block:Description}
  270. {/block:Link}
  271.  
  272. {block:Chat}
  273. {block:Title}<h1><center><a href="{Permalink}">{Title}</a></center></h1>{/block:Title}
  274. <div class="chat"><ul>{block:Lines}
  275. <li class="person{UserNumber}">{block:Label}
  276. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  277. {/block:Chat}
  278.  
  279. {block:Audio}
  280. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  281. {AudioPlayerWhite}
  282. <div class="plcount">{PlayCountWithLabel}</div>
  283. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  284. {/block:Audio}
  285.  
  286. {block:Video}{Video-500}{/block:Video}
  287.  
  288. {block:Answer}
  289. <div class="asker"><b>{Asker} gritou-me:</b> {Question}</div>
  290. <div class="answer">{Answer}</div>
  291. <br>
  292. {/block:Answer}
  293.  
  294.  
  295. <div id="cap">
  296. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  297. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  298. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  299.  
  300. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  301.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  302.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  303. {/block:ContentSource}</div></div>
  304. <br>
  305. {block:IfShowTags}<div class="tags"> in<b>diretas:</b> {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>{/block:IfShowTags}
  306.  
  307. <div id="dda">
  308.  
  309.  
  310. <div style="float:left;" class="details">
  311. {block:Date} Posted <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} ? {NoteCountWithLabel}{/block:NoteCount}<BR>
  312.  
  313. {block:RebloggedFrom}originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  314. </span>{/block:RebloggedFrom}
  315. </div>
  316.  
  317. <div style="float:right;" class="details"> {block:IndexPage}<a href="{ReblogUrl}" target="_blank">reblog this shit</a>{/block:IndexPage}
  318. <BR>
  319.  
  320. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  321. </div>
  322. </ br>
  323. <br clear="all" /></div></div>
  324.  
  325.  {/block:Posts}
  326.  
  327.   {block:IfEnableEndlessScrolling}</div>  {/block:IfEnableEndlessScrolling}
  328. </div>
  329.  
  330. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  331.  
  332. </div>
  333.  
  334. <div id="pqpmaslin">
  335.  
  336. <div id="link43">{text:frase}
  337. <div class="uinovinha">{description}</div>
  338. </div>
  339.  
  340. <div id="slideShowContainer">
  341. <div id="slideShow2"><div id="slideShow4">
  342. <img src="{image:sidebar}"/>
  343. </div></div></div>
  344.  
  345. <div class="stitle">
  346. <p><br>{text:letra}<br><br><br>{text:letra2}<br><br><br>{text:letra3}<br><br><br>{text:letra4}<br><br><br>{text:letra5}
  347. </div>
  348.  
  349. <div id="links">
  350. <a href="{text:Link1}">{text:Link1 Title}</a>
  351. <a href="{text:Link2}">{text:Link2 Title}</a>
  352. <a href="{text:Link3}">{text:Link3 Title}</a>
  353. <a href="{text:Link4}">{text:Link4 Title}</a>
  354. <a href="{text:Link5}">{text:Link5 Title}</a>
  355. <a href="{text:Link6}">{text:Link6 Title}</a>
  356. <a href="{text:Link7}">{text:Link7 Title}</a>
  357. <a href="{text:Link8}">{text:Link8 Title}</a>
  358. </div>
  359.  
  360. <div id="credit">theme by <a href="http://he4ting.tumblr.com"><b>he4ting</b></a> with <a href="http://l-oveyourself.tumblr.com"><b>details</b></a></div>
  361.  
  362. </div>
  363.  
  364. <div id="pagination">
  365. <div id="pagination2">
  366. <div id="paginacaoml"><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  367. {block:JumpPagination length="10"}
  368. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  369. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  370. {/block:JumpPagination}
  371. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center>
  372. </div>
  373. </div>
  374. </div>
  375. <div id="topbar">
  376. <center>{text:topfrase}</center>
  377. </div>
  378.  
  379. <div id="topbar2"></div>
  380.  
  381.  
  382. </body>
  383. </html>