Advertisement
fabliam

Theme 26

May 2nd, 2013
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.06 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <!-- FABLIAM THEME -->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!--Fonts-->
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
  26.  
  27. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  28.  
  29. <!--Colors-->
  30.  
  31. <meta name="color:Background" content="#ffffff"/>
  32. <meta name="color:Text" content="#aaaaaa"/>
  33. <meta name="color:Link" content="#717581"/>
  34. <meta name="color:sblinks" content="#cccccc"/>
  35. <meta name="color:linkhover" content="#f1f1f1"/>
  36. <meta name="color:border" content="#f1f1f1"/>
  37. <meta name="color:scrollbar" content="#f1f1f1"/>
  38. <meta name="color:titlecolor" content="#fffff">
  39. <meta name="color:titlebackground" content="#fffff">
  40.  
  41. <!--Images-->
  42.  
  43. <meta name="image:Sidebar" content=""/>
  44. <meta name="image:Sidebar2" content=""/>
  45. <meta name="image:Sidebar3" content=""/>
  46.  
  47. <!--Links-->
  48.  
  49. <meta name="text:Link1" content="/" />
  50. <meta name="text:Link1 Title" content="" />
  51. <meta name="text:link1 hover text" content="" />
  52.  
  53. <meta name="text:Link2" content="/" />
  54. <meta name="text:Link2 Title" content="" />
  55. <meta name="text:link2 hover text" content="" />
  56.  
  57. <meta name="text:Link3" content="/" />
  58. <meta name="text:Link3 Title" content="" />
  59. <meta name="text:link3 hover text" content="" />
  60.  
  61. <meta name="text:Link4" content="/" />
  62. <meta name="text:Link4 Title" content="" />
  63. <meta name="text:link4 hover text" content="" />
  64.  
  65. <style type="text/css">
  66.  
  67. #biter
  68.  
  69. #bite a {display:block}
  70.  
  71. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  72.  
  73. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  74.  
  75. div#sidebar2{
  76. position: fixed;
  77. top:65px;
  78. left:50px;
  79. background:;
  80. float:left;
  81. background-color: {color:Sidebar};
  82. width:200px;
  83. height:100%;
  84. padding-left:8px;
  85. padding-right:8px;
  86. padding-bottom:3px;
  87. padding-top:8px;
  88. }
  89. div#sidebar3{
  90. position: fixed;
  91. top:65px;
  92. left:50px;
  93. background:;
  94. float:left;
  95. background-color: {color:Sidebar};
  96. width:200px;
  97. height:100%;
  98. padding-left:8px;
  99. padding-right:8px;
  100. padding-bottom:3px;
  101. padding-top:8px;
  102. }
  103.  
  104.  
  105. /* --- SCROLLBAR ---*/
  106.  
  107. ::-webkit-scrollbar {height: auto;width: 6px;}
  108. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  109. ::-webkit-scrollbar-track{background-color:white;}
  110.  
  111. /* --- BODY ---*/
  112.  
  113. body {
  114. background:{color:background};
  115. margin:0px;
  116. color:{color:text};
  117. font-family:consolas;
  118. font-size:10px;
  119. line-height:100%;
  120. }
  121.  
  122. blockquote {
  123. border-left:1px solid #f8f8f8;
  124. padding-left:2px;
  125. margin:5px;
  126. }
  127.  
  128. a {
  129. color:#b1b0b0;
  130. text-decoration:none;
  131. -webkit-transition:all 0.5s ease-in-out;
  132. -moz-transition:all 0.5s ease-in-out;
  133. -o-transition:all 0.5s ease-in-out;
  134. -ms-transition:all 0.5s ease-in-out;
  135. transition:all 0.5s ease-in-out;
  136. }
  137.  
  138. a:hover {
  139. text-decoration:none;
  140. color:#676767;
  141. }
  142.  
  143. img {none;}
  144.  
  145. h1 {
  146. font-family:consolas;
  147. font-size:11px;
  148. font-style:none;
  149. text-transform:uppercase;
  150. text-align:left;
  151. font-weight:normal;
  152. }
  153.  
  154. h2 {
  155. font-size:11px;
  156. text-transform:none;
  157. font-weight:normal;
  158. }
  159.  
  160. /* --- POSTS ---*/
  161.  
  162.  
  163. #entries {
  164. padding:10px;
  165. width:500px;
  166. margin-left:350px;
  167. margin-top:40px;
  168. }
  169.  
  170. #post {
  171. width:500px;
  172. padding-top:10px;
  173. padding-bottom:10px;
  174. font-style:none;
  175. }
  176.  
  177. #post img {
  178. }
  179.  
  180. #notes {
  181. font-family:consolas;
  182. text-transform:uppercase;
  183. font-size:10px;
  184. }
  185.  
  186. #info {
  187. text-align:left;
  188. padding:5px;
  189. margin-top:5px;
  190. margin-bottom:10px;
  191. text-transform: none;
  192. font-family:consolas;
  193. font-size:10px;
  194. margin-left:-5px;
  195. border-top:1px solid {color:border};
  196. }
  197.  
  198. #info #tags {
  199. opacity:0;
  200. -webkit-transition:all 0.5s ease-in-out;
  201. -moz-transition:all 0.5s ease-in-out;
  202. -o-transition:all 0.5s ease-in-out;
  203. -ms-transition:all 0.5s ease-in-out;
  204. transition:all 0.5s ease-in-out;
  205. }
  206.  
  207. #info:hover #tags {
  208. opacity:1;
  209. margin-top:4px;
  210. -webkit-transition:all 0.5s ease-in-out;
  211. -moz-transition:all 0.5s ease-in-out;
  212. -o-transition:all 0.5s ease-in-out;
  213. -ms-transition:all 0.5s ease-in-out;
  214. transition:all 0.5s ease-in-out;
  215. }
  216.  
  217. #tags {
  218. font-family:consolas;
  219. letter-spacing:1px;
  220. text-transform:none;
  221. font-size:9px;
  222. margin-left:0px;
  223. margin-top:-2px;
  224. }
  225.  
  226. /* --- AUDIO ---*/
  227.  
  228. #audio {
  229. font-family:anaheim;
  230. margin-bottom:5px;
  231. width:500px;
  232. height:justify;
  233. }
  234.  
  235. .cover {
  236. width:78px;
  237. height:78px;
  238. position:absolute;
  239. }
  240.  
  241. .cover img {
  242. width:50px;
  243. height:50px;
  244. float:left;
  245. margin-top:10px;
  246. }
  247.  
  248. .player {
  249. opacity: 0.05;
  250. position:absolute;
  251. z-index:1;
  252. background:#fff;
  253. width:90px;
  254. height:90px;
  255. display:block;
  256. -webkit-transition: all 0.7s ease;
  257. -moz-transition: all 0.7s ease;
  258. -o-transition: all 0.7s ease;
  259. }
  260.  
  261. .player:hover{
  262. opacity:0.5;
  263. -webkit-transition: all 0.7s ease;
  264. -moz-transition: all 0.7s ease;-o
  265. -transition: all 0.7s ease;
  266. }
  267.  
  268. .player2 {
  269. width:25px;
  270. height:25px;
  271. margin-top:20px;
  272. margin-left:20px;
  273. overflow:hidden;
  274. padding:3px;
  275. padding-right:10px;
  276. }
  277.  
  278. .track {
  279. text-transform:uppercase;
  280. margin-left:80px;
  281. line-height:15px;
  282. padding-top:10px;
  283. }
  284.  
  285. /* --- SIDEBAR ---*/
  286.  
  287. #sidebar {
  288. width:80px;
  289. height:800px;
  290. position:fixed;
  291. margin-left:220px;
  292. margin-top:-40px;
  293. opacity:1;
  294. border-right:1px solid {color:border};
  295. }
  296.  
  297. #sidebar:hover {
  298. -webkit-transition: all 0.5s ease;
  299. -moz-transition: all 0.5s ease;
  300. -o-transition: all 0.5s ease
  301. }
  302.  
  303. #sidebar img {
  304. width:80px;
  305. height:80px;
  306. margin-bottom:-155px;
  307. margin-top:165px;
  308. outline-offset:4px;
  309. border:1px solid {color:border};
  310. padding:6px;
  311. padding-left:6px;
  312. margin-left:-35px;
  313. -webkit-transition: all 0.5s ease;
  314. -moz-transition: all 0.5s ease;
  315. -o-transition: all 0.5s ease
  316. }
  317.  
  318. #title {
  319. margin-top: -183px;
  320. margin-left:-25px;
  321. padding:6px;
  322. position: fixed ;
  323. z-index: 100;
  324. color: {color:titlecolor};
  325. background:{color:titlebackground};
  326. text-transform: lowercase;
  327. letter-spacing: 3px;
  328. font-family: consolas;
  329. font-style:italic;
  330. text-align:center;
  331. font-size: 10px;
  332. -webkit-transition: all 1s ease-in-out;
  333. }
  334.  
  335. #links {
  336. width:120px;
  337. font-family:consolas;
  338. font-size:10px;
  339. opacity:1;
  340. text-align:center;
  341. padding-top:4px;
  342. letter-spacing:1px;
  343. text-transform:uppercase;
  344. padding-bottom:1px;
  345. margin-top:158px;
  346. margin-left:-47px;
  347. line-height:170%;
  348. color:{color:sblinks};
  349. }
  350.  
  351. #links a:hover {
  352. color:{linkhover};
  353. -webkit-transition: all 0.7s ease;
  354. -moz-transition: all 0.7s ease;
  355. -o-transition: all 0.7s ease
  356. }
  357.  
  358. #description {
  359. width:90px;
  360. line-height:160%;
  361. font-family:consolas;
  362. padding:5px;
  363. font-size:10px;
  364. opacity: 0.8;
  365. text-align:center;
  366. margin-top:0px;
  367. margin-left:-36px;
  368. }
  369.  
  370. #pagination {
  371. font-size:8px;
  372. text-align:center;
  373. color:{color:link};
  374. font-family:consolas;
  375. letter-spacing:2px;
  376. margin-left:-55px;
  377. margin-top:10px;
  378. }
  379.  
  380. /* --- ASKS ---*/
  381.  
  382. #asker {
  383. float:left;
  384. margin-right:5px;
  385. }
  386.  
  387. #q {
  388. font-family:consolas;
  389. text-transform:lowercase;
  390. letter-spacing:1px;
  391. padding-bottom:3px;
  392. }
  393.  
  394. #question {
  395. font-family:consolas;
  396. font-style:italic;
  397. font-size:10px;
  398. }
  399.  
  400. #answer {
  401. font-family:consolas;
  402. text-transform:uppercase;
  403. font-size:10px;
  404. }
  405.  
  406. {CustomCSS}
  407.  
  408. #s-m-t-tooltip {
  409.  
  410. max-width:300px;
  411.  
  412. padding:3px 4px 5px 4px;
  413.  
  414. margin:20px 0px 0px 20px;
  415.  
  416. background-color:#fff; /* change the background color */
  417.  
  418. border:1px solid #ddd; /* change the border color */
  419.  
  420. font-family:calibri; /* change the font */
  421.  
  422. font-size:9px; /* change the font size */
  423.  
  424. letter-spacing:2px; /* change the letter spacing */
  425.  
  426. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  427.  
  428. color:#999; /* change the text color */
  429.  
  430. z-index:999999999999999999999999999999999999;
  431.  
  432. }
  433.  
  434.  
  435. </style>
  436.  
  437.  
  438. </head>
  439.  
  440. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  441.  
  442. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  443.  
  444. <script>
  445.  
  446. (function($){
  447.  
  448. $(document).ready(function(){
  449.  
  450. $("a[title]").style_my_tooltips({
  451.  
  452. tip_follows_cursor:true,
  453.  
  454. tip_delay_time:90,
  455.  
  456. tip_fade_speed:600,
  457.  
  458. attribute:"title"
  459.  
  460. });
  461.  
  462. });
  463.  
  464. })(jQuery);
  465.  
  466. </script>
  467.  
  468.  
  469.  
  470. <body>
  471.  
  472.  
  473. <div id="sidebar">
  474.  
  475. <div id="bite">
  476. <div id="sidebarimage">
  477. <img src="{image:sidebar}">
  478. <img src="{image:sidebar2}">
  479. <img src="{image:sidebar3}"></div>
  480.  
  481. <div id="title">{Title}</div>
  482.  
  483.  
  484. <div id="links">
  485.  
  486. {block:ifLink1}<a title="{text:link1 hover text}"href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  487. {block:ifLink2}<a title="{text:link2 hover text}"href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  488. {block:ifLink3}<a title="{text:link3 hover text}"href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  489. {block:ifLink4}<a title="{text:link4 hover text}"href="{text:Link4}">{text:Link4 Title}{/block:ifLink4}
  490. </div>
  491. <div class="death">
  492. <div id="description">{Description}</div>
  493.  
  494. {block:Pagination} <div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}</div>{/block:Pagination}
  495. </div>
  496. </div></div>
  497.  
  498.  
  499. <div id="entries">{block:Posts}<div id="post">
  500.  
  501. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  502.  
  503. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  504.  
  505. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  506.  
  507. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  508.  
  509. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  510.  
  511. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  512.  
  513.  
  514. {block:Audio}<div id="audio">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  515. <div class="player">
  516. <div class="player2">
  517. {AudioPlayerWhite}</div></div><div class="track">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}<br />{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{PlayCountWithLabel}</div><br>{Caption}</div>
  518. {/block:Audio}
  519.  
  520. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  521.  
  522. {block:Answer}<div id="asker"></div><div id="q"><img src="{AskerPortraitURL-40}"/> {Asker} asked: {Question} {Answer}{/block:Answer}
  523.  
  524. <div id="info"> posted <a href="{Permalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  525. {block:ContentSource}(Source: <a href="{SourceURL}"> <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}
  526. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>, {/block:Tags}</div>{/block:HasTags}</div></div>
  527. {/block:Posts}<div id="tags" st>
  528. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  529. {/block:Posts}</div></div></div>
  530.  
  531. <div style="font-family:consolas; font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:uppercase;"><a href="http://fabliam.tumblr.com">CREDIT</a></div>
  532.  
  533. </body>
  534.  
  535. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement