Advertisement
tsiappoworks

BRINESTAR 2.0 optimized

Jun 16th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.91 KB | None | 0 0
  1. <!-----THEME MADE BY noborijo SPECIFICALLY FOR brinestar.
  2. DO NOT STEAL OR COPY THIS CODE IN ANY CAPACITY. THANKS.----->
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6.  
  7. <!-----------------------------TOOLTIPS------------------------------->
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  10. <script>
  11. (function($){
  12.  
  13. $(document).ready(function(){
  14.  
  15. $("a[title]").style_my_tooltips({
  16.  
  17. tip_follows_cursor:true,
  18.  
  19. tip_delay_time:0,
  20.  
  21. tip_fade_speed:0,
  22.  
  23. attribute:"title"
  24.  
  25. });
  26.  
  27. });
  28.  
  29. })(jQuery);
  30. </script>
  31.  
  32. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  33. <script type="text/javascript"
  34. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function() {
  37. //
  38. $('a.poplight[href^=#]').click(function() {
  39. var popID = $(this).attr('rel'); //Get Popup Name
  40. var popURL = $(this).attr('href'); //Get Popup href to define size
  41. var query= popURL.split('?');
  42. var dim= query[1].split('&');
  43. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  44. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  45. var popMargTop = ($('#' + popID).height() + 80) / 2;
  46. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  47. //Apply Margin to Popup
  48. $('#' + popID).css({
  49. 'margin-top' : -popMargTop,
  50. 'margin-left' : -popMargLeft
  51. });
  52. $('body').append('<div id="fade"></div>');
  53. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  54. return false;
  55. });
  56. $('a.close, #fade').live('click', function() {
  57. $('#fade , .popup_block').fadeOut(function() {
  58. $('#fade, a.close').remove(); //fade them both out
  59. });
  60. return false;
  61. });
  62. });
  63. </script>
  64. <!-------------------- VERSES SCRIPT BELOW -------------------->
  65. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  66.  
  67. <head>
  68.  
  69. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71. <link rel="shortcut icon" href="" />
  72.  
  73. <meta name="color:Accent" content="#ffffff" />
  74. <meta name="color:Accent2" content="#a2a2a2" />
  75. <meta name="color:Accent3" content="#ffffff" />
  76. <meta name="color:body font" content="#eaeaea" />
  77. <meta name="color:Page BG" content="#f4f4f4" />
  78. <meta name="color:links" content="#661320" />
  79.  
  80. <link rel="shortcut icon" href="">
  81.  
  82. <style type="text/css">
  83. /*---------------------BODY--------------------*/
  84. ::-webkit-scrollbar-thumb:vertical {
  85. background-color:transparent;
  86. height:7px;}
  87. ::-webkit-scrollbar {
  88. background-color:transparent;
  89. height:7px;
  90. width:5px;}
  91.  
  92. html {
  93. background: url('http://static.tumblr.com/mpgtugs/Ljzo8um65/brinestar.png') no-repeat top left fixed;
  94. background-color:{color:Page BG};
  95. }
  96.  
  97. body {
  98. margin: 0;
  99. word-wrap: break-word;
  100. color:Calibri, helvetica, arial, sans-serif;
  101. }
  102.  
  103. body a{
  104. text-decoration:none;
  105. font-weight:700;
  106. }
  107.  
  108. small, sub {
  109. font-size:12px;
  110. font-family: calibri,helvetica,arial,sans-serif;
  111. }
  112.  
  113. s,strike {
  114. color:{color:accent2};
  115. }
  116.  
  117. u,underline {
  118. color:{color:accent2};
  119. }
  120.  
  121. blockquote {
  122. border-left: solid 3px {color:page bg};
  123. border-right:solid 3px {color:page bg};
  124. background-color:{color:links};
  125. margin: 0;
  126. padding: 5px;
  127. }
  128.  
  129.  
  130. /*------------------- "SIDEBAR" ------------------*/
  131. #nav{
  132. position:fixed;
  133. z-index:75;
  134. margin-left:610px;
  135. margin-top:378px;
  136. width:400px;
  137. text-align:center;
  138. -ms-transform: rotate(90deg); /* IE 9 */
  139. -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  140. transform: rotate(90deg);
  141. }
  142.  
  143. #nav a{color:{color:links}; font-size:15px; text-decoration:bold;}
  144.  
  145. #nav a:hover{
  146. color:black; text-decoration:bold;
  147. }
  148.  
  149. #pagination{
  150. font-family:Calibri, Helvetica, Arial, sans-serif;
  151. font-size:10px;
  152. text-align:center;
  153. color:{color:accent2};
  154. text-transform:uppercase;
  155. letter-spacing:3px;
  156. }
  157.  
  158. #pagination a{color:{color:accent2}; padding:0px 2px;}
  159.  
  160. /*-------------------------MAIN BODY STUFF HERE-----------------------*/
  161. img{border:0; max-width:100%;max-height:auto;}
  162.  
  163. #body{
  164. position:absolute;
  165. z-index:70;
  166. margin-left:120px;
  167. }
  168.  
  169. #body a{text-decoration:none;color:{color:Accent2}; text-shadow:0px 0px 1px black;}
  170. #body a:hover{color:{color:body font};border-bottom:1px solid {color:Accent};}
  171. /*--------------------CONTAINER BOX THING---------------------------*/
  172. #container{
  173. position:fixed;
  174. margin-top:238px;
  175. width:773px;
  176. height:310px;
  177. overflow:auto;
  178. margin-left:auto;
  179. margin-right:auto;
  180. }
  181.  
  182. /*-------------------------INDIVID POSTS------------------------*/
  183. #post{
  184. width:500px;
  185. margin:0px 0px 0px 3px;
  186. padding:10px 130px;
  187. background-color:transparent;
  188. font-family:calibri,helvetica,arial,sans-serif;
  189. color:{color:body font};
  190. }
  191.  
  192. #post .text{font-size:11px; line-height:16px;}
  193. #post .title{font-size:20px;}
  194. .text ul li{list-style-type:circle;}
  195.  
  196. /*-------------------------PERMALINKS AND TAGS------------------------*/
  197. #permalink{
  198. position:absolute;
  199. z-index:999999;
  200. margin-top:-5px;
  201. padding:3px;
  202. font-size:10px;
  203. text-align:center;
  204. text-transform:uppercase;
  205. font-family:calibri,helvetica,arial,sans-serif;
  206. color:{color:accent};
  207. background:url('http://static.tumblr.com/mpgtugs/mqKo8vijo/selectiondarkred.png');
  208. width:400px;
  209. margin-left:180px;
  210. }
  211.  
  212. #permalink a{color:{color:accent3};vertical-align:middle;}
  213. #permalink a:hover{color:{color:accent};}
  214.  
  215. #tags{
  216. margin-top:15px;
  217. margin-left:180px;
  218. font-size:10px;
  219. font-family:calibri,helvetica,arial,sans-serif;
  220. width:400px;
  221. text-align:center;
  222. margin-bottom:40px;
  223. color:{color:body font};
  224. }
  225.  
  226. #tags a{color:{color:body font};}
  227. #tags a:hover{color:{color:accent2};}
  228.  
  229. #notesbox{width:500px;margin:20px auto;font-size:11px;font-family:calibri,helvetica,arial,sans-serif;}
  230. #notesbox ol.notes{list-style-type:none;margin:7px 0px;padding:0px 0px;}
  231. #notesbox img.avatar{display:none;}
  232.  
  233. /*------------------------EXTRA BITS AND BOBBLES----------------------*/
  234. .chat ul {list-style:none; margin:0; padding:0;}
  235. .chat li {font-size:11px;list-style-type: none;margin-left: 0px;padding: 3px;}
  236.  
  237. #ask a{color:white;}
  238. /*------------------------CUSTOM TOOLTIP--------------------------*/
  239. #s-m-t-tooltip {
  240. max-width:150px;
  241. padding:5px;
  242. margin:0px 0px 0px 17px;
  243. background-color:{color:links};
  244. font-family:calibri,helvetica,arial,sans-serif;
  245. font-size:9px;
  246. letter-spacing:2px;
  247. text-transform:lowercase;
  248. color:{color:accent3};
  249. z-index:9999;
  250. }
  251.  
  252. /*-----------------------------SCROLLBAR-----------------------------*/
  253.  
  254. ::-webkit-scrollbar {
  255. display:none;
  256. }
  257. ::-webkit-scrollbar-thumb:vertical {
  258. background-color:#eb9897;height:auto;
  259. }
  260.  
  261. /*-----------------------------POPUP BOXES---------------------------*/
  262. #fade { /*--Transparent background layer--*/
  263. display: none; /*--hidden by default--*/
  264. background: #000;
  265. position: fixed; left: 0; top: 0;
  266. width: 100%; height: 100%;
  267. opacity: .80;
  268. z-index: 9999;
  269. }
  270. .popup_block{
  271. display: none; /*--hidden by default--*/
  272. color:{font:body font};
  273. padding: 10px;
  274. float: left;
  275. font-size: 11.5;
  276. position: fixed;
  277. top: 50%; left: 50%;
  278. z-index: 9999999;
  279.  
  280. img.btn_close {
  281. float: right;
  282. margin: -20 -20px 0 0;
  283. }
  284. /*--Making IE6 Understand Fixed Positioning--*/
  285. *html #fade {
  286. position: absolute;
  287. }
  288. *html .popup_block {
  289. position: absolute;
  290. }
  291.  
  292. {CustomCSS}</style>
  293. </head>
  294. <body>
  295.  
  296.  
  297. </div>
  298. <!----------------------------MAIN BODY----------------------------->
  299. <div id="body">
  300. <div id="container">
  301. {block:Posts}
  302.  
  303. <!--------------------------TYPES OF POSTS----------------------------->
  304. <div id="post">
  305.  
  306. {block:Photo}
  307. <img src="{PhotoURL-500}" />
  308. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  309. {/block:Photo}
  310.  
  311. {block:Photoset}
  312. {Photoset-500}
  313. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  314. {/block:Photoset}
  315.  
  316. {block:Video}
  317. {Video-500}
  318. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  319. {/block:Video}
  320.  
  321. {block:Audio}
  322. <div class="musicbox">
  323. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  324. {block:TrackName}<div class="text" style="color:{color:Accent};"><strong>{TrackName}</strong></div>{/block:TrackName}<br/>
  325. {block:Artist}<div class="text" style="margin-top:-17px;"><strong>Artist:&nbsp;</strong>{Artist}</div>{/block:Artist}<br/>
  326. {block:Album}<div class="text" style="margin-top:-17px;"><strong>Album:&nbsp;</strong>{Album}</div>{/block:Album}<br/>
  327. <div class="text" style="margin-top:-17px;">{PlayCountWithLabel}</div></div>
  328. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  329. {/block:Audio}
  330.  
  331. {block:Quote}
  332. <div class="title" style="width:480px;text-align:justify;">{Quote}</div>
  333. {block:Source}<div class="text" style="text-align:right;padding-right:50px;"><br/>&mdash;{Source}</div>{/block:Source}
  334. {/block:Quote}
  335.  
  336. {block:Text}
  337. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  338. <div class="text">{Body}</div>
  339. {/block:Text}
  340.  
  341. {block:Answer}<div id="ask">
  342. <div style="background-color:{color:accent};color:white; padding:10px 10px 10px 10px;"><div class="title" style="font-size:12px;">{Question}<br/></div>
  343. <div class="text" style="text-align:right;color:white;text-decoration:underline:">&mdash;<span style="color:white">{Asker}</span><br/></div></div></div>
  344. <div class="text" style="width:500px;">{Answer}</div>
  345. {/block:Answer}
  346.  
  347. {block:Chat}
  348. {block:Title}<div class="title">{Title}<br/></div>{/block:Title}
  349. {block:Lines}<div class="chat"><li class="line_{Alt}">
  350. {block:Label}<strong>{Label}</strong>{/block:Label} {Line}</li></div>
  351. {/block:Lines}
  352. {/block:Chat}
  353.  
  354. {block:Link}
  355. <div class="title"><a href="{URL}">{Name}</a></div>
  356. {block:Description}<div class="text">{Description}</div>{/block:Description}
  357. {/block:Link}
  358.  
  359. </div>
  360. <!---------------------PERMALINK + REBLOG STUFF---------------------->
  361. <div id="permalink">{block:Date}<a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth}</a>&nbsp;&nbsp;{/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCount}♥</a>&nbsp;&nbsp;{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&nbsp;&nbsp;<a href="{SourceURL}" title="{SourceName}">©</a>{/block:ContentSource}<a href="{ReblogURL}" target="_blank" class="details">&nbsp;&nbsp;reblog</a></div>
  362.  
  363. <!----------------------------TAG STUFF----------------------------->
  364. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  365.  
  366. {block:PostNotes}
  367. <div id="notesbox">{PostNotes}</div>
  368. {/block:PostNotes}
  369. {/block:Posts}
  370. </div></div>
  371.  
  372. </body>
  373. <!-------------------------NAVIGATION STUFF------------------------->
  374. <div id="nav">
  375.  
  376. <!---------------------------PAGINATION---------------------------->
  377. {block:Pagination}<div id="pagination">
  378. {block:NextPage}<a href="{NextPage}">back</a>{/block:NextPage}
  379. &middot;
  380. {block:PreviousPage}<a href="{PreviousPage}">forth</a>{/block:PreviousPage}
  381. </div>{/block:Pagination}
  382.  
  383. <a href="/" title="refresh">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  384. <a href="#?w=400" rel="ask" class="poplight" title="ask">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  385. <a href="#?w=420" rel="submit" class="poplight" title="submit">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  386. <a href="#?w=400" rel="guide" class="poplight" title="rules">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  387. <a href="#?w=400" rel="story" class="poplight" title="about">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  388. <a href="#?w=400" rel="navi" class="poplight" title="navigation">✕</a>&nbsp; &nbsp; &nbsp;&nbsp;
  389. <a href="http://noborijo.tumblr.com/" title="credit">✕</a>
  390. <br>
  391.  
  392.  
  393. </div>
  394.  
  395. </div></div></div></div></div></div></div></div></div></div>
  396.  
  397.  
  398. </div>
  399.  
  400. <!-------HERE BEGIN THE POPUP BOXES------->
  401.  
  402. <div id="ask" class="popup_block" style="overflow:auto;">
  403.  
  404. <table>
  405. <tr><td>
  406. <iframe frameborder="0" scrolling="yes" width="400" height="250" src="https://www.tumblr.com/ask_form/brinestar.tumblr.com" style="background-color:transparent; overflow:auto; display:block; float:left;" id="ask_form"></iframe>
  407. </td></tr>
  408. </table>
  409. </div>
  410.  
  411. <div id="submit" class="popup_block" style="overflow:auto;">
  412.  
  413. <table>
  414. <tr><td>
  415. <iframe frameborder="0" scrolling="yes" width="420" height="250" src="https://www.tumblr.com/submit_form/brinestar.tumblr.com" style="background-color:transparent; overflow:auto; display: block; float:right; margin-left:20px;" id="submit_form"></iframe>
  416. </td></tr>
  417. </table>
  418. </div>
  419.  
  420. <div id="guide" class="popup_block" style="margin:0px auto; padding:10px 30px; background:black;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font};height:500px;">
  421.  
  422. <h1 style="text-align:center; background:{color:links};color:{color:body font};letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">RULES</h1>
  423.  
  424. <p style="font-family:calibri,helvetica,arial,sans-serif;">
  425.  
  426. insert your rules here!
  427.  
  428. </div>
  429.  
  430. <div id="story" class="popup_block" style="margin:0px auto; padding:10px 30px; background:black;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font};height:500px;">
  431.  
  432. <table style="width:400px;color:{color:body font};">
  433. <tr><h1 style="text-align:center;background-color:{color:links};color:{color:body font};letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">ABOUT</h1></tr>
  434. </table>
  435. <table style="color:{color:body font};"><tr><td>
  436.  
  437. insert your about here!
  438.  
  439. </tr></td>
  440. </table>
  441. </div>
  442.  
  443. <div id="navi" class="popup_block" style="margin:0px auto; padding:10px 30px; background:black;font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font};height:500px;">
  444.  
  445. <h1 style="text-align:center; background:{color:links};color:{color:body font};letter-spacing:2px;padding-top:5px;height:20px;font-size:20px;">NAVIGATION</h1>
  446.  
  447. <p style="font-family:calibri,helvetica,arial,sans-serif;">
  448. <TABLE style="width:400px;color:{color:body font};">
  449.  
  450. <TR>
  451. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">One</a> </td>
  452. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Two</a> </td>
  453. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Three</a> </td>
  454. </TR>
  455. <TR>
  456. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Four</a> </td>
  457. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Five</a> </td>
  458. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Six</a> </td>
  459. </TR>
  460. <TR>
  461. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Seven</a> </td>
  462. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Eight</a> </td>
  463. <td align="center" style="background:{color:links}"> <a href="/" style="color:{color:body font};">Nine</a> </td>
  464. </TR>
  465. </TABLE>
  466.  
  467. </div>
  468.  
  469. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  470.  
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement