Advertisement
zeldalise

Theme 11: Moon and Sun

Aug 28th, 2012
24,182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.45 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!----
  5.  
  6. © THEME #11: MOON AND SUN | MADE BY ZELDATHEMES.TUMBLR.COM
  7.  
  8. * Do NOT redistribute this theme.
  9. * Do NOT claim this theme as your own work.
  10. * Do NOT move/remove the credit from this theme.
  11. * Minor/major changes to this theme ARE allowed.
  12.  
  13. ---->
  14.  
  15. <head>
  16. <!-- DEFAULT VARIABLES -->
  17. <meta name="image:Background" content=""/>
  18. <meta name="image:Big Circle" content=""/>
  19. <meta name="image:Medium Circle" content=""/>
  20. <meta name="image:Small Circle" content=""/>
  21.  
  22. <meta name="font:CustomFont" content="Helvetica" />
  23.  
  24. <meta name="text:Heart Link URL" content="home" />
  25. <meta name="text:Link 1 Url" content="http://" />
  26. <meta name="text:Link 1 Title" content="Link 1" />
  27. <meta name="text:Link 2 Url" content="http://" />
  28. <meta name="text:Link 2 Title" content="Link 2" />
  29. <meta name="text:Link 3 Url" content="http://" />
  30. <meta name="text:Link 3 Title" content="Link 3" />
  31. <meta name="text:Link 4 Url" content="http://" />
  32. <meta name="text:Link 4 Title" content="Link 4" />
  33. <meta name="text:Link 5 Url" content="http://" />
  34. <meta name="text:Link 5 Title" content="Link 5" />
  35.  
  36. <meta name="text:Blog Title" content="Your blog title goes here." />
  37. <meta name="text:Subtitle" content="Your subtitle goes here." />
  38.  
  39. <meta name="if:WebkitScroll" content="1" />
  40. <meta name="if:ShowTags" content="0" />
  41. <meta name="if:BackgroundStretch" content="0" />
  42. <meta name="if:LargerText" content="0" />
  43. <meta name="if:CustomFont" content="0" />
  44. <meta name="if:ShowLink1" content="1" />
  45. <meta name="if:ShowLink2" content="1" />
  46. <meta name="if:ShowLink3" content="1" />
  47. <meta name="if:ShowLink4" content="1" />
  48. <meta name="if:ShowLink5" content="1" />
  49. <meta name="if:SlidingPostInfo" content="1" />
  50. <meta name="if:ToolTips" content="1" />
  51.  
  52. <meta name="color:Background" content="#AAAAAA"/>
  53. <meta name="color:Posts" content="#FFFFFF" />
  54. <meta name="color:Post Title" content="#000000" />
  55.  
  56. <meta name="color:Link" content="#AF5875" />
  57. <meta name="color:Link Hover" content="#643646" />
  58. <meta name="color:Text" content="#555555" />
  59. <meta name="color:Bold" content="#000000" />
  60. <meta name="color:Italic" content="#000000" />
  61. <meta name="color:Blockquote" content="#EEEEEE">
  62.  
  63. <meta name="color:Blog Title" content="#000000" />
  64. <meta name="color:Circle Borders" content="#FFFFFF" />
  65. <meta name="color:Big Circle BG" content="#FFFFFF" />
  66. <meta name="color:Big Circle Text" content="#555555" />
  67. <meta name="color:Medium Circle Links" content="#FFFFFF" />
  68. <meta name="color:Small Circle BG" content="#FFFFFF" />
  69. <meta name="color:Subtitle" content="#000000" />
  70. <meta name="color:Navigation" content="#FFFFFF" />
  71.  
  72. <meta name="color:Ending Text" content="#888888" />
  73. <meta name="color:Ending Link Hover" content="#333333" />
  74.  
  75. <meta name="color:Question BG" content="#DDDDDD" />
  76. <meta name="color:Question Shadow" content="#AAAAAA" />
  77. <meta name="color:Question Text" content="#333333" />
  78. <meta name="color:Quote Line" content="#DDDDDD" />
  79. <meta name="color:Scroll" content="#555555" />
  80. <meta name="color:Scroll BG" content="#999999" />
  81.  
  82. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  83.  
  84. <script type="text/javascript" src="http://static.tumblr.com/kwlg23j/QXAlgobzw/jquery-1.5.min.js"></script>
  85.  
  86. {block:ifTooltips}
  87. <script type="text/javascript" src="http://static.tumblr.com/vaqsgdj/m5lloo7bn/jquery.style-my-tooltips.js"></script>
  88. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips({tip_delay_time:100});});})(jQuery);</script>
  89. {/block:ifTooltips}
  90.  
  91. <link href='http://fonts.googleapis.com/css?family=Tulpen+One|Ropa+Sans' rel='stylesheet' type='text/css'>
  92.  
  93. <title>{Title}</title>
  94. <link rel="shortcut icon" href="{Favicon}">
  95. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  96. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  97.  
  98. <style type="text/css">
  99.  
  100. @font-face{font-family: WebSymbolsRegular; src: url('https://dl.dropboxusercontent.com/s/3nkprvyauks3ciy/WebSymbols-Regular.ttf');}
  101.  
  102. /* ------------------------------ SCROLL ------------------------------- */
  103.  
  104. {block:IfWebkitScroll}
  105. ::-webkit-scrollbar-thumb:vertical
  106. {background-color: {color:Scroll}; height: 0px;}
  107. ::-webkit-scrollbar
  108. {height: 0px; width: 5px; background-color:{color:Scroll BG};}
  109. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator
  110. {display:none;}
  111. {/block:IfWebkitScroll}
  112.  
  113. /* --------------------------- SMT TOOLTIP ----------------------------- */
  114.  
  115. #s-m-t-tooltip {position:absolute; background-color:{color:Link}; padding:5px; z-index:99999999999999; display:inline-block; text-transform:uppercase; font-size:10px; line-height:10px; color:{color:Posts}; letter-spacing:1px; margin:3px; -webkit-transition:all 0s ease-out; -moz-transition:all 0s ease-out; transition:all 0s ease-out;}
  116.  
  117. /* ------------------------------- BODY -------------------------------- */
  118.  
  119. body {background-color:{color:Background}; color:{color:text}; font-family:calibri; {block:ifCustomFont}font-family: {font:CustomFont};{/block:ifCustomFont} background-attachment: fixed; font-size:11px; {block:ifLargerText}font-size:12px;{/block:ifLargerText} margin:0; background-image: url('{image:Background}');
  120. {block:ifBackgroundStretch}
  121. -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
  122. {/block:ifBackgroundStretch}}
  123.  
  124. a {text-decoration:none; color:{color:Link};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  125.  
  126. a:hover {text-decoration:none; color:{color:Link Hover};-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  127.  
  128. b, strong {color: {color:Bold};}
  129.  
  130. i, em {color: {color:Italic};}
  131.  
  132. #credits {position:fixed; bottom:20px; left:-10px; width:20px;}
  133. .credit {padding:10px 10px; position:absolute; left:10px; width:0px;
  134. overflow:hidden; border-top:1px {color:Text} solid; border-right:1px {color:Text} solid; background-color:{color:Posts}; height:0px; -moz-border-radius:0px 5px 0px 0px; -webkit-border-radius:0px 5px 0px 0px; border-radius:0px 5px 0px 0px; opacity:0.85;}
  135. .credit span {display:block; opacity:0; position:relative; top:0px; left:0px; width:85px; padding:3px 7px; top:-8px; left:-11px; text-transform:uppercase; font-family:'Ropa Sans'; font-size:9px; background-color:{color:Posts}; color:{color:Text}; letter-spacing:1px;}
  136. .credit .creditz {font-size:15px; position: absolute; top:-1px; height:100%; left:4px; width:20px; color:{color:Text};}
  137. #credits:hover .credit{width:54px;}
  138. #credits:hover .credit span{opacity:1;}
  139. #credits:hover .creditz {left:-15px;}
  140. .credit, #credits:hover .credit, .credit span, #credits:hover .credit span, .credit .creditz, #credits:hover .credit .creditz{-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  141.  
  142. /* ------------- BLOCKQUOTES (TOO MANY IF YOU ASK ME) ----------------- */
  143.  
  144. blockquote {margin:10px 0px; display:block; position:relative; border:5px solid {color:Blockquote}; background-color:{color:Blockquote}; padding:0px 10px;}
  145.  
  146. blockquote img {max-width:100%!important;}
  147.  
  148. blockquote:before {content:''; position:absolute; height:100%; padding:5px 0px; top:-5px; left:-5px;}
  149.  
  150. blockquote blockquote, blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {margin:10px; background-color:{color:Posts}!important; border: 5px solid {color:Posts}; }
  151.  
  152. blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {margin:10px; background-color:{color:Blockquote}!important; border:5px solid {color:Blockquote};}
  153.  
  154. /* ---------------------------- SIDEBAR -------------------------------- */
  155.  
  156. #air {position:fixed; top:-50px; left:-50px; width:260px; height:260px; background-color:{color:Circle Borders}; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; padding:10px;}
  157. #air img {-webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; width:260px; height:260px;}
  158.  
  159. #bending {font-family:'Tulpen One'; font-size:20px; text-transform:uppercase; letter-spacing:2px; line-height:25px; color:{color:Blog Title};}
  160.  
  161. #temple {position:fixed; background-color:{color:Big Circle BG}; height:190px; width:190px; padding:20px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; top:-40px; left:-40px; padding-top:50px; padding-left:50px; opacity:0; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; color:{color:Big Circle Text}; line-height:14px; overflow:hidden; text-align:justify;}
  162.  
  163. #temple:hover {opacity:0.9; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  164.  
  165. .l {float:left; clear:left; height:14px;}
  166. .r {float:right; clear:right; height:14px;}
  167.  
  168. #water {position:fixed; top:50px; left:170px; width:200px; height:200px; background-color:{color:Circle Borders}; border-radius: 500px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; padding:10px; overflow:hidden;}
  169. #water img {-webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; width:200px; height:200px;}
  170.  
  171. #tribe {position:fixed; background-color:#trans; height:160px; width:160px; padding:20px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; top:50px; left:170px; opacity:0; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border:10px {color:Circle Borders} solid;}
  172.  
  173. #tribe:hover {opacity:1; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  174.  
  175. .aang {position:fixed; top:60px; left:180px; background-color:#trans; width:160px; height:160px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius:500px; border:20px {color:Medium Circle Links} solid; opacity:0.8}
  176.  
  177. .katara {position:fixed; top:80px; left:200px; background-color:#trans; width:120px; height:120px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius:500px; border:20px {color:Medium Circle Links} solid; opacity:0.6}
  178.  
  179. .sokka {position:fixed; top:100px; left:220px; background-color:#trans; width:80px; height:80px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius:500px; border:20px {color:Medium Circle Links} solid; opacity:0.4}
  180.  
  181. .toph {position:fixed; top:120px; left:240px; background-color:#trans; width:40px; height:40px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius:500px; border:20px {color:Medium Circle Links} solid; opacity:0.2}
  182.  
  183. .zuko {position:fixed; top:140px; left:260px; background-color:#trans; width:0px; height:0px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius:500px; border:20px {color:Medium Circle Links} solid; opacity:0;}
  184.  
  185. #hover {position:fixed; font-family:'Tulpen One'; font-size:16px; color:{color:Circle Borders}; top:30px; left:230px; letter-spacing:2px; opacity:0.7}
  186.  
  187. #earth {position:fixed; top:190px; left:80px; width:140px; height:140px; background-color:{color:Circle Borders}; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: border-radius: 500px; 500px; padding:10px;}
  188. #earth img {-webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; width:140px; height:140px;}
  189.  
  190. #kingdom {position:fixed; background-color:{color:Small Circle BG}; height:95px; width:100px; padding:20px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border-radius: 500px; top:200px; left:90px; opacity:0; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; padding-top:25px;}
  191.  
  192. #kingdom:hover {opacity:0.8; -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  193.  
  194. #nation {width:100px; text-align:center; margin-left:-2px;}
  195. #nation img {opacity:0.5; padding: 8px 5px; vertical-align:middle; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  196. #nation img:hover {opacity:1; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  197.  
  198. #leftarrow {position:fixed; top:235px; left:34px; transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); font-size:50px;}
  199. #rightarrow {position:fixed; top:275px; left:220px; font-size:50px;}
  200. #leftarrow a, #rightarrow a {color:{color:Navigation}; opacity: 1}
  201. #leftarrow a:hover, #rightarrow a:hover {color:{color:Navigation};}
  202.  
  203. /* ---------------------------- ENTRIES -------------------------------- */
  204.  
  205. #posts {margin-top: 20px; margin-left: 420px;}
  206.  
  207. .entry {background-color:{color:Posts}; padding:20px 20px 5px 20px; overflow:hidden; position:relative; width:500px; margin-bottom:20px;}
  208.  
  209. .entry h1 {font-family:'Tulpen One'; font-size:28px; color:{color:Post Title}; font-weight:normal; text-transform:none; text-align:left; margin:0; letter-spacing:1px;}
  210.  
  211. .entry img {max-width: 500px; margin-bottom: -3px;}
  212.  
  213. /* ------------------------------ CHAT --------------------------------- */
  214.  
  215. .chat .line{font-color: {color:Text}; margin:0 0 1px; padding:4px;}
  216. .label {font-weight:none; color:{color:Bold}; font-size:10px; {block:ifLargerText}font-size:11px;{/block:ifLargerText}}
  217.  
  218. /* ----------------------------- QUOTE --------------------------------- */
  219.  
  220. .short_quote, .medium_quote, .long_quote {font-family:'Tulpen One'; height:auto; margin-top:45px; padding:6px; text-align:center;letter-spacing:1px;}
  221. .short_quote {font-size:28px; line-height:26px;}
  222. .medium_quote {font-size:24px; line-height:23px;}
  223. .long_quote {font-size:20px; line-height:21px;}
  224. .source {text-align:center; font-style:none; text-transform:uppercase; font-size:14px; letter-spacing:2px; margin-top:10px; margin-bottom:5px;}
  225.  
  226. #quotesymbol {position:absolute; font-size:72px; margin-top:-3px; margin-left:238px; font-family:arial; color:{color:Link}; opacity:0.8;}
  227. #quoteline {position:absolute; width:500px; height:5px; background-color:{color:Quote Line}; margin-top:15px; margin-left:0px;}
  228. #quotecircle {margin-left:230px; margin-top:-2px;position:absolute; width:30px; height:30px; background-color:{color:Posts}; border:5px {color:Quote Line} solid;}
  229.  
  230. /* ----------------------------- LINKS --------------------------------- */
  231.  
  232. #linktitle {width:500px;}
  233. .linktexttitle {font-family: 'Tulpen One'; text-transform:uppercase; font-size:23px; letter-spacing:2px; line-height:27px; text-align:left; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out; background-color:{color:Link}; text-align:center; padding:5px 3px; opacity:0.8;}
  234. .linktexttitle:hover {opacity:1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
  235. .linktexttitle a {color:{color:Posts};}
  236. .linkdescription {padding:0px; margin:0px; text-align:left;}
  237.  
  238. /* ----------------------------- AUDIO --------------------------------- */
  239.  
  240. #audentryprob {display:block; position:relative; min-height:120px;}
  241. .audentry {width:490px; position:relative; padding:5px; min-height:120px;}
  242.  
  243. .audioplayercircle {position: absolute; z-index: 3; background: white; -webkit-border-radius: 50px; -moz-border-radius: 50px; top: 35px; left: 35px; opacity: 0.5; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
  244.  
  245. .audioplayercircle:hover {opacity:1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
  246.  
  247. .audioplayer {width: 20px; height: 30px; overflow: hidden; margin: 17px 24px 13px 16px;}
  248.  
  249. .audiodata {text-transform:none; height:16px; padding:8px 0px 0px 0px!important; vertical-align:middle;}
  250. .audiodata b{font-family: 'Ropa Sans'; text-transform:uppercase; letter-spacing: 1px; font-weight:normal;}
  251. .audiodata2 {text-transform:none; height:16px; padding:10px 0px 0px 0px!important; vertical-align:middle;}
  252. .audiodata2 b{font-family: 'Ropa Sans'; text-transform:uppercase; letter-spacing: 1px; font-weight:normal;}
  253. .audiodata3 {text-transform:none; height:16px; padding:10px 0px 0px 0px!important; vertical-align:middle;}
  254. .audiodata3 b{font-family:'Ropa Sans'; text-transform:uppercase; letter-spacing: 1px; font-weight:normal;}
  255. .audiodata4 { text-transform:none; height:16px; padding:10px 0px 13px 0px!important;}
  256. .audiodata4 b{font-family: 'Ropa Sans'; text-transform:uppercase; letter-spacing: 1px; font-weight:normal;}
  257.  
  258. /* --------------------------- ASK POSTS ------------------------------- */
  259.  
  260. #question {width:470px; padding:10px 15px; background-color: {color:Question BG}; color:{color:Question Text}; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -webkit-box-shadow:0px 7px 6px -5px {color:Question Shadow}; -moz-box-shadow:0px 7px 6px -5px {color:Question Shadow}; box-shadow:0px 7px 6px -5px {color:Question Shadow}}
  261.  
  262. #asker {text-align:left; vertical-align:bottom; margin-top:2px; margin-left:20px; font-size:10px; letter-spacing:1px; font-family:'Ropa Sans'; text-transform:uppercase; line-height:18px;}
  263.  
  264. #asker a {color:{color:Text}}
  265. #asker a:hover {color:{color:Link Hover}}
  266.  
  267. #asker img {float:left; max-height:16px; margin-left: 26px; margin-right: 5px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -webkit-filter: grayscale(1); opacity:0.9;}
  268.  
  269. #arrow {width: 13px; height: 7px; font-size:32px; margin-top:-15px; margin-left:18px; font-family:'trebuchet ms'; color:{color:Question BG}}
  270.  
  271. /* ---------------------------- ENDING --------------------------------- */
  272.  
  273. #ending {width:540px; margin-left:-20px; overflow:hidden; margin-top:5px; height:30px; margin-bottom:-5px; color:{color:Ending Text}; background-color:{color:Posts};}
  274. #ending a {color:{color:Ending Text};}
  275. #ending a:hover {color:{color:Ending Link Hover};}
  276.  
  277. .lnotes {position:absolute; margin-top:2px; margin-left:-4px; text-align:left;}
  278.  
  279. .like_button {position:relative; display:inline-block; cursor:pointer!important; overflow:hidden; margin-top:-2px;}
  280. .like_button iframe {position:absolute; top:0; left:0; width:100%; height:100%; opacity:0;}
  281. .like_button::before {content:'❤';text-transform:lowercase!important; position:relative; font-size:10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  282. .like_button:hover::before, .like_button.liked::before {color:#ff0000; cursor:pointer!important; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  283.  
  284. .rnotes {margin-left:0px; position:relative; padding:6px 25px 6px 15px; width:500px; margin-top:0px; margin-bottom:20px; text-align:right; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  285. .rnotes a{padding-left:3px;}
  286.  
  287. .endsource, .endnotes, .endtime {font-family:'Ropa Sans'; position:relative; padding-right:15px; padding-left:10px; width:510px; text-transform:uppercase; text-align:left; overflow:hidden; line-height:16px; font-size:9px; height:20px; margin-bottom:-5px; padding-bottom:6px; padding-top:17px; overflow:hidden; letter-spacing:1px; background-color:{color:Posts}; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.6s ease-in-out;}
  288. .number {font-size:10px!important;}
  289. .endsource:hover, .endnotes:hover, .endtime:hover {-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.6s ease-in-out;}
  290.  
  291. .endsource {margin-left:437px; margin-top:-16px;}
  292. .endsource:hover {margin-left: 358px;}
  293. .endnotes {margin-left:467px; margin-top:-44px;}
  294. .endnotes:hover {margin-left: 385px;}
  295. .endtime {margin-left:493px; margin-top:-43px;}
  296. .endtime:hover {margin-left: 376px;}
  297.  
  298. .symbols {font-family:'WebSymbolsRegular'!important; text-transform:none!important; font-style: normal!important;}
  299.  
  300. /* ----------------------- ENDING (N0-SLIDE) --------------------------- */
  301.  
  302. #noslide {font-family:Ropa Sans; font-size:9px; letter-spacing:1px; text-transform:uppercase; margin-top:-6px; margin-right:5px; position:relative;}
  303. #noslide_bar {margin:6px 0px 0px 5px; width:500px; height:1px; background-color:{color:Ending Text}; opacity:0.5; position:relative;}
  304.  
  305. /* --------------------------- PERMALINK ------------------------------- */
  306.  
  307. .permalink {position:relative!important; float:none; line-height:18px; letter-spacing:1px; color:{color:Title Inside}; text-transform:uppercase; text-align:center; width:480px; padding:10px 10px 20px 10px; margin-left:10px; margin-bottom:20px; margin-top:-25px; font-family:'Ropa Sans'; font-size:10px;}
  308. .permalink blockquote {padding:4px; padding-left:14px; margin-left:3px;}
  309. ol.notes {padding:0px; list-style-type:none; background:transparent; letter-spacing:1px; padding-top:10px; margin-top:10px; margin-bottom:0px;}
  310. ol.notes li.note {padding: 1px; text-align: left;}
  311. .notes img {border-radius:8px; opacity:0.8; vertical-align:middle; width:10px; position:relative; margin-top:-2px; margin-right:5px;}
  312. .post_tags {width:420px; letter-spacing:1px; margin-top:15px;}
  313. .post_tags a {display:inline-block; margin:3px; background-color:{color:Link}; color:{color:Posts}; padding:4px 6px 3px 6px; opacity:0.7; word-spacing:break-word;}
  314. .post_tags a:hover {opacity:1; border-bottom:none; color:{color:Posts};}
  315.  
  316. /* ------------------------- TUMBLR CONTROLS --------------------------- */
  317.  
  318. iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear; opacity: 0.5; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  319.  
  320. iframe#tumblr_controls:hover {-webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  321.  
  322. /* --------------------------- CUSTOM CSS ------------------------------ */
  323.  
  324. {CustomCSS}
  325.  
  326. </style>
  327.  
  328. </head>
  329.  
  330. <body>
  331.  
  332. <a href="http://zeldathemes.tumblr.com/"><div id="credits">
  333. <div class="credit"><div class="creditz">ℤ</div>
  334. <span>zeldathemes</span></div></div></div></a>
  335.  
  336. <div id="air"><img src="{image:Big Circle}"></div>
  337.  
  338. <div id="temple"><div id="bending">{text:Blog Title}</div>
  339. <div class="l" style="width:0px;"></div>
  340. <div class="r" style="width:8px;"></div>
  341. <div class="l" style="width:0px;"></div>
  342. <div class="r" style="width:2px;"></div>
  343. <div class="l" style="width:0px;"></div>
  344. <div class="r" style="width:8px;"></div>
  345. <div class="l" style="width:0px;"></div>
  346. <div class="r" style="width:22px;"></div>
  347. <div class="l" style="width:0px;"></div>
  348. <div class="r" style="width:32px;"></div>
  349. <div class="l" style="width:0px;"></div>
  350. <div class="r" style="width:38px;"></div>
  351. <div class="l" style="width:0px;"></div>
  352. <div class="r" style="width:41px;"></div>
  353. <div class="l" style="width:0px;"></div>
  354. <div class="r" style="width:46px;"></div>
  355. <div class="l" style="width:0px;"></div>
  356. <div class="r" style="width:46px;"></div>
  357. <div class="l" style="width:0px;"></div>
  358. <div class="r" style="width:44px;"></div>
  359. <div class="l" style="width:0px;"></div>
  360. <div class="r" style="width:44px;"></div>
  361. <div class="l" style="width:18px;"></div>
  362. <div class="r" style="width:95px;"></div>
  363. <div class="l" style="width:55px;"></div>
  364. <div class="r" style="width:115px;"></div>
  365. <div class="l" style="width:120px;"></div>
  366. <div class="r" style="width:120px;"></div>
  367. {Description}</div>
  368.  
  369. <div id="hover">HOVER</div>
  370.  
  371. <div id="water"><img src="{image:Medium Circle}"></div>
  372.  
  373. <div id="tribe">
  374. {block:ifShowLink1}
  375. <a href="{text:Link 1 URL}" title="{text:Link 1 Title}"><div class="aang"></div></a>
  376. {/block:ifShowLink1}
  377. {block:ifShowLink2}
  378. <a href="{text:Link 2 URL}" title="{text:Link 2 Title}"><div class="katara"></div></a>
  379. {/block:ifShowLink2}
  380. {block:ifShowLink3}
  381. <a href="{text:Link 3 URL}" title="{text:Link 3 Title}"><div class="sokka"></div></a>
  382. {/block:ifShowLink3}
  383. {block:ifShowLink4}
  384. <a href="{text:Link 4 URL}" title="{text:Link 4 Title}"><div class="toph"></div></a>
  385. {/block:ifShowLink4}
  386. {block:ifShowLink5}
  387. <a href="{text:Link 5 URL}" title="{text:Link 5 Title}"><div class="zuko"></div></a>
  388. {/block:ifShowLink5}
  389. </div>
  390.  
  391. {block:Pagination}
  392. {block:PreviousPage}
  393. <div id="leftarrow"><div class="symbols"><a href="{PreviousPage}">j</a></div></div>
  394. {/block:PreviousPage}
  395. {block:NextPage}
  396. <div id="rightarrow"><div class="symbols"><a href="{NextPage}">j</a></div></div>
  397. {/block:NextPage}
  398. {/block:Pagination}
  399.  
  400. <div id="earth"><img src="{image:Small Circle}"></div>
  401.  
  402. <div id="kingdom"><div id="bending" style="font-size:17px; line-height:20px;"><br><center>{text:Subtitle}</center></div>
  403.  
  404. <div id="nation"><a href="/"><img src="http://i1168.photobucket.com/albums/r486/zeldalise/Pixel%20Icons/home_dark.png"></a><a href="/ask"><img src="http://i1168.photobucket.com/albums/r486/zeldalise/Pixel%20Icons/mail_dark.png"></a><a href="/archive"><img src="http://i1168.photobucket.com/albums/r486/zeldalise/Pixel%20Icons/clock.png"></a><a href="{text:Heart Link URL}"><img src="http://i1168.photobucket.com/albums/r486/zeldalise/Pixel%20Icons/heart_dark.png"></a></div>
  405.  
  406. </div>
  407.  
  408. <div id="posts">
  409.  
  410. {block:Posts}
  411.  
  412. {block:ContentSource}
  413. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  414. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  415. {/block:SourceLogo}
  416. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  417. {/block:ContentSource}
  418.  
  419. <div class="entry">
  420.  
  421. {block:Text}
  422. {block:Title}<h1>{Title}</h1>{/block:Title}
  423. {Body}
  424. {/block:Text}
  425.  
  426. {block:Photo}
  427. <img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}">
  428. {block:Caption}{Caption}{/block:Caption}
  429. {/block:Photo}
  430.  
  431. {block:Photoset}
  432. <div class="photo">{Photoset-500}
  433. </div>
  434. {block:Caption}{Caption}{/block:Caption}
  435. {/block:Photoset}
  436.  
  437. {block:Quote}<div id="quoteline"></div><div id="quotecircle"></div><div id="quotesymbol">&#8220;</div><div class="{Length}_quote">{Quote}{block:Source}<div class="source">{Source}</div>{/block:Source}</div>{/block:Quote}
  438.  
  439. {block:Link}
  440. <div id="linktitle"><div class="linktexttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  441. {block:Description}
  442. <div class="linkdescription">{Description}</div>
  443. {/block:Description}
  444. {/block:Link}
  445.  
  446. {block:Chat}
  447. {block:Title}<h1>{Title}</h1>{/block:Title}
  448. <div class="chat">
  449. {block:Lines}<div class="chat"><div class="line {Alt}">
  450. <div class="{Alt} user_{UserNumber}">
  451. {block:Label}
  452. <span class="label"><span style="text-transform:uppercase; letter-spacing:1px"><font face="'Ropa Sans'">{Label}</font></span></span>
  453. {/block:Label}
  454. {Line}</div>
  455. </div></div>
  456. {/block:Lines}
  457. </div>
  458. {/block:Chat}
  459.  
  460.  
  461. {block:Audio}
  462. <div id="audentryprob">
  463. <div class="audentry">
  464. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
  465. {block:AlbumArt}
  466. <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
  467. {/block:AlbumArt}
  468. <div class="audioplayercircle"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  469. <div class="something">
  470. <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
  471. {block:TrackName}
  472. <tr>
  473. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  474. </tr>
  475. {/block:TrackName}
  476. {block:Artist}
  477. <tr>
  478. <td class="audiodata2"><b>Artist: </b> {Artist}</td>
  479. </tr>
  480. {/block:Artist}
  481. {block:Album}
  482. <tr>
  483. <td class="audiodata3"><b>Album: </b>{Album}</td>
  484. </tr>
  485. {/block:Album}
  486. <tr>
  487. <td class="audiodata4"><b>Played: </b>{FormattedPlayCount} times.</td>
  488. </tr>
  489. {block:ExternalAudio}
  490. <tr>
  491. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  492. </tr>
  493. {/block:ExternalAudio}
  494. </table></div></div>
  495. {block:Caption}<tr>
  496. <td class="aucap">{Caption}</td></tr>
  497. {/block:Caption}
  498. </div>{/block:Audio}
  499.  
  500. {block:Video}
  501. {Video-500}
  502. <center><i>{FormattedPlayCount}</i> plays</center><br />
  503. {block:Caption}{Caption}{/block:Caption}
  504. {/block:Video}
  505.  
  506. {block:Answer}
  507. <div id="question">{Question}</div>
  508. <div id="arrow">◥</div>
  509. <br>
  510. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  511. {Answer}
  512. {/block:answer}
  513.  
  514. {block:Date}
  515.  
  516. <div id="ending">
  517. <div class="rnotes">
  518.  
  519. {block:ifSlidingPostInfo}
  520. <div class="lnotes">
  521. <a href="{ReblogURL}"><span class="symbols" style="font-size:10px;">J</span></a><div style="margin-top:-12px; margin-left:30px;">{LikeButton color="grey" size="10"}</div></div>
  522. {/block:ifSlidingPostInfo}
  523.  
  524. {block:ifSlidingPostInfo}
  525. <div class="endsource">{block:RebloggedFrom}<td><span class="symbols" style="font-size:9px; padding-right:10px;">u</span></td><a href="{ReblogParentURL}" title="{ReblogParentName}" target="_blank">VIA</a><span style="padding:0px 0px 0px 5px;"> | </span><a href="{ReblogRootURL}" title="{ReblogRootName}" target="_blank">SOURCE</a>{/block:RebloggedFrom}</div>
  526.  
  527. <div class="endnotes"><td><span class="symbols" style="font-size:9px; padding-right:10px;">R</span></td><a href="{Permalink}"><span class="number">{NoteCount}</span> notes</a></div>
  528.  
  529. <div class="endtime"><td><span class="symbols" style="font-size:9px; padding-right:10px;">P</span></td><a href="{Permalink}"><span class="number">{12Hour}:{Minutes}</span> {CapitalAmPm}<span style="padding:0px 3px 0px 3px;"> | </span>{ShortMonth} <span class="number">{DayOfMonth}</span>{DayOfMonthSuffix}</a></div>
  530. {/block:ifSlidingPostInfo}
  531.  
  532. {block:ifNotSlidingPostInfo}
  533. <div id="noslide_bar"></div>
  534. <div id="noslide"><span style="background-color:{color:Posts}; padding:0px 7px 0px 5px;">
  535. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}" target="_blank">VIA</a> - <a href="{ReblogRootURL}" title="{ReblogRootName}" target="_blank">SOURCE</a><span style="padding:0px 0px 0px 5px;"> // </span>{/block:RebloggedFrom}<a href="{Permalink}"><span class="number">{NoteCount}</span> notes</a><span style="padding:0px 0px 0px 5px;"> // </span><a href="{Permalink}"><span class="number">{12Hour}:{Minutes}</span> {CapitalAmPm}</a><span style="padding:0px 0px 0px 5px;"> // </span><a href="{ReblogURL}">REBLOG</a></div></span>
  536. {block:ifNotSlidingPostInfo}
  537.  
  538. </div>
  539. </div>
  540. </div>
  541. {block:IndexPage}
  542. {block:IfShowTags}
  543. {block:HasTags}
  544. <div style="background-color:{color:Posts}; height:auto; line-height:18px; margin-top:-20px; margin-bottom:20px; padding:2px 5px; width:530px; margin-left:0px; letter-spacing:1px; margin-left:0px; text-transform:uppercase; font-size:9px; font-family:'Ropa Sans'; opacity:0.8; text-align:center;">
  545. {block:Tags}<a href="{TagURL}" target="_blank"><span style="color:{color:Ending Text}!important;">&nbsp;&nbsp;#{Tag}&nbsp;&nbsp;</span></a>{/block:Tags}
  546. </div>
  547. {/block:HasTags}
  548. {/block:IfShowTags}
  549. {/block:IndexPage}
  550.  
  551. {/block:Date}
  552.  
  553. {block:PermalinkPage}<div class="permalink"><center>{block:HasTags}<div class="post_tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</center>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  554.  
  555. {/block:Posts}
  556. </div></div>
  557.  
  558. </body>
  559. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement