Advertisement
teruteru

Boudoir -【 THEME 35v2 by Anomaly ☽】

May 17th, 2017
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #35 v2 by Anomaly ☾ tumblr user xollyx ☽ : BOUDOIR !!
  8.  
  9. - i made the base code
  10. - please abide by all the rules
  11.  
  12. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  13.  
  14. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  15. Feel free to message me if you need any help, my ask box is always open!
  16.  
  17. -->
  18.  
  19. <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  20. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <title>{Title}</title>
  38.  
  39. <link rel="shortcut icon" href="{image:favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42.  
  43. <!--default variables-->
  44.  
  45. <meta name="color:background" content="">
  46. <meta name="color:container" content="">
  47. <meta name="color:inner border" content="">
  48. <meta name="color:border" content="">
  49. <meta name="color:posts" content="">
  50. <meta name="color:blockquote" content="">
  51. <meta name="color:ask" content="">
  52. <meta name="color:text" content="">
  53. <meta name="color:link" content="">
  54. <meta name="color:hover" content="">
  55. <meta name="color:links" content="">
  56. <meta name="color:permalink" content="">
  57. <meta name="color:title shadow" content="">
  58. <meta name="color:selection" content="">
  59. <meta name="color:selection text" content="">
  60. <meta name="color:tooltip" content="">
  61. <meta name="color:tooltip text" content="">
  62. <meta name="color:scrollbar" content="">
  63.  
  64. <meta name="image:favicon" content="">
  65. <meta name="image:background" content="">
  66. <meta name="image:cursor" content="">
  67. <meta name="image:sidebar" content="">
  68. <meta name="image:home" content="">
  69. <meta name="image:ask" content="">
  70. <meta name="image:submit" content="">
  71. <meta name="image:about" content="">
  72. <meta name="image:permalink" content="">
  73. <meta name="image:render" content="">
  74.  
  75. <meta name="text:title" content="">
  76. <meta name="text:ask text" content="asked">
  77. <meta name="text:about url" content="">
  78. <meta name="text:link 1" content="/">
  79. <meta name="text:link 1 title" content="link 1">
  80. <meta name="text:link 2" content="/">
  81. <meta name="text:link 2 title" content="link 2">
  82. <meta name="text:link 3" content="/">
  83. <meta name="text:link 3 title" content="link 3">
  84. <meta name="text:link 4" content="/">
  85. <meta name="text:link 4 title" content="link 4">
  86. <meta name="text:link 5" content="/">
  87. <meta name="text:link 5 title" content="link 5">
  88. <meta name="text:back title" content="⇠">
  89. <meta name="text:next title" content="⇢">
  90.  
  91. <meta name="if:bg cover" content="">
  92. <meta name="if:cursor" content="">
  93. <meta name="if:render" content="">
  94. <meta name="if:tags" content="">
  95.  
  96. <meta name="text:render left" content="">
  97. <meta name="text:render bottom" content="">
  98. <meta name="text:render width" content="">
  99.  
  100. <style type="text/css">
  101.  
  102. @font-face { font-family: "soymilk"; src: url('https://dl.dropboxusercontent.com/s/mq7o1eu8hhmr7g2/soymilk.ttf?dl=0'); format("truetype");}
  103.  
  104. @font-face { font-family:"04b"; src: url('https://dl.dropboxusercontent.com/s/b2fdyhgtkgjeon2/04b_08__.ttf?dl=1'); format(“truetype”);}
  105.  
  106. ::-webkit-scrollbar {
  107. width: 8px;
  108. background:transparent;
  109. }
  110.  
  111. ::-webkit-scrollbar-thumb {
  112. background-color:{color:scrollbar};
  113. border:1px solid {color:border};
  114. }
  115.  
  116. #s-m-t-tooltip {
  117. max-width:300px;
  118. margin:10px 0px 0px 10px;
  119. background-color:{color:tooltip};
  120. font-family:'04b';
  121. font-size:8px;
  122. padding:3px;
  123. color:{color:tooltip text};
  124. z-index:999999999999999999999999999999999999;
  125. }
  126.  
  127. #s-m-t-tooltip:after {
  128. position: absolute;
  129. display: block; content: "";
  130. border-color: transparent {color:tooltip} transparent transparent ;
  131. border-style: solid;
  132. border-width: 5px;
  133. height:0;
  134. width:0;
  135. position:absolute;
  136. top:3px;
  137. left:-10px;
  138. }
  139.  
  140. ::selection {
  141. background: {color:selection};
  142. color: {color:selection text};
  143. }
  144.  
  145. ::-moz-selection {
  146. background: {color:selection};
  147. color: {color:selection text};
  148. }
  149.  
  150. ::-webkit-selection {
  151. background: {color:selection};
  152. color: {color:selection text};
  153. }
  154.  
  155. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  156.  
  157. body {
  158. margin:0px;
  159. background:{color:background};
  160. background-image:url('{image:background}');
  161. background-attachment:fixed;
  162. {block:ifbgcover}
  163. background-repeat:no-repeat;
  164. background-size:cover;
  165. {/block:ifbgcover}
  166. color:{color:text};
  167. font-family:consolas;
  168. font-size:11px;
  169. }
  170.  
  171. a {
  172. color:{color:link};
  173. text-decoration:none;
  174. }
  175.  
  176. a:hover {
  177. color:{color:hover};
  178. -webkit-transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. -o-transition: all 0.7s ease;
  181. transition: all 0.7s ease;
  182. }
  183.  
  184. blockquote {
  185. border-left:1px solid {color:blockquote};
  186. padding-left:10px;
  187. }
  188.  
  189. blockquote img {
  190. max-width:100%;
  191. height:auto;
  192. }
  193.  
  194. iframe, img, embed, object, video {
  195. }
  196.  
  197. img {
  198. max-width:auto;
  199. height:auto;
  200. }
  201.  
  202. article {
  203. float:left;
  204. position:relative;
  205. padding:10px;
  206. width:500px;
  207. background-color:{color:posts};
  208. margin-top:50px;
  209. margin-left:50px;
  210. margin-bottom:50px;
  211. }
  212.  
  213. .posts:blockquote {
  214. border-left:1px solid {color:blockquote};
  215. padding-left:5px;
  216. }
  217.  
  218. .posts img {
  219. max-width:100%;
  220. }
  221.  
  222. #wrapper1 {
  223. position:fixed;
  224. width:620px;
  225. height:calc(75% + 20px);
  226. left:calc(35% - 10px);
  227. top:calc(100px - 10px);
  228. padding:10px;
  229. background:{color:inner border};
  230. border:1px solid {color:border};
  231. }
  232.  
  233. #wrapper {
  234. position:fixed;
  235. width:600px;
  236. height:75%;
  237. left:35%;
  238. top:100px;
  239. overflow-y:scroll;
  240. overflow-x:none;
  241. padding:10px;
  242. background:{color:container};
  243. border:1px solid {color:border};
  244. }
  245.  
  246. #sidebar1 {
  247. position:fixed;
  248. width:240px;
  249. height:calc(75% + 40px);
  250. left:calc(35% - 310px);
  251. top:calc(100px - 10px);
  252. background:{color:inner border};
  253. border:1px solid {color:border};
  254. }
  255.  
  256. #sidebar {
  257. position:fixed;
  258. width:200px;
  259. height:75%;
  260. left:calc(35% - 300px);
  261. top:100px;
  262. background:{color:container};
  263. border:1px solid {color:border};
  264. padding:10px;
  265. }
  266.  
  267. a.link {
  268. display:inline-block;
  269. width:175px;
  270. height:20px;
  271. padding:2px;
  272. text-align:center;
  273. font-family:'04b';
  274. font-size:8px;
  275. line-height:16px;
  276. background:{color:links};
  277. margin-bottom:2px;
  278. }
  279.  
  280. #title {
  281. position:fixed;
  282. left:35%;
  283. font-style:italic;
  284. font-weight:bold;
  285. font-family:soymilk;
  286. font-size:72px;
  287. width:600px;
  288. text-shadow:0.05em 0.05em {color:title shadow};
  289. }
  290.  
  291. #pagi {
  292. position:fixed;
  293. font-style:italic;
  294. left:calc(35% + 700px);
  295. text-shadow:0.03em 0.03em {color:title shadow};
  296. bottom:40px;
  297. font-family:soymilk;
  298. font-size:72px;
  299. }
  300.  
  301. .title{
  302. font-weight:normal;
  303. font-size:16px;
  304. margin:0 0 10px 0;
  305. text-align:center;
  306. }
  307.  
  308. .quote{
  309. font-weight:normal;
  310. font-size:16px;
  311. font-style:italic;
  312. margin:0 0 10px 0;
  313. text-align:center;
  314. }
  315.  
  316. .quotesource {
  317. margin:0 0 10px 0;
  318. text-align:right;
  319. }
  320.  
  321. #ask{
  322. font-family:consolas;
  323. font-size:11px;
  324. line-height:13px;
  325. padding:5px;
  326. color:{color:Title};
  327. }
  328.  
  329. .bubble {
  330. align:right;
  331. background: {color:ask};
  332. margin:7px 0px 5px 66px;
  333. padding:10px;
  334. position: relative;
  335. -moz-border-radius:5px;
  336. -webkit-border-radius:5px;
  337. border-radius:5px;
  338. }
  339.  
  340. .bubble p {
  341. margin:1px 0px;
  342. }
  343.  
  344. .bubble span {
  345. position:absolute;
  346. width:1px;
  347. height:1px;
  348. font-size: 0;
  349. line-height: 1px;
  350. left:-10px;
  351. top:10px;
  352. border-top:7px solid transparent;
  353. border-bottom:7px solid transparent;
  354. border-right:10px solid {color:ask};
  355. }
  356.  
  357. .perma {
  358. margin-top:10px;
  359. padding:5px;
  360. text-align:center;
  361. background:{color:permalink};
  362. font-family:'04b';
  363. font-size:8px;
  364. }
  365.  
  366. .credit {
  367. position:fixed;
  368. bottom:4px;
  369. left:8px;
  370. font: 9px consolas;
  371. text-transform:uppercase;
  372. letter-spacing: 0px;
  373. padding: 2px;
  374. }
  375.  
  376. </style>
  377. </head>
  378. <body>
  379.  
  380. <div id="title">{text:title}</div>
  381.  
  382. <div id="sidebar1"></div>
  383.  
  384. <div id="sidebar">
  385. <center><img style="width:150px; height:auto;" src="{image:sidebar}"></center>
  386. <center>
  387. <a href="/" title="home"><img src="{image:home}"></a>
  388. <a href="/ask" title="ask"><img src="{image:ask}"></a>
  389. <a href="/submit" title="submit"><img src="{image:submit}"></a>
  390. <a href="{text:about url}" title="about"><img src="{image:about}"></a>
  391. </center>
  392. {block:Description}{Description}{/block:Description}
  393. <br><br>
  394. <center>
  395. {block:iflink1}<a class="link" href="{text:link 1}">{text:link 1 title}</a><br>{/block:iflink1}
  396. {block:iflink2}<a class="link" href="{text:link 2}">{text:link 2 title}</a><br>{/block:iflink2}
  397. {block:iflink3}<a class="link" href="{text:link 3}">{text:link 3 title}</a><br>{/block:iflink3}
  398. {block:iflink4}<a class="link" href="{text:link 4}">{text:link 4 title}</a><br>{/block:iflink4}
  399. {block:iflink5}<a class="link" href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  400. </center>
  401. </div>
  402.  
  403. <div id="wrapper1"></div>
  404. <div id="wrapper">
  405. {block:Posts}
  406. <article>
  407.  
  408. {block:Text}
  409. {block:Title}<div class="title">{Title}</div>{/block:Title}
  410. {Body}
  411. {/block:Text}
  412.  
  413. {block:Photo}
  414. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Photo}
  417.  
  418. {block:Photoset}
  419. {Photoset-500}
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Photoset}
  422.  
  423. {block:Quote}
  424. <div class="quote">"{Quote}"</div>
  425. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  426. {/block:Quote}
  427.  
  428. {block:Link}
  429. <div class="title"><a href="{URL}">{Name}</a></div>
  430. {block:Description}<div class="description">{Description}</div>{/block:Description}
  431. {/block:Link}
  432.  
  433. {block:Chat}
  434. {block:Title}<div class="title">{Title}</div>{/block:Title}
  435. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  436. {/block:Chat}
  437.  
  438. {block:Video}
  439. {Video-500}
  440. {block:Caption}{Caption}{/block:Caption}
  441. {/block:Video}
  442.  
  443. {block:Audio}
  444. {AudioPlayerWhite}
  445. {block:TrackName}{TrackName}<br>{/block:TrackName}
  446. {block:Artist}{Artist}<br>{/block:Artist}
  447. {block:Album}{Album}{/block:Album}
  448. {block:Caption}{Caption}{/block:Caption}
  449. {/block:Audio}
  450.  
  451. {block:Answer}
  452. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  453. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  454. <div class="answer">{Answer}</div>
  455. {/block:Answer}
  456.  
  457. {block:IndexPage}
  458. <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> <img src="{image:permalink}"> <a href="{ReblogURL}">reblog</a>
  459. {block:iftags}
  460. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  461. {/block:iftags}
  462. </div>
  463. {block:IndexPage}
  464.  
  465. {block:PermalinkPage}
  466. <center>
  467. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  468. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  469. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  470. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  471. </center>
  472.  
  473. {block:PostNotes}{PostNotes}{/block:PostNotes}
  474. {/block:PermalinkPage}
  475.  
  476. </article>
  477.  
  478. {/block:Posts}
  479.  
  480. </div>
  481.  
  482. <div id="pagi">
  483. {block:IndexPage}
  484. {block:Pagination}
  485. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  486. {block:NextPage}<br><a href="{NextPage}">{text:next title}</a>
  487. {/block:NextPage}
  488. {/block:Pagination}
  489. {/block:IndexPage}
  490.  
  491. </div>
  492.  
  493.  
  494. {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}
  495.  
  496. <div class="credit"><a href="http://xollyx.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>
  497.  
  498. </body>
  499. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement