Advertisement
tsiappoworks

flower queen eila

Feb 14th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  4.  
  5. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  6. <link rel="shortcut icon" href="" />
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. <meta name="color:background" content="#fffce6">
  11. <meta name="color:Accent" content="#26acca" />
  12. <meta name="color:Accent2" content="#b66b6b" />
  13. <meta name="color:Accent3" content="#e7aeb7" />
  14. <meta name="color:body font" content="#923434" />
  15.  
  16. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  17.  
  18. <style type="text/css">
  19. /*---------------------BODY--------------------*/
  20. ::-webkit-scrollbar-thumb{
  21. background-color:{color:accent3};
  22. height:auto;
  23. }
  24.  
  25. ::-webkit-scrollbar {
  26. background-color:transparent;
  27. height:auto;
  28. width:4px;
  29. }
  30.  
  31. ::-webkit-scrollbar:horizontal {
  32. background-color:transparent;
  33. height:4px;
  34. width:auto;}
  35.  
  36.  
  37. hr {
  38. border: 0;
  39. height: 1px;
  40. background-image: linear-gradient(to right, rgba(185, 210, 220, 0), rgba(48, 101, 120, 0.75), rgba(185, 210, 220, 0));
  41. }
  42.  
  43. h1 {
  44. font-weight:normal;
  45. font-size:22px;
  46. text-align:center;
  47. font-style:normal;
  48. line-height:100%;
  49. letter-spacing:1px;
  50. text-transform:normal;
  51. color:{color:accent2};
  52. font-family: 'Oswald', sans-serif;
  53. }
  54.  
  55. h2 {
  56. font-size:26px;
  57. text-align:center;
  58. line-height:100%;
  59. letter-spacing:-0.5px;
  60. color:{color:accent2};
  61. font-weight:bold;
  62. padding:5px;
  63. font-family: 'Oswald', sans-serif;
  64. }
  65.  
  66. body {
  67. margin: 0;
  68. color:{font:body font};
  69. background: url(http://static.tumblr.com/mwciju1/gWhole3gp/eilabg_smol.png) no-repeat bottom left fixed;
  70. background-color:{color:background};
  71. font-size:11px;
  72. line-height:120%;
  73. word-wrap: break-word;
  74. font-family:Calibri, helvetica, arial, sans-serif;
  75. }
  76.  
  77. pre {
  78. white-space: pre-wrap;
  79. white-space: -moz-pre-wrap;
  80. white-space: -pre-wrap;
  81. white-space: -o-pre-wrap;
  82. word-wrap: break-word;
  83. }
  84.  
  85. small,sub,sup {
  86. font-size:12px;
  87. font-family: calibri,helvetica,arial,sans-serif;
  88. }
  89.  
  90. b,strong {
  91. color:{color:accent2};
  92. font-size:15px;
  93. font-family: 'Oswald', sans-serif;
  94. }
  95.  
  96. em,i {
  97. color:{color:accent2};
  98. font-family: 'Oswald', sans-serif;
  99. }
  100.  
  101. s,strike {
  102. color:{color:accent2};
  103. }
  104.  
  105. u,underline {
  106. color:{color:accent2};
  107. }
  108.  
  109. a {
  110. text-decoration:none;
  111. outline:none;
  112. -moz-outline-style:none;
  113. color:{color:accent2};
  114. -moz-transition-duration:0.5s;
  115. -webkit-transition-duration:0.5s;
  116. -o-transition-duration:0.5s;
  117. }
  118.  
  119. a:hover {
  120. outline:none;
  121. -moz-outline-style:none;
  122. color:#FFFFFF;
  123. }
  124.  
  125. img{border:0; max-width:100%;max-height:auto;}
  126.  
  127. .fancytitle {
  128. font-size:11px;
  129. font-family: 'Oswald', sans-serif;
  130. padding:2px 4px;
  131. border:2px solid {color:page bg};
  132. text-align:center;
  133. margin-bottom:5px;
  134. background-image:url('http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png');
  135. background-repeat:no-repeat;
  136. background-position: top center;
  137. color:#f9fcfc;
  138. }
  139.  
  140.  
  141. /*------------------- MAIN CONTENT STUFF ------------------*/
  142.  
  143. #title{font-size:20px;line-height:25px;}
  144.  
  145. #content {
  146. position:absolute;
  147. margin-top:20px;
  148. left:690px;
  149. z-index:990;
  150. width:550px;
  151. padding:0px;
  152. overflow-y:auto;
  153. color:{color:Body Font};
  154. padding:10px 0px;
  155. }
  156.  
  157. blockquote {
  158. padding:2px 5px 2px 10px;
  159. margin:5px;
  160. border-left:2px solid {color:body font};
  161. -moz-border-radius: 15px;
  162. -webkit-border-radius: 15px;
  163. }
  164.  
  165. blockquote img {
  166. max-width:100%;}
  167.  
  168. img{
  169. border:0px;
  170. max-width:100%;
  171. }
  172.  
  173. /*----------------------------- POSTS ------------------------*/
  174. #content #posts {
  175. width:500px;
  176. background-color:#fff;
  177. margin:0 auto;
  178. padding: 10px 10px 6px;
  179. border-top:1px solid #ddaea4;
  180. border-left:1px solid #ddaea4;
  181. border-right:1px solid #ddaea4;
  182. }
  183.  
  184. #content #posts .title {
  185. font-size:22px;
  186. line-height:25px;
  187. font-family: 'Oswald', sans-serif;
  188. letter-spacing:1px;
  189. }
  190.  
  191. #content #posts .text {
  192. font-family: Calibri, helvetica, arial, sans-serif;
  193. font-size:12px;
  194. font-weight:300;
  195. line-height:140%;
  196. }
  197.  
  198. .text ul li{
  199. list-style-type:circle;
  200. }
  201.  
  202. .asker{
  203. position:relative;
  204. float:right;
  205. margin-top:-6px;
  206. padding:2px 3px;
  207. text-transform:uppercase;
  208. }
  209.  
  210. .asker a{
  211. width:100%;
  212. -moz-border-radius: 15px;
  213. -webkit-border-radius: 15px;
  214. background-color:{color:body font};
  215. color:white;
  216. text-align:center;
  217. font-size:14px;
  218. }
  219.  
  220. /*-------------AUDIO POSTS------------*/
  221.  
  222. #audioplayer {
  223. width:30px;
  224. height:30px;
  225. overflow:hidden;
  226. position:absolute;
  227. margin-left:40px;
  228. margin-top:45px;
  229. margin-bottom:45px;
  230. opacity: 0.8;
  231. filter:alpha(opacity=80);
  232. -moz-opacity: 0.8;
  233. -khtml-opacity: 0.8;
  234. }
  235.  
  236. #albumart { float:left; margin:0px 7px;}
  237.  
  238. /*--------------------PERMALINK AND OTHER DETAILS---------------------*/
  239. #details {
  240. font-family: Calibri, helvetica, arial, sans-serif;
  241. text-align:center;
  242. width:500px;
  243. text-transform:uppercase;
  244. font-size:10px;
  245. font-style:none;
  246. margin-left:auto;
  247. margin-right:auto;
  248. background-color:#fff;
  249. color:{color:accent2};
  250. margin-bottom:20px;
  251. padding:2px 10px 2px;
  252. border-bottom:1px solid #ddaea4;
  253. border-left:1px solid #ddaea4;
  254. border-right:1px solid #ddaea4;
  255. }
  256.  
  257. #details a{
  258. text-decoration:none;
  259. color:{color:accent};
  260. -webkit-transition: all 0.3s ease-in-out;
  261. -moz-transition: all 0.3s ease-in-out;
  262. -ms-transition: all 0.3s ease-in-out;
  263. -transition: all 0.3s ease-in-out;
  264. }
  265.  
  266. #details a:hover{color: {color:accent3};}
  267.  
  268. #notes {
  269. font-family: Calibri, helvetica, arial, sans-serif;
  270. font-size:11px;
  271. color:{color:body font};
  272. }
  273.  
  274. #notes a{
  275. text-decoration:none;
  276. color:{color:accent3};
  277. }
  278.  
  279. /*------------------------CUSTOM TOOLTIP--------------------------*/
  280. div#qTip {
  281. background-image:url('http://static.tumblr.com/oh3xcbq/ROuoimf1o/selectionmedblue.png');
  282. border:1px solid white;
  283. padding: 5px;
  284. display: none;
  285. text-align: center;
  286. position: absolute;
  287. font-size:13px;
  288. line-height:10px;
  289. z-index: 9999999;
  290. color:#fff;
  291. letter-spacing: 1px;
  292. font-family: 'Oswald', sans-serif;
  293. }
  294.  
  295. /* ---------------------------- UPDATES ------------------------------*/
  296.  
  297. #updates {
  298. font-size:10px;
  299. font-family:century gothic, arial;
  300. color:#4c6b7a;
  301. text-align:center;
  302. height:180px;
  303. width:240px;
  304. padding:10px;
  305. left:150px;
  306. bottom:150px;
  307. z-index:10;
  308. position:fixed;
  309. overflow-x:hidden;
  310. overflow-y:auto;
  311. background-color:rgba(255,255,255,0);
  312. text-shadow:1px 1px 0px white, -1px -1px 0px white, -1px 1px 0px white, 1px -1px 0px white;
  313. }
  314.  
  315. /*--------------------CREDITS-----------------------*/
  316. #cred
  317. {
  318. position:fixed;
  319. z-index:99;
  320. width: 50px;
  321. height: 18px;
  322. font-family: Arial;
  323. font-size: 7px;
  324. text-transform: uppercase;
  325. text-align: center;
  326. bottom: 10px;
  327. left: 10px;
  328. letter-spacing: 1px;
  329. line-height: 4px;
  330. padding: 10px 3px;
  331. display: block;
  332. color:{color:accent3};
  333. background: {color:background};
  334. position: fixed;
  335. }
  336.  
  337. #cred a
  338. {
  339. font-weight: bold;
  340. line-height: 17px;
  341. font-size: 15px;
  342. font-family: 'Oswald', sans-serif;
  343. text-transform: uppercase;
  344. color:{color:accent3};
  345. letter-spacing: 6px;
  346. margin-left:5px;
  347. }
  348.  
  349. /*-----------------NAVIGATION---------------*/
  350. #nav{
  351. position:fixed;
  352. bottom:500px;
  353. left:43px;
  354. font-size:40px;
  355. width:350px;
  356. }
  357.  
  358. #nav a{color:#26acca;
  359. text-shadow:1px 1px 0px white, -1px -1px 0px white, -1px 1px 0px white, 1px -1px 0px white;
  360. }
  361. #nav a:hover{color:#4c6b7a;}
  362.  
  363. .link_home{margin-left:65px;margin-top:-60px;}
  364. .link_ask{margin-left:15px;margin-top:20px;}
  365. .link_story{margin-left:60px;margin-top:30px;}
  366. .link_guide{margin-left:330px;margin-top:-92px;}
  367. .link_verses{margin-left:390px;margin-top:25px;}
  368. .link_ships{margin-left:340px;margin-top:30px;}
  369.  
  370. {CustomCSS}</style>
  371. </head>
  372. <body>
  373.  
  374. <!------------------------- NAVIGATION -------------------------->
  375. <div id="nav" style="width:100%">
  376. <div class="link_home">
  377. <a href="/" title="refresh">✦</a></div>
  378. <div class="link_ask">
  379. <a href="/ask" title="ask">✦</a></div>
  380. <div class="link_story">
  381. <a href="/about" title="about">✦</a></div>
  382. <div class="link_guide">
  383. <a href="/rules" title="rules">✦</a></div>
  384. <div class="link_verses">
  385. <a href="/verses" title="worlds">✦</a></div>
  386. <div class="link_ships">
  387. <a href="/ships" title="friends">✦</a></div>
  388. </div>
  389.  
  390. <!-- begin updates tab -->
  391.  
  392. <div id="updates">
  393. <p>rebooted 14 february 2017.<br>
  394. written by <a href="/mun"><b>BECCA</b></a> ; do not steal.
  395. </p>
  396. {block:Pagination}<span style="color:white;font-size:10px;letter-spacing:1.5px;border-bottom:1px solid white;">PAGINATION</span><br>
  397. {block:NextPage}<b><a href="{NextPage}" style="color:white;font-size:11px;letter-spacing:1.5px;">sink</a></b>{/block:NextPage}
  398. {block:PreviousPage}&nbsp;/&nbsp;<b><a href="{PreviousPage}" style="color:white;font-size:11px;letter-spacing:1.5px;">swim</a></b>{/block:PreviousPage}
  399. </p>{/block:Pagination}
  400.  
  401. </div></div>
  402.  
  403. <!-- end updates tab -->
  404. <!---------------------- MAIN CONTENT ----------------------->
  405.  
  406. <div id="content">
  407. {block:Posts}
  408. <div id="posts">
  409. <!------------------------ PHOTOS --------------------------->
  410.  
  411. {block:Photo}
  412. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  413. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  414. {/block:Photo}
  415.  
  416. <!------------------------ PHOTOSET -------------------------->
  417.  
  418. {block:Photoset}
  419. {Photoset-500}
  420. {block:Caption}<div class="text">{Caption}</div>{block:Caption}
  421. {/block:Photoset}
  422.  
  423. <!--------------------------- VIDEO ------------------------------>
  424.  
  425. {block:Video}
  426. {Video-500}
  427. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  428. {/block:Video}
  429.  
  430. <!-------------------------- AUDIO ------------------------------>
  431.  
  432. {block:Audio}
  433. <div id="audioplayer">{AudioPlayerWhite}</div>
  434. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  435. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  436. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  437. {block:Album}Album: {Album}{/block:Album}<br/>
  438. {PlayCountWithLabel}
  439. {block:Caption}<br/><br/><br/><div class="text">{Caption}</div>{/block:Caption}
  440. {/block:Audio}
  441.  
  442. <!-------------------------- QUOTE ------------------------------>
  443.  
  444. {block:Quote}
  445. <div class="title" style="width:400px; margin-left:auto; margin-right:auto; line-height:20px;">“{Quote}”</div>
  446. {block:Source}<br><div class="text" style="text-align:right;">— {Source}</div>{/block:Source}
  447. {/block:Quote}
  448.  
  449. <!---------------------------- TEXT ------------------------------>
  450.  
  451. {block:Text}
  452. {block:Title}<div class="title">{Title}</div>{/block:Title}
  453. <div class="text">{Body}</div>
  454. {/block:Text}
  455.  
  456. <!--------------------------- ANSWER ------------------------------>
  457.  
  458. {block:Answer}
  459.  
  460. <div class="title" style="font-size:12px; background-color:{color:background}; padding:3px 5px;padding:5px 10px;border-top:2px solid {color:body font};-moz-border-radius: 15px;-webkit-border-radius: 15px;border-bottom:2px solid {color:body font};">{Question}</div><div class="asker">{Asker}</div><br><br>
  461.  
  462. <div class="text">{Answer}</div>
  463. {/block:Answer}
  464.  
  465. <!------------------------- CHAT ------------------------------>
  466.  
  467. {block:Chat}
  468. {block:Title}<div class="title">{Title}</div>{/block:Title}
  469. <div class="text">{block:Lines}
  470. {block:Label}<strong>{Label}</strong>{/block:Label}
  471. {Line}<br>
  472. {/block:Lines}</div>
  473. {/block:Chat}
  474.  
  475. <!-------------------------- LINK --------------------------->
  476.  
  477. {block:Link}
  478. <div class="title"><a href="{URL}">{Name}</a></div>
  479. {block:Description}<div class="text">{Description}</div>{/block:Description}
  480. {/block:Link}
  481.  
  482. <!-------------------------- ENDS --------------------------->
  483. </div>
  484.  
  485. <div id="details">
  486. <hr>
  487. <a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth} {Year}</a> | <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} | <a href="{ReblogParentURL}" target="_blank">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank" class="details">↺</a>
  488. {block:HasTags}<div id="tags" style="border-top:1px solid #f5f5f5;width:406px;margin-left:auto;margin-right:auto;text-transform:none;">filed under:{block:Tags}&nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>.{/block:Tags}</div>{/block:HasTags}</div>
  489.  
  490. {/block:Posts}
  491. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  492.  
  493. </div></div></div>
  494.  
  495. </body>
  496.  
  497. <div id="cred">theme by<br><a href="http://seacrowned.tumblr.com/" title="credit">CHE</a></div>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement