fbi-beckett

cacophony [theme #10]

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