Advertisement
fabliam

Theme 25

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