Advertisement
alicescreed

braverysought

Dec 28th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <!-- custom theme for BRAVERYSOUGHT 12.28.2019 -->
  9. <!-- please do not steal, redistribute, or claim as your own. KEEP CREDIT IN TACT. thank you! -->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />
  14.  
  15. {/block:Description}
  16.  
  17. <meta name="text:link1title" content="link1 title">
  18. <meta name="text:link1url" content="link1 url">
  19. <meta name="text:link2title" content="link2 title">
  20. <meta name="text:link2url" content="link2 url">
  21. <meta name="text:link3title" content="link3 title">
  22. <meta name="text:link3url" content="link3 url">
  23. <meta name="text:link4title" content="link4 title">
  24. <meta name="text:link4url" content="link4 url">
  25. <meta name="text:link5title" content="link5 title">
  26. <meta name="text:link5url" content="link5 url">
  27. <meta name="text:link6title" content="link6 title">
  28. <meta name="text:link6url" content="link6 url">
  29. <meta name="text:link7title" content="link7 title">
  30. <meta name="text:link7url" content="link7 url">
  31.  
  32. <meta name="image:background" content="">
  33. <meta name="image:infobackground" content="">
  34.  
  35. <meta name="color:text" content="#ffffff">
  36. <meta name="color:scrollbar" content="#e2e2e2">
  37. <meta name="color:bold" content="#80a3be">
  38. <meta name="color:italic" content="#4e5670">
  39. <meta name="color:links" content="#7a8a96">
  40. <meta name="color:borders" content="#c9c9c9">
  41. <meta name="color:hover link" content="#9a9a9a">
  42.  
  43. <link href="https://fonts.googleapis.com/css?family=Oxygen+Mono|Satisfy&display=swap" rel="stylesheet">
  44.  
  45. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title]").style_my_tooltips({
  51. tip_follows_cursor:true,
  52. tip_delay_time:200,
  53. tip_fade_speed:300
  54. }
  55. );
  56. });
  57. })(jQuery);
  58. </script>
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. body {
  65. font-family: 'Oxygen Mono', monospace;
  66. color: {color:text};
  67. font-size: 8pt;
  68. letter-spacing: 0px;
  69. background-color: #000;
  70. background-image: url('{image:background}');
  71. background-position: absolute;
  72. background-attachment: fixed;
  73. line-height: 120%;
  74. background-repeat: no-repeat;
  75. text-align: justify;
  76. }
  77.  
  78. #s-m-t-tooltip{
  79. position: absolute;
  80. z-index: 999999999999999999999999999999999999999999999999999999999999;
  81. margin-top: 10px;
  82. margin-left: 5px;
  83. display: block;
  84. background-image: url('{image:infobackground}');
  85. background-position: center;
  86. text-align: center;
  87. color: #fff;
  88. font-style: italic;
  89. font-family: 'Satisfy', cursive;
  90. letter-spacing: 1px;
  91. text-shadow: 1px 1px 2px #000;
  92. border: 4px {color:borders};
  93. border-style: double;
  94. padding: 10px;
  95. font-size: 20px;
  96. margin-bottom: 5px;
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb:vertical {
  100. background-color: {color:scrollbar};
  101. height:auto;
  102. }
  103.  
  104. ::-webkit-scrollbar-thumb:horizontal {
  105. background-color: {color:scrollbar};
  106. height:2px;
  107. }
  108.  
  109. ::-webkit-scrollbar {
  110. height:3px;
  111. width:3px;
  112. background-color: transparent;
  113. }
  114.  
  115.  
  116. a {
  117. text-decoration: none;
  118. color: {color:links};
  119. font-size: 14pt;
  120. line-height: 19pt;
  121. font-weight: bold;
  122. transition-duration: 0.6s;
  123. -moz-transition-duration: 0.6s;
  124. -webkit-transition-duration: 0.6s;
  125. -o-transition-duration: 0.6s;
  126. font-family: 'Satisfy', cursive;
  127. letter-spacing: 1px;
  128. text-shadow: 1px 1px 5px #000;
  129. }
  130.  
  131.  
  132. a:hover {
  133. text-decoration: none;
  134. filter:blur(1px);
  135. color: {color:hover link};
  136. transition-duration: 0.6s;
  137. -moz-transition-duration: 0.6s;
  138. -webkit-transition-duration: 0.6s;
  139. -o-transition-duration: 0.6s;
  140. font-family:'Satisfy', cursive;
  141. }
  142.  
  143. small, sup, sub {
  144. font-size: 100%;
  145. }
  146.  
  147. b, strong {
  148. text-shadow: 1px 1px 5px #000;
  149. padding-left: 2px;
  150. padding-right: 2px;
  151. color:{color:bold};
  152. letter-spacing: 2px;
  153. font-size: 15px;
  154. text-transform: uppercase;
  155. }
  156.  
  157. i, em {
  158. text-shadow: 1px 1px 5px #000;
  159. color:{color:italic};
  160. font-family: 'Satisfy', cursive;
  161. letter-spacing: 1px;
  162. padding-left:5px;
  163. padding-right: 5px;
  164. padding-top: 10px;
  165. padding-bottom: 10px;
  166. font-size: 20px;
  167. }
  168.  
  169.  
  170.  
  171.  
  172. h2 {
  173. text-shadow: 1px 1px 5px #000;
  174. font-family: 'Satisfy', cursive;
  175. font-size: 120%;
  176. font-weight: bold;
  177. line-height: 120%;
  178. letter-spacing: 1px;
  179. }
  180.  
  181.  
  182. #info {
  183. padding: 10px;
  184. background-image: url('{image:infobackground}');
  185. background-position: center;
  186. text-align: center;
  187. color: #fff;
  188. opacity: 0;
  189. margin-top: -40px;
  190. letter-spacing: 1px;
  191. transition-duration: 0.6s;
  192. -moz-transition-duration: 0.6s;
  193. -webkit-transition-duration: 0.6s;
  194. -o-transition-duration: 0.6s;
  195. font-size:14px;
  196. border: 4px {color:borders};
  197. border-style: double;
  198. }
  199.  
  200. #post:hover #info {
  201. opacity: 1;
  202. margin-top: 0px;
  203. }
  204.  
  205. #info a {
  206. font-size: 14pt;
  207. text-shadow: 1px 1px #000;
  208. color: {color:scrollbar};
  209. }
  210.  
  211. #h1 {
  212. background-image: url('{image:infobackground}');
  213. text-align: center;
  214. color: #fff;
  215. font-family: 'Satisfy', cursive;
  216. border: 4px double {color:borders};
  217. padding: 10px;
  218. text-shadow: 2px 2px 2px #000;
  219. line-height: 110%;
  220. font-size: 18pt;
  221. background-position: center;
  222. margin-bottom: 5px;
  223. }
  224.  
  225. #sidebar {
  226. margin-left: 617px;
  227. width: 235px;
  228. font-size: 10px;
  229. margin-top: 290px;
  230. position: fixed;
  231. background-color: transparent;
  232. padding: 10px;
  233. }
  234.  
  235. #description {
  236. font-size: 10px;
  237. width: 150px;
  238. height:130px;
  239. padding-right: 5px;
  240. overflow: auto;
  241. }
  242.  
  243. #audio {
  244. text-align: center;
  245. font-size: 8pt;
  246. line-height: 9pt;
  247. }
  248.  
  249.  
  250. #musicinfo {
  251.  
  252. text-transform: uppercase;
  253. margin-top:10px;
  254. }
  255.  
  256. blockquote {
  257. transform: rotate(-1deg);
  258. border-left: 2px solid {Color:borders};
  259. padding: 5px;
  260. background-color:#0e0e0e;
  261. }
  262.  
  263. blockquote img {
  264. max-width: auto;
  265. }
  266.  
  267.  
  268. ol.notes {
  269. text-align: left;
  270. list-style: upper-roman;
  271. padding: 10px;
  272.  
  273. }
  274.  
  275.  
  276. #info a:hover {
  277. color: {color:bold};
  278. }
  279.  
  280. #credit {
  281. right:10px;
  282. bottom:7px;
  283. padding:5px;
  284. font-size:10px;
  285. position:fixed;
  286. background-image: url('{image:infobackground}');
  287. text-align: center;
  288. font-style: italic;
  289. font-family: 'Satisfy', cursive;
  290. letter-spacing: 1px;
  291. border: 1px {color:borders};
  292. border-style: solid;
  293. padding: 5px;
  294. font-size: 120%;
  295. margin-bottom: 5px;
  296. transition-duration: 0.6s;
  297. -moz-transition-duration: 0.6s;
  298. -webkit-transition-duration: 0.6s;
  299. -o-transition-duration: 0.6s;
  300. }
  301.  
  302.  
  303. #credit a {
  304. font-family: 'Satisfy', cursive;
  305. color:#fff;
  306. padding:5px;
  307. letter-spacing:1px;
  308. text-decoration:none;
  309. font-weight:bold;
  310. }
  311.  
  312. #tags a {
  313. text-shadow: 1px 1px #000;
  314. color:{color:text};
  315. }
  316.  
  317. #post {
  318. width: 500px;
  319. margin-bottom: 0px;
  320. }
  321.  
  322. #posts {
  323. width: 500px;
  324. height: 560px;
  325. padding-right: 10px;
  326. position: absolute;
  327. margin-left: 60px;
  328. margin-top: 50px;
  329. overflow: auto;
  330. }
  331.  
  332.  
  333. #links {
  334. position: fixed;
  335. margin-top: 260px;
  336. text-align: left;
  337. width: 400px;
  338. font-size: 13pt;
  339. line-height: 6pt;
  340. margin-left: 630px;
  341. }
  342.  
  343. #links a {
  344. color: #fff;
  345. font-weight: bold;
  346. margin-right: -5px;
  347. font-family:'oxygen mono',monospace;
  348. text-transform: uppercase;
  349. letter-spacing: -2px;
  350. }
  351.  
  352. #links a:hover {
  353. color: {color:bold};
  354. font-style: normal;
  355. }
  356.  
  357.  
  358. #pages {
  359. text-align: center;
  360. margin-top: 20px;
  361. }
  362.  
  363. #ask {
  364. border-bottom: 4px double {color:borders};
  365. padding: 10px;
  366. font-size: 15pt;
  367. }
  368.  
  369.  
  370. #btitle {
  371. position: fixed;
  372. width: 75px;
  373. height: 10px;
  374. margin-top: 0px;
  375. text-transform: uppercase;
  376. }
  377.  
  378. #infobox {
  379. position: fixed;
  380. margin-left: 160px;
  381. width: 75px;
  382. font-size: 10px;
  383. margin-top: -110px;
  384. }
  385.  
  386. </style>
  387.  
  388. </head>
  389.  
  390. <body>
  391.  
  392.  
  393. </div>
  394.  
  395. <div id="links">
  396. <a href="{text:link1url}" title="{text:link1title}">01.</a> <a href="{text:link2url}" title="{text:link2title}">02.</a> <a href="{text:link3url}" title="{text:link3title}">03.</a> <a href="{text:link4url}" title="{text:link4title}">04.</a> <a href="{text:link5url}" title="{text:link5title}">05.</a> <a href="{text:link6url}" title="{text:link6title}">06.</a> <a href="{text:link7url}" title="{text:link7title}">07.</a>
  397. </div>
  398. <div id="sidebar">
  399. <div id="description">
  400. {description}</div>
  401. <div id="infobox">
  402. <a href="/"> <img src="https://i.imgur.com/Qbx9Ars.gif" title="{title}"> </a>
  403. <div id="btitle"><marquee scrolldelay="120">{title}</marquee></div>
  404.  
  405. <div id="pages"> {block:Pagination}
  406. {block:PreviousPage}
  407. <a href="{PreviousPage}">fall</a> /
  408. {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">rise</a>
  409. {/block:NextPage}
  410. {/block:Pagination}</div>
  411. </div>
  412.  
  413. </div>
  414.  
  415. <div id="posts">
  416.  
  417.  
  418. {block:Posts}<div id="post">
  419.  
  420.  
  421.  
  422. {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  423.  
  424. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" style="margin-bottom: 10px;">{LinkCloseTag}{block:Caption}
  425.  
  426. {Caption} {/block:Caption}{/block:Photo}
  427.  
  428. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  429.  
  430. {/block:Photoset}
  431.  
  432. {block:Quote}<b style="text-align: center; font-size: 18pt; line-height: 20pt;">{Quote}</b>{block:Source}<div style="text-align:center;">—{Source}</div>{/block:Source}{/block:Quote}
  433.  
  434. {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  435.  
  436. {Description}{/block:Description}{/block:Link}
  437.  
  438. {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
  439.  
  440. <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  441.  
  442. {block:Audio}
  443. <div id="audio">
  444. {block:TrackName}
  445. <div id="musicinfo" style="margin-top: 5px;">
  446. {AudioPlayerGrey} <br>
  447. {TrackName} by
  448. {/block:TrackName}
  449. {block:Artist}
  450. {Artist}
  451. {/block:Artist}
  452.  
  453. </div>
  454. </div>
  455. {block:caption}<div id="caption">{Caption} </div>{/block:caption}
  456. {/block:Audio}
  457.  
  458.  
  459. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  460.  
  461. {block:Answer}
  462. <div id="ask">
  463. {Asker} asked,<br>
  464. <span style="font-weight: normal;font-family: 'Oxygen Mono', monospace; color: {color:text}; font-size: 10pt;">" {Question} "</span>
  465. </table>
  466. </div>
  467. {Answer}{/block:Answer}
  468.  
  469. <div id="info">
  470. <a title="{TimeAgo}" title="{TimeAgo}"><img src="https://i.imgur.com/9ZsSjiM.png" width="50"></a> <a href="{Permalink}" title="{NoteCount} notes"><img src="https://i.imgur.com/9ZsSjiM.png" width="50"></a> <a href="{ReblogURL}" title="reblog"><img src="https://i.imgur.com/9ZsSjiM.png" width="50"></a>
  471. <div id="tags">
  472. {block:HasTags}{block:Tags} <a href="{TagURL}" style="font-family:'Oxygen Mono', monospace; font-size: 9px; line-height: 13px; color: #fff;">#{Tag} </a>
  473. {/block:Tags}{/block:HasTags}
  474. </div>
  475. </div>
  476.  
  477. </div>
  478. {block:PostNotes}<Div style="width: 500px;">
  479.  
  480.  
  481. {PostNotes}</div>{/block:PostNotes}
  482. {/block:Posts}</div>
  483.  
  484. <div id="credit">
  485. <a href="https://anacommissions.tumblr.com/" title="theme & graphics by anacommissions">AC</a>
  486. </div>
  487.  
  488.  
  489.  
  490.  
  491.  
  492. </body>
  493.  
  494.  
  495.  
  496. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement