Advertisement
selenasfamous

sghelp

Jul 3rd, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.04 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6.  
  7. <meta name="color:bg" content="#f0ecec">
  8. <meta name="color:navibg" content="#0c0c0c">
  9. <meta name="color:navifont" content="#ffffff">
  10. <meta name="color:naviborderhover" content="#4e4e4e">
  11. <meta name="color:containerbg" content="#fff">
  12. <meta name="color:border" content="#f1f1f1">
  13. <meta name="color:title" content="#fff">
  14. <meta name="color:link" content="#5fc5df">
  15. <meta name="color:hover" content="#2b798c">
  16. <meta name="color:text" content="#444">
  17. <meta name="color:scrollbar" content="#eeeeee">
  18. <meta name="color:boxbg" content="#ffffff">
  19. <meta name="color:accent1" content="#f6b651">
  20. <meta name="color:accent2" content="#8ddb58">
  21.  
  22.  
  23. <meta name="image:header" content=""/>
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:iconbg" content=""/>
  26.  
  27. <meta name="text:link1" content="">
  28. <meta name="text:link1 url" content="/">
  29. <meta name="text:link2" content="">
  30. <meta name="text:link2 url" content="/">
  31. <meta name="text:link3" content="">
  32. <meta name="text:link3 url" content="/">
  33. <meta name="text:link4" content="">
  34. <meta name="text:link4 url" content="/">
  35. <meta name="text:link5" content="">
  36. <meta name="text:link5 url" content="/">
  37.  
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41. <link rel="shortcut icon" href="{Favicon}" />
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  43.  
  44.  
  45. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  46. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  47. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
  49. <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
  50.  
  51.  
  52. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  53. <script type='text/javascript'> $(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); </script>
  54.  
  55. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  62.  
  63. /* fontawesome */
  64. [class*="fontawesome-"]:before {
  65. font-family: 'FontAwesome', sans-serif;
  66. }
  67.  
  68. @font-face { font-family: code; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codes.ttf); }
  69.  
  70. @font-face { font-family: code italic; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/codesitalic.ttf); }
  71.  
  72.  
  73. body {
  74. background: {color:bg};
  75. margin: 0px;
  76. color: {color:text};
  77. font-family: 'Gibson', sans-serif;
  78. font-size: 12px;
  79. line-height: 150%;
  80. background-position: top center;
  81. background-repeat: no-repeat;
  82. word-wrap: break-word;
  83.  
  84. }
  85.  
  86. a {
  87. color: {color:link};
  88. text-decoration: none;
  89. transition: all 0.2s;
  90. -webkit-transition: all 0.2s;
  91. -moz-transition: all 0.2s;
  92. }
  93.  
  94. b {
  95. color: {color:accent2};
  96. }
  97.  
  98.  
  99. a:hover {
  100. color: {color:hover};
  101. transition: all 0.2s;
  102. -webkit-transition: all 0.2s;
  103. -moz-transition: all 0.2s;
  104. }
  105.  
  106. .date {font-weight: bold; font-style: italic; font-family: code, 'Gibson'';
  107. }
  108.  
  109.  
  110.  
  111. H2 {
  112. text-align: left;
  113. font-weight: 700;
  114. font-family: Roboto, calibri;
  115. font-size: 21px;
  116. text-transform: uppercase;
  117. color: {color:accent1};
  118. line-height: 22px;
  119. margin-bottom: -5px;
  120. margin-top: -3px;
  121. }
  122.  
  123. blockquote {
  124. padding-left: 15px;
  125. margin-left: 10px;
  126. border-left: 2px solid {color:border};
  127. }
  128.  
  129. .clear {
  130. clear: both;
  131. }
  132.  
  133. #header {
  134. position:relative;
  135. margin:auto;
  136. width:100%;
  137. height: 410px;
  138. margin-bottom: 0px;
  139. background-image:url({image:header});
  140. z-index: 999;
  141. background-position: center;
  142. padding-top: 0px;
  143. margin-top: 40px;
  144. }
  145.  
  146. #contain {
  147. width: 1100px;
  148. background-color: {color:containerbg};
  149. margin: 0px auto;
  150. margin-top: 400px;
  151. height: 500%;
  152. min-height:1500px;
  153. }
  154.  
  155. .title {
  156. font-size:13px;
  157. text-transform:uppercase;
  158. letter-spacing:1px;
  159. font-family:code italic, calibri;
  160. font-weight: 500; margin-left: 8px;
  161. margin-bottom:4px;
  162. color:{color:text};
  163. }
  164.  
  165. .titlez { font-size:14px; color:{color:accent1}; font-family: code, calibri; font-weight: bold; }
  166.  
  167. #navbg {
  168. width: 100%;
  169. margin: auto;
  170. background-color: {color:navibg};
  171. height: 25px;
  172. padding: 10px;
  173. padding-top: 20px;
  174. z-index: 99;
  175. }
  176.  
  177. #navigation {
  178. background-color: {color:navibg};
  179. position:fixed;
  180. height: 25px;
  181. text-align: right;
  182. font-size: 8px;
  183. margin:auto;
  184. width: 1080px;
  185. padding: 10px;
  186. padding-top: 20px;
  187. z-index: 9999999999999;
  188. font-family: code, calibri;
  189. text-transform: uppercase;
  190. color: {color:navifont};
  191. padding-bottom: 12px;
  192. }
  193.  
  194. #navigation a {
  195. font-family: code;
  196. text-transform: uppercase;
  197. margin-left: 30px;
  198. color: {color:navifont};
  199. font-size: 12px; letter-spacing: 1px;
  200. padding-bottom:12px;
  201. margin-right: 5px;
  202. }
  203.  
  204. #navigation a:hover {
  205. border-bottom: 3px solid {color:naviborderhover};
  206. padding-bottom: 5px; }
  207.  
  208.  
  209. #sidebar {
  210. margin-left: 45px;
  211. position: absolute;
  212. width: 350px;
  213. margin-top: 50px;
  214. z-index: 999999;
  215. }
  216.  
  217. #sidebar #section {
  218. margin-bottom: 60px;
  219. background-color:{color:boxbg};
  220. margin-top: px;
  221. padding: 20px;
  222. border: 1px double {color:border};
  223. text-align: justify;
  224. }
  225.  
  226.  
  227. #sidebar #section a {
  228. color: {color:text};
  229. font-weight: bold;
  230. }
  231.  
  232.  
  233. #posts {
  234. width: 670px;
  235. margin-left: 460px;
  236. margin-top: -400px;
  237. z-index: 999999;
  238. padding-top: 30px;
  239. }
  240.  
  241. #post {
  242. margin-bottom: 50px;
  243. width: 500px;
  244. background-color:{color:boxbg};
  245. padding: 40px;
  246. border: 1px double {color:border};
  247. margin-top: 20px;
  248. }
  249.  
  250.  
  251. .permalink {
  252. padding-top: 6px;
  253. letter-spacing: 1px;
  254. margin-top: 10px;
  255. text-transform: uppercase;
  256. font-size: 7px;
  257. padding-bottom: 0px;
  258. margin-bottom: -5px;
  259. line-height:170%;
  260. }
  261.  
  262.  
  263. .permalink a {
  264. color: {color:Text};
  265. }
  266.  
  267.  
  268. .border500 {
  269. overflow: hidden;
  270. margin-top: -7px;
  271. height: 1px;
  272. width: 350px;
  273. background-color: {color:border};
  274. margin-top: 9px;
  275. }
  276.  
  277.  
  278. .border2 {
  279. width: 90px;
  280. height:3px;
  281. background-color: {color:link};
  282. margin-top: 7px;}
  283.  
  284.  
  285. .border5 {
  286. border-top:1px solid {color:border};
  287. padding:10px;
  288. margin-top:20px;
  289. }
  290.  
  291.  
  292. .notes {
  293. margin-top: 20px;
  294. width: 500px;
  295. margin-left: -40px;
  296. margin-bottom: 70px;
  297. }
  298.  
  299. .notes li {
  300. list-style: none;
  301. padding: 5px;
  302. margin-bottom: 10px;
  303. border-radius: 5px;
  304. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  305. }
  306.  
  307. .notes li img {
  308. float: right;
  309. width: 12px;
  310. }
  311.  
  312. #pagination {
  313. padding: 20px;
  314. margin-bottom: 25px;
  315. border: 1px solid #fafafa;
  316. font-size: 21px;
  317. width: 500px;
  318. font-weight: bold;
  319. text-transform: uppercase;
  320. text-align: center;
  321. }
  322.  
  323. #posts #pagination a, #posts #pagination span {
  324. display: inline-block;
  325. margin: 0px 3px;
  326. color: {color:accent1};
  327. }
  328.  
  329.  
  330.  
  331. h1 { font-family: calibri;
  332. font-size: 11px;
  333. font-weight: 500;}
  334.  
  335. .projects b {
  336. text-transform: uppercase; font-size: 9px;
  337. }
  338.  
  339. .projects b2 {
  340. text-transform: uppercase; font-size: 9px; color: {color:text}; font-weight: bold;
  341. }
  342.  
  343.  
  344. .projectsab { width: 95px; height: 80px; color:#fff; font-family: code; font-size: 17px; text-align: center; line-height: 110%; padding: 10px; padding-top: 30px; overflow: hidden; margin-top: 10px; background-color:{color:accent1}; text-shadow:1px 0px #3baac2; margin-left: -5px; margin-bottom: 10px;
  345.  
  346. }
  347.  
  348. .wrapper {width:1100px;margin:0 auto;overflow:hidden; }
  349.  
  350. #navigation { background-color: {color:navibg}; width:100%; text-transform:uppercase;font-size:16px; font-family: code; margin-top: -40px; font-weight: 500;}
  351.  
  352. .icon {
  353. width:20px;
  354. height:17px;
  355. border-radius:100px;
  356. color:#ffffff; letter-spacing: -1px;
  357. background:{color:accent2};
  358. text-align:center;
  359. padding:10px; padding-top: 13px;
  360. margin-left: -2px;
  361. text-shadow:1px 0px #da5e61;
  362. font-size: 15px; margin-top: -2px;
  363. background-image:url({image:iconbg});
  364. }
  365.  
  366.  
  367. {CustomCSS}
  368.  
  369. </style></head><body>
  370.  
  371.  
  372.  
  373. <div id="navigation"><div class="wrapper">
  374. <table width="100%"><tr valign="top">
  375. <td><div style="text-align:center;">
  376. <a href="/">home</a>
  377.  
  378. <a href="/ask">ask</a>
  379.  
  380. <a href="{text:link1 url}">{text:link1}</a>
  381. {/block:IfLink1}
  382. {block:IfLink2}
  383. <a href="{text:link2 url}">{text:link2}</a>
  384. {/block:IfLink2}
  385. {block:IfLink3}
  386. <a href="{text:link3 url}">{text:link3}</a>
  387. {/block:IfLink3}
  388. <a href="{text:link4 url}">{text:link4}</a>
  389. {/block:IfLink4}
  390. <a href="{text:link5 url}">{text:link5}</a>
  391. {/block:IfLink5}</td>
  392. </tr></table>
  393. </div>
  394. </div>
  395.  
  396.  
  397. <div id="header" style="margin-top: 40px;">
  398. </div>
  399.  
  400.  
  401.  
  402. <div id="contain">
  403.  
  404.  
  405. <section id="sidebar">
  406. <div id="section" style="line-height: 150%; text-align: justify; color: #353535; background-image:url({image:sidebar}); height:170px; background-position: right center; border: 0px solid #f1f1f1">
  407.  
  408.  
  409. </div>
  410.  
  411.  
  412.  
  413.  
  414. <div class="title"><div class="titlez"></div><div class="info">{Title}</div>
  415.  
  416. <div id="section"> {Description}
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. </div>
  425. </section>
  426.  
  427.  
  428.  
  429. <section id="posts">
  430. {block:Posts}
  431.  
  432.  
  433.  
  434. <div id="post" >
  435.  
  436.  
  437.  
  438. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  439.  
  440. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  441.  
  442. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  443. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  444.  
  445. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  446.  
  447. {block:Photoset}<center>{Photoset-500}</center>
  448. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  449.  
  450. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  451.  
  452. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  453.  
  454. {block:Answer}
  455. <div class="ask"><div style="color: #555555; padding: 10px; padding-bottom: 8px; background-color: #f7f7f7; text-transform: none; font-style: italic;"><table><td><img src="{AskerPortraitURL-30}" style="border: 8px solid #fff; margin: 1px; margin-right: 5px;"></td><td><font style="font-size: 8px; text-transform: uppercase; width: 64px; line-height: 30%; margin-top: -10px; letter-spacing: 1px;"> {Asker} SAID:</font><br><font style="text-transform: lowercase;">
  456. {Question}</font></td></table>
  457. </div><div style="margin-left: 0px; margin-top: -5px;">
  458. {Answer}</div></div>
  459. {/block:Answer}
  460.  
  461.  
  462. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  463. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  464. {/block:ExternalAudio}
  465. <br>{AudioPlayerwhite}<br></span>
  466. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  467.  
  468.  
  469. {block:Date}
  470. <div class="permalink" style="border-top: 1px solid {color:border}; padding-top: 10px;">
  471.  
  472.  
  473. <a href="{Permalink}"><span class="date">{DayOfMonthWithZero}{ShortMonth}</span></a> with
  474. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;&nbsp; <div style="float: right;">{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:accent2}">{ReblogParentName} </a> {block:ContentSource} • <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:accent2}">{ReblogRootName}</a>{/block:ContentSource}
  475. {/block:RebloggedFrom} {block:RebloggedFrom}
  476. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  477. {/block:RebloggedFrom}</a>
  478. {block:ContentSource}
  479. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  480. {/block:ContentSource}</div> <br>
  481.  
  482. {block:HasTags}
  483. {block:Tags}<a href="{TagURL}" style="font-style:italic; font-size: 9px; font-weight: bold; color: {color:accent2}">{Tag} &nbsp; &nbsp;</a>{/block:Tags}
  484. {/block:HasTags}
  485.  
  486. </div>
  487.  
  488.  
  489. <br>
  490.  
  491. {/block:Date}
  492.  
  493. </div>
  494.  
  495.  
  496.  
  497.  
  498.  
  499. <p>
  500. {block:PostNotes}
  501. <div style="margin-left:15px;">
  502. {PostNotes}{/block:PostNotes}
  503.  
  504.  
  505. {/block:Posts}
  506.  
  507.  
  508.  
  509. <div id="pagi">
  510. {block:IndexPage}
  511. <div id="pagination">
  512. {block:Pagination}
  513. {block:JumpPagination length="5"}
  514. {block:CurrentPage}
  515. <span class="current_page">{PageNumber}</span>
  516. {/block:CurrentPage}
  517. {block:JumpPage}
  518. <a class="jump_page" href="{URL}">{PageNumber}</a>
  519. {/block:JumpPage}
  520. {/block:JumpPagination}
  521. {/block:Pagination}
  522. </div>
  523. {/block:IndexPage}
  524. </div>
  525. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:2px; font-family: calibri; right:2px;">
  526. <a href="http://claraosmin.tumblr.com/">THEME</a></div>
  527. </div>
  528.  
  529. </div>
  530.  
  531. </div>
  532. </div>
  533.  
  534. </body><!-- SCM Music Player http://scmplayer.net -->
  535. <script type="text/javascript" src="http://scmplayer.net/script.js"
  536. data-config="{'skin':'http://static.tumblr.com/d41lcii/YGKmnp9r1/diamond.css','volume':100,'autoplay':false,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'pimenta','url':'https://www.youtube.com/watch?v=F9jj9YnV0mA'},{'title':'deixa ela vir me amar ','url':'https://www.youtube.com/watch?v=iFWnvzQiQq8'},{'title':'sarrando de lado','url':'https://www.youtube.com/watch?v=XztNk-SSed0'},{'title':'boquinha ','url':'https://www.youtube.com/watch?v=_6g0nMGQsEc'},{'title':'to tirando onda','url':'https://www.youtube.com/watch?v=_pYQkDPnzv8'},{'title':'cola com n%F3is ','url':'https://www.youtube.com/watch?v=SO6QqdxmP3w'},{'title':'baladeira','url':'https://www.youtube.com/watch?v=ABgGh4YkU9Y'},{'title':'sei que tu quer','url':'https://www.youtube.com/watch?v=c9NTPpA3uqo'},{'title':'demor%F4 ','url':'https://www.youtube.com/watch?v=V54iuQ7d2F4'}]}" ></script>
  537. <!-- SCM Music Player script end -->
  538.  
  539.  
  540.  
  541. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement