Advertisement
tylerhhoechlin

theme #6: nabt

May 5th, 2014
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 KB | None | 0 0
  1. <head><title>{Title}</title>
  2.  
  3. <link rel="shortcut icon" href="{Favicon}">
  4.  
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />
  7. {/block:Description}
  8.  
  9. <!--Theme #6 NABT by Beatricesprior/Harrystyhells
  10. Do not steal or take any parts of this code.
  11. If you do, I will find you and will kill you.-->
  12.  
  13. <!--default variables-->
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#2e2e2e"/>
  16. <meta name="color:link" content="#000000"/>
  17. <meta name="color:border" content="#eeeeee"/>
  18.  
  19. <meta name="text:Link 1" content=""/>
  20. <meta name="text:Link 1 Text" content=""/>
  21.  
  22. <meta name="text:Link 2" content=""/>
  23. <meta name="text:Link 2 Text" content=""/>
  24.  
  25. <!-- jquery for tooltips-->
  26. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js">
  27. </script>
  28.  
  29. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js">
  30. </script>
  31.  
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("a[title]").style_my_tooltips({
  36. tip_follows_cursor:true,
  37. tip_delay_time:30,
  38. tip_fade_speed:300,
  39. attribute:"title"
  40. });
  41. });
  42. })(jQuery);
  43. </script>
  44.  
  45. <!--CSS customization starts right here-->
  46.  
  47. <style type="text/css">
  48.  
  49. iframe#tumblr_controls {
  50. white-space:nowrap;
  51. -webkit-filter:invert(100%);
  52. -moz-filter:invert(100%);
  53. -o-filter:invert(100%);
  54. -ms-filter:invert(100%);
  55. filter:invert(100%);
  56. opacity:.50;
  57. transition-duration: 0.6s;
  58. -moz-transition-duration: 0.6s;
  59. -webkit-transition-duration: 0.6s;
  60. -o-transition-duration: 0.6s;
  61. }
  62.  
  63. iframe#tumblr_controls {
  64. top: 0%;
  65. right:0%;
  66. position: fixed;
  67. }
  68.  
  69. ::selection {
  70. background-color:{color:background};
  71. color:{color:text};
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb {
  75. height:auto;
  76. border:1px solid;
  77. border-color:{color:text};
  78. background-color:{color:text};
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. height:9px;
  83. width:5px;
  84. background-color:#ffffff;
  85. }
  86.  
  87. #s-m-t-tooltip{
  88. position:absolute;
  89. margin-top:15px;
  90. z-index:9999;
  91. font-family:'arial';
  92. font-size:9px;
  93. padding:5px;
  94. color:{color:background};
  95. font-weight:bold;
  96. background-color:{color:link};
  97. }
  98.  
  99. sub, small {
  100. font-family:'arial';
  101. font-size:9px;
  102. text-transform:none;
  103. color:{color:text};
  104. font-weight:none;
  105. }
  106.  
  107. blockquote {
  108. border-left:2px solid;
  109. padding:0px;
  110. border-color:{color:border};
  111. padding-left:10px;
  112. text-align:justify;
  113. }
  114.  
  115. body {
  116. background:{color:background};
  117. font-family:'arial';
  118. font-size:9px;
  119. color:{color:text};
  120. }
  121.  
  122. a {
  123. text-decoration:none;
  124. color:{color:link};
  125. transition-duration: 0.6s;
  126. -moz-transition-duration: 0.6s;
  127. -webkit-transition-duration: 0.6s;
  128. -o-transition-duration: 0.6s;
  129. }
  130.  
  131. a:hover {
  132. color:{color:text};
  133. transition-duration: 0.6s;
  134. -moz-transition-duration: 0.6s;
  135. -webkit-transition-duration: 0.6s;
  136. -o-transition-duration: 0.6s;
  137. }
  138.  
  139. h1 {
  140. color:{color:text};
  141. text-align:center;
  142. text-transform:uppercase;
  143. font-size:11px;
  144. font-weight:none;
  145. text-decoration:underline;
  146. letter-spacing:1px;
  147. padding:5px;
  148. }
  149.  
  150. #entries {
  151. width:250px;
  152. margin-left:502px;
  153. margin-top:50px;
  154. padding-bottom:20px;
  155. }
  156.  
  157. .posts {
  158. width:250px;
  159. margin-bottom:80px;
  160. }
  161.  
  162. #sidebar {
  163. position:fixed;
  164. margin:0px 0px 0px 750px;
  165. }
  166.  
  167. .description {
  168. font-family:'arial';
  169. font-size:10px;
  170. width:100px;
  171. height:auto;
  172. margin:230px 0px 0px 80px;
  173. text-align:left;
  174. }
  175.  
  176. .description a {
  177. color:{color:text};
  178. }
  179.  
  180. .links {
  181. position:fixed;
  182. margin:170px 0px 0px 73px;
  183. text-align:left;
  184. }
  185.  
  186. .links a {
  187. display:inline-block;
  188. line-height:2px;
  189. padding:3px;
  190. font-weight:bold;
  191. margin:5px 0px 0px 3px;
  192. color:{color:link};
  193. }
  194.  
  195. .links a:hover {
  196. color:{color:link};
  197. text-decoration:underline;
  198. }
  199.  
  200. .pagination {
  201. margin:10px 0px 0px 90px;
  202. text-align:center;
  203. width:72px;
  204. padding:5px;
  205. }
  206.  
  207. .pagination a {
  208. letter-spacing:5px;
  209. }
  210.  
  211. .information {
  212. font-size:9px;
  213. margin:0px 0px 0px 0px;
  214. width:250px;
  215. text-align:center;
  216. text-transform:none;
  217. }
  218.  
  219. .information a {
  220. color:{color:link};
  221. }
  222.  
  223. .information a:hover {
  224. color:{color:text};
  225. }
  226.  
  227. .tags {
  228. font-size:9px;
  229. width:250px;
  230. line-height:100%;
  231. margin:2px 0px 0px 0px;
  232. text-align:center;
  233. text-transform:lowercase;
  234. }
  235.  
  236. .tags a {
  237. color:{color:link};
  238. }
  239.  
  240. .tags a:hover {
  241. color:{color:text};
  242. }
  243.  
  244. .notes {
  245. width:250px;
  246. line-height:150%;
  247. }
  248.  
  249. .notes a {
  250. color:{color:link};
  251. font-size:9px;
  252. font-family:'arial';
  253. margin-top:-5px;
  254. }
  255.  
  256. .notes a:hover {
  257. color:{color:text};
  258. }
  259.  
  260. ol.notes, .notes li {
  261. list-style:lower-roman;
  262. width:250px;
  263. padding-left:20px;
  264. margin:0px 0px 0px 0px;
  265. padding:15px;
  266. }
  267.  
  268. ol.notes li.note img.avatar {
  269. display:none;
  270. }
  271.  
  272. .audiopost {
  273. width:250px;
  274. height:30px;
  275. }
  276.  
  277. .track {
  278. font-size:8px;
  279. text-transform:uppercase;
  280. letter-spacing:1px;
  281. }
  282.  
  283. .player {
  284. opacity:0.50;
  285. display:block;
  286. position:absolute;
  287. background:white;
  288. }
  289.  
  290. .audioplayer {
  291. overflow:hidden;
  292. width:210px;
  293. height:35px;
  294. }
  295.  
  296. .audioinfo {
  297. width:250px;
  298. line-height:10px;
  299. font-family:'arial';
  300. font-size:8px;
  301. text-transform:uppercase;
  302. text-align:left;
  303. letter-spacing:1px;
  304. color:{color:text};
  305. }
  306.  
  307. .asker {
  308. text-align:left;
  309. text-transform:uppercase;
  310. letter-spacing:1px;
  311. font-size:8px;
  312. text-decoration:underline;
  313. }
  314.  
  315. .asks {
  316. padding-left:20px;
  317. background-color:#f5f5f5;
  318. padding:15px;
  319. text-align:center;
  320. }
  321.  
  322. .answer {
  323. text-align:right;
  324. }
  325.  
  326. .quotesource {
  327. text-align:right;
  328. }
  329.  
  330. .credit {
  331. bottom:10px;
  332. right:10px;
  333. font-size:8px;
  334. letter-spacing:1px;
  335. position:fixed;
  336. }
  337.  
  338. .credit a {
  339. padding:3px;
  340. background-color:{color:text};
  341. color:{color:background};
  342. }
  343.  
  344. .credit a:hover {
  345. color:{color:link};
  346. background-color:{color:background};
  347. }
  348.  
  349.  
  350. {CustomCSS}
  351.  
  352. </style>
  353. </head>
  354.  
  355. <body>
  356. <div id="sidebar">
  357.  
  358. <div class="links">
  359. <a href="/">index</a><br>
  360. <a href="/ask">message</a><br>
  361. <a href="{text:Link 1}">{text:Link 1 Text}</a><br>
  362. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  363. </div>
  364.  
  365. <div class="description">{Description}</div>
  366.  
  367. <div class="pagination">
  368. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}
  369. {block:JumpPagination length="5"}{block:CurrentPage}{PageNumber}</a>
  370. {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  371. <a href="{NextPage}"> →</a>{/block:NextPage}</div>{/block:IndexPage}</div></div>
  372.  
  373. <div id="entries">{block:Posts}<div class="posts">
  374.  
  375. {block:Text}
  376. <h1>{block:Title}{Title}{/block:Title}</h1>{Body}
  377. {/block:Text}
  378.  
  379. {block:Photo}
  380. {LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}
  381. {Caption}{/block:Caption}
  382. {/block:Photo}
  383.  
  384. {block:Photoset}
  385. {Photoset-250}{block:Caption}{Caption}{/block:Caption}
  386. {/block:Photoset}
  387.  
  388. {block:Quote}
  389. <h2>"{Quote}"</h2>
  390. {block:Source}<br><br>
  391. <div class="quotesource"> — {Source}</div>
  392. {/block:Source}
  393. {/block:Quote}
  394.  
  395. {block:Link}
  396. <h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  397. {Description}{/block:Description}
  398. {/block:Link}
  399.  
  400. {block:Chat}
  401. {block:Title}{Title}{/block:Title}{block:Lines}{block:Label}
  402. <b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}
  403. {/block:Chat}
  404.  
  405. {block:Audio}
  406. <div class="track">{block:TrackName}<b>track</b>: {TrackName}{/block:TrackName}
  407. </div><br>
  408.  
  409. <div class="audiopost">
  410. <div class="player">
  411. <div class="audioplayer">{AudioPlayerGrey}
  412. </div></div></div>
  413.  
  414. <div class="audioinfo">
  415. {block:Artist}
  416. <br><b>producer</b>: {Artist}
  417. {/block:Artist}
  418.  
  419. <br><b>played</b>: {FormattedPlayCount} times</div>
  420.  
  421. {block:Caption}
  422. <br>{Caption}
  423. {/block:Caption}
  424. {/block:Audio}
  425.  
  426. {block:Video}
  427. {Video-250}{block:Caption}{Caption}{/block:Caption}
  428. {/block:Video}
  429.  
  430. {block:Answer}
  431. <div class="asker"><b>{Asker}</b>:<br><br></div>
  432. <div class="asks">{Question}</div>
  433. <div class="answer">{Answer}</div>
  434. {/block:Answer}
  435.  
  436. <div class="information">
  437. {MonthNumber}.{DayofMonth}.{Year} +
  438. <a href="{Permalink}"><b>{NoteCountWithLabel}</b></a>
  439.  
  440. {block:PermalinkPage}
  441. {block:ContentSource}
  442. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  443. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  444. {/block:SourceLogo}
  445. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  446. {/block:ContentSource}
  447.  
  448. {block:RebloggedFrom}
  449. <br>— <b>information</b>:
  450. <a href="{ReblogParentURL}" title="{ReblogParentName}"><u>from</u></a>{block:ContentSource} & <a href="{ReblogRootURL}" title="{ReblogRootName}"><u>original</u></a>{/block:ContentSource}
  451. {/block:RebloggedFrom}
  452. {/block:PermalinkPage}
  453. </div>
  454. </a>
  455.  
  456. <div class="tags">
  457. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  458. </div>
  459.  
  460. {block:PostNotes}
  461. {PostNotes}
  462. {/block:PostNotes}
  463. </div>
  464.  
  465. <div class="credit">
  466. <a title="made by beatricesprior"
  467. href="http://beatricesprior.tumblr.com/">BP</a>
  468. </div>
  469.  
  470. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement