Advertisement
elsaofarendelle

ofsophistication #1

May 30th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.47 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. <head>
  4.  
  5.  
  6. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  7.  
  8. <link href="https://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet">
  9.  
  10. <link href="https://fonts.googleapis.com/css?family=Calligraffitti" rel="stylesheet">
  11.  
  12. <!--- tooltips --->
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("[title]").style_my_tooltips();
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24.  
  25. </style>
  26.  
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{Favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32.  
  33.  
  34. <!-------------------------------------------
  35. Code by elsaofarendelle.
  36. Don't copy or distribute.
  37. Don't claim as your own.
  38. -------------------------------------------->
  39.  
  40. <meta name="image:background" content=""/>
  41. <meta name="image:sidebar" content=""/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- SCROLLBAR START ---*/
  47.  
  48. ::-webkit-scrollbar {
  49. height: 0px;
  50. width: 5px;
  51. background: transparent;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. border: 4px solid #b7b1af;
  56. -webkit-border-radius: none;
  57. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  58. }
  59.  
  60. ::-webkit-scrollbar-corner{
  61. background: transparent;
  62. }
  63.  
  64. /* --- SCROLLBAR END --- */
  65.  
  66.  
  67. /* --- TOOLTIPS START --- */
  68.  
  69. #s-m-t-tooltip{
  70. max-width:300px;
  71. margin:15px;
  72. padding:2px 8px;
  73. border:1px dotted #eee;
  74. border-radius:0px;
  75. background: #782832;
  76. color: #eee;
  77. z-index:9999999999999;
  78. font-size:12px;
  79. font-family: 'Sorts Mill Goudy', serif;
  80. text-shadow:0px 0px 3px #fff;
  81. font-weight:bold;
  82. text-transform:normal;
  83. box-shadow:0px 0px 0px #000;
  84. -webkit-transition:all 0.7s;
  85. -moz-transition:all 0.7s;
  86. -ms-transition:all 0.7s;
  87. -o-transition:all 0.7s;
  88. transition:all 0.7s;
  89. }
  90.  
  91. /* --- TOOLTIPS END --- */
  92.  
  93.  
  94. /* --- BODY START ---*/
  95.  
  96. body {
  97. background:#bfbab8;
  98. background-image:url({image:background});
  99. background-attachment: fixed;
  100. background-repeat: no-repeat;
  101. background-position:0px 0px;
  102. margin:0px;
  103. color:#fff;
  104. font-family: 'Sorts Mill Goudy', serif;
  105. font-size:12px;
  106. line-height:120%;
  107.  
  108. }
  109.  
  110. blockquote {
  111. padding-left:5px;
  112. border-left:2px solid;
  113. border-radius:6px;
  114. }
  115.  
  116. a {
  117. color:#782832;
  118. text-decoration:none;
  119. -webkit-transition:all 0.5s ease-in-out;
  120. -moz-transition:all 0.5s ease-in-out;
  121. -o-transition:all 0.5s ease-in-out;
  122. -ms-transition:all 0.5s ease-in-out;
  123. transition:all 0.5s ease-in-out;
  124. }
  125.  
  126. a:hover {
  127. color:#782832;
  128. }
  129.  
  130. img {none;}
  131.  
  132. h1 , h2 {
  133. font-family: 'Calligraffitti', cursive;
  134. text-transform:none;
  135. font-size:30px;
  136. line-height:30px;
  137. letter-spacing:0px;
  138. text-align:center;
  139. font-style:normal;
  140. color: #fff;
  141. }
  142.  
  143. #svenhover {
  144. opacity: 0;
  145. -webkit-transition: all 0.6s ease-in-out;
  146. -moz-transition: all 0.6s ease-in-out;
  147. -o-transition: all 0.6s ease-in-out;
  148. -ms-transition: all 0.6s ease-in-out;
  149. transition: all 0.6s ease-in-out;
  150. }
  151.  
  152. #svenhover:hover {
  153. opacity: 1;
  154. -webkit-transition: all 0.6s ease-in-out;
  155. -moz-transition: all 0.6s ease-in-out;
  156. -o-transition: all 0.6s ease-in-out;
  157. -ms-transition: all 0.6s ease-in-out;
  158. transition: all 0.6s ease-in-out;
  159. }
  160.  
  161.  
  162. #container {
  163. background:#c5c1c0;
  164. background-size:100px;
  165. border:none;
  166. width:214px;
  167. height:213px;
  168. margin-left:510px;
  169. margin-top:327px;
  170. position:fixed;
  171. overflow:auto;
  172. padding-left:35px;
  173. padding-right:94px;
  174. padding-top:5px;
  175. padding-bottom:10px;
  176. }
  177.  
  178. #posts {
  179. width:250px;
  180. background-color: transparent;
  181. padding:-50px;
  182. text-align: justify;
  183. font-size: 12px;
  184. padding-top: 50px;
  185. padding-left:17px;
  186. margin-bottom: 50px;
  187. line-height: 100%px;
  188. font-family: times;
  189. z-index:50;
  190. }
  191.  
  192. #posts img {
  193. padding: 0;
  194. max-width: 100%;
  195. height: auto;
  196. }
  197.  
  198.  
  199. b {
  200. text-transform: bold;
  201. color: #782832;
  202. text-shadow:0px 0px 3px #fff;
  203. letter-spacing:1px;
  204. font-family: 'Homemade Apple', cursive;
  205. font-size:14px;
  206. }
  207.  
  208. i {
  209. text-transform: italic;
  210. color: #782832;
  211. text-shadow:2px 2px 5px #000;
  212. letter-spacing:1px;
  213. font-family: 'Homemade Apple', cursive;
  214. font-size:14px;
  215. }
  216.  
  217. em {
  218. text-transform: italic;
  219. color: #782832;
  220. text-shadow:1px 1px 5px #000;
  221. letter-spacing:1px;
  222. font-family: 'Homemade Apple', cursive;
  223. font-size:14px;
  224. }
  225.  
  226. sub, small, sup {
  227. font-size: 12px;
  228. }
  229.  
  230.  
  231. /* --- BODY END --- */
  232.  
  233. /* --- SIDEBAR START ---*/
  234.  
  235.  
  236. #sidebar{
  237. position: fixed;
  238. top: 220px;
  239. width:250px;
  240. height:115px;
  241. left: -10px;
  242. padding:20px;
  243. }
  244.  
  245.  
  246.  
  247. #sidebarimage img{
  248. width: 100px;
  249. height:115px;
  250. padding:10px;
  251. border:3px none #f5f5f5;
  252. margin-top:5px;
  253. background:transparent;
  254. background-image:{image:sidebarimage};
  255. }
  256.  
  257.  
  258. #nav {
  259. position:fixed;
  260. overflow:hidden;
  261. margin-top:150px;
  262. margin-left:315px;
  263. }
  264.  
  265. #link1 a , #link2 a, #link3 a
  266.  
  267. #title {
  268. font-family:times;
  269. text-align:center;
  270. width:300px;
  271. margin-top:5px;
  272. margin-left:200px;
  273. text-transform:uppercase;
  274. font-style:normal;
  275. font-size:20px;
  276. color:#fff;
  277. }
  278.  
  279. #description {
  280. width:500px;
  281. height:50px;
  282. margin-top:-80px;
  283. margin-left:600px;
  284. padding: 10px;
  285. overflow:scroll;
  286. text-align:justify;
  287. font-style: none;
  288. font-family: 'Sorts Mill Goudy', serif;
  289. font-size:10px;
  290. color: #261717;
  291. text-shadow: none;
  292. background-color:none;
  293. border:3px none;
  294. letter-spacing:1px;
  295. line-height:110%;
  296. }
  297.  
  298. #pagination {
  299. font-family: 'Sorts Mill Goudy', serif;
  300. width:103px;
  301. font-size:10px;
  302. text-transform:uppercase;
  303. margin-top:173px;
  304. margin-left:405px;
  305. padding-top:25px;
  306. letter-spacing:1px;
  307. font-style:normal;
  308. text-align:center;
  309. }
  310.  
  311. #pagination a {
  312. color:#782832;
  313. text-shadow:0px 0px 3px #fff;
  314. }
  315.  
  316. /* --- SIDEBAR END ---*/
  317.  
  318.  
  319. /* --- LINKS START --- */
  320.  
  321. .links {
  322. position:fixed;
  323. font-size:20px;
  324. top: 580px;
  325. left: 627px;
  326. }
  327.  
  328. .links a {
  329. text-decoration:none;
  330. text-transform:uppercase;
  331. color: #782832;
  332. text-shadow:0px 0px 3px #fff;
  333. font-family: times;
  334. line-height:150%;
  335. -moz-transition-duration:.7s;
  336. -webkit-transition-duration:.7s;
  337. -o-transition-duration:.7s;
  338. }
  339.  
  340.  
  341. .links a:hover {
  342. text-decoration:none;
  343. text-transform:normal;
  344. color: #782832;
  345. text-shadow:0px 0px 3px #fff;
  346. }
  347.  
  348. /* ---LINKS END --- */
  349.  
  350.  
  351. /* --- CREDIT START --- */
  352.  
  353. .credit{
  354. position:fixed;
  355. font-size:15px;
  356. right:12px;
  357. bottom:10px;
  358. }
  359.  
  360. .credit a {
  361. text-decoration:none;
  362. text-transform:uppercase;
  363. color: #261717;
  364. text-shadow:0px 0px 3px #261717;
  365. -moz-transition-duration:.7s;
  366. -webkit-transition-duration:.7s;
  367. -o-transition-duration:.7s;
  368. }
  369.  
  370.  
  371. .credit a:hover {
  372. text-decoration:none;
  373. text-transform:uppercase;
  374. color: #261717;
  375. text-shadow:0px 0px 3px #261717;
  376. }
  377.  
  378. /* --- CREDIT END --- */
  379.  
  380.  
  381. /* --- POST NOTES START --- */
  382.  
  383. .note {
  384. padding:0px 20px 0px 20px;
  385. background-color:transparent;
  386. text-transform:lowercase;
  387. letter-spacing:0px;
  388. font-size: 11px;
  389. font-style:normal;
  390. text-align:left;
  391. line-height:120%;
  392. }
  393.  
  394. .note li {
  395. list-style-type:none;
  396. padding:5px 25px 5px 25px;
  397. text-align:left;
  398. margin-right:30px;
  399. margin-top:-50px;
  400. }
  401.  
  402.  
  403. #info {
  404. height:25px;
  405. text-align:center;
  406. margin-top:10px;
  407. padding-top:10px;
  408. padding:0px;
  409. padding-bottom:1px;
  410. text-transform:normal
  411. font-style:none;
  412. font-family: 'Sorts Mill Goudy', serif;
  413. font-size:12px;
  414. text-shadow:2px 2px 5px #010101;
  415. background:transparent;
  416. border: 1px dotted #782832;
  417. line-height:200%;
  418. background: url('https://i.imgur.com/X5Ch6kR.png');
  419. }
  420.  
  421. #info a{
  422. color: #eee;
  423. }
  424.  
  425. #tags {
  426. font-family: times;
  427. text-align:center;
  428. margin-top:0px;
  429. padding-bottom:0px;
  430. text-transform:none;
  431. font-style:none;
  432. font-size:12px;
  433. }
  434.  
  435. #tags a {
  436. color: #782832;
  437. }
  438.  
  439. /* --- POST NOTES END --- */
  440.  
  441. /* --- ASK & AUDIO START --- */
  442.  
  443. .ask {
  444. color:#fff;
  445. padding:15px;
  446. margin-bottom:15px;
  447. background-image:url("");
  448. border: 1px dotted #782832;
  449. }
  450.  
  451. .asker {
  452. font-family: 'Homemade Apple', cursive;
  453. font-size:20px;
  454. color: #782832;
  455. text-shadow:0px 0px 3px #fff;
  456. line-height:10px;
  457. text-align:center;
  458. }
  459.  
  460. .answer {
  461. color: #fff;
  462. }
  463.  
  464. .audio{
  465. background-color: transparent;
  466. background-image:url("");
  467. border-bottom:1px none #fff;
  468. height:70px;
  469. font-size:8px;
  470. overflow:hidden;
  471. }
  472.  
  473.  
  474. /* --- ASK & AUDIO END --- */
  475.  
  476.  
  477.  
  478. {CustomCSS}</style></head><body>
  479.  
  480.  
  481. <div id="sidebar">
  482. <div id="sidebarimage"><img src="{image:sidebar}"/></div><br>
  483.  
  484. <div class="links">
  485. <a title="home" href="/">i.</a>
  486.  
  487. <a title="ask" href="/ask">ii.</a>
  488.  
  489. <a title="rules" href="/i">iii.</a>
  490.  
  491. <a title="about" href="/ii">iv.</a>
  492.  
  493. <a title="more" href="/iii">v.</a>
  494. </div>
  495.  
  496. <div class="credit">
  497. <a href="http://elsaofarendelle.tumblr.com">𝔼</a>
  498. </div>
  499.  
  500.  
  501.  
  502.  
  503.  
  504. <div id="title"></div>
  505.  
  506. <div id="description">
  507. <center><p></p></center>
  508. </div>
  509.  
  510.  
  511. <div id="scrollbar">{scrollbar}</div>
  512.  
  513.  
  514.  
  515. <div id="pagination">
  516. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}{/block:Pagination}
  517. {block:Pagination}{block:NextPage}<a href="{NextPage}">/ forth </a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  518.  
  519.  
  520.  
  521. {block:HasPages}{block:Pages}
  522.  
  523. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  524.  
  525. </div></center>
  526.  
  527.  
  528. </div>
  529.  
  530. <div id="svenhover">
  531. <div id="container">{block:Posts}<div id="posts">
  532.  
  533.  
  534. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  535.  
  536. {block:blockquote}{/block:blockquote}
  537.  
  538.  
  539.  
  540. {block:Photo}
  541. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  542. {/block:Photo}
  543.  
  544. {block:Photoset}
  545. <center>{Photoset-250}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  546. {/block:Photoset}
  547.  
  548. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  549.  
  550. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  551.  
  552. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  553.  
  554. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="75px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp; {TrackName}{/block:TrackName}
  555. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  556.  
  557. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  558.  
  559. {block:Answer}
  560. <div class="ask"><div class="asker">{Asker} said:</div><p>{Question}</div><div class="answer">{Answer}</div>
  561. {/block:Answer}
  562.  
  563.  
  564. {Block:Date}<div id="info"><a href="{Permalink}" class="details" title="{TimeAgo}">posted</a> &nbsp;{block:NoteCount} <font color=#999></font> <a title="{NoteCount} notes" href="{Permalink}">notes</a> {/block:NoteCount} &nbsp;<a href="{ReblogURL}" target="_blank" class="details" >↺</a> {/block:Date}</div>
  565.  
  566. <div id="tags">
  567. {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  568.  
  569. </div>
  570. {block:PostNotes}{PostNotes}{/block:PostNotes}
  571. {/block:Posts}</div>
  572.  
  573.  
  574. </body>
  575.  
  576.  
  577. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement