Advertisement
teruteru

Brainwashed -【 THEME 31 by Anomaly ☽】

Sep 23rd, 2016
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{image:Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!----------------------------------------
  12.  
  13. theme 31: brainwashed by anomaly xollyx
  14. base code by asschlinthemes
  15. dont remove the credit otherwise have fun!
  16.  
  17. ------------------------------------------>
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21.  
  22. <script>
  23. (function($){
  24. $(document).ready(function(){
  25. $("a[title]").style_my_tooltips({
  26. tip_follows_cursor:true,
  27. tip_delay_time:90,
  28. tip_fade_speed:600,
  29. attribute:"title"
  30. });
  31. });
  32. })(jQuery);
  33. </script>
  34.  
  35. <meta name="color:background" content="#fff"/>
  36. <meta name="color:text" content="#aaa"/>
  37. <meta name="color:link" content="#000"/>
  38. <meta name="color:hover" content="#000"/>
  39. <meta name="color:posts" content="#fff"/>
  40. <meta name="color:shadows" content="#eee"/>
  41. <meta name="color:ask" content="#aaa"/>
  42. <meta name="color:title" content="#aaa"/>
  43. <meta name="color:bar" content="#000"/>
  44. <meta name="color:scrollbar" content="#aaa"/>
  45. <meta name="color:tooltip" content="#000"/>
  46. <meta name="color:tooltip text" content="#fff"/>
  47.  
  48. <meta name="image:favicon" content=""/>
  49. <meta name="image:background" content=""/>
  50. <meta name="image:cursor" content=""/>
  51. <meta name="image:render" content=""/>
  52. <meta name="image:permalink" content=""/>
  53.  
  54. <meta name="text:title" content="ECHO" />
  55. <meta name="text:about link" content="" />
  56. <meta name="text:link 1" content="" />
  57. <meta name="text:link 1 title" content="" />
  58. <meta name="text:link 2" content="" />
  59. <meta name="text:link 2 title" content="" />
  60. <meta name="text:link 3" content="" />
  61. <meta name="text:link 3 title" content="" />
  62. <meta name="text:link 4" content="" />
  63. <meta name="text:link 4 title" content="" />
  64. <meta name="text:link 5" content="" />
  65. <meta name="text:link 5 title" content="" />
  66.  
  67. <meta name="text:render left" content="0" />
  68. <meta name="text:render bottom" content="0" />
  69. <meta name="text:render width" content="300" />
  70. <meta name="text:sidebar left" content="1000" />
  71. <meta name="text:sidebar top" content="430" />
  72. <meta name="text:nip top" content="525" /> <!-- sidebar height + top -->
  73. <meta name="text:nip left" content="1050"/> <!-- sidebar left + 50 -->
  74. <meta name="text:nip shadow top" content="530" /> <!-- nip top + 5 -->
  75. <meta name="text:nip shadow left" content="1055" /> <!-- nip left + 5 -->
  76.  
  77. <meta name="if:cursor" content="0" />
  78. <meta name="if:full bg" content="0" />
  79. <meta name="if:render" content="1" />
  80. <meta name="if:show tags" content="" />
  81. <meta name="if:description" content="" />
  82.  
  83.  
  84. <!--CSS customization here. -->
  85.  
  86. <style type="text/css">
  87.  
  88. @font-face {font-family: "radiometry";src: url('https://dl.dropboxusercontent.com/s/d02uy9pnixyjzxo/radiometry.ttf?dl=1'); format("truetype");}
  89.  
  90. @font-face { font-family: "wendy"; src: url('https://dl.dropboxusercontent.com/s/yr32rdtfszs02ze/wendy.ttf?dl=1'); format(“truetype”);}
  91.  
  92. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  93.  
  94. #s-m-t-tooltip{
  95. position:absolute;
  96. margin-top: 15px;
  97. z-index:9999;
  98. padding:5px;
  99. background:{color:background};
  100. font-family:wendy;
  101. font-size:10px;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};}
  105. ::-webkit-scrollbar-button:horizontal {display:none;}
  106. ::-webkit-scrollbar {background-color:{color:scrollbar}; border:2px solid {color:posts}; width:5px;}
  107.  
  108. /*basics*/
  109.  
  110. blockquote {
  111. padding:0px 5px;
  112. border-left:1px solid {color:border};
  113. margin-left:5px;}
  114.  
  115. body {
  116. background:{color:background};
  117. background-image: url({image:background});
  118. background-attachment:fixed;
  119. {block:iffullbg}
  120. background-repeat:no-repeat;
  121. background-size:cover;
  122. {/block:iffullbg}
  123. color:{color:text};
  124. font-family:consolas;
  125. font-size:11px;
  126. text-align:justify;
  127. margin:0;}
  128.  
  129.  
  130. a {
  131. color:{color:link};
  132. text-decoration:none;
  133. -moz-transition-duration: 0.5s;
  134. -o-transition-duration: 0.5s;
  135. -webkit-transition-duration: 0.5s;
  136. transition-duration: 0.5s;}
  137.  
  138. a:hover {
  139. color:{color:hover};
  140. text-decoration:none;}
  141.  
  142. img{opacity:1;
  143. border:none;
  144. text-decoration:none}
  145.  
  146.  
  147. small {font-size:9px;}
  148. big {font-size:12px;}
  149.  
  150. #bar{
  151. position:fixed;
  152. margin-top:0px;
  153. margin-left:0px;
  154. background-color:{color:bar};
  155. height:50px;
  156. width:110%;
  157. z-index:2;
  158. text-align:center;
  159. font-family:radiometry;
  160. color:{color:title};
  161. text-shadow: 1px 1px {color:shadows};
  162. font-size:45px;}
  163.  
  164.  
  165. #title {
  166. font-size:45px;
  167. line-height:18px;
  168. margin-top:10px;
  169. margin-left:20px;
  170. text-transform:uppercase;
  171. text-align:left;}
  172.  
  173. #description{
  174. position:fixed;
  175. margin-left:{text:sidebar left}px;
  176. margin-top:{text:sidebar top}px;
  177. width:250px;
  178. background-color:{color:posts};
  179. padding:10px;
  180. box-shadow:5px 5px {color:shadows};
  181. z-index:2;}
  182.  
  183. #descnip{
  184. position:fixed;
  185. top: {text:nip top}px;
  186. left:{text:nip left}px;
  187. border-top: 15px solid {color:posts};
  188. border-bottom: 15px solid transparent;
  189. border-left:15px solid transparent;
  190. z-index:2;}
  191.  
  192. #nip2{
  193. position:fixed;
  194. top:{text:nip shadow top}px;
  195. left:{text:nip shadow left}px;
  196. border-top: 15px solid {color:shadows};
  197. border-bottom: 15px solid transparent;
  198. border-left:15px solid transparent;
  199. z-index:1;}
  200.  
  201. #link1{
  202. margin-left:280px;
  203. margin-top:-15px;
  204. padding:10px;
  205. position:fixed;
  206. height:60%;
  207. background:{color:bar};
  208. border-radius:10px;}
  209.  
  210. #link2{
  211. margin-left:320px;
  212. margin-top:-15px;
  213. padding:10px;
  214. position:fixed;
  215. height:55%;
  216. background:{color:bar};
  217. border-radius:10px;}
  218.  
  219. #link3{
  220. margin-left:930px;
  221. margin-top:-15px;
  222. padding:10px;
  223. position:fixed;
  224. height:55%;
  225. background:{color:bar};
  226. border-radius:10px;}
  227.  
  228. #link4{
  229. margin-left:970px;
  230. margin-top:-15px;
  231. padding:10px;
  232. position:fixed;
  233. height:60%;
  234. background:{color:bar};
  235. border-radius:10px;}
  236.  
  237. #link1:hover, #link2:hover, #link3:hover, #link4:hover {
  238. height:65%;
  239. background:{color:bar};
  240. -webkit-transition: 0.8s ease-out;
  241. -moz-transition: 0.8s ease-out;
  242. -ms-transition: 0.8s ease-out;
  243. -o-transition:0.8s ease-out;
  244. transition:0.8s ease-out;}
  245.  
  246. #links{
  247. position:fixed;
  248. margin-top:125px;
  249. margin-left:225px;
  250. font-size:45px;
  251. line-height:40px;
  252. color:{color:link};
  253. text-shadow:3px 3px {color:shadows};
  254. }
  255.  
  256. #links a:hover{
  257. color:{color:hover};
  258. }
  259.  
  260. /*pagination*/
  261.  
  262. #pagination {
  263. margin:50px 0;
  264. text-align:center;
  265. text-transform:lowercase;
  266. font-family:radiometry;
  267. font-size:15px;
  268. }
  269.  
  270. #pagination a {
  271. padding:0 15px;}
  272.  
  273.  
  274. #entries {
  275. position:fixed;
  276. margin-top:35px;
  277. margin-left:350px;
  278. width:525px;
  279. height:95%;
  280. padding:20px;
  281. background:{color:posts};
  282. overflow-x:hidden;
  283. overflow-y:auto;
  284. box-shadow:5px 5px {color:shadows};
  285. }
  286.  
  287. #posts {
  288. width:500px;
  289. overflow:hidden;
  290. {block:IndexPage}
  291. margin-bottom:75px;
  292. {/block:IndexPage}
  293. {block:PermalinkPage}
  294. margin-bottom:50px;
  295. {/block:PermalinkPage}}
  296.  
  297. #posts img {
  298. max-width:500px;}
  299. .caption {width:100%;margin-top:2px;}
  300.  
  301. #ptitle {
  302. font-size:16px;
  303. font-weight:bold;
  304. text-align:center;}
  305.  
  306.  
  307. /*quote*/
  308.  
  309. #source {
  310. margin-top:4px;
  311. text-align:right;
  312. margin-left:15px;}
  313.  
  314. /*audio*/
  315.  
  316.  
  317. #audio:hover .play {opacity:1;width:30px;}
  318. #audio:hover img {margin-left:30px;}
  319. #audio {
  320. float:left;
  321. width:70px;
  322. height:70px;
  323. position:relative;
  324. overflow:hidden;
  325. }
  326.  
  327. .cover img {
  328. width:70px;
  329. position:absolute;
  330. transition:0.5s ease;
  331. -o-transition:0.5s ease;
  332. -moz-transition:0.5s ease;
  333. -webkit-transition:0.5s ease;}
  334.  
  335. .play {
  336. overflow:hidden;
  337. width:0px;
  338. height:30px;
  339. background:#fff;
  340. position:absolute;
  341. padding:20px 0px;
  342. transition:0.5s ease;
  343. -o-transition:0.5s ease;
  344. -moz-transition:0.5s ease;
  345. -webkit-transition:0.5s ease;}
  346.  
  347. .au b{
  348. color:{color:Title};
  349. font-weight:700;
  350. margin-right:2px;}
  351.  
  352. .au {
  353. height:45px;
  354. overflow:hidden;
  355. padding:12px 10px;
  356. line-height:15px;
  357. margin-left:70px;
  358. text-align:left;}
  359.  
  360. /*asks*/
  361.  
  362. .bubble {align:right;background: {color:ask};margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  363.  
  364. .bubble p {margin:1px 0px;}
  365.  
  366. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:ask};}
  367.  
  368.  
  369. /*chat*/
  370.  
  371. .chat ol {padding:0;list-style:none;}
  372. .line {padding:5px 0;}
  373. .label {font-weight:bold;}
  374.  
  375. /*permalink and notes*/
  376.  
  377. #permalink {
  378. margin-left:-5px;
  379. padding-bottom:4px;
  380. margin-top:15px;
  381. border-bottom:1px solid {color:border};
  382. text-align:left;}
  383.  
  384. #permalink a {margin-right:5px;}
  385.  
  386.  
  387. .tags{
  388. margin-top:5px;
  389. -moz-transition-duration: 0.6s;
  390. -o-transition-duration: 0.6s;
  391. -webkit-transition-duration: 0.6s;
  392. transition-duration: 0.6s;}
  393.  
  394. .tags a {margin-right:5px;color:{color:link};font-family:wendy;font-size:10px;
  395. }
  396. .tags a:hover{color:{color:hover}; letter-spacing:1px;}
  397.  
  398.  
  399.  
  400. .pagenotes {
  401. {block:IndexPage}
  402. display: none!important;
  403. {/block:IndexPage}
  404. width:400px;
  405. text-align:left;}
  406.  
  407. .pagenotes img {
  408. display:none!important;}
  409.  
  410. .pagenotes li {
  411. list-style-type:none;
  412. padding:1px 0px;
  413. text-align:left;
  414. margin:0 0 0 -40px;}
  415.  
  416. </style>
  417.  
  418.  
  419. {CustomCSS}
  420.  
  421. <style>
  422.  
  423. .tooltip{display: inline;position: relative;}
  424.  
  425. #s-m-t-tooltip {max-width:250px;
  426. padding:3px 4px 5px 4px;
  427. margin-top:5px;
  428. margin-left:30px;
  429. background: {color:tooltip};
  430. font-family:wendy;
  431. font-size:10px;
  432. text-transform:uppercase;
  433. color:{color:tooltip text};
  434. text-align: center;}
  435.  
  436. #s-m-t-tooltip:after {position: absolute;
  437. display: block; content: "";
  438. border-color: transparent {color:tooltip} transparent transparent ;
  439. border-style: solid;
  440. border-width: 5px;
  441. height:0;
  442. width:0;
  443. position:absolute;
  444. top:3px;
  445. left:-10px;}
  446.  
  447. </style>
  448.  
  449.  
  450.  
  451. </head>
  452.  
  453. <body>
  454.  
  455. <div id="bar"><div id="title">{text:Title}</div></div>
  456.  
  457. <a href="/" title="home"><div id="link1"></div></a>
  458. <a href="/ask" title="ask"><div id="link2"></div></a>
  459. <a href="/submit" title="submit"><div id="link3"></div></a>
  460. <a href="{text:about link}" title="about"><div id="link4"></div></a>
  461.  
  462. <div id="links">
  463. {block:iflink1}<a title="{text:link 1 title}" href="{text:link 1}">●</a><br>{/block:iflink1}
  464. {block:iflink2}<a title="{text:link 2 title}" href="{text:link 2}">●</a><br>{/block:iflink2}
  465. {block:iflink3}<a title="{text:link 3 title}" href="{text:link 3}">●</a><br>{/block:iflink3}
  466. {block:iflink4}<a title="{text:link 4 title}" href="{text:link 4}">●</a><br>{/block:iflink4}
  467. {block:iflink5}<a title="{text:link 5 title}" href="{text:link 5}">●</a><br>{/block:iflink5}
  468. </div>
  469.  
  470. {block:ifdescription}<div id="description">{Description}</div><div id="descnip"></div><div id="nip2"></div>{/block:ifdescription}
  471.  
  472. <div id="entries">
  473. {block:Posts}
  474. <div id="posts">
  475.  
  476.  
  477. {block:Quote}
  478. <div id="ptitle">"{Quote}"</div>
  479. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  480. {/block:Quote}
  481.  
  482.  
  483.  
  484. {block:Text}
  485. {block:Title}
  486. <div id="ptitle">{Title}</div>{/block:Title}
  487. {Body}
  488. {/block:Text}
  489.  
  490. {block:Link}
  491. <div id="ptitle"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  492. {/block:Link}
  493.  
  494. {block:Chat}
  495. {block:Title}
  496. <div id="ptitle">{Title}</div>{/block:Title}
  497. {/block:Title}
  498. <div class="chat">
  499. <ol>{block:Lines}
  500. <li class="line {Alt}">
  501. {block:Label}
  502. <span class="label">
  503. {Label}</span>
  504. {/block:Label}{Line}</li>
  505. {/block:Lines}
  506. </ol></div>
  507. {/block:Chat}
  508.  
  509. {block:Photo}
  510. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  511. {/block:Photo}
  512.  
  513. {block:Photoset}
  514. {Photoset-500}
  515. {/block:Photoset}
  516.  
  517. {block:Video}
  518. {Video-500}
  519. {/block:Video}
  520.  
  521. {block:Audio}
  522. <div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}{block:AudioPlayer}<div class="play">{AudioPlayerWhite}</div>{/block:AudioPlayer}</div>
  523. <div class="au">
  524. <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  525. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  526. <b>Plays:</b> {block:PlayCount}{PlayCount}{/block:PlayCount}
  527. </div>
  528. {/block:Audio}
  529.  
  530. {block:Answer}
  531. <div class="question">
  532. <img src="{AskerPortraitURL-48}" align="left"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>
  533. {Answer}
  534. {/block:Answer}
  535.  
  536. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  537.  
  538. {block:Date}
  539. <div style="text-align:right;position:absolute;margin-left:490px;"><a href="{Permalink}" title="{NoteCountWithLabel}"><img src="{image:Permalink}"></a></div>
  540. {block:ifshowtags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}"># {Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:ifshowtags}
  541.  
  542. {/block:Date}
  543.  
  544.  
  545.  
  546. </div>
  547.  
  548.  
  549. {block:PostNotes}
  550. <div class="pagenotes">
  551. {PostNotes}
  552. </div>
  553. {/block:PostNotes}
  554.  
  555.  
  556. {/block:Posts}
  557.  
  558. <div id="pagination">
  559. {block:Pagination}
  560. {block:PreviousPage}
  561. <a href="{PreviousPage}">back</a>
  562. {/block:PreviousPage}
  563.  
  564.  
  565. {block:NextPage}
  566. <a href="{NextPage}">next</a>
  567. {/block:NextPage}
  568. {/block:Pagination}
  569. </div>
  570.  
  571.  
  572.  
  573. </div>
  574.  
  575.  
  576.  
  577. {block:ContentSource}
  578. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  579. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  580. {/block:SourceLogo}
  581. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  582. {/block:ContentSource}
  583.  
  584. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img style="opacity:1;" src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  585.  
  586. <div style=" position:fixed; left:8px; bottom:4px; z-index:1;"><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>
  587.  
  588. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement