Advertisement
noziam

THEME 10: FAIRY DUST

Nov 9th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 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. THEME 10 FAIRY LIGHTS BY JAE @ NOZIAM
  6.  
  7. IF YOU STEAL OR REMOVE THE CREDIT, I WILL HUNT YOU DOWN AND KILL YOU IN YOUR SLEEP. HAVE A NICE DAY.
  8.  
  9. THANK YOU.
  10. ENJOY!
  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:Sidebar" content="#ffffff"/>
  25. <meta name="color:Text" content="#a8a8a8"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Tags" content="f0f0f0"/>
  28. <meta name="color:Hover" content="#f2f2f2"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#e4e4e4"/>
  31. <meta name="color:Post" content="#ffffff"/>
  32. <meta name="color:Answer" content="#f8f8f8"/>
  33. <meta name="image:sidebar1" content=""/>
  34. <meta name="image:sidebar2" content=""/>
  35. <meta name="image:sidebar3" content=""/>
  36. <meta name="image:sidebar4" content=""/>
  37. <meta name="image:sidebar5" content=""/>
  38. <meta name="image:sidebar6" content=""/>
  39. <meta name="image:bg" content=""/>
  40. <meta name="text:Link 1" content="" />
  41. <meta name="text:Link 1 Text" content="" />
  42. <meta name="text:Link 1 hover" content="" />
  43. <meta name="text:Link 2" content="" />
  44. <meta name="text:Link 2 Text" content="" />
  45. <meta name="text:Link 2 hover" content="" />
  46. <meta name="text:dropdown title" content="" />
  47. <meta name="text:dropdown 1 text" content="" />
  48. <meta name="text:dropdown 2 text" content="" />
  49. <meta name="text:dropdown 3 text" content="" />
  50. <meta name="text:dropdown 4 text" content="" />
  51. <meta name="text:dropdown 5 text" content="" />
  52. <meta name="text:dropdown 1 url" content="" />
  53. <meta name="text:dropdown 2 url" content="" />
  54. <meta name="text:dropdown 3 url" content="" />
  55. <meta name="text:dropdown 4 url" content="" />
  56. <meta name="text:dropdown 5 url" content="" />
  57.  
  58. <meta name="if:Show Link 1" content="1" />
  59. <meta name="if:Show Link 2" content="1" />
  60. <meta name="color:scrollbarbg" content="ffffff"/>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65. @import url(http://fonts.googleapis.com/css?family=VT323);
  66. /* --- SCROLLBAR ---*/
  67.  
  68. ::-webkit-scrollbar {
  69. width: 5px;height: 5px;}
  70. ::-webkit-scrollbar-button:start:decrement,
  71. ::-webkit-scrollbar-button:end:increment {
  72. height: 6px;display: block;background-color: {color:white};}
  73. ::-webkit-scrollbar-track-piece {
  74. background-color: {color:scrollbarbg};}
  75. ::-webkit-scrollbar-thumb:vertical {
  76. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  77.  
  78.  
  79. /* --- BODY ---*/
  80.  
  81. body {
  82. background:{color:background};
  83. margin:0px;
  84. color:{color:text};
  85. font-family:'VT323', cursive;
  86. font-size:13px;
  87. line-height:100%;
  88. }
  89.  
  90. a {
  91. text-decoration:none;
  92. outline:none;
  93. -moz-outline-style:none;
  94. color:{color:link};
  95. }
  96.  
  97. img {
  98. border:none;
  99. }
  100.  
  101. blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. blockquote blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. h1 {
  112. font-size:11px;
  113. text-transform:uppercase;
  114. }
  115.  
  116. a:hover {
  117. opacity:10;
  118. color:{color:hover};
  119. -webkit-transition: all 1s ease;
  120. -moz-transition: all 1s ease;
  121. -o-transition: all 1s ease
  122. }
  123.  
  124. /* --- POST ENTRIES ---*/
  125.  
  126.  
  127. #entries {
  128. padding:10px;
  129. width:500px;
  130. margin-left:450px;
  131. margin-top:40px;
  132. font-size:12px;
  133. }
  134.  
  135. /* --- BODY: POSTS ---*/
  136.  
  137.  
  138. #post {
  139. width:500px;
  140. padding-bottom:20px;
  141. padding:10px;
  142. margin-top:15px;
  143. background-color:{color:Post};
  144. }
  145.  
  146. /* --- SIDEBAR IMAGE ---*/
  147.  
  148.  
  149. #sidebar {
  150. width:200px;
  151. position:fixed;
  152. margin-left:160px;
  153. margin-top:160px;
  154. background-color:{color:Sidebar};
  155. }
  156.  
  157. #sidebarimage {
  158. width 210px;
  159. border-width:1px;
  160. opacity:0.7;
  161. }
  162.  
  163. .sidebarimage a {
  164. width 210px;
  165. border-width:1px;
  166. opacity:0.75;
  167.  
  168. }
  169.  
  170. #sidebarimage img {
  171. width:210px;
  172. padding:6px;
  173. border-color: {color:border};
  174. background-color:{color:Sidebar};
  175. }
  176.  
  177.  
  178. /* --- SIDEBAR LINKS ---*/
  179.  
  180. .links {
  181. width:200px;
  182. height:5px;
  183. padding: 8px;
  184. font-size:10px;
  185. font-family:'VT323', cursive;
  186. text-align:center;
  187. margin-top:-5px;
  188. margin-left:-7px;
  189. text-align:center;
  190. letter-spacing:0px;
  191. text-transform:lowercase;
  192. word-spacing:7px;
  193. position:fixed;
  194. padding-bottom:7px;
  195. }
  196.  
  197. .links a {
  198. font-size: 29px;
  199. word-spacing:5px;
  200. }
  201.  
  202. .links a:hover {
  203. font-style:italic;
  204. font-family:'VT323', cursive;
  205. font-weight:bold;
  206. color:#000;
  207. word-spacing:2px;
  208.  
  209. }
  210.  
  211.  
  212. .pagination {
  213. position:fixed;
  214. font-size:8px;
  215. width:240px;
  216. opacity:.99;
  217. text-align:center;
  218. margin-left:250px;
  219. margin-top:149px;
  220. position:fixed;
  221. font-family:consolas;
  222. letter-spacing:0px;
  223. }
  224.  
  225. #s-m-t-tooltip {
  226.  
  227. max-width:300px;
  228.  
  229. padding:5px 4px 5px 4px;
  230.  
  231. margin:20px 0px 0px 20px;
  232.  
  233. background-color:#fff; /* change the background color */
  234.  
  235. border:1px solid #000; /* change the border color */
  236.  
  237. font-family:'VT323', cursive; /* change the font */
  238.  
  239. font-size:14px; /* change the font size */
  240.  
  241. font-weight:normal;
  242.  
  243. font-style:none;
  244.  
  245. letter-spacing:1px; /* change the letter spacing */
  246.  
  247. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  248.  
  249. color:{color:text}; /* change the text color */
  250.  
  251. z-index:999999999999999999999999999999999999;
  252.  
  253. }
  254.  
  255.  
  256. /* --- DESCRIPTION ---*/
  257.  
  258. #description {
  259. position:fixed;
  260. font-family:'VT323', cursive;
  261. line-height:120%;
  262. font-size:12px;
  263. font-style:normal;
  264. width:200px;
  265. margin-top:20px;
  266. margin-left:2px;
  267. padding:8px;
  268. margin-left:0px;
  269. text-align:justify;
  270. color:{color:text};
  271. }
  272.  
  273. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  274. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  275.  
  276. /* --- PAGINATION---*/
  277.  
  278.  
  279.  
  280. /* --- POST INFO ---*/
  281.  
  282.  
  283. #info {
  284. text-align:left;
  285. margin-top:10px;
  286. text-transform:uppercase;
  287. font-size:12px;
  288. font-style:none;
  289. border-top:1px solid {color:Line}
  290. }
  291.  
  292. /* --- POST TAGS---*/
  293.  
  294.  
  295. #tags {
  296. font-family:'VT323', cursive;
  297. letter-spacing:0px;
  298. text-transform:uppercase;
  299. font-size:12px;
  300. font-style:none;
  301. margin-top:4px;
  302. text-align:left;
  303. }
  304.  
  305. #tags
  306. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  307. -webkit-transition: all 0.6s ease-in-out;
  308. -moz-transition: all 0.6s ease-in-out;
  309. -o-transition: all 0.6s ease-in-out;
  310. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  311.  
  312. #tags a:hover {
  313. font-style:italic;
  314. -webkit-transition: all 0.6s ease-in-out;
  315. -moz-transition: all 0.6s ease-in-out;
  316. -o-transition: all 0.6s ease-in-out;
  317. -ms-transition: all 0.6s ease-in-out;
  318. transition: all 0.6s ease-in-out;
  319. }
  320.  
  321.  
  322. /* --- QUESTIONS ---*/
  323.  
  324. #asker {
  325. padding:5px;
  326. font-family:cambria;
  327. letter-spacing:1px;
  328. text-align:left;
  329. font-style:italic;
  330. margin-left:10px;
  331. border-left:3px #eee solid;
  332. background-color:{color:background}
  333. }
  334.  
  335. {CustomCSS}</style><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  336.  
  337. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  338.  
  339. <script>
  340.  
  341. (function($){
  342.  
  343. $(document).ready(function(){
  344.  
  345. $("a[title]").style_my_tooltips({
  346.  
  347. tip_follows_cursor:true,
  348.  
  349. tip_delay_time:90,
  350.  
  351. tip_fade_speed:600,
  352.  
  353. attribute:"title"
  354.  
  355. });
  356.  
  357. });
  358.  
  359. })(jQuery);
  360.  
  361. </script></head><body>
  362.  
  363. <div id="sidebar">
  364. <div id="sidebarimage">
  365. <script language="JavaScript">
  366. <!--
  367.  
  368. /*
  369. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  370. Over 400+ free JavaScripts here!
  371. Keep this notice intact please
  372. */
  373.  
  374. function random_imglink(){
  375. var myimages=new Array()
  376. //specify random images below. You can have as many as you wish
  377. myimages[1]="{image:sidebar1}"
  378. myimages[2]="{image:sidebar2}"
  379. myimages[3]="{image:sidebar3}"
  380. myimages[4]="{image:sidebar4}"
  381. myimages[5]="{image:sidebar5}"
  382. myimages[6]="{image:sidebar6}"
  383.  
  384. var ry=Math.floor(Math.random()*myimages.length)
  385. if (ry==0)
  386. ry=1
  387. document.write('<img src="'+myimages[ry]+'" border=0>')
  388. }
  389. random_imglink()
  390. //-->
  391. </script>
  392.  
  393. </div>
  394.  
  395.  
  396. <div id="description">
  397. {Description}<p></p>
  398. <center><select onChange="location.href=this.options[this.selectedIndex].value;" style="width: 120px; font-family:'VT323', cursive; font-size:12px; border-radius:3px;">
  399. <option value="/">{text:dropdown title}</option>
  400. <option value="{text:dropdown 1 url}">{text:dropdown 1 text}</option>
  401. <option value="{text:dropdown 2 url}">{text:dropdown 2 text}</option>
  402. <option value="{text:dropdown 3 url}">{text:dropdown 3 text}</option>
  403. <option value="{text:dropdown 4 url}">{text:dropdown 4 text}</option>
  404. <option value="{text:dropdown 5 url}">{text:dropdown 5 text}</option>
  405.  
  406. </select></center></div>
  407. <div class="links">
  408. <a href="/" title="refresh"><img src="http://media.tumblr.com/tumblr_m3wh6xGhqt1qdlkyg.gif"></a>
  409. <a href="/ask" title="inbox"><img src="http://media.tumblr.com/tumblr_m3wh67NEUl1qdlkyg.gif"></a></b>
  410. {block:IfShowLink1}<a href="{text:Link 1}" title="{text:Link 1 hover}" ><img src="http://media.tumblr.com/tumblr_m3wh6aB5zx1qdlkyg.gif"></a>{/block:IfShowLink1}
  411. {block:IfShowLink2}<a href="{text:Link 2}" title="{text:Link 2 hover}"><img src="http://media.tumblr.com/tumblr_m3wh63B46w1qdlkyg.gif"></a>{/block:IfShowLink2}
  412. </div></div>
  413. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}" title="back"><big><big>◄</big></big></a>&nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next"><big><big>►</big></big></a>{/block:NextPage}
  414. </div>{/block:Pagination}</div>
  415.  
  416.  
  417.  
  418.  
  419.  
  420. </div>
  421.  
  422. <div id="entries">{block:Posts}<div id="post">
  423.  
  424. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  425.  
  426. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  427.  
  428. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  429.  
  430. {block:Quote}{Quote}{/block:Quote}
  431.  
  432. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  433.  
  434. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  435.  
  436. {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>
  437. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  438. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  439. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} helvetica
  440. {/block:Audio}
  441.  
  442. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  443.  
  444. {block:Answer}<div id="asker"><span style="font-family:'VT323', cursive;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  445.  
  446. <div id="info">
  447. <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>
  448. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  449. {/block:Posts}
  450. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  451. {/block:Posts}</div></div></div>
  452.  
  453.  
  454.  
  455. <!--
  456. THEME MAKER CREDIT
  457. -->
  458.  
  459. <div style="position:fixed;bottom:5px; right:5px; font-size:10px; letter-spacing:1px; font-family:cambria; background:#fff; padding:3px; letter-spacing:-1px;"><a href="http://noziam.tumblr.com" title="theme by jae">ℐ▲ℯ</a></center></div>
  460.  
  461.  
  462. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement