fbi-beckett

tidal [theme #9]

Dec 23rd, 2014
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- tidal theme by jxcodes -->
  9. <!-- please do not redistribute, steal, or use as base code -->
  10. <!-- thank you very much -->
  11.  
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#464646"/>
  14. <meta name="color:link" content="#9a9898"/>
  15. <meta name="color:link hover" content="#d4d4d4" />
  16. <meta name="color:sb text" content="#464646" />
  17. <meta name="color:sb links bg" content="#1a1a1a" />
  18. <meta name="color:scrollbar" content="#464646" />
  19. <meta name="color:scrollbar bg" content="#ffffff" />
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:link 1" content="home" />
  24. <meta name="text:link 1 url" content="/" />
  25. <meta name="text:link 2" content="inbox" />
  26. <meta name="text:link 2 url" content="/ask" />
  27. <meta name="text:link 3" content="archive" />
  28. <meta name="text:link 3 url" content="/archive" />
  29. <meta name="text:link 4" content="links" />
  30. <meta name="text:link 4 url" content="/" />
  31.  
  32. <!-- fonts -->
  33. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  34. <!-- fonts end -->
  35.  
  36. <!-- icons -->
  37. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  38. <!-- icons end -->
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  42.  
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $("[title]").style_my_tooltips();
  47. });
  48. })(jQuery);
  49. </script>
  50.  
  51. <style type="text/css">
  52.  
  53. #s-m-t-tooltip {
  54. z-index:9999;
  55. position:fixed;
  56. margin-top:17px;
  57. margin-left:-12px;
  58. width:auto;
  59. font-size:10px;
  60. padding:3px 5px;
  61. background-color:#464646;
  62. color:#fff;
  63. font-family:cambria;
  64. text-transform:lowercase;
  65. letter-spacing:1px;
  66. word-wrap:break-word;
  67. text-align:center;
  68. transition-duration:0.8s;
  69. -moz-transition-duration:0.8s;
  70. -webkit-transition-duration:0.8s;
  71. -o-transition-duration:0.8s;
  72. }
  73.  
  74. body {
  75. background:{color:background};
  76. color:{color:text};
  77. font-family:calibri;
  78. font-size:12px;
  79. line-height:150%;
  80. }
  81.  
  82. a {
  83. text-decoration:none;
  84. outline:none;
  85. -moz-outline-style:none;
  86. color:{color:link};
  87. -moz-transition-duration:0.5s;
  88. -webkit-transition-duration:0.5s;
  89. -o-transition-duration:0.5s;
  90. }
  91.  
  92. a:hover {
  93. text-decoration:none;
  94. outline:none;
  95. -moz-outline-style:none;
  96. color:{color:link hover};
  97. -moz-transition-duration:0.5s;
  98. -webkit-transition-duration:0.5s;
  99. -o-transition-duration:0.5s;
  100. }
  101.  
  102. img {
  103. border:none;
  104. }
  105.  
  106. blockquote {
  107. padding-left:5px;
  108. border-left:4px solid #d4d4d4;
  109. }
  110.  
  111. blockquote blockquote {
  112. padding-left:5px;
  113. border-left:4px solid #d4d4d4;
  114. }
  115.  
  116. h1 {
  117. font-size:16px;
  118. font-family:trebuchet;
  119. letter-spacing:0.5px;
  120. }
  121.  
  122. h2 {
  123. font-size:15px;
  124. font-family:trebuchet;
  125. font-weight:bold;
  126. text-align:left;
  127. letter-spacing:0.5px;
  128. }
  129.  
  130. h3 {
  131. margin-top:15px;
  132. font-size:11px;
  133. font-weight:normal;
  134. font-style:italic;
  135. text-align:right;
  136. font-family:calibri;
  137. }
  138.  
  139. #entries {
  140. padding:10px;
  141. width:500px;
  142. margin-left:500px;
  143. margin-top:80px;
  144. }
  145.  
  146. #post {
  147. width:500px;
  148. padding-bottom:20px;
  149. margin-bottom:100px;
  150. }
  151.  
  152. .pn img {
  153. padding-right:5px;
  154. }
  155.  
  156. #sidebar {
  157. width:250px;
  158. position:fixed;
  159. margin-left:180px;
  160. margin-top:110px;
  161. }
  162.  
  163. #title {
  164. font-size:20px;
  165. text-align:left;
  166. margin-bottom:5px;
  167. font-family: 'Raleway', sans-serif;
  168. letter-spacing:1px;
  169. padding:20px 5px;
  170. text-transform:uppercase;
  171. color:{color:sb text};
  172. }
  173.  
  174. #sidebarimage {
  175. width:250px;
  176. height:150px;
  177. opacity:0.8;
  178. }
  179.  
  180. #sidebarimage img {
  181. width:250px;
  182. height:150px;
  183. }
  184.  
  185. #description {
  186. padding:5px;
  187. text-align:left;
  188. font-family:serif;
  189. width:250px;
  190. font-size:11px;
  191. margin-top:-5px;
  192. letter-spacing:0.5px;
  193. color:{color:sb text};
  194. -moz-transition-duration:0.5s;
  195. -webkit-transition-duration:0.5s;
  196. -o-transition-duration:0.5s;
  197. }
  198.  
  199. #sidebar:hover #description {
  200. margin-top:40px;
  201. -moz-transition-duration:0.3s;
  202. -webkit-transition-duration:0.3s;
  203. -o-transition-duration:0.3s;
  204. }
  205.  
  206. #box {
  207. position:fixed;
  208. margin-top:-15px;
  209. background:{color:sb links bg};
  210. height:1px;
  211. width:250px;
  212. -moz-transition-duration:0.5s;
  213. -webkit-transition-duration:0.5s;
  214. -o-transition-duration:0.5s;
  215. }
  216.  
  217. #sidebar:hover #box {
  218. height:40px;
  219. margin-top:-15px;
  220. background:{color:sb links bg};
  221. opacity:0.9;
  222. -moz-transition-duration:0.5s;
  223. -webkit-transition-duration:0.5s;
  224. -o-transition-duration:0.5s;
  225. }
  226.  
  227. #links {
  228. position:absolute;
  229. z-index:99;
  230. font-size:15px;
  231. margin-top:-15px;
  232. opacity:0;
  233. -moz-transition-duration:0.3s;
  234. -webkit-transition-duration:0.3s;
  235. -o-transition-duration:0.3s;
  236. }
  237.  
  238. #sidebar:hover #links {
  239. opacity:1;
  240. transition-delay:0.1s;
  241. margin-top:-5px;
  242. -moz-transition-duration:0.5s;
  243. -webkit-transition-duration:0.5s;
  244. -o-transition-duration:0.5s;
  245. }
  246.  
  247. #links a {
  248. margin-left:20px;
  249. color:{color:background};
  250. opacity:1;
  251. -moz-transition-duration:0s;
  252. -webkit-transition-duration:0s;
  253. -o-transition-duration:0s;
  254. }
  255.  
  256. #links a:hover {
  257. opacity:0.7;
  258. -moz-transition-duration:0s;
  259. -webkit-transition-duration:0s;
  260. -o-transition-duration:0s;
  261. }
  262.  
  263. #pagination {
  264. font-size:10px;
  265. text-align:center;
  266. font-family:calibri;
  267. margin-top:15px;
  268. }
  269.  
  270. #pagination a {
  271. color:{color:text};
  272. }
  273.  
  274. #info {
  275. text-align:left;
  276. margin-top:25px;
  277. border-top:1px solid #e2e2e2;
  278. padding:10px 5px;
  279. color:{color:text};
  280. font-family:trebuchet;
  281. font-size:11px;
  282. }
  283.  
  284. #info a {
  285. color:{color:text};
  286. }
  287.  
  288. #tags {
  289. position:absolute;
  290. margin-left:500px;
  291. opacity:0;
  292. margin-top:10px;
  293. width:120px;
  294. font-family:trebuchet;
  295. font-size:10px;
  296. -moz-transition-duration:0.3s;
  297. -webkit-transition-duration:0.3s;
  298. -o-transition-duration:0.3s;
  299. }
  300.  
  301. #tags a {
  302. color:{color:text};
  303. }
  304.  
  305. #post:hover #tags {
  306. margin-left:515px;
  307. opacity:1;
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312.  
  313. #asker {
  314. float:left;
  315. margin-right:5px;
  316. background:#f5f5f5;
  317. padding:15px;
  318. width:470px;
  319. margin-bottom:10px;
  320. }
  321.  
  322. #chat {
  323. font-size:11px;
  324. font-family:sans-serif;
  325. line-height:140%;
  326. margin-top:-10px;
  327. }
  328.  
  329. #chat.chat1 {
  330. margin-left:0px;
  331. }
  332.  
  333. #chat .chat1 .chat2 {
  334. color:{color:text};
  335. padding:4px 4px 5px 5px;
  336. border-style:none;
  337. }
  338.  
  339. .chat2 {
  340. color:{color:text};
  341. padding: 4px 4px 5px 5px;
  342. border-style:none;
  343. background:{color:background}
  344. }
  345.  
  346. #chat .chat1 .chat2.even {
  347. text-indent:20px;
  348. color: {color:text};
  349. background:#f5f5f5;
  350. }
  351.  
  352. #chat .chat1 .chat2 span {
  353. font-weight: bold;
  354. }
  355.  
  356. #audio {
  357. max-width:500px;
  358. background:{color:accents};
  359. }
  360.  
  361. .albumart {
  362. float:left;
  363. padding-bottom:7px;
  364. padding-right:15px;
  365. }
  366.  
  367. .albumart img {
  368. width:128px;
  369. height:128px;
  370. box-shadow:2px 2px 3px #b8b8b8;
  371. }
  372.  
  373. .playercontainer {
  374. z-index:-1;
  375. text-align:left;
  376. padding:8px;
  377. background-color:{color:accents};
  378. width:480px;
  379. }
  380.  
  381. .trackinfo {
  382. font-size:12px;
  383. padding:10px;
  384. color:{color:text};
  385. }
  386.  
  387. #credit {
  388. font-size:15px;
  389. font-family:trebuchet;
  390. font-style:normal;
  391. letter-spacing:2px;
  392. text-align:center;
  393. }
  394.  
  395. #credit a {
  396. background:none;
  397. color:#777;
  398. width:13px;
  399. padding:10px;
  400. position:fixed;
  401. right:20px;
  402. bottom:15px;
  403. -moz-transition-duration:0.5s;
  404. -webkit-transition-duration:0.5s;
  405. -o-transition-duration:0.5s;
  406. }
  407.  
  408. #credit a:hover {
  409. width:13px;
  410. -moz-transition-duration:0.5s;
  411. -webkit-transition-duration:0.5s;
  412. -o-transition-duration:0.5s;
  413. }
  414.  
  415.  
  416. ::-webkit-scrollbar-thumb{
  417. background-color:{color:scrollbar};
  418. height:auto;
  419. }
  420.  
  421. ::-webkit-scrollbar {
  422. height:5px;
  423. width:5px;
  424. background-color:{color:scrollbar bg}
  425. }
  426.  
  427. {CustomCSS}</style></head><body>
  428.  
  429. <div id="sidebar">
  430.  
  431. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  432.  
  433. <div id="title">{Title}</div>
  434.  
  435.  
  436.  
  437. <!-- EDIT ICONS HERE -->
  438.  
  439. <div id="links">
  440. <a href="{text:link 1 url}"><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --><big><i class="fa fa-home"></i></big><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --></a>
  441. <a href="{text:link 2 url}"><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --><i class="fa fa-envelope"></i><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --></a>
  442. <a href="{text:link 3 url}"><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --><i class="fa fa-folder"></i><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --></a>
  443. <a href="{text:link 4 url}"><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --><i class="fa fa-ellipsis-h"></i><!-- REPLACE THIS SECTION WITH YOUR CUSTOM ICON --></a>
  444. </div>
  445.  
  446. <!-- EDIT ICONS HERE -->
  447.  
  448.  
  449.  
  450. <div id="box"></div>
  451.  
  452. <div id="description">{Description}</div>
  453.  
  454. <div id="pagination">
  455. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}</div>{/block:Pagination}
  456. </div>
  457.  
  458. </div>
  459.  
  460. <div id="entries">{block:Posts}<div id="post">
  461.  
  462. <div id="tags">
  463. {block:HasTags} <i class="fa fa-tags"></i> {block:Tags}&nbsp;<a href="{TagURL}">{Tag}, </a>{/block:Tags}{/block:HasTags}
  464. </div>
  465.  
  466. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  467.  
  468. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  469.  
  470. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  471.  
  472. {block:Quote}<h2>{Quote}</h2>{block:Source} <h3>—{Source}</h3>{/block:Source}{/block:Quote}
  473.  
  474. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  475.  
  476. {block:Chat}<div id="chat"><div class="chat1">{Block:Lines}<div class="chat2 {Alt}">{Block:Label}<span>{Label}</span>{/block:Label} {Line}</div>{/block:Lines}</div></div>{/block:Chat}
  477.  
  478. {block:Audio}<div id="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div><div class="trackinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  479. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  480. <br><div class="playercontainer">{AudioPlayerWhite}</div></div><br>{/block:Audio}
  481.  
  482. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  483.  
  484. {block:Answer}<div id="asker">{Asker}:<br>{Question}</div><br>{Answer}{/block:Answer}
  485.  
  486. <div id="info">
  487. {block:Date}<a href="{Permalink}">{DayofMonthwithSuffix} {ShortMonth}</a> &nbsp;&nbsp; {/block:Date}<a title="{NoteCountwithLabel}"><small><i class="fa fa-bookmark"></i></small> {NoteCount}</a><br><a href="{ReblogURL}"><i class="fa fa-retweet"></i> REBLOG </a>
  488.  
  489. {block:PermalinkPage}
  490. {block:RebloggedFrom} &nbsp;&nbsp; <a href="{ReblogParentURL}"
  491. title="{ReblogParentName}"> <i class="fa fa-share"></i> VIA</a> &nbsp;&nbsp; <a href="{ReblogRootURL}"title="{ReblogRootName}"> <i class="fa fa-link"></i> SOURCE</a>{/block:RebloggedFrom}{/block:PermalinkPage}
  492. </div>
  493.  
  494. </div>
  495.  
  496. {block:PostNotes}<div class="pn">{PostNotes}</div>{/block:PostNotes}
  497.  
  498. {/block:Posts}</div>
  499.  
  500. </body>
  501.  
  502. <div id="credit"><a href="http://jxcodes.tumblr.com/" title="credit">J</a></div>
  503.  
  504. </html>
Advertisement
Add Comment
Please, Sign In to add comment