luisquintanilha

Theme 15

Aug 26th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{title}</title>
  4.  
  5. <script type="text/javascript">
  6.  
  7. //desabilita menu de opcoes ao clicar no botao direito
  8.  
  9. function desabilitaMenu(e)
  10.  
  11. {
  12.  
  13. if (window.Event)
  14.  
  15. {
  16.  
  17. if (e.which == 2 || e.which == 3)
  18.  
  19. return false;
  20.  
  21. }
  22.  
  23. else
  24.  
  25. {
  26.  
  27. event.cancelBubble = true
  28.  
  29. event.returnValue = false;
  30.  
  31. return false;
  32.  
  33. }
  34.  
  35. }
  36.  
  37. document.oncontextmenu = desabilitaMenu;
  38.  
  39. document.onmousedown = desabilitaBotaoDireito;
  40.  
  41. document.onmouseup = desabilitaBotaoDireito;
  42.  
  43. </script>
  44.  
  45.  
  46.  
  47.  
  48. <meta name="color:Background" content="#FFFFFF"/>
  49. <meta name="color:Content" content="#FFFFFF"/>
  50. <meta name="color:Text" content="#555"/>
  51. <meta name="color:Border" content="#eee"/>
  52. <meta name="color:Link" content="#444"/>
  53. <meta name="color:bg link" content="#eee"/>
  54. <meta name="color:bg link hover" content="#fff"/>
  55. <meta name="color:Link hover" content="#444444"/>
  56. <meta name="color:Title" content="#f8b397"/>
  57. <meta name="if:Title" content="1"/>
  58. <meta name="text:Body font size" content="12"/>
  59. <meta name="image:Background" content=""/>
  60. <meta name="image:sidebar" content="http://static.tumblr.com/i0pt7cu/W0sm7s57p/tumblr_m0kmwqxp351qcysh1o1_500.jpg"/>
  61. <meta name="color:bg-link" content="#eee"/>
  62. <meta name="text:Link1" content="/" />
  63. <meta name="text:Link1 Title" content="home" />
  64. <meta name="text:Link2" content="/ask" />
  65. <meta name="text:Link2 Title" content="askbox" />
  66. <meta name="text:Link3" content="link1" />
  67. <meta name="text:Link3 Title" content="link3" />
  68. <meta name="text:Link4" content="link2" />
  69. <meta name="text:Link4 Title" content="link4" />
  70. <meta name="text:Link5" content="link2" />
  71. <meta name="text:Link5 Title" content="link5" />
  72.  
  73. <link href="http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:300" rel="stylesheet" type="text/css">
  74.  
  75. </head>
  76. <style type='text/css'>
  77.  
  78. @font-face {
  79. font-family:basket;
  80. src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');
  81. }
  82.  
  83. body {
  84. margin:0px;
  85. background-color: {color:Background};
  86. background-image:url({image:Background});
  87. background-attachment:fixed;
  88. background-repeat: no-repeat;
  89. background-position:bottom right;
  90. font-size:11px;
  91. font-family:calibri;
  92. line-height:12px;
  93. color: {color:Text};
  94. text-align:justify;
  95. }
  96.  
  97. a:link, a:active, a:visited{color:{color:Link}; text-decoration: none;}
  98.  
  99. a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.8; }
  100.  
  101.  
  102. {block:IfImagensComBordaRedonda}
  103. img {-moz-border-radius: 10px;
  104. -webkit-border-radius: 10px;
  105. border-radius: 10px;
  106. }
  107. {/block:IfImagensComBordaRedonda}
  108.  
  109. #content
  110. {
  111. width: 500px;
  112. top: 5px;
  113. left: 485px;
  114. position: relative;
  115. margin-left: -220px;
  116. }
  117.  
  118. .nav{
  119. display: navigate;
  120. font-size:10px;
  121. color: {color:Font};
  122. opacity: .60;
  123. font-family: trebuchet ms;
  124. text-transform:uppercase;
  125. margin-right:6px;
  126. border-bottom:2px solid transparent;
  127. }
  128.  
  129. .nav:hover{border-bottom:2px solid {color:Links hover}; color: {color:Links hover};}
  130.  
  131. #paginas{
  132. font-size:11px;
  133. display:block;
  134. text-align:right;
  135. padding-top:10px;
  136. }
  137.  
  138. .pagina_atual{
  139. padding: 5px;
  140. margin-right:4px;
  141. }
  142.  
  143.  
  144. #chat li {
  145. padding: 4px;
  146. background-color: {color:Chat};
  147. margin-top: 2px;
  148. color: {color:Chat font};
  149. }
  150.  
  151. #chat ul{
  152. list-style: none;
  153. padding: 0px;
  154. margin-top:5px;
  155. margin-bottom:10px;
  156. width: 100%;
  157. }
  158.  
  159.  
  160. #text {text-align: justify;}
  161.  
  162. blockquote {margin: 0.5em 0px; padding-left: -10px; text-align: justify;}
  163. .audioblack{
  164. background-color:#000000;]
  165. text-align: right;
  166. height:27px;
  167. width:100%;
  168. -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  169. -moz-box-shadow: 1px 1px 1px rgba(0,0,0,1.4);
  170. box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  171. }
  172.  
  173. .audiowhite{
  174. background-color:#FFFFFF;]
  175. text-align: right;
  176. height:27px;
  177. width:100%;
  178. -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  179. -moz-box-shadow: 1px 1px 1px rgba(0,0,0,1.4);
  180. box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  181. }
  182.  
  183. #audioinfo{
  184. background-color:#E4E4E4;]
  185. text-align: right;
  186. height:27px;
  187. margin-left: 150px;
  188. width:100%;
  189. -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  190. -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  191. box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  192. }
  193.  
  194. .post_title {font-size: 20px;}
  195.  
  196. .question {align:right;background: #161616; color:#A3A3A3; margin:7px 0px 5px 5px;padding:6px;position:relative;}
  197.  
  198. .q{
  199. margin-left:0px;
  200. line-height:14px;
  201. }
  202.  
  203.  
  204. .fonte{margin: 5px 15px 0 0; text-align: left; margin-left: 80px;}
  205.  
  206. .titulo{
  207. margin-top:7px;
  208. text-align: center;
  209. font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  210. font-size: 24px;
  211. color:#999999;
  212. text-transform:lowercase;
  213. }
  214.  
  215.  
  216. .sidebar{
  217. text-align: justify;
  218. font-family:calibri;
  219. font-style: normal;
  220. width: 220px;
  221. border: 1px solid #ddd;
  222. -moz-border-radius: 3px;
  223. border:1px solid #e2e2e3;
  224. position: fixed;
  225. top: 0px;
  226. left:10px;
  227. height:100%;
  228. font-size:11px;
  229. padding:10px;
  230. padding-left:15px;
  231. background-color: #fff;
  232. z-index: 1;
  233.  
  234. }
  235.  
  236. .title{
  237. font-family:BASKET;
  238. font-size:30px;
  239. margin-top:12px;
  240. letter-spacing:0px;
  241. margin-left:0px;
  242. letter-spacing:1px;
  243. margin-bottom:5px;
  244. text-transform: uppercase;
  245. color:{color:title};
  246. text-align:center;}
  247.  
  248. .permalink {
  249. font-size: 12px;
  250. position: absolute;
  251. text-align: center;
  252. width: 120px;
  253. font-family:tahoma;
  254. text-transform:none;
  255. background-color:#fff;
  256. opacity:0;
  257. color:#000;
  258. -webkit-transition: 0.3s ease-in;
  259. top:0px;
  260. {block:permalinkpage}
  261. display:none;
  262. {/block:permalinkpage}:}
  263.  
  264.  
  265.  
  266. .entry:hover .permalink{
  267. filter: alpha(opacity = 100);
  268. -webkit-transition: 0.11s ease-in;
  269. font-family:tahoma;
  270. letter-spacing: 0px;
  271. font-size:12px;
  272. top:0px;
  273. height:30px;
  274. vertical-align:text-top;
  275. position: absolute;
  276. -webkit-transition: all 0.99s ease-out;
  277. -moz-transition: all 0.99s ease-out;
  278. opacity: 0.90;
  279. line-height:30px;
  280. opacity:0.9;
  281.  
  282. background-color:#fff;
  283. }
  284. .permalink a {color:{color:Link};}
  285. .permalink a:hover {color:{color:link highlight};}
  286.  
  287.  
  288. #links a{display: block;float: left;
  289. width: 65px; padding:3px; background: ;margin-left:20px; z-index:3;
  290. text-align:
  291. center; color:{color:link};
  292. text-transform: uppercase;
  293. font-size: 9px;
  294. background-color:{color:bg link};
  295.  
  296. margin-top:2px;
  297. margin-left:1px;}
  298. #links a:hover{
  299. background-color:
  300. {color:bg link hover}; color: {color: link hover};}
  301.  
  302. .entry{
  303. position: relative;
  304. width:500px;
  305.  
  306. float:left;
  307. margin:2px;
  308. margin-left: 10px;
  309.  
  310. }
  311.  
  312. .entry img{
  313.  
  314. max-width:100%;
  315.  
  316.  
  317.  
  318. }
  319.  
  320.  
  321. </style>
  322.  
  323. </head>
  324. <body>
  325.  
  326.  
  327.  
  328.  
  329. <div id="content">
  330. {block:Posts}
  331. {block:Text}
  332. <div class="entry">
  333. {block:Title}<big><big><big><big>{title}</big></big></big></big><p>{/block:Title}
  334. {Body}
  335. <span class="permalink"><a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a>
  336. </span>
  337. </div>
  338. {/block:Text}
  339.  
  340. {block:Photo}
  341. <div class="entry">
  342. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  343. <span class="permalink"> <a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a>
  344. </span>
  345. </div>
  346. {/block:Photo}
  347.  
  348.  
  349. {block:Photoset}
  350. <div class="entry">
  351. {block:IndexPage}{Photoset-350}{/block:IndexPage}
  352. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  353. {block:Caption}{Caption}{/block:Caption}
  354. <br>
  355. <span class="permalink"><a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a>
  356. </span>
  357. </div>
  358. {/block:Photoset}
  359.  
  360.  
  361. {block:Quote}
  362. <div class="entry">
  363. <div class="q">"{Quote}"{block:Source}<b>- {Source}</b>{/block:Source}</div>
  364. <span class="permalink"> <a href="{Permalink}" class="plink"><FONT color="#999">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank"><FONT color="#999">Reblog</a></a></font></font>
  365. </span>
  366. <p></div>
  367. {/block:Quote}
  368.  
  369. {block:Chat}
  370. <div class="entry">
  371. <big><big><big>{block:Title}{Title}{/block:Title}</big></big></big>
  372. <div id="chat">
  373. <ul>{block:Lines}<li>
  374. {block:Label}<b>{Label}</b>{/block:Label}
  375. {Line}
  376. </li>{/block:Lines}</ul>
  377. </div>
  378. <div style="margin-top:14px;"><span class="permalink"><a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a></div>
  379. </span>
  380. </div>
  381. {/block:Chat}
  382.  
  383. {block:Link}
  384. <div class="entry">
  385. <big><big><big><big><a href="{URL}">{Name}</a></big></big></big></big><p>
  386. {block:Description}{Description}{/block:Description}
  387. <span class="permalink"><a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a>
  388. </span>
  389. </div>
  390. {/block:Link}
  391.  
  392. {block:Audio}
  393. <div class="entry">
  394. <center>
  395. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="180"/><p>{/block:AlbumArt}</center>
  396. <div class="lalala">{AudioPlayerGrey}</div>
  397. {block:Caption}{Caption}
  398. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  399. <span class="permalink"><a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a>
  400. </span>
  401. </div>
  402. {/block:Audio}
  403.  
  404. {block:Video}
  405. <div class="entry">
  406. {block:IndexPage}{block:IfNot400px}{Video-250}{/block:IfNot400px}{block:If400px}{Video-400}{/block:If400px}{/block:IndexPage}
  407. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  408. {block:Caption}{Caption}{/block:Caption}
  409. <p>
  410. <span class="permalink"><a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a>
  411. </span>
  412. </div>
  413. {/block:Video}
  414.  
  415. {block:Answer}
  416. <div class="entry">
  417. <b>{Asker} disse: {Question}</b>
  418. {Answer}
  419. <span class="permalink"><a href="{Permalink}" class="plink">{NoteCountWithLabel}</a> | <a href="{Reblogurl}" class="plink" target="_blank">Reblog</a></a>
  420. </span>
  421. </div>
  422. {/block:Answer}
  423.  
  424. {block:PostNotes}
  425. <div class="entry">
  426. {block:Caption}{Caption}{/block:Caption}
  427. <center>
  428. {NoteCountWithLabel}<br>
  429.  
  430. {block:RebloggedFrom}
  431. reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  432. post original por <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
  433. </center></span>
  434. <br>
  435. <div id="postnotes">{PostNotes}</div><br>
  436.  
  437. <center>{block:ContentSource}
  438. <br><a href="{SourceURL}">
  439. {lang:Source}:
  440. {block:SourceLogo}
  441. <img src="{BlackLogoURL}" width="{LogoWidth}"
  442. height="{LogoHeight}" alt="{SourceTitle}" />
  443. {/block:SourceLogo}
  444. {block:NoSourceLogo}
  445. {SourceLink}
  446. {/block:NoSourceLogo}
  447. </a>
  448. {/block:ContentSource}</center></div>
  449. {/block:PostNotes}
  450.  
  451. {/block:posts}
  452.  
  453.  
  454.  
  455.  
  456.  
  457. <BR>
  458. {block:Pagination}<div id="paginas">{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  459. {block:JumpPagination length="5"}{block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  460. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  461. {block:NextPage}<a href="{NextPage}">&raquo;</a>
  462. {/block:NextPage}{/block:Pagination}</div>
  463.  
  464.  
  465.  
  466. </div>
  467.  
  468.  
  469.  
  470. <div class="sidebar">
  471. <div class="portrait"></div>
  472.  
  473.  
  474. {block:IfTitle}{/block:IfTitle}
  475.  
  476.  
  477. <div class="side"><div class="title">{title}</div><br>
  478. <img src="{image:sidebar}" alt="" width="200" style=" border: 4px solid {color:border}; padding: 5px;" >
  479. {block:Description} {description} {/block:Description}<br><br><center></center><div id="images">
  480. <div id="links"><center>
  481. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  482. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  483. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  484. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  485. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  486. <a href="http://luisq-themes.tumblr.com">theme</a>
  487.  
  488.  
  489. </center>
  490.  
  491. <center>
  492.  
  493.  
  494. </div>
  495.  
  496.  
  497.  
  498. </div>
  499.  
  500. </div>
  501.  
  502.  
  503. </div>
  504.  
  505. <div style="font-size:11px;position:fixed; top:25px; right:8px;text-align:right;">
  506.  
  507. <div style="position: fixed; font-size:10px;
  508. font-family:Trebuchet ms; bottom: 0px; right: 0px;">
  509. <a href="http://congelad0.tumblr.com" target="_blank">THEME @ </a>
  510. </div>
  511. </body>
  512.  
  513.  
  514.  
  515. </html>
  516. </html>
Advertisement
Add Comment
Please, Sign In to add comment