Advertisement
teruteru

Mermaid Doughnut -【 THEME 65 by Anomaly ☽】

Aug 12th, 2018
1,400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #65 by Anomaly ☾ tumblr user linoone ☽ : MERMAID DOUGHNUT !!
  8.  
  9. - i made the base code
  10. - audio post style is by passo-html
  11. - please abide by all the rules
  12.  
  13. 【 All themes and pages can be found here : http://anomalythemes.tumblr.com/ 】
  14.  
  15. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  16. Feel free to message me if you need any help, my ask box is always open!
  17.  
  18. -->
  19.  
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{image:favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <!--default variables-->
  28.  
  29. <meta name="color:background 1" content="">
  30. <meta name="color:background 2" content="">
  31. <meta name="color:blog border" content="">
  32. <meta name="color:accent" content="">
  33. <meta name="color:posts" content="">
  34. <meta name="color:ask" content="">
  35. <meta name="color:blockquote" content="">
  36. <meta name="color:text" content="">
  37. <meta name="color:link" content="">
  38. <meta name="color:hover" content="">
  39. <meta name="color:selection" content="">
  40. <meta name="color:selection text" content="">
  41. <meta name="color:scrollbar" content="">
  42.  
  43. <meta name="image:favicon" content="">
  44. <meta name="image:cursor" content="">
  45. <meta name="image:sidebar" content="">
  46. <meta name="image:render" content="">
  47.  
  48. <meta name="text:title" content="">
  49. <meta name="text:ask text" content="asked">
  50. <meta name="text:about link" content="">
  51. <meta name="text:link 1" content="">
  52. <meta name="text:link 1 title" content="">
  53. <meta name="text:link 2" content="">
  54. <meta name="text:link 2 title" content="">
  55. <meta name="text:link 3" content="">
  56. <meta name="text:link 3 title" content="">
  57. <meta name="text:link 4" content="">
  58. <meta name="text:link 4 title" content="">
  59. <meta name="text:link 5" content="">
  60. <meta name="text:link 5 title" content="">
  61. <meta name="text:back title" content="⇠">
  62. <meta name="text:next title" content="⇢">
  63. <meta name="text:post opacity" content="1">
  64.  
  65. <meta name="text:font" content="">
  66. <meta name="text:title font" content="">
  67.  
  68. <meta name="if:cursor" content="">
  69. <meta name="if:render" content="">
  70.  
  71. <meta name="text:render left" content="">
  72. <meta name="text:render bottom" content="">
  73. <meta name="text:render width" content="">
  74.  
  75. <style type="text/css">
  76.  
  77. ::-webkit-scrollbar {
  78. width: 9px;
  79. height: 4px;
  80. background:{color:scrollbar};
  81. border:4px solid {color:background 1};
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb {
  85. background-color:{color:scrollbar};
  86. border-radius:5px;
  87. }
  88.  
  89. ::selection {
  90. background: {color:selection};
  91. color: {color:selection text};
  92. }
  93.  
  94. ::-moz-selection {
  95. background: {color:selection};
  96. color: {color:selection text};
  97. }
  98.  
  99. ::-webkit-selection {
  100. background: {color:selection};
  101. color: {color:selection text};
  102. }
  103.  
  104. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  105.  
  106. body {
  107. margin:0px;
  108. background:{color:background 1}; /* Old Browsers */
  109. background: -webkit-linear-gradient(right,{color:background 1},{color:background 2}); /*Safari 5.1-6*/
  110. background: -o-linear-gradient(right,{color:background 1},{color:background 2}); /*Opera 11.1-12*/
  111. background: -moz-linear-gradient(right,{color:background 1},{color:background 2}); /*Fx 3.6-15*/
  112. background: linear-gradient(to left,{color:background 1}, {color:background 2}); /*Standard*/
  113. background-attachment:fixed;
  114. background-repeat:no-repeat;
  115. background-size:cover;
  116. color:{color:text};
  117. font-family:{text:font};
  118. font-size:1em;
  119. }
  120.  
  121. a {
  122. color:{color:link};
  123. text-decoration:none;
  124. }
  125.  
  126. a:hover {
  127. color:{color:hover};
  128. -webkit-transition: all 0.7s ease;
  129. -moz-transition: all 0.7s ease;
  130. -o-transition: all 0.7s ease;
  131. transition: all 0.7s ease;
  132. }
  133.  
  134. blockquote {
  135. border-left:1px solid {color:blockquote};
  136. padding-left:10px;
  137. }
  138.  
  139. blockquote img {
  140. max-width:100%;
  141. height:auto;
  142. }
  143.  
  144. iframe, img, embed, object, video {
  145. }
  146.  
  147. img {
  148. max-width:auto;
  149. height:auto;
  150. }
  151.  
  152. /*--------------------------------------------------------------------*/
  153.  
  154. #line1 {
  155. position:fixed;
  156. top:20px;
  157. left:20px;
  158. width:calc(100% - 40px);
  159. height:1px;
  160. background:{color:blog border};
  161. z-index:1;
  162. }
  163.  
  164. #line2 {
  165. position:fixed;
  166. bottom:20px;
  167. left:20px;
  168. width:calc(100% - 40px);
  169. height:1px;
  170. background:{color:blog border};
  171. z-index:1;
  172. }
  173.  
  174. #line3 {
  175. position:fixed;
  176. top:20px;
  177. left:20px;
  178. width:1px;
  179. height:calc(100% - 40px);
  180. background:{color:blog border};
  181. z-index:1;
  182. }
  183.  
  184. #line4 {
  185. position:fixed;
  186. top:20px;
  187. right:20px;
  188. width:1px;
  189. height:calc(100% - 40px);
  190. background:{color:blog border};
  191. z-index:1;
  192. }
  193.  
  194. /*--------------------------------------------------------------------*/
  195.  
  196. .links {
  197. position:fixed;
  198. text-align:center;
  199. margin-top:105px;
  200. margin-left:-30px;
  201. background:{color:accent};
  202. width:25px;
  203. padding:5px;
  204. font-size:1.25em;
  205. }
  206.  
  207. .tit {
  208. width:250px;
  209. font-family:{text:title font};
  210. font-size:1.75em;
  211. text-align:center;
  212. }
  213.  
  214. a.tit {
  215. background-color:rgba({RGBcolor:posts},.75);
  216. padding:2.5px;
  217. }
  218.  
  219. .sidebar {
  220. position:fixed;
  221. width:250px;
  222. padding:5px;
  223. }
  224.  
  225. .sidebar img {
  226. width:250px;
  227. height:250px;
  228. z-index:-1;
  229. }
  230.  
  231. .desc {
  232. width:200px;
  233. height:200px;
  234. padding:10px;
  235. margin-top:20px;
  236. margin-left:20px;
  237. background-color:rgba({RGBcolor:posts},.75);
  238. opacity:0;
  239. z-index:1;
  240. -webkit-transition: all 0.5s ease;
  241. -moz-transition: all 0.5s ease;
  242. -o-transition: all 0.5s ease;
  243. transition: all 0.5s ease;
  244. }
  245.  
  246. .sidebar:hover .desc {
  247. opacity:1;
  248. }
  249.  
  250. /*--------------------------------------------------------------------*/
  251.  
  252. article {
  253. float:left;
  254. position:relative;
  255. padding:10px;
  256. width:500px;
  257. margin-bottom:50px;
  258. background-color:rgba({RGBcolor:posts},{text:post opacity});
  259. }
  260.  
  261. .title {
  262. font-weight:normal;
  263. font-size:1.5em;
  264. margin:0 0 10px 0;
  265. text-align:center;
  266. }
  267.  
  268. .quote {
  269. font-weight:normal;
  270. font-size:1.5em;
  271. font-style:italic;
  272. margin:0 0 10px 0;
  273. text-align:center;
  274. }
  275.  
  276. .quotesource {
  277. margin:0 0 10px 0;
  278. text-align:right;
  279. }
  280.  
  281. /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
  282. .ph-album {
  283. padding:15px;
  284. height:63px;
  285. }
  286.  
  287. .ph-player {
  288. width:7px;
  289. height:7px;
  290. overflow:hidden;
  291. padding:4px 21px 21px 4px;
  292. position:absolute;
  293. z-index:9999999999999999999;
  294. float:right;
  295. margin-top:15px;
  296. right:40px;
  297. background:{color:posts};
  298. opacity:.8;
  299. border-radius:30px;
  300. -moz-transition:all ease-in-out 0.7s;
  301. -webkit-transition:all ease-in-out 0.7s;
  302. -o-transition:all ease-in-out 0.7s;
  303. transition:all ease-in-out 0.7s;
  304. }
  305.  
  306. .ph-player:hover {
  307. opacity:1;
  308. -moz-transition:all ease-in-out 0.7s;
  309. -webkit-transition:all ease-in-out 0.7s;
  310. -o-transition:all ease-in-out 0.7s;
  311. transition:all ease-in-out 0.7s;
  312. }
  313.  
  314. .ph-track {
  315. margin-right:15px;
  316. overflow:auto;
  317. max-height:80px;
  318. margin-top:5px;
  319. float:right;
  320. text-align:right;
  321. }
  322.  
  323. .ph-track b {
  324. }
  325.  
  326. .ph-image {
  327. background:{color:blockquote};
  328. width:60px;
  329. height:60px;
  330. float:right;
  331. border-radius:30px;
  332. }
  333.  
  334. .bubble {
  335. align:right;
  336. background: {color:ask};
  337. margin:7px 0px 5px 66px;
  338. padding:10px;
  339. position: relative;
  340. -moz-border-radius:5px;
  341. -webkit-border-radius:5px;
  342. border-radius:5px;
  343. }
  344.  
  345. .bubble p {
  346. margin:1px 0px;
  347. }
  348.  
  349. .bubble span {
  350. position:absolute;
  351. width:1px;
  352. height:1px;
  353. font-size: 0;
  354. line-height: 1px;
  355. left:-10px;
  356. top:10px;
  357. border-top:7px solid transparent;
  358. border-bottom:7px solid transparent;
  359. border-right:10px solid {color:ask};
  360. }
  361.  
  362. .pl {
  363. position:absolute;
  364. margin-top:0px;
  365. margin-left:525px;
  366. }
  367.  
  368. .perma {
  369. position:absolute;
  370. margin-top:0px;
  371. margin-left:525px;
  372. text-align:center;
  373. width:35px;
  374. height:35px;
  375. border:5px solid {color:accent};
  376. }
  377.  
  378. .perma::before {
  379. content:"";
  380. position:absolute;
  381. background:transparent;
  382. top:10px;
  383. left:-15px;
  384. width:35px;
  385. height:35px;
  386. border-left:5px solid {color:accent};
  387. border-bottom:5px solid {color:accent};
  388. }
  389.  
  390. .credit {
  391. position:fixed;
  392. bottom:4px;
  393. left:8px;
  394. font-size:9px;
  395. padding:2px;
  396. z-index:2;
  397. }
  398.  
  399. </style>
  400. </head>
  401. <body>
  402.  
  403. <div id="line1"></div><div id="line2"></div><div id="line3"></div><div id="line4"></div>
  404.  
  405. <table style="margin-top:50px;" width="900" align="center" border="0" cellspacing="5">
  406.  
  407. <tbody><tr>
  408. <td valign="top" style="width:250px;">
  409.  
  410. <div class="links">
  411. <a href="/" title="home">i</a><br>
  412. <a href="/ask" title="ask">ii</a><br>
  413. <a href="/submit" title="submit">iii</a><br>
  414. <a href="{text:about link}" title="about">iv</a>{block:iflink1}<br>
  415. <a href="{text:link 1}" title="{text:link 1 title}">v</a>{/block:iflink1}{block:iflink2}<br>
  416. <a href="{text:link 2}" title="{text:link 2 title}">vi</a>{/block:iflink2}{block:iflink3}<br>
  417. <a href="{text:link 3}" title="{text:link 3 title}">vii</a>{/block:iflink3}{block:iflink4}<br>
  418. <a href="{text:link 4}" title="{text:link 4 title}">viii</a>{/block:iflink4}{block:iflink5}<br>
  419. <a href="{text:link 5}" title="{text:link 5 title}">ix</a>{/block:iflink5}
  420. </div>
  421.  
  422. <div class="sidebar">
  423. <div class="tit"><a class="tit">{text:title}</a></div><br>
  424. <img class="sidebar" src="{image:sidebar}">
  425. <div class="desc">{block:Description}{Description}{/block:Description}</div><br>
  426.  
  427. {block:IndexPage}
  428. {block:Pagination}
  429. {block:PreviousPage}<a style="float:left; background-color:rgba({RGBcolor:posts},{text:post opacity}); padding:2.5px; padding-top:0px;" href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  430. {block:NextPage}<a style="float:right; background-color:rgba({RGBcolor:posts},{text:post opacity}); padding:2.5px; padding-top:0px;" href="{NextPage}">{text:next title}</a>
  431. {/block:NextPage}
  432. {/block:Pagination}
  433. {/block:IndexPage}
  434. </div>
  435. </td>
  436.  
  437.  
  438. <td valign="top" style="width:500px;">
  439. <div id="content">
  440.  
  441. {block:Posts}
  442. <article>
  443.  
  444. {block:IndexPage}
  445. <a href="{Permalink}" title="{NoteCountwithLabel}"><div class="perma">&nbsp;</div></a>
  446. {block:IndexPage}
  447.  
  448. {block:Text}
  449. {block:Title}<div class="title">{Title}</div>{/block:Title}
  450. {Body}
  451. {/block:Text}
  452.  
  453. {block:Photo}
  454. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  455. {block:Caption}{Caption}{/block:Caption}
  456. {/block:Photo}
  457.  
  458. {block:Photoset}
  459. {Photoset-500}
  460. {block:Caption}{Caption}{/block:Caption}
  461. {/block:Photoset}
  462.  
  463. {block:Quote}
  464. <div class="quote">❝ {Quote} ❞</div>
  465. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  466. {/block:Quote}
  467.  
  468. {block:Link}
  469. <div class="title"><a href="{URL}">{Name}</a></div>
  470. {block:Description}<div class="description">{Description}</div>{/block:Description}
  471. {/block:Link}
  472.  
  473. {block:Chat}
  474. {block:Title}<div class="title">{Title}</div>{/block:Title}
  475. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  476. {/block:Chat}
  477.  
  478. {block:Video}
  479. {Video-500}
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:Video}
  482.  
  483. {block:Audio}
  484. <div class="ph-album">
  485. {block:AlbumArt}
  486. <img src="{AlbumArtURL}" class="ph-image"/>
  487. {/block:AlbumArt}
  488. {block:AudioPlayer}
  489. <div class="ph-player">{AudioPlayer}</div>
  490. {/block:AudioPlayer}
  491. <div class="ph-track">
  492. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  493. {block:Artist}{Artist}{/block:Artist}<br/>
  494. {formattedplaycount} plays
  495. </div></div>
  496. {block:Caption}{Caption}{/block:Caption}
  497. {/block:Audio}
  498.  
  499. {block:Answer}
  500. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  501. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  502. <div class="answer">{Answer}</div>
  503. {/block:Answer}
  504.  
  505. {block:PermalinkPage}
  506. <center>
  507. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  508. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  509. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  510. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  511. </center>
  512.  
  513. {block:PostNotes}{PostNotes}{/block:PostNotes}
  514. {/block:PermalinkPage}
  515.  
  516. </article>
  517.  
  518. {/block:Posts}
  519.  
  520. </div>
  521.  
  522. </td></table></style>
  523. <br>
  524.  
  525. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  526.  
  527. <div class="credit"><a href="http://linoone.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  528.  
  529. </body>
  530. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement