Advertisement
extasisthemes

Love Yourself

Jun 23rd, 2018
2,449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10.  
  11. <meta name="color:Asker Background" content="#f2f2f2"/>
  12. <meta name="color:Background" content="#f5f5f5"/>
  13. <meta name="color:Border" content="#eeeeee"/>
  14. <meta name="color:Credit Background" content="#ffffff"/>
  15. <meta name="color:Link" content="#000000"/>
  16. <meta name="color:Link Hover" content="#cfcfcf"/>
  17. <meta name="color:Main Color" content="#ee9977"/>
  18. <meta name="color:Scrollbar" content="#000000"/>
  19. <meta name="color:Sidebar Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#555555"/>
  21. <meta name="color:Tooltip Background" content="#ffffff"/>
  22.  
  23. <meta name="image:Icon Image" content="https://i.imgur.com/8uwaiJo.png"/>
  24.  
  25. <meta name="image:Image" content="https://i.imgur.com/7PWTVeY.png"/>
  26.  
  27. <meta name="text:Title" content="Love Yourself"/>
  28.  
  29. <meta name="text:Link 1" content="/"/>
  30. <meta name="text:Link 1 Title" content="Link One"/>
  31. <meta name="text:Link 2" content="/"/>
  32. <meta name="text:Link 2 Title" content="Link Two"/>
  33. <meta name="text:Link 3" content="/"/>
  34. <meta name="text:Link 3 Title" content="Link Three"/>
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("a[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:90,
  46. tip_fade_speed:600,
  47. attribute:"title"
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <script src="https://use.fontawesome.com/b01aac9904.js"></script>
  54.  
  55. <style type="text/css">
  56.  
  57. @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,700,700i');
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background: {color:Scrollbar};
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. width: 3px;
  65. }
  66.  
  67. #s-m-t-tooltip {
  68. background: {color:Tooltip Background};
  69. border: 1px solid {color:Border};
  70. font-size: 10px;
  71. margin-top: 30px;
  72. padding: 5px;
  73. text-align: center;
  74. text-transform: uppercase;
  75. z-index: 999999999999999999999999999999999999;
  76. }
  77.  
  78. body {
  79. background: {color:Background};
  80. color: {color:Text};
  81. cursor: url(http://i.imgur.com/lhPqll6.png), progress;
  82. font-family: 'Nunito Sans', sans-serif;
  83. font-size: 13px;
  84. font-style: normal;
  85. font-weight: 400;
  86. letter-spacing: 0px;
  87. margin: 0px;
  88. text-align: justify;
  89. text-transform: none;
  90. word-break: break-word;
  91. }
  92.  
  93. a {
  94. border-bottom: 1px solid {color:Border};
  95. color: {color:Link};
  96. text-decoration: none;
  97. -webkit-transition: all 0.5s ease;
  98. -moz-transition: all 0.5s ease;
  99. -o-transition: all 0.5s ease;
  100. }
  101.  
  102. a:hover {
  103. color: {color:Link Hover};
  104. }
  105.  
  106. h1 {
  107. font-size: 14px;
  108. }
  109.  
  110. blockquote {
  111. border-left: 1px solid {color:Border};
  112. margin: 5px;
  113. padding-left: 5px;
  114. }
  115.  
  116. blockquote img {
  117. height: auto;
  118. max-width: 300px;
  119. }
  120.  
  121. blockquote blockquote {
  122. border-left: 1px solid {color:Border};
  123. padding-left: 5px;
  124. }
  125.  
  126. #sidebar {
  127. background: {color:Sidebar Background};
  128. border-right: 1px solid {color:Border};
  129. height: 100%;
  130. position: fixed;
  131. top: 0px;
  132. width: 80px;
  133. }
  134.  
  135. .icon-image {
  136. height: 50px;
  137. margin-left: auto;
  138. margin-right: auto;
  139. margin-top: 15px;
  140. width: 50px;
  141. }
  142.  
  143. .icon-image img {
  144. border-radius: 3px;
  145. height: 50px;
  146. width: 50px;
  147. }
  148.  
  149. .line {
  150. background: {color:Border};
  151. height: 70px;
  152. margin-left: auto;
  153. margin-right: auto;
  154. margin-top: 15px;
  155. width: 1px;
  156. }
  157.  
  158. .links {
  159. margin-left: auto;
  160. margin-right: auto;
  161. margin-top: 15px;
  162. width: 37px;
  163. }
  164.  
  165. .links a {
  166. background: {color:Sidebar Background};
  167. border: 1px solid {color:Border};
  168. border-radius: 3px;
  169. color: {color:Link};
  170. margin-bottom:5px;
  171. padding: 10px;
  172. display: block;
  173. }
  174.  
  175. .links a:hover {
  176. color: {color:Link Hover};
  177. }
  178.  
  179. #user-information {
  180. background: {color:Sidebar Background};
  181. border-right: 1px solid {color:Border};
  182. margin-left: 81px;
  183. height: 100%;
  184. top: 0px;
  185. position: fixed;
  186. width: 280px;
  187. }
  188.  
  189. .image {
  190. height: 100px;
  191. margin-left: auto;
  192. margin-right: auto;
  193. margin-top: 100px;
  194. width: 100px;
  195. }
  196.  
  197. .image img {
  198. border-radius: 100px;
  199. height: 100px;
  200. width: 100px;
  201. }
  202.  
  203. .title {
  204. color: {color:Main Color};
  205. margin-left: auto;
  206. margin-right: auto;
  207. margin-top: 20px;
  208. text-align: center;
  209. text-transform: uppercase;
  210. width: 200px;
  211. }
  212.  
  213. .border {
  214. background: {color:Border};
  215. height: 1px;
  216. margin-left: auto;
  217. margin-right: auto;
  218. margin-top: 10px;
  219. width: 70px;
  220. }
  221.  
  222. .description {
  223. margin-left: auto;
  224. margin-right: auto;
  225. margin-top: 10px;
  226. text-align: center;
  227. width: 200px;
  228. }
  229.  
  230. .search {
  231. margin-top:20px;
  232. margin-left:auto;
  233. margin-right:auto;
  234. width:200px;
  235. }
  236.  
  237. .sfm input {
  238. border:none;
  239. border-bottom:1px solid {color:Border};
  240. color:{color:Text};
  241. display:inline-block;
  242. font-style:normal;
  243. font-weight:normal;
  244. letter-spacing:0px;
  245. text-decoration:none;
  246. text-align:justify;
  247. text-transform:none;
  248. }
  249.  
  250. #container {
  251. margin-left: 362px;
  252. width: calc(100% - 362px);
  253. }
  254.  
  255. #posts {
  256. margin-bottom: 100px;
  257. margin-left: auto;
  258. margin-right: auto;
  259. margin-top: 100px;
  260. width: 442px;
  261. }
  262.  
  263. .entries {
  264. background: {color:Sidebar Background};
  265. border: 1px solid {color:Border};
  266. margin-bottom: 50px;
  267. padding: 20px;
  268. }
  269.  
  270. .caption {
  271. font-style: italic;
  272. margin-top: 5px;
  273. text-align: left;
  274. }
  275.  
  276. .ask {
  277. background: {color:Asker Background};
  278. border-radius: 5px;
  279. font-size: 12px;
  280. padding: 25px;
  281. text-transform: uppercase;
  282. }
  283.  
  284. .answer {
  285. text-align: justify;
  286. }
  287.  
  288. .quote, .website a {
  289. font-size: 16px;
  290. text-align: left;
  291. }
  292.  
  293. .chat {
  294. text-align: left;
  295. }
  296.  
  297. .audio {
  298. width: 400px;
  299. }
  300.  
  301. .player-container {
  302. margin-left: 17px;
  303. margin-top: 17px;
  304. position: absolute;
  305. width: 34px;
  306. }
  307.  
  308. .player {
  309. margin-left: -3px;
  310. overflow: hidden;
  311. padding: 5px;
  312. position: relative;
  313. }
  314.  
  315. .audio-information {
  316. font-size: 12px;
  317. padding: 12.5px;
  318. margin-left: 70px;
  319. margin-top: -70px;
  320. text-transform: uppercase;
  321. width: 305px;
  322. }
  323.  
  324. .entries-information {
  325. border-top: 1px solid {color:Border};
  326. font-size: 12px;
  327. margin-top: 20px;
  328. padding-top: 20px;
  329. text-transform: uppercase;
  330. }
  331.  
  332. .notes {
  333. text-align: left;
  334. }
  335.  
  336. .notes img {
  337. display: none;
  338. }
  339.  
  340. .pagination {
  341. font-size: 12px;
  342. text-transform: uppercase;
  343. }
  344.  
  345. #credit {
  346. background: {color:Credit Background};
  347. border: 1px solid {color:Border};
  348. bottom: 15px;
  349. float: right;
  350. font-size: 10px;
  351. padding: 5px;
  352. position: fixed;
  353. right: 15px;
  354. text-align: center;
  355. text-transform: uppercase;
  356. -webkit-transition: all 0.5s ease;
  357. -moz-transition: all 0.5s ease;
  358. -o-transition: all 0.5s ease;
  359. }
  360.  
  361. #credit a {
  362. border-bottom: none;
  363. color: {color:Link};
  364. }
  365.  
  366. #credit a:hover {
  367. color: {color:Link Hover};
  368. }
  369.  
  370. {CustomCSS}
  371.  
  372. </style>
  373.  
  374. </head>
  375.  
  376. <body>
  377.  
  378. <div id="sidebar">
  379.  
  380. <div class="icon-image"><img src="{image:Icon Image}"/></div>
  381.  
  382. <div class="line"></div>
  383.  
  384. <div class="links">
  385. <a href="/" title="Home"><i class="fa fa-home fa-lg" aria-hidden="true"></i></a>
  386. <a href="/ask" title="Ask"><i class="fa fa-envelope fa-lg" aria-hidden="true"></i></a>
  387. {block:ifLink1}<a href="{text:Link 1}" title="{text:Link 1 Title}"><i class="fa fa-link fa-lg" aria-hidden="true"></i></a>{/block:ifLink1}
  388. {block:ifLink2}<a href="{text:Link 2}" title="{text:Link 2 Title}"><i class="fa fa-link fa-lg" aria-hidden="true"></i></a>{/block:ifLink2}
  389. {block:ifLink3}<a href="{text:Link 3}" title="{text:Link 3 Title}"><i class="fa fa-link fa-lg" aria-hidden="true"></i></a>{/block:ifLink3}
  390. <a href="/archive" title="Archive"><i class="fa fa-folder fa-lg" aria-hidden="true"></i></a>
  391. </div>
  392.  
  393. </div>
  394.  
  395. <div id="user-information">
  396.  
  397. <div class="image"><img src="{image:Image}"/></div>
  398.  
  399. <div class="title">{text:Title}</div>
  400.  
  401. <div class="border"></div>
  402.  
  403. {block:Description}<div class="description">{Description}</div>{/block:Description}
  404.  
  405. <div class="search">
  406. <form action="/search" method="get" class="sfm" name="theform">
  407. <div style="display:inline-block;margin-right:10px;"><i class="fa fa-search" aria-hidden="true"></i></div><input type="text" name="q" value="Search"/>
  408. </form>
  409. </div>
  410. </div>
  411.  
  412. </div>
  413.  
  414. <div id="container">
  415.  
  416. <div id="posts">
  417.  
  418. {block:Posts}
  419.  
  420. <div class="entries">
  421.  
  422. {block:Answer}
  423. <div class="ask">
  424. <font style="margin-right: 5px;"><i class="fa fa-envelope-o" aria-hidden="true"></i></font> <a href="{AskerURL}">{Asker}</a> left a message:
  425. <br>
  426. {Question}
  427. </div>
  428. <div class="answer">{Answer}</div>
  429. {/block:Answer}
  430.  
  431. {block:Quote}
  432. <div class="quote">
  433. "{Quote}</i>" {block:Source}— {Source}{/block:Source}
  434. </div>
  435. {/block:Quote}
  436.  
  437. {block:Link}
  438. <div class="website"><a href="{URL}">{Name}</a></div>
  439. {block:Description}
  440. {Description}
  441. {/block:Description}
  442. {/block:Link}
  443.  
  444. {block:Chat}
  445. <div class="chat">
  446. {block:Title}
  447. <h1>{Title}</h1>
  448. {/block:Title}
  449. {block:Lines}
  450. {block:Label}<u>{Label}</u>{/block:Label}
  451. {Line}
  452. <br>
  453. {/block:Lines}
  454. </div>
  455. {/block:Chat}
  456.  
  457. {block:Text}
  458. {block:Title}
  459. <h1>{Title}</h1>
  460. {/block:Title}
  461. {Body}
  462. {/block:Text}
  463.  
  464. {block:Audio}
  465. <div class="audio">
  466. <div class="player-container">
  467. <div class="player">
  468. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  469. </div>
  470. </div>
  471. {block:AlbumArt}
  472. <img src="{AlbumArtURL}" height="70" width="70">
  473. {/block:AlbumArt}
  474.  
  475. <div class="audio-information">
  476. {block:TrackName}
  477. <b>Title:</b> {TrackName} <br>
  478. {/block:TrackName}
  479. {block:Artist}
  480. <b>Artist:</b> {Artis} <br>
  481. {/block:Artist}
  482. {block:Album}
  483. <b>Album:</b> {Album}
  484. {/block:Album}
  485. </div>
  486. {block:Caption}
  487. <div class="caption">{Caption}</div>
  488. {/block:Caption}
  489. </div>
  490. {/block:Audio}
  491.  
  492. {block:Photo}
  493. <img src="{PhotoURL-400}"/>
  494. {block:Caption}
  495. <div class="caption">{Caption}</div>
  496. {/block:Caption}
  497. {/block:Photo}
  498.  
  499. {block:Photoset}
  500. {Photoset}
  501. {block:Caption}
  502. <div class="caption">{Caption}</div>
  503. {/block:Caption}
  504. {/block:Photoset}
  505.  
  506. {block:Video}
  507. {Video-400}
  508. {block:Caption}
  509. <div class="caption">{Caption}</div>
  510. {/block:Caption}
  511. {/block:Video}
  512.  
  513. {block:Date}
  514. <div class="entries-information">
  515. {Month} {DayOfMonth}, {Year}
  516. <font style="margin-left:10px;">
  517. <a href="{Permalink}">{NoteCount}</a> notes
  518. </font>
  519. <font style="float:right;">
  520. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / {/block:RebloggedFrom}
  521. {block:ContentSource}
  522. <a href="{SourceURL}">Source</a> /
  523. {/block:ContentSource}
  524. <a href="{ReblogURL}" target="_blank">Reblog</a>
  525. </font>
  526. <br>
  527. {block:HasTags}
  528. {block:Tags}
  529. <a href="{TagURL}">#{Tag}</a>
  530. {/block:Tags}
  531. {/block:HasTags}
  532. {block:PostNotes}
  533. <div class="notes">{PostNotes}</div>
  534. {/block:PostNotes}
  535. </div>
  536. {/block:Date}
  537.  
  538. </div>
  539.  
  540. {/block:Posts}
  541.  
  542. {block:IndexPage}
  543. <div class="pagination">
  544. {CurrentPage} out of {TotalPages}
  545. <font style="float:right;">
  546. {block:PreviousPage}
  547. <a href="{PreviousPage}">previous</a> /
  548. {/block:PreviousPage}
  549. {block:NextPage}
  550. <a href="{NextPage}">next</a>
  551. {/block:NextPage}
  552. </font>
  553. </div>
  554. {/block:IndexPage}
  555.  
  556. </div>
  557.  
  558. </div>
  559.  
  560. <div id="credit">
  561. <a href="http://extasisthemes.tumblr.com/">ET</a>
  562. </div>
  563.  
  564. </body>
  565.  
  566. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement