Advertisement
Larerv

CL

Jan 4th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.63 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <meta name="text:Link1" content="" />
  5. <meta name="text:Link1 Title" content="" />
  6. <meta name="text:Link2" content="" />
  7. <meta name="text:Link2 Title" content="" />
  8. <meta name="text:Link3" content="" />
  9. <meta name="text:Link3 Title" content="" />
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  12.  
  13. <title>{title}</title>
  14. <link rel="shortcut icon" href="{favicon}">
  15. <style type="text/css">
  16. /*** fundo do theme ***/
  17. body{background: #F5F5F5; fixed; text-align: justify; color: #000; margin-left: 50px; margin-top: 15px; padding: 0; line-height: 17px; color: #000; overflow-x:hidden; height:100%; font: 11px Verdana;}
  18.  
  19. /*** espacos ***/
  20. .both{clear: both;}
  21.  
  22. /*** titulos ***/
  23. h1 {color: #000000; font-family: Georgia; font-size:23px; line-height:25px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; font-style: italic; text-align:left; letter-spacing: 1px;}
  24.  
  25. h2 {color:#fff; font-family: Homemade Apple; font-size:22px; line-height:25px; font-weight: normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left; letter-spacing: 1px;}
  26.  
  27.  
  28. .post{margin-bottom:18px;}
  29. .post .title {margin:0; padding:0; font-size:25px; line-height:22px; font-weight:;}
  30.  
  31. /*** caixas dos posts ***/
  32.  
  33. .box {
  34. overflow:hidden;
  35. letter-spacing: 1px;
  36. text-align: justify;
  37. color: #000;
  38. font: 11px tahoma;
  39. background-color: #F8F8FF;
  40. padding:6px;
  41. border: 0px solid #9C9C9C;
  42. -moz-box-shadow: 0 0 3px #fff;
  43. -webkit-box-shadow: 0 0 3px #fff;
  44. box-shadow: 0 0 3x #fff;
  45. -moz-border-radius: 3px; -webkit-border-radius: 3px;
  46. }
  47.  
  48.  
  49. /*** linha ***/
  50. .wishlist { display: block; background-color: transparent; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #eee; padding-top: 0px; padding-bottom: 1px; padding-right: 0px; padding-left: 0px; margin-right: 0px; }
  51.  
  52.  
  53. /*** tamanho max. para as imagens ***/
  54. img {max-width: 1500px;}
  55.  
  56. /*** links ***/
  57.  
  58. a {
  59. color: #8B8989;
  60. text-decoration: none;
  61. -webkit-transition: color 0.5s ease-out;
  62. -moz-transition: color 0.5s ease-out;
  63. transition: color 0.5s ease-out;}
  64.  
  65. a:hover {
  66. color: #8B8989;
  67. filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
  68.  
  69. /*** ask ***/
  70. .ask {
  71. background: #F8F8FF;
  72. text-align: left;
  73. margin-left: 56px;
  74. padding: 5px 5px 5px 5px;
  75. -moz-border-radius: 5px;
  76. -webkit-border-radius: 5px;
  77. border-bottom: 1px solid #DFDFDF;
  78. }
  79.  
  80. /*** sidebar ***/
  81. .side{
  82. background: #F8F8FF;
  83. text-align:justify;
  84. float:left;
  85. position:fixed;
  86. width: 320px;
  87. height: 370px;
  88. color: #000;
  89. padding:0px;
  90. -webkit-border-radius: 0px 100px 0px 100px;
  91. }
  92.  
  93.  
  94. /*** Paginação by madlyluv.com ***/
  95.  
  96. #paginacaoml {font-size: 11px; font-weight: bold; line-height: 21px; }
  97.  
  98. #paginacaoml a {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #888; text-decoration: none; border-radius:6px;}
  99.  
  100. #paginacaoml a:hover {background: #fff; border: none; text-shadow: 1px 1px 1px #fff;}
  101.  
  102. #paginacaoml span.pagina_atual {background: #eee; margin: 0 1px 0 0; padding: 2px 4px; color: #777; text-decoration: none;}
  103.  
  104. #paginacaoml span.info {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: #b6b6b6; text-decoration: none;}
  105.  
  106. /*** Menu ***/
  107. menu {font-family: calibri; font-color: #000; font-size: 10px; background: #F8F8FF; text-align: center; margin:5px; padding:3px; border-radius:100px; width:180%; -webkit-transition-duration: .50s; text-transform: uppercase}
  108.  
  109. menu:hover {font-family: calibri; font-color: #000; background: #F8F8FF; margin: 5px; width:155%;}
  110.  
  111. /***Bordas***/
  112.  
  113. .borda{border-radius: 50px; -webkit-transition: .90s}
  114. .borda:hover{border-radius: 10px; }
  115.  
  116. .bordinha{border-radius: 0px 100px 0px 100px}
  117.  
  118. .pages{width: 110px; margin: 1px 0 0 0; text-align: center; font-size: 45px; line-height:45px}
  119.  
  120. .pages a{text-decoration: none;color:#0000}
  121.  
  122. .pages a:hover{color:#959DBD}
  123.  
  124. .pprev{width: 53px; float: left}
  125.  
  126. .pnext{width: 53px; float: right}
  127.  
  128.  
  129. .opacidade {opacity: 0.6; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  130. .opacidade:hover {opacity: 1.0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  131.  
  132. /* Opacidade no Photoset - by: DANIIDEUTSCHER*/
  133. .html_photoset {opacity: 0.6; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; max-width:467px}
  134. .html_photoset:hover {opacity: 1.0; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
  135.  
  136. .notespost{font-family: segoe ui; font-size: 7px; text-transform: uppercase}
  137.  
  138. </style>
  139. </head>
  140. <body onkeydown='return false'>
  141. <div style="position:fixed; left:130px; top:40px; position: fixed; text-align: left;" >
  142.  
  143. <div class="side">
  144.  
  145. <div style="position:fixed; left:150px; top:60px; position: fixed; text-align: left;" >
  146. <img src="http://data.whicdn.com/images/28020461/tumblr_m3gztgxzHm1qhneq9o1_500_large.png" height="320px" class="bordinha">
  147. </div>
  148. </div></div></div>
  149.  
  150. <div style="position:absolute; left:250px; top:300px; position: fixed; text-align: left;" >
  151. <h2>{title}</h2></div>
  152.  
  153. <div style="position:fixed; left:40px; top:50px; position: fixed; text-align: left;" >
  154. <a href="/"><menu>home</menu></a>
  155. <a href="/ask"><menu>ask</menu></a>
  156. <a href="/archive"><menu>archive</menu></a>
  157. <a href="{text:Link1}"><menu>{text:Link1 Title}</menu></a>
  158. <a href="{text:Link2}"><menu>{text:Link2 Title}</menu></a>
  159. <a href="{text:Link3}"><menu>{text:Link3 Title}</menu></a>
  160. </div>
  161.  
  162. <div style="position:fixed; left:315px; top:105px; position: fixed; text-align: justify;">
  163.  
  164.  
  165. <div style="overflow: auto; color: #fff; background-color: {color:descri}; width: 100px; font-family: verdana; text-align: justify; height: 100px; padding: 0px 10px 5px 1px; letter-spacing: 0px; font-size:10px; line-height: 100%">
  166. {description}</div>
  167. </div>
  168.  
  169. </div>
  170.  
  171. <div style="position:absolute; left:220px; top:380px; position: fixed; text-align: left;" >
  172.  
  173. <pre><div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: #000; background-color: transperant; width: 180px; text-align: justify; font-family: verdana; height: 20px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 0%">
  174.  
  175. theme por <b>misutte</b>, base, aspas no quote e paginação por <b>tt-extras</b>. não copie, seja criativo.
  176.  
  177. </div></pre></div>
  178.  
  179. <div style="position:absolute; left:35px; top:290px; position: fixed; text-align: left;" >
  180. <div class="pages">{block:Pagination} <span class="pprev">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}</span> <span class="pnext"> {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</span> {/block:Pagination}</div></div>
  181.  
  182.  
  183. <!-- conteudo -->
  184. </div>
  185. <div id="conteudo">
  186. <!-- liuc -->
  187. <div id="liuc">
  188.  
  189.  
  190. <!-- TAGS PRINCIPAIS DO POST- NÃO APAGUE NADA AQUI -->
  191. <!---------- POSTS --------------------------->
  192.  
  193. <div style="position:absolute; width:480px; left: 550px; top:20px; padding-top:0px;">
  194.  
  195. {block:Posts}
  196.  
  197.  
  198. {block:Regular}<div class="post"><div class="box">
  199. {block:Title}<h1>{Title}</h1>{/block:Title}
  200. <div class="entry">{Body}</div>
  201.  
  202.  
  203.  
  204.  
  205. <!---------------- DATA DOS POSTS ------------->
  206. <div class="notespost">
  207. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a> • <a href="{ReblogURL}" target="_blank">reblog</a>
  208. </div></center>
  209.  
  210. <div class="tag">{block:HasTags}Tags: {block:Tags}&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;#{/block:Tags}{/block:HasTags}</a></div>
  211.  
  212. </div></div>
  213. {/block:Regular}
  214.  
  215.  
  216. <!---------- PHOTOS --------------------------->
  217.  
  218. {block:Photo}
  219. <div class="post"><div class="box">
  220. {LinkOpenTag}<img src="{PhotoURL-500}" class="opacidade" alt="{PhotoAlt}" width=467px/>{LinkCloseTag}
  221. {block:Caption}
  222.  
  223. <div class="caption">{Caption}</div>
  224. {/block:Caption}
  225. <div style="clear:both;"></div>
  226. <BR>
  227.  
  228.  
  229.  
  230. <!---------------- DATA DOS POSTS ------------->
  231. <div class="notespost">
  232. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a> • <a href="{ReblogURL}" target="_blank">reblog</a>
  233. </div></center>
  234.  
  235.  
  236.  
  237.  
  238. </div></div>
  239. {/block:Photo}
  240.  
  241.  
  242. <div style="clear:both;"></div>
  243.  
  244.  
  245. <!---------- ASK --------------------------->
  246. {block:Answer}
  247. <div class="post"><DIV CLASS="BOX">
  248. <img src="{AskerPortraitURL-40}"align="left" class="borda"/>
  249. <div class="ask"><b>{Asker}</b>:
  250. <br>{Question}<br></div>
  251. {Answer}
  252.  
  253. <div style="clear:both;"></div>
  254.  
  255. <BR>
  256.  
  257.  
  258. <!---------------- DATA DOS POSTS ------------->
  259. <div class="notespost">
  260. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a>
  261. </div></center>
  262.  
  263. </div></div>
  264. {block:Answer}
  265.  
  266. <div style="clear:both;"></div>
  267.  
  268. <!---------- QUOTES --------------------------->
  269.  
  270.  
  271. {block:Quote}
  272. <div class="post"><div class="box"><img src="http://media.tumblr.com/tumblr_lwx4xpAQOq1qj9ark.png" align="left" width="25px">
  273. {Quote}
  274. </span>
  275. {block:Source}<div class="source"><b>&mdash; {Source}</b></div>{/block:Source}
  276.  
  277. <BR>
  278.  
  279.  
  280.  
  281. <!---------------- DATA DOS POSTS ------------->
  282. <div class="notespost">
  283. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a> • <a href="{ReblogURL}" target="_blank">reblog</a>
  284. </div></center>
  285.  
  286.  
  287.  
  288.  
  289. </div></div>
  290. {/block:Quote}
  291.  
  292.  
  293. <div style="clear:both;"></div>
  294.  
  295. <!---------- LINKS --------------------------->
  296.  
  297.  
  298. {block:Link}
  299. <div class="post"><div class="box"><a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  300. {block:Description}
  301. <div class="description">{Description}</div>
  302. {/block:Description}
  303.  
  304. <BR>
  305. <div class="divdate"></div>
  306.  
  307.  
  308. <!---------------- DATA DOS POSTS ------------->
  309. <div class="notespost">
  310. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a> • <a href="{ReblogURL}" target="_blank">reblog</a>
  311. </div></center>
  312.  
  313.  
  314.  
  315. </div></div>
  316. {/block:Link}
  317.  
  318. <div style="clear:both;"></div>
  319.  
  320.  
  321. <!---------- CHAT --------------------------->
  322. {block:Chat}
  323. <div class="post"><div class="box">
  324. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>
  325. {/block:Title}
  326. <div class="chat">
  327. {block:Lines}
  328. <div class="{Alt} user_{UserNumber}">
  329. {block:Label}<div class="wishlist">
  330. <span class="label">{Label}</span>
  331. {/block:Label}
  332. {Line}
  333. </div>
  334. {/block:Lines}
  335. </div>
  336. <BR>
  337. <div class="divdate"></div>
  338.  
  339.  
  340.  
  341. <!---------------- DATA DOS POSTS ------------->
  342. <div class="notespost">
  343. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a> • <a href="{ReblogURL}" target="_blank">reblog</a>
  344. </div></center>
  345.  
  346.  
  347.  
  348. </div></div>
  349. {/block:Chat}
  350.  
  351.  
  352. <div style="clear:both;"></div>
  353.  
  354. <!---------- AUDIO --------------------------->
  355. {block:Audio}
  356. <div class="post"><div class="box">
  357. {AudioPlayerWhite}
  358. {block:Caption}
  359. <div class="caption">{Caption}</div>
  360. <div style="float:right; margin-top: -50px;"><h>Música ouvida {PlayCount} vezes</h> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  361. {/block:Caption}
  362.  
  363.  
  364. <div class="divdate"></div>
  365.  
  366.  
  367. <!---------------- DATA DOS POSTS ------------->
  368. <div class="notespost">
  369. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a> • <a href="{ReblogURL}" target="_blank">reblog</a>
  370. </div></center>
  371.  
  372.  
  373.  
  374. </div></div>
  375. {/block:Audio}
  376.  
  377. <div style="clear:both;"></div>
  378. <!---------- VIDEOS --------------------------->
  379.  
  380. {block:Video}
  381. <div class="post">
  382. <div class="box">
  383. {Video-500}
  384. <br>
  385. {block:Caption}
  386. <div class="caption">{Caption}</div>
  387. {/block:Caption}
  388.  
  389. <BR>
  390. <div class="divdate"></div>
  391.  
  392.  
  393. <!---------------- DATA DOS POSTS ------------->
  394. <div class="notespost">
  395. <center><a href="{Permalink}">{MonthNumberWithZero}/{DayOfMonth}</strong>/{Year}</a> • <a href="{Permalink}" align="left"><b>{NoteCount}</b> notes </a> • <a href="{ReblogURL}" target="_blank">reblog</a>
  396. </div></center>
  397.  
  398.  
  399.  
  400. </div></div>
  401. {/block:Video}
  402.  
  403. <div style="clear:both;"></div>
  404.  
  405. <!---------------- NOTAS DOS POSTS ------------->
  406. {block:PostNotes}<div class="box">
  407. <div class="notes-bottom">
  408. {PostNotes}
  409. </div>
  410. {/block:PostNotes}
  411.  
  412. <!---------------- FIM DAS NOTAS DOS POSTS ------------->
  413. {/block:Posts}
  414.  
  415.  
  416.  
  417. </div></div></div>
  418.  
  419.  
  420. </body>
  421. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement