Advertisement
gaboney

thg

Feb 3rd, 2015
988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.15 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. BASE CODE THEME BY ADOREDASH
  6. THEME BY clowdps and psperfect
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <meta name="color:Text" content="#bbbbbb"/>
  21. <meta name="color:Desc" content="#bbbbbb"/>
  22. <meta name="color:Link" content="#aaaaaa"/>
  23. <meta name="color:Tags" content="#cccccc"/>
  24. <meta name="color:Hover" content="#f1f1f1"/>
  25. <meta name="color:scrollbar" content="ffffff"/>
  26. <meta name="color:scrollbarbg" content="ffffff"/>
  27.  
  28. <meta name="image:sidebar" content=""/>
  29.  
  30. <meta name="text:link1" content="">
  31. <meta name="text:link1 url" content="/">
  32. <meta name="text:link2" content="">
  33. <meta name="text:link2 url" content="/">
  34. <meta name="text:link3" content="">
  35. <meta name="text:link3 url" content="/">
  36. <meta name="text:link4" content="">
  37. <meta name="text:link4 url" content="/">
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. /*-----SCROLLBAR-----*/
  43.  
  44. ::-moz-selection {background-color:#FEFEFE;
  45. color:#E6E6E6;}
  46. ::selection {background-color:#FEFEFE;
  47. color:#E6E6E6;}
  48. ::-webkit-scrollbar {height: 6px;width: 3px;}
  49. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; width: 3px;}
  50. ::-webkit-scrollbar-track{background-color:{color:scrollbg}; width: 3px;}
  51.  
  52.  
  53. /*-----BODY-----*/
  54. body {
  55. background-color:{color:bg};
  56. font-family:arial; /*go to http://www.google.com/webfonts if you want more fonts*/
  57. font-size:9px;
  58. padding-bottom:5px;
  59. padding-top:0px;
  60. padding-right:0px;
  61. padding-left:0px;
  62. text-align:justify; /*right, left, center or justify*/
  63. color:{color:text};
  64. margin:0;
  65. }
  66.  
  67. /*TEXT LINKS*/
  68. a {
  69. text-decoration:none;
  70. -moz-outline-style:none;
  71. color:{color:link};
  72. -webkit-transition: all 0.5s ease;
  73. -moz-transition: all 0.5s ease;
  74. -o-transition: all 0.5s ease
  75. }
  76.  
  77. a:hover {
  78. opacity:1;
  79. color:{color:hover};
  80. -webkit-transition: all 0.5s ease;
  81. -moz-transition: all 0.5s ease;
  82. -o-transition: all 0.5s ease
  83. }
  84.  
  85. /*IMAGES*/
  86. img {
  87. border:none;
  88. opacity: 1;
  89. }
  90.  
  91.  
  92. h1 {
  93. font-size:12px;
  94. text-align:center;
  95. color:{color:text};
  96. text-transform:uppercase; /*lowercase(minuscule/small letter), uppercase(capital letters) or normal*/
  97. }
  98.  
  99. /*BLOCKQUOTE*/
  100. blockquote {
  101. width: 490px;
  102. font-size:9px;
  103. text-transform: normal;
  104. line-height:10px;
  105. margin-left:0px;
  106. padding: 4px;
  107. padding-left:9px;
  108. border-left: 1px solid #848484;
  109. color: {color:text};
  110. }
  111.  
  112.  
  113. /*-----SIDEBAR-----*/
  114.  
  115. #sidebar {
  116. position:fixed;
  117. width:200px;
  118. margin-right:0px;
  119. margin-left:140px;
  120. margin-top:260px;
  121. margin-bottom:0px;
  122. opacity:1;
  123. }
  124.  
  125. /*SB IMAGE*/
  126. #sidebarimage {
  127. width:220px;
  128. }
  129.  
  130. #sidebarimage img {
  131. width:220px;
  132. opacity:1;
  133. padding-top:0px;
  134. padding-bottom:10px;
  135. padding-right:0px;
  136. padding-left:0px;
  137. }
  138.  
  139. /*DESCRIPTION*/
  140. .desc {
  141. position:fixed;
  142. margin-top:-10px;
  143. margin-left:-10px;
  144. font-family:arial;
  145. line-height:140%;
  146. font-size:8px;
  147. font-style:normal;
  148. width:220px;
  149. padding:9px;
  150. text-align:justify;
  151. }
  152.  
  153. .desc a{
  154. color:{color:desc};
  155. -moz-transition-duration:0.6s;
  156. -webkit-transition-duration:0.6s;
  157. -o-transition-duration:0.6s;
  158. }
  159.  
  160. /*SIDEBAR LINKS*/
  161. .links {
  162. margin-top:-150px;
  163. margin-bottom:5px;
  164. font-size:10px;
  165. text-transform:lowercase;
  166. text-align:center;
  167. letter-spacing:2px;
  168. line-height:170%;
  169. }
  170.  
  171. .links a{
  172. padding:3px;
  173. color:{color:link};
  174. letter-spacing:0px;
  175. text-decoration:none;
  176. -moz-transition-duration:1s;
  177. -webkit-transition-duration:1s;
  178. -o-transition-duration:1s;
  179. }
  180.  
  181. .links a:hover{
  182. color:{color:hover};
  183. -moz-transition-duration:1s;
  184. -webkit-transition-duration:1s;
  185. -o-transition-duration:1s;
  186. }
  187.  
  188.  
  189. /*PAGINATION*/
  190. /*** paginação by madlyluv.com ***/
  191. #paginacaoml {font-size: 9px; font-weight: bold;margin-top:40px;}
  192. #paginacaoml a {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-size:11px}
  193. #paginacaoml a:hover {background: {color:hover}; border: none; color: {color:hover};}
  194. #paginacaoml span.pagina_atual {background: {color:link}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-size:11px}
  195. #paginacaoml span.info {background: #fff; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  196.  
  197.  
  198. /*-----ENTRIES-----*/
  199. #entries {
  200. padding:10px;
  201. width:500px;
  202. margin-left:450px;
  203. margin-top:50px;
  204. font-size:10px;
  205. margin-bottom:50px;
  206. }
  207.  
  208.  
  209.  
  210. #posts {
  211. width:500px;
  212. padding-bottom:20px;
  213. padding:10px;
  214. margin-top:20px;
  215. background-color:{color:Post};
  216. }
  217.  
  218.  
  219. /*POST INFO*/
  220. #info {
  221. border-top:1px solid #E6E6E6;
  222. width:500px;
  223. padding-top:8px;
  224. font-size:8px;
  225. margin-left:-1px;
  226. font-style:normal;
  227. text-align:left;
  228. -moz-transition-duration:0.5s;
  229. -webkit-transition-duration:0.5s;
  230. -o-transition-duration:0.5s;
  231. }
  232.  
  233. #info a{
  234. margin-top:-20px;
  235. color:{color:info};
  236. }
  237.  
  238. #info a:hover{
  239. color:{color:link};
  240. }
  241.  
  242. /*TAGS*/
  243. .tags {
  244. font-family:arial;
  245. width:500px;
  246. line-height:100%; /*space between line and line*/
  247. text-align:left;
  248. padding-top:7px;
  249. text-transform: lowercase;
  250. font-size:8px;
  251. -moz-transition-duration:0.5s;
  252. -webkit-transition-duration:0.5s;
  253. -o-transition-duration:0.5s;
  254. }
  255.  
  256. .tags a {
  257. font-style:italic;
  258. color:{color:info};
  259. margin-right:5px;
  260. line-height:120%;
  261. }
  262.  
  263. .tags a:hover {
  264. text-decoration:underline;
  265. color:{color:info};
  266. }
  267.  
  268. /*NOTES*/
  269. .notes {
  270. background-color:#FFFFFF;
  271. text-transform:normal;
  272. letter-spacing:0px;
  273. font-size:9px;
  274. margin-top:20px;
  275. font-style:normal;
  276. margin-left:-20px;
  277. text-align:left;
  278. line-height:30px;
  279. border-bottom:1px solid #D8D8D8;
  280. }
  281.  
  282. .notes img{
  283. padding:2px;
  284. border:1px solid #eee;
  285. margin-bottom:-4px;
  286. -webkit-transition:all 0.5s ease-in-out;
  287. -moz-transition:all 0.5s ease-in-out;
  288. -o-transition:all 0.5s ease-in-out;
  289. -ms-transition:all 0.5s ease-in-out;
  290. transition:all 0.5s ease-in-out;
  291. }
  292.  
  293. .notes img:hover {opacity: 0.6;
  294. -webkit-transition:all 0.5s ease-in-out;
  295. -moz-transition:all 0.5s ease-in-out;
  296. -o-transition:all 0.5s ease-in-out;
  297. -ms-transition:all 0.5s ease-in-out;
  298. transition:all 0.5s ease-in-out;}
  299.  
  300.  
  301. /* --- QUOTE ---*/
  302. .quote {
  303. font-size:11px;
  304. font-family:helvetica;
  305. font-style:normal;
  306. line-height:17px;
  307. margin-bottom:15px;
  308. text-transform:normal;
  309. text-align:left;
  310. font-weight:normal;
  311. font-style:none;
  312. color:{color:text};
  313. }
  314.  
  315. .quotesource {
  316. font-size:9px;
  317. text-align:right;
  318. font-style:none;
  319. text-transform:lowercase;
  320. font-family:helvetica;
  321. margin-bottom:5px;
  322. color:{color:text};
  323. }
  324.  
  325.  
  326. /* --- AUDIO ---*/
  327. .audio {
  328. height:60px;
  329. margin-bottom:40px;
  330. }
  331.  
  332. .audio-album {
  333. position:absolute;
  334. width:100px;
  335. padding:3px;
  336. border:1px solid #E1E1E1;
  337. -webkit-transition: opacity 0.1s linear;
  338. opacity: 1;
  339. }
  340.  
  341. .audio-player {
  342. opacity:1;
  343. filter:alpha(opacity=90);
  344. width:25px;
  345. height:25px;
  346. overflow:hidden;
  347. position:absolute;
  348. border:30px;
  349. z-index:2;
  350. margin-left:43px;
  351. margin-top:43px;
  352. opacity:0;
  353. -webkit-transition: all 0.6s ease-out;
  354. -o-transition: all 0.6s ease-out;
  355. -webkit-transition: all 0.6s ease-out;
  356. -moz-transition: all 0.6s ease-out;
  357. }
  358.  
  359. .audio-info {
  360. margin-top:7px;
  361. position:relative;
  362. margin-left:120px;
  363. line-height:180%;
  364. padding:2px;
  365. }
  366.  
  367. .audio:hover .audio-player {
  368. opacity:.6;
  369. -webkit-transition: all 0.6s ease-out;
  370. -o-transition: all 0.6s ease-out;
  371. -webkit-transition: all 0.6s ease-out;
  372. -moz-transition: all 0.6s ease-out;
  373. }
  374.  
  375. /* --- ASK---*/
  376.  
  377. #askbg {
  378. padding:12px;
  379. background-color:{color:ask};
  380. }
  381.  
  382. #ask {
  383. margin-top:-10px;
  384. font-family:calibri;
  385. text-align:left;
  386. }
  387.  
  388. #ask img {
  389. margin-top:30px;
  390. width:50px;
  391. }
  392.  
  393.  
  394. /* ---CHAT---*/
  395. .user_1 .label {color:{color:text}; font-weight:normal; font-style:italic;}
  396. .user_2 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  397. .user_3 .label {color:{color:text}; font-weight:normal; font-style:italic;}
  398. .user_4 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  399. .user_5 .label {color:{color:text}; font-weight:normal; font-style:italic;}
  400. .user_6 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  401. .ul.chat {}
  402. .chat ol {}
  403. .chat li {list-style:none; margin-left:-38px; padding:2px; font-family: arial; font-style: none; font-size: 9px; }
  404.  
  405.  
  406.  
  407. /*---AUDIO---*/
  408. #maker{
  409. float:right;
  410. position:fixed;
  411. bottom:5px;
  412. right:10px;
  413. padding:7px;
  414. font-size:8px;
  415. text-align:center;
  416. line-height:210%;
  417. text-transform:uppercase;
  418. }
  419.  
  420. #maker a{
  421. padding:7px;
  422. color:#A4A4A4;
  423. }
  424.  
  425. #maker a:hover{
  426. color:#fff;
  427. padding:7px;
  428. background-color:{color:hover};
  429. }
  430.  
  431. {CustomCSS}</style></head><body>
  432.  
  433.  
  434. <div id="sidebar">
  435.  
  436. <div class="links">
  437. {block:IfLink1}
  438. <a href="{text:link1 url}">{text:link1}</a>
  439. {/block:IfLink1}
  440. {block:IfLink2}
  441. <a href="{text:link2 url}">{text:link2}</a>
  442. {/block:IfLink2}
  443. {block:IfLink3}
  444. <a href="{text:link3 url}">{text:link3}</a>
  445. {/block:IfLink3}
  446. {block:IfLink4}
  447. <a href="{text:link4 url}">{text:link4}</a>
  448. {/block:IfLink4}
  449. </div>
  450.  
  451. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  452.  
  453. <div class="desc">
  454. {Description}
  455. </div>
  456.  
  457. <center><div id="paginacaoml"><span class="info" sty*le="font-weight:normal;">página <b>{currentpage}</b> de <b>{totalpages}</b></span>{block:pagination}{block:previouspage}<a href="{previouspage}">&laquo;</a> {/block:previouspage}{/block:pagination}{block:jumppagination length="10"}{block:currentpage} <span class="pagina_atual">{pagenumber}</span> {/block:currentpage}{block:jumppage}<a class="jump_page" href="{url}">{pagenumber}</a>{/block:jumppage}{/block:jumppagination}{block:pagination}{block:nextpage} <a href="{nextpage}">&raquo;</a>{/block:nextpage}{/block:pagination}</div><br></center>
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. </div>
  465.  
  466.  
  467. <div id="entries">{block:Posts}<div id="posts">
  468.  
  469.  
  470. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  471.  
  472.  
  473. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  474.  
  475.  
  476. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  477.  
  478.  
  479. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  480.  
  481.  
  482. {block:Quote}<div class="quote">" {Quote} "</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  483.  
  484.  
  485. {block:Audio}
  486. <div class="audio">
  487. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  488. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  489.  
  490.  
  491. <div class="audio-info">
  492. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  493. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  494. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  495. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  496. </div></div>
  497. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  498. {/block:Audio}
  499.  
  500.  
  501. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  502.  
  503.  
  504. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chat1"><b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}
  505.  
  506.  
  507. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> {Asker} said: {Question}</div> {Answer}{/block:Answer}
  508.  
  509.  
  510. <div id="info"> posted <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  511. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  512. {/block:Posts}
  513. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  514. {/block:Posts}</div></div></div>
  515.  
  516.  
  517. <div id="maker"><a href="http://psperfect.tumblr.com">=</div></center>
  518.  
  519.  
  520. <!--DON'T DELETE THIS CODE IF YOU DON'T WANT TO SEE THE SOURCE UNDER THE IMAGE/TEXT-->
  521. {block:ContentSource}
  522. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  523. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  524. {/block:SourceLogo}
  525. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  526. {/block:ContentSource}
  527.  
  528.  
  529. </body></html>
  530.  
  531. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement