Advertisement
spongebobsquarepants

Theme 3 - Moonlight

Jul 13th, 2013
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  6. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  7.  
  8. THEME BY STARSBUKS
  9.  
  10. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  11. △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽ △ ▽
  12.  
  13. -->
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:sb image border" content="#111111"/>
  25. <meta name="color:sb links background" content="#111111"/>
  26. <meta name="color:sidebar links" content="#ffffff"/>
  27. <meta name="color:tooltip border" content="#111111"/>
  28. <meta name="color:tooltip background" content="#ffffff"/>
  29. <meta name="color:tooltip text" content="#111111"/>
  30. <meta name="color:question background" content="#f9f9f9"/>
  31. <meta name="color:pagination" content="#111111"/>
  32. <meta name="color:Sidebar" content="#ffffff"/>
  33. <meta name="color:Text" content="#a8a8a8"/>
  34. <meta name="color:Link" content="#b8b8b8"/>
  35. <meta name="color:Tags" content="f0f0f0"/>
  36. <meta name="color:Hover" content="#f2f2f2"/>
  37. <meta name="color:Line" content="#f2f2f2"/>
  38. <meta name="color:Border" content="#e4e4e4"/>
  39. <meta name="color:Post" content="#ffffff"/>
  40. <meta name="color:Answer" content="#f8f8f8"/>
  41. <meta name="image:sidebar" content=""/>
  42. <meta name="image:bg" content=""/>
  43. <meta name="text:link 1" content=""/>
  44. <meta name="text:link 1 title" content=""/>
  45. <meta name="text:link 2" content=""/>
  46. <meta name="text:link 2 title" content=""/>
  47. <meta name="text:link 3" content=""/>
  48. <meta name="text:link 3 title" content=""/>
  49. <meta name="text:link 4" content=""/>
  50. <meta name="text:link 4 title" content=""/>
  51. <meta name="if:500posts" content="0"/>
  52. <meta name="if:400posts" content="1"/>
  53. <meta name="color:scrollbar" content="#111111"/>
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.9;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  59.  
  60. /* --- SCROLLBAR ---*/
  61.  
  62. ::-webkit-scrollbar-thumb{background-color: {color:scrollbar}; border: 2px solid #fff;height:auto;}
  63. ::-webkit-scrollbar {height:9px;width:9px;background-color: {color:scrollbar};border: 4px solid #fff;}
  64.  
  65. /* --- BODY ---*/
  66.  
  67. body {
  68. background:{color:background};
  69. margin:0px;
  70. color:{color:text};
  71. font-family:Calibri;
  72. font-size:9px;
  73. line-height:100%;
  74. }
  75.  
  76. a {
  77. text-decoration:none;
  78. outline:none;
  79. -moz-outline-style:none;
  80. color:{color:link};
  81. }
  82.  
  83. img {
  84. border:none;
  85. }
  86.  
  87. blockquote {
  88. padding-left:5px;
  89. border-left:2px solid #eee;
  90. margin-left:10px;
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid #eee;
  96. }
  97.  
  98. h1 {
  99. font-size:9px;
  100. text-transform:uppercase;
  101. }
  102.  
  103. a:hover {
  104. opacity:10;
  105. color:{color:hover};
  106. -webkit-transition: all 0.7s ease;
  107. -moz-transition: all 0.7s ease;
  108. -o-transition: all 0.7s ease
  109. }
  110.  
  111. /* --- POST ENTRIES ---*/
  112.  
  113.  
  114. #entries {
  115. padding:10px;
  116. {block:if500posts}width:500px;{/block:if500posts}
  117. {block:if400posts}width:400px;{/block:if400posts}
  118. margin-left:425px;
  119. margin-top:40px;
  120. font-size:10px;
  121. }
  122.  
  123. /* --- BODY: POSTS ---*/
  124.  
  125.  
  126. #post {
  127. {block:if500posts}width:500px;{/block:if500posts}
  128. {block:if400posts}width:400px;{/block:if400posts}
  129. padding-bottom:15px;
  130. padding:10px;
  131. margin-top:15px;
  132. background-color:{color:Post};
  133. }
  134.  
  135. /* --- SIDEBAR IMAGE ---*/
  136.  
  137.  
  138. #sidebar {
  139. width:100px;
  140. position:fixed;
  141. margin-left:260px;
  142. margin-top:170px;
  143. opacity:1;
  144. background-color:{color:Sidebar};
  145. }
  146.  
  147. #sidebarimage {
  148. width 100px;
  149. height:100px;
  150. }
  151.  
  152. #sidebarimage img {
  153. width:100px;
  154. height:100px;
  155. border:solid 3px {color:sb image border};
  156. padding:6px;
  157. background-color:{color:Sidebar};
  158. }
  159.  
  160.  
  161. /* --- SIDEBAR LINKS ---*/
  162.  
  163. #links {
  164. width:30px;
  165. height:118px;
  166. position:fixed;
  167. margin-top:-100px;
  168. margin-left:-35px;
  169. background-color:{color:sb links background};
  170. font-family:'times new';
  171. font-size:15px;
  172. text-align:center;
  173. text-transform:uppercase;
  174. word-spacing:3px;
  175. opacity:1;
  176. -webkit-transition: margin-left;
  177. -webkit-transition-timing-function: ease-in-out;
  178. -webkit-transition-duration:0.6s;
  179. -webkit-transition: all 0.6s ease-in-out;
  180. }
  181.  
  182. #sidebar:hover #links {
  183. margin-left:-130px;
  184. -webkit-transition: all 0.6s ease-in-out;
  185. -moz-transition: all 0.6s ease-in-out;
  186. -o-transition: all 0.6s ease-in-out;
  187. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  188. }
  189.  
  190.  
  191. /* --- DESCRIPTION ---*/
  192.  
  193. #description {
  194. position:fixed;
  195. font-family:cambria;
  196. line-height:90%;
  197. font-size:9px;
  198. font-style:none;
  199. width:85px;
  200. height:118px;
  201. overflow:auto;
  202. margin-top:-100px;
  203. margin-left:-93px;
  204. opacity:0;
  205. -webkit-transition: all 0.6s ease-in-out;
  206. -moz-transition: all 0.6s ease-in-out;
  207. -o-transition: all 0.6s ease-in-out;
  208. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  209. text-align:justify;
  210. color:{color:text};
  211. background-color:{color:sidebar};
  212. }
  213.  
  214. #sidebar:hover #description {
  215. opacity:1;
  216. -webkit-transition: all 0.6s ease-in-out;
  217. -moz-transition: all 0.6s ease-in-out;
  218. -o-transition: all 0.6s ease-in-out;
  219. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;
  220. }
  221.  
  222. /* --- PAGINATION---*/
  223.  
  224.  
  225. #pagination {
  226. width:118px;
  227. background-color:transparent;
  228. font-size:8px;
  229. text-align:center;
  230. margin-left:260px;
  231. margin-top:293px;
  232. position:fixed;
  233. font-family:consolas;
  234. letter-spacing:0px;
  235. }
  236.  
  237. /* --- POST INFO ---*/
  238.  
  239.  
  240. #info {
  241. text-align:left;
  242. margin-top:10px;
  243. text-transform:uppercase;
  244. font-size:8px;
  245. font-style:none;
  246. border-top:1px solid {color:Line}
  247. }
  248.  
  249. /* --- POST TAGS---*/
  250.  
  251.  
  252. #tags {
  253. font-family:cambria;
  254. letter-spacing:0px;
  255. text-transform:lowercase;
  256. font-size:10px;
  257. font-style:italic;
  258. margin-top:4px;
  259. text-align:left;
  260. }
  261.  
  262. #tags
  263. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  264. -webkit-transition: all 0.6s ease-in-out;
  265. -moz-transition: all 0.6s ease-in-out;
  266. -o-transition: all 0.6s ease-in-out;
  267. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  268.  
  269.  
  270. /* --- QUESTIONS ---*/
  271.  
  272. #asker {
  273. padding:5px;
  274. font-family:calibri;
  275. letter-spacing:1px;
  276. text-align:left;
  277. font-style:italic;
  278. margin-left:10px;
  279. background-color:{color:question background}
  280. }
  281.  
  282. #s-m-t-tooltip {
  283. max-width:300px;
  284. padding:3px 4px 5px 4px;
  285. margin:20px 0px 0px 20px;
  286. background-color:{color:tooltip background};
  287. border:1px solid {color:tooltip border};
  288. font-family:calibri;
  289. font-size:9px;
  290. letter-spacing:1px;
  291. text-transform:uppercase;
  292. color:{color:tooltip text};
  293. z-index:999999999999999999999999999999999999;
  294. }
  295.  
  296. {CustomCSS}</style></head>
  297.  
  298. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  299.  
  300. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  301.  
  302. <script>
  303.  
  304. (function($){
  305.  
  306. $(document).ready(function(){
  307.  
  308. $("a[title]").style_my_tooltips({
  309.  
  310. tip_follows_cursor:true,
  311.  
  312. tip_delay_time:90,
  313.  
  314. tip_fade_speed:600,
  315.  
  316. attribute:"title"
  317.  
  318. });
  319. });
  320.  
  321. })(jQuery);
  322.  
  323. </script>
  324.  
  325. <body>
  326.  
  327. <div id="sidebar">
  328. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  329.  
  330. <div id="description">
  331. {Description}
  332. </div>
  333.  
  334.  
  335. <div id="links"><br><br>
  336. <a href="{text:Link 1}" title="{text:link 1 title}"><font color="{color:sidebar links}">01</font></a>
  337. <p><a href="{text:Link 2}" title="{text:link 2 title}"><font color="{color:sidebar links}">02</font></a>
  338. <p><a href="{text:Link 3}" title="{text:link 3 title}"><font color="{color:sidebar links}">03</font></a>
  339. <p><a href="{text:Link 4}" title="{text:link 4 title}"><font color="{color:sidebar links}">04</font></a>
  340. </div>
  341.  
  342. </div>
  343.  
  344.  
  345. {block:Pagination}<div id="pagination">
  346. {block:PreviousPage}<a href="{PreviousPage}"><font color="{color:pagination">&larr;</font></a>&nbsp;&nbsp;{/block:PreviousPage}
  347. {block:JumpPagination length="5"}
  348. {block:CurrentPage}<span class="current_page"><font color="{color:pagination">{PageNumber}</font></span>&nbsp;&nbsp;{/block:CurrentPage}
  349. {block:JumpPage}<a class="jump_page" href="{URL}"><font color="{color:pagination">{PageNumber}</font></a>&nbsp;&nbsp;{/block:JumpPage}
  350. {/block:JumpPagination}
  351. {block:NextPage}<a href="{NextPage}"><font color="{color:pagination">&rarr;</font></a>{/block:NextPage}
  352. </div>{/block:Pagination}
  353.  
  354.  
  355. <div id="entries">{block:Posts}<div id="post">
  356.  
  357. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  358.  
  359. {block:Photo}{LinkOpenTag}
  360. {block:if500posts}<img src="{PhotoURL-500}">{/block:if500posts}
  361. {block:if400posts}<img src="{PhotoURL-400}">{/block:if400posts}
  362. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  363.  
  364. {block:Photoset}
  365. {block:if500posts}{Photoset-500}{/block:if500posts}
  366. {block:if400posts}{Photoset-400}{/block:if400posts}
  367. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  368.  
  369. {block:Quote}{Quote}{/block:Quote}
  370.  
  371. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  372.  
  373. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  374.  
  375. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  376. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  377. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  379. {/block:Audio}
  380.  
  381. {block:Video}
  382. {block:if500posts}{Video-500}{/block:if500posts}
  383. {block:if400posts}{Video-400}{/block:if400posts}
  384. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  385.  
  386. {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:8px;font-style:italic;">{Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  387.  
  388. <div id="info">
  389. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  390. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  391. {/block:Posts}
  392. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  393. {/block:Posts}</div></div></div>
  394.  
  395.  
  396.  
  397. <!--
  398. THEME MAKER CREDIT
  399. -->
  400.  
  401. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:1px; font-family:times new;"><a href="http://starsbuks.tumblr.com/"><font color="111111">STARSBUKS</font></a></center></div>
  402.  
  403.  
  404. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement