Advertisement
zeldalise

Theme 10: Son, Just Don't

Aug 24th, 2012
52,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.67 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 #10: SON, JUST DONT | 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:Bottom Background" content=""/>
  18. <meta name="image:Top Background" content=""/>
  19. <meta name="image:Sidebar" content=""/>
  20.  
  21. <meta name="font:CustomFont" content="Helvetica" />
  22.  
  23. <meta name="text:Heart Link Url" content="http://" />
  24. <meta name="text:Link 1 Url" content="http://" />
  25. <meta name="text:Link 1 Title" content="Link 1" />
  26. <meta name="text:Link 2 Url" content="http://" />
  27. <meta name="text:Link 2 Title" content="Link 2" />
  28. <meta name="text:Link 3 Url" content="http://" />
  29. <meta name="text:Link 3 Title" content="Link 3" />
  30. <meta name="text:Link 4 Url" content="http://" />
  31. <meta name="text:Link 4 Title" content="Link 4" />
  32. <meta name="text:Link 5 Url" content="http://" />
  33. <meta name="text:Link 5 Title" content="Link 5" />
  34.  
  35. <meta name="text:Blog Title" content="Blog title here." />
  36.  
  37. <meta name="if:WebkitScroll" content="1" />
  38. <meta name="if:CustomFont" content="0" />
  39. <meta name="if:ShowTags" content="0" />
  40. <meta name="if:LargerText" content="0" />
  41. <meta name="if:WhiteIcons" content="0" />
  42. <meta name="if:SlidingPostInfo" content="1" />
  43. <meta name="if:ToolTips" content="1" />
  44. <meta name="if:ShieldRotate" content="1" />
  45. <meta name="if:500pxPosts" content="1" />
  46. <meta name="if:ShowLink1" content="1" />
  47. <meta name="if:ShowLink2" content="1" />
  48. <meta name="if:ShowLink3" content="1" />
  49. <meta name="if:ShowLink4" content="1" />
  50. <meta name="if:ShowLink5" content="1" />
  51.  
  52. <meta name="color:Bottom Background" content="#DDDDDD"/>
  53. <meta name="color:Border" content="#FFFFFF"/>
  54. <meta name="color:Top Background" content="#222222"/>
  55. <meta name="color:Posts" content="#FFFFFF" />
  56. <meta name="color:Post Title" content="#000000" />
  57.  
  58. <meta name="color:Link" content="#ff1133" />
  59. <meta name="color:Link Hover" content="#223333" />
  60. <meta name="color:Text" content="#555555" />
  61. <meta name="color:Bold" content="#000000" />
  62. <meta name="color:Italic" content="#000000" />
  63. <meta name="color:Blockquote" content="#EEEEEE">
  64.  
  65. <meta name="color:Blog Title" content="#777777" />
  66. <meta name="color:Description Text" content="#999999" />
  67. <meta name="color:Description BG" content="#CCCCCC" />
  68.  
  69. <meta name="color:Navigation BG" content="#AAAAAA" />
  70. <meta name="color:Navigation BG Hover" content="#000000" />
  71. <meta name="color:Navigation Text" content="#ffffff" />
  72. <meta name="color:Navigation Text Hover" content="#ffffff" />
  73.  
  74. <meta name="color:Ending Text" content="#888888" />
  75. <meta name="color:Ending Link Hover" content="#ED303C" />
  76. <meta name="color:Question BG" content="#EEEEEE" />
  77. <meta name="color:Question Text" content="#333333" />
  78. <meta name="color:Question Shadow" content="#BBBBBB" />
  79. <meta name="color:Quote Line" content="#DDDDDD" />
  80. <meta name="color:Scroll" content="#48B5B8" />
  81. <meta name="color:Scroll BG" content="#FFEFD5" />
  82.  
  83. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  84. <script type="text/javascript" src="http://static.tumblr.com/kwlg23j/QXAlgobzw/jquery-1.5.min.js"></script>
  85. {block:ifTooltips}
  86. <script type="text/javascript" src="http://static.tumblr.com/vaqsgdj/m5lloo7bn/jquery.style-my-tooltips.js"></script>
  87. <script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips({tip_delay_time:100});});})(jQuery);</script>
  88. {/block:ifTooltips}
  89.  
  90. <link href='http://fonts.googleapis.com/css?family=Exo+2|Tulpen+One' rel='stylesheet' type='text/css'>
  91. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  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. /* ---------------------------- SCROLL ----------------------------- */
  101.  
  102. {block:IfWebkitScroll}
  103. ::-webkit-scrollbar-thumb:vertical
  104. {background-color: {color:Scroll}; height: 0px;}
  105. ::-webkit-scrollbar
  106. {height: 0px; width: 5px; background-color:{color:Scroll BG};}
  107. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator
  108. {display:none;}
  109. {/block:IfWebkitScroll}
  110.  
  111. /* ------------------------- SMT TOOLTIP --------------------------- */
  112.  
  113. #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;}
  114.  
  115. /* ---------------------------- BODY ------------------------------- */
  116.  
  117. body {background-color:{color:Bottom 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:Bottom Background}');
  118. {block:ifBackgroundStretch}
  119. -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
  120. {/block:ifBackgroundStretch}}
  121.  
  122. 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;}
  123.  
  124. 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;}
  125.  
  126. b, strong {color: {color:Bold};}
  127. i, em {color: {color:Italic};}
  128.  
  129. #credits {position:fixed; bottom:20px; left:-10px; width:20px;}
  130. .credit {padding:10px 10px; position:absolute; left:10px; width:0px;
  131. 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;}
  132. .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;}
  133. .credit .creditz {font-size:15px; position: absolute; top:-1px; height:100%; left:4px; width:20px; color:{color:Text};}
  134. #credits:hover .credit{width:54px;}
  135. #credits:hover .credit span{opacity:1;}
  136. #credits:hover .creditz {left:-15px;}
  137. .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;}
  138.  
  139. /* ------------ BLOCKQUOTES (TOO MANY IF YOU ASK ME) -------------- */
  140.  
  141. blockquote {margin:10px 0px; display:block; position:relative; border:5px solid {color:Blockquote}; background-color:{color:Blockquote}; padding:0px 10px;}
  142.  
  143. blockquote img {max-width:100%!important;}
  144.  
  145. blockquote:before {content:''; position:absolute; height:100%; padding:5px 0px; top:-5px; left:-5px;}
  146.  
  147. 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}; }
  148.  
  149. 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};}
  150.  
  151. /* ---------------------------- SHIELD ----------------------------- */
  152.  
  153. #shield {}
  154.  
  155. #round {position:fixed; height:280px; width:280px; margin-top:80px; margin-left:150px; background-color:{color:Border}; border-radius: 500px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; border:20px {color:Border} solid; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
  156.  
  157. #circle {position:fixed; margin-top:100px; margin-left:170px; z-index:999;}
  158. #circle img {height:280px; width:280px; border-radius: 500px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; {block:ifShieldRotate}transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg);{/block:ifShieldRotate} -webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity:1;}
  159.  
  160. #shield:hover #circle img {{block:ifShieldRotate}transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);{/block:ifShieldRotate} -webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity:0;}
  161.  
  162. #description {position:fixed; height: 200px; width:260px; padding:10px; padding-top:50px; padding-bottom:30px; margin-top:100px; margin-left:170px; background-color:{color:Description BG}; color:{color:Description Text}; border-radius: 500px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; {block:ifShieldRotate}transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg);{/block:ifShieldRotate} -webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity:0; text-align:center; z-index:99999; overflow:hidden; line-height:15px;}
  163.  
  164. .l {float:left; clear:left; height:15px;}
  165. .r {float:right; clear:right; height:15px;}
  166.  
  167. #shield:hover #description {{block:ifShieldRotate}transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);{/block:ifShieldRotate} -webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity:1;}
  168.  
  169. #blogtitle {font-family:'Tulpen One'; font-size:25px; text-transform:uppercase; letter-spacing:2px; color:{color:Blog Title};padding:0px 20px; width:220px; text-align:center;}
  170.  
  171. #round:hover #description {{block:ifShieldRotate}transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg);{/block:ifShieldRotate} -webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; opacity:1;}
  172.  
  173. #rounder {position:fixed; height:340px; width:340px; margin-top:70px; margin-left:140px; background-color:{color:Bottom Background}; background-image: url('{image:Bottom Background}'); border-radius: 500px; -webkit-border-radius: 500px; -moz-border-radius: 500px; -o-border-radius: 500px; -webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
  174.  
  175. #beam {position:fixed; background-color:{color:Border}; height:40px; width:100%; margin-top:220px; left:0px;}
  176.  
  177. #upper {position:fixed; background-color:{color:Top Background}; height:260px; width:100%; top:0px; left:0px; background-image: url('{image:Top Background}');}
  178.  
  179. #icons {position:fixed; left:10px; margin-top:225px;}
  180. #icons img {margin:10px; opacity:0.5; 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;
  181. {block:ifWhiteIcons}-webkit-filter: invert(100%);{/block:ifWhiteIcons}}
  182. #icons 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;}
  183.  
  184. #iconl {position:fixed; left:466px; margin-top:229px; width:50px; text-align:center;}
  185. #iconl img {margin:6px; opacity:0.5; 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;
  186. {block:ifWhiteIcons}-webkit-filter: invert(100%);{/block:ifWhiteIcons}}
  187. #iconl 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;}
  188.  
  189. #sidelinks {position:fixed;width:240px; overflow:hidden; margin-top:270px; margin-left:10px;}
  190. #sidelinks a { display:inline-block; margin-bottom:5px; margin-right:2px; width: 260px; padding:5px 5px; height:10px; background-color: {color:Navigation BG}; text-align:left; color: {color:Navigation Text}; font-family:'Exo 2'; text-transform:uppercase; letter-spacing:1px; line-height:10px; font-size:10px;}
  191. #sidelinks a:hover {color:{color:Navigation Text Hover}; background-color:{color:Navigation BG Hover};}
  192.  
  193. /* --------------------------- ENTRIES ----------------------------- */
  194.  
  195. #posts {margin-top:20px; margin-left:515px;}
  196.  
  197. .entry {background-color:{color:Posts}; padding:20px 20px 5px 20px; overflow:hidden; position:relative; width:400px; {block:if500pxPosts}width:500px;{block:if500pxPosts} margin-bottom:20px;}
  198.  
  199. .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;}
  200.  
  201. .entry img {max-width:400px; {block:if500pxPosts}max-width:500px;{/block:if500pxPosts} margin-bottom: -3px;}
  202.  
  203. /* ----------------------------- CHAT -------------------------------- */
  204.  
  205. .chat .line {color:{color:Text}; margin:0 0 1px; padding:4px;}
  206. .label {font-weight:none; color:{color:Bold}; font-size:10px; text-transform:uppercase; letter-spacing:1px; padding-right:2px; font-family:'Exo 2';}
  207.  
  208. /* ---------------------------- QUOTE -------------------------------- */
  209.  
  210. .short_quote, .medium_quote, .long_quote {font-family:'Tulpen One'; height:auto; margin-top:33px; padding:6px; text-align:center; letter-spacing:1px;}
  211. .short_quote {font-size:30px; line-height:32px;}
  212. .medium_quote {font-size:26px; line-height:28px;}
  213. .long_quote {font-size:22px; line-height:24px;}
  214. .source {text-align:center; font-style:none; text-transform:uppercase; font-size:11px; letter-spacing:1px; margin-top:12px; margin-bottom:5px; font-family:'Exo 2';}
  215.  
  216. #quotesymbol {position:absolute; font-size:72px; margin-top:-13px; margin-left:188px; {block:if500pxPosts} margin-left:238px;{/block:if500pxPosts}font-family:arial; color:{color:Link}; opacity:0.8;}
  217. #quoteline {position:absolute; width:400px;{block:if500pxPosts}width:500px;{/block:if500pxPosts} height:5px; background-color:{color:Quote Line}; margin-top:5px; margin-left:0px;}
  218. #quotecircle {margin-left:180px;{block:if500pxPosts}margin-left:230px;{/block:if500pxPosts} margin-top:-2px;position:absolute; width:30px; height:30px; background-color:{color:Posts}; border:5px {color:Posts} solid;}
  219.  
  220. /* ---------------------------- LINKS -------------------------------- */
  221.  
  222. #linktitle {width:400px; {block:if500pxPosts}width:500px;{block:if500pxPosts}}
  223.  
  224. .linktexttitle {font-family: 'Tulpen One'; text-transform:uppercase; font-size:22px; letter-spacing:1px; line-height:28px; 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 3px 3px; opacity:0.8;}
  225. .linktexttitle:hover {opacity:1; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
  226. .linktexttitle a {color:{color:Posts};}
  227. .linkdescription {padding:0px; margin:0px; text-align:left;}
  228.  
  229. /* ---------------------------- AUDIO -------------------------------- */
  230.  
  231. #audentryprob {display:block; height:auto; min-height:190px; margin-bottom:-40px;}
  232. #audentryprob table {width:240px; {block:if500pxPosts}width:340px;{/block:if500pxPosts}}
  233. #audioblock {height:150px; overflow:hidden; margin-left:160px;}
  234. .audentry {width:400px; {block:if500pxPosts}width:500px;{/block:if500pxPosts} position:relative; padding:0px;}
  235. .audimg img {opacity:1!important; width:148px; height:148px; solid;}
  236. .audioplayer {padding:5px 5px 3px 5px; background-color:#e3e3e3; overflow:hidden; margin:0px 0px 10px 0px; opacity:0.8;}
  237. .audiodata, .audiodata2, .audiodata3, .audiodata4 {line-height:14px; padding-bottom:8px; text-transform:uppercase; letter-spacing:1px; text-align:left;}
  238.  
  239. /* -------------------------- ASK POSTS ------------------------------ */
  240.  
  241. #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}}
  242.  
  243. #asker {text-align:left; vertical-align:bottom; margin-top:2px; margin-left:20px; font-size:9px; letter-spacing:1px; font-family:'Exo 2'; text-transform:uppercase; line-height:18px;}
  244.  
  245. #asker a {color:{color:Text}}
  246. #asker a:hover {color:{color:Link Hover}}
  247.  
  248. #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;}
  249.  
  250. #arrow {width: 13px; height: 7px; font-size:32px; margin-top:-15px; margin-left:18px; font-family:'trebuchet ms'; color:{color:Question BG}}
  251.  
  252. /* -------------------------- ENDING ------------------------------- */
  253.  
  254. #ending {width:440px; {block:if500pxPosts}width:540px;{block:if500pxPosts} overflow:hidden; margin:2px 0px -4px -20px; height:28px; -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; font-size:8px!important; text-transform:uppercase; font-family:'Exo 2'!important; letter-spacing:1px; color:{color:Ending Text}!important;}
  255. #ending a {color:{color:Ending Text};}
  256. #ending a:hover {color:{color:Ending Link Hover}!important;}
  257. #ending b {color:{color:Ending Text}!important;}
  258.  
  259. #ending .fa {color:{color:Ending Text}; -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;} .entries:hover #ending .fa {color:{color:Ending 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; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  260.  
  261. .lnotes {position:absolute; margin-top:4px; margin-left:-6px; text-align:left;} .fa-1a {font-size:1.1em;}
  262. .like_button {position:relative; display:inline-block; cursor:pointer!important; overflow:hidden; margin-top:-1px;}
  263. .like_button iframe {position:absolute; top:0; left:0; width:100%; height:100%; opacity:0;}
  264. .like_button::before {content:'❤'; text-transform:lowercase!important; position:relative; font-size:9px;}
  265. .like_button:hover::before, .like_button.liked::before {color:#ff0000; cursor:pointer!important;}
  266.  
  267. .rnotes {margin-left:0px; position:relative; padding-top:5px; padding-bottom:6px; padding-left:15px; margin-top:0px; background-color:{color:Posts}; padding-right:25px; 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;}
  268. .rnotes a {text-decoration:none; padding-left:3px;}
  269. .rnotes a:hover{color:{color:Ending Link Hover};}
  270.  
  271. .endsource, .endnotes, .endtime {position:relative; padding-right:15px; padding-left:10px; width:420px; {block:if500pxPosts}width:520px;{block:if500pxPosts} text-align:left; overflow:hidden; line-height:16px; height:20px; margin-bottom:-6px; padding-bottom:6px; padding-top:17px; overflow:hidden; background-color:{color:Posts};}
  272. .endsource, .endnotes, .endtime, .endsource:hover, .endnotes:hover, .endtime:hover, .like_button::before, .like_button:hover::before, .like_button.liked::before {-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;}
  273.  
  274. .endsource {margin-left:352px; margin-top:-16px;}
  275. .endsource:hover {margin-left:273px;}
  276. .endnotes {margin-left:371px; margin-top:-43px;}
  277. .endnotes:hover {margin-left:300px;}
  278. .endtime {margin-left:392px; margin-top:-43px;}
  279. .endtime:hover {margin-left:280px;}
  280. {block:if500pxPosts}
  281. .endsource {margin-left:452px; margin-top:-16px;}
  282. .endsource:hover {margin-left:373px;}
  283. .endnotes {margin-left:471px; margin-top:-43px;}
  284. .endnotes:hover {margin-left:400px;}
  285. .endtime {margin-left:492px; margin-top:-43px;}
  286. .endtime:hover {margin-left:380px;}
  287. {/block:if500pxPosts}
  288.  
  289. /* ---------------------- ENDING (N0-SLIDE) ------------------------ */
  290.  
  291. #noslide {font-family:'Exo 2'; font-size:8px; {block:ifLargerText}font-size:9px;{/block:ifLargerText} letter-spacing:1px; text-transform:uppercase; margin-top:-6px; margin-right:5px; position:relative;}
  292. #noslide_bar {margin:6px 0px 0px 5px; width:400px;{block:if500pxPosts}width:500px;{/block:if500pxPosts} height:1px; background-color:{color:Ending Text}; opacity:0.5; position:relative;}
  293.  
  294. /* ------------------------- PERMALINK ----------------------------- */
  295.  
  296. .permalink {position:relative!important; float:none; line-height:18px; letter-spacing:1px; color:{color:Title Inside}; text-transform:uppercase; text-align:center; width:400px; {block:if500pxPosts}width:500px;{/block:if500pxPosts} padding:10px 10px 20px 10px; margin-left:10px; margin-bottom:20px; margin-top:-25px; font-family:'Exo 2'; font-size:9px;}
  297. .permalink blockquote {padding:4px; padding-left:14px; margin-left:3px;}
  298. ol.notes {padding:0px; list-style-type:none; background:transparent; letter-spacing:1px; padding-top:10px; margin-top:10px; margin-bottom:0px;}
  299. ol.notes li.note {padding: 1px; text-align: left;}
  300. .notes img {border-radius:8px; opacity:0.8; vertical-align:middle; width:10px; position:relative; margin-top:-2px; margin-right:5px;}
  301. .post_tags {width:320px; {block:if500pxPosts}width:420px;{block:if500pxPosts} letter-spacing:1px; margin-top:15px;}
  302. .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;}
  303. .post_tags a:hover {opacity:1; border-bottom:none; color:{color:Posts};}
  304.  
  305. /* ---------------------- TUMBLR CONTROLS -------------------------- */
  306.  
  307. iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear; opacity: 0.3; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
  308.  
  309. 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;}
  310.  
  311. /* ------------------------ CUSTOM CSS ----------------------------- */
  312.  
  313. {CustomCSS}
  314.  
  315. </style>
  316.  
  317. </head>
  318.  
  319. <body>
  320.  
  321. <a href="http://zeldathemes.tumblr.com/"><div id="credits">
  322. <div class="credit"><div class="creditz">ℤ</div>
  323. <span>zeldathemes</span></div></div></div></a>
  324.  
  325. <div id="sidelinks">
  326. {block:ifShowLink1}
  327. <a href="{text:Link 1 URL}">{text:Link 1 Title}</a>
  328. {/block:ifShowLink1}
  329. {block:ifShowLink2}
  330. <a href="{text:Link 2 URL}">{text:Link 2 Title}</a>
  331. {/block:ifShowLink2}
  332. {block:ifShowLink3}
  333. <a href="{text:Link 3 URL}">{text:Link 3 Title}</a>
  334. {/block:ifShowLink3}
  335. {block:ifShowLink4}
  336. <a href="{text:Link 4 URL}">{text:Link 4 Title}</a>
  337. {/block:ifShowLink4}
  338. {block:ifShowLink5}
  339. <a href="{text:Link 5 URL}">{text:Link 5 Title}</a>
  340. {/block:ifShowLink5}
  341. </div>
  342.  
  343. <div id="rounder"></div>
  344.  
  345. <div id="upper"></div>
  346.  
  347. <div id="beam"></div>
  348.  
  349. <div id="icons"><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>
  350.  
  351. <div id="shield">
  352. <div id="circle"><img src="{image:Sidebar}"></div>
  353. <div id="round"></div>
  354. <div id="description"><div id="blogtitle">{text:Blog Title}</div><br>
  355.  
  356. <div class="l" style="width:20px;"></div>
  357. <div class="r" style="width:20px;"></div>
  358. <div class="l" style="width:12px;"></div>
  359. <div class="r" style="width:12px;"></div>
  360. <div class="l" style="width:10px;"></div>
  361. <div class="r" style="width:10px;"></div>
  362. <div class="l" style="width:8px;"></div>
  363. <div class="r" style="width:8px;"></div>
  364. <div class="l" style="width:8px;"></div>
  365. <div class="r" style="width:8px;"></div>
  366. <div class="l" style="width:10px;"></div>
  367. <div class="r" style="width:10px;"></div>
  368. <div class="l" style="width:14px;"></div>
  369. <div class="r" style="width:14px;"></div>
  370. <div class="l" style="width:20px;"></div>
  371. <div class="r" style="width:20px;"></div>
  372. <div class="l" style="width:28px;"></div>
  373. <div class="r" style="width:28px;"></div>
  374. <div class="l" style="width:40px;"></div>
  375. <div class="r" style="width:40px;"></div>
  376. <div class="l" style="width:55px;"></div>
  377. <div class="r" style="width:55px;"></div>
  378. <div class="l" style="width:75px;"></div>
  379. <div class="r" style="width:75px;"></div>
  380. <div class="l" style="width:130px;"></div>
  381. <div class="r" style="width:130px;"></div>
  382.  
  383. {Description}</div></div>
  384.  
  385. {block:Pagination}
  386. <div id="iconl">
  387. {block:PreviousPage}
  388. <a href="{PreviousPage}"><img src="http://i1168.photobucket.com/albums/r486/zeldalise/Pixel%20Icons/arrow_left.png"></a>
  389. {/block:PreviousPage}
  390. {block:NextPage}
  391. <a href="{NextPage}"><img src="http://i1168.photobucket.com/albums/r486/zeldalise/Pixel%20Icons/arrow_right.png"></a>
  392. {/block:NextPage}
  393. </div>
  394. {/block:Pagination}
  395.  
  396. <div id="posts">
  397.  
  398. {block:Posts}
  399.  
  400. {block:ContentSource}
  401. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  402. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  403. {/block:SourceLogo}
  404. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  405. {/block:ContentSource}
  406.  
  407. <div class="entry">
  408.  
  409. {block:Text}
  410. {block:Title}<h1>{Title}</h1>{/block:Title}
  411. <div style="margin-bottom:15px;">{Body}</div>
  412. {/block:Text}
  413.  
  414. {block:Photo}
  415. {block:ifSlidingPostInfo}
  416. {block:ifNot500pxPosts}<img src="{PhotoURL-400}" width="400px" alt="{PhotoAlt}">{/block:ifNot500pxPosts}
  417. {block:if500pxPosts}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}">{/block:if500pxPosts}
  418. {block:Caption}{Caption}{/block:Caption}{/block:ifSlidingPostInfo}
  419. {block:ifNotSlidingPostInfo}<div style="margin-bottom:5px;">{block:ifNot500pxPosts}<img src="{PhotoURL-400}" width="400px" alt="{PhotoAlt}">{/block:ifNot500pxPosts}
  420. {block:if500pxPosts}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}">{/block:if500pxPosts}</div>
  421. {block:Caption}<div style="margin-top:-5px;">{Caption}</div>{/block:Caption}{/block:ifNotSlidingPostInfo}
  422. {/block:Photo}
  423.  
  424. {block:Photoset}
  425. {block:ifNot500pxPosts}<div class="photo">{Photoset-400}</div>{/block:ifNot500pxPosts}
  426. {block:if500pxPosts}<div class="photo">{Photoset-500}</div>{/block:if500pxPosts}
  427. {block:Caption}{Caption}{/block:Caption}
  428. {/block:Photoset}
  429.  
  430. {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}
  431.  
  432. {block:Link}
  433. <div id="linktitle"><div class="linktexttitle"><a href="{URL}" class="linkpost" target="_blank">{Name}</a></div></div>
  434. {block:Description}
  435. <div class="linkdescription">{Description}</div>
  436. {/block:Description}
  437. {/block:Link}
  438.  
  439. {block:Chat}
  440. {block:Title}<h1>{Title}</h1>{/block:Title}
  441. <div class="chat">
  442. {block:Lines}<div class="chat"><div class="line {Alt}">
  443. <div class="{Alt} user_{UserNumber}">
  444. {block:Label}
  445. <span class="label">{Label}</span>
  446. {/block:Label}
  447. {Line}</div>
  448. </div></div>
  449. {/block:Lines}
  450. </div>
  451. {/block:Chat}
  452.  
  453. {block:Audio}<div id="audentryprob"><div class="audentry"><div class="audimg"><img src="http://24.media.tumblr.com/tumblr_m3j315A5l31r6luwpo1_500.png" alt="default album art" style="position:absolute; vertical-align:middle; -webkit-filter: grayscale(1);" />{block:AlbumArt}<img src="{AlbumArtURL}" style="position:absolute;" />{/block:AlbumArt}
  454. </div><div id="audioblock"><table cellspacing="1px" cellpadding="0"><div class="audioplayer">{AudioPlayerGrey}</div>{block:TrackName}<tr><td class="audiodata"><b>track:</b> {TrackName}</td></tr>{/block:TrackName}{block:Artist}<tr><td class="audiodata2"><b>artist:</b> {Artist}</td></tr>{/block:Artist}{block:Album}<tr><td class="audiodata3"><b>album:</b> {Album}</td></tr>{/block:Album}<tr><td class="audiodata4"><b>plays:</b> {FormattedPlayCount}</td></tr>
  455. {block:ExternalAudio}<tr><td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td></tr>{/block:ExternalAudio}</table></div></div></div>{block:Caption}<tr><td><div class="caption">{Caption}</div></td></tr>{/block:Caption}{/block:Audio}
  456.  
  457. {block:Video}
  458. {block:ifNot500pxPosts}{Video-400}{/block:ifNot500pxPosts}
  459. {block:if500pxPosts}{Video-500}{/block:if500pxPosts}
  460. {block:Caption}{Caption}{/block:Caption}
  461. {/block:Video}
  462.  
  463. {block:Answer}
  464. <div id="question">{Question}</div>
  465. <div id="arrow">◥</div>
  466. <br>
  467. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br>
  468. {Answer}
  469. {/block:answer}
  470.  
  471. {block:Date}
  472.  
  473. <div id="ending">
  474. <div class="rnotes">
  475.  
  476. {block:ifSlidingPostInfo}
  477.  
  478. <div class="lnotes"><a href="{ReblogURL}" title="reblog this post"><i class="fa fa-exchange fa-1a"></i></a><div style="margin-top:-11px; margin-left:22px;"><span title="like this post">{LikeButton color="grey" size="10"}</span></div></div>
  479.  
  480. <div class="endsource">{block:RebloggedFrom}<td><span style="padding-right:8px;"><b>I.</b></span></td><a href="{ReblogParentURL}" title="{ReblogParentName}" target="_blank">VIA</a><span style="letter-spacing:5px;"> |</span><a href="{ReblogRootURL}" title="{ReblogRootName}" target="_blank">SOURCE</a>{/block:RebloggedFrom}</div>
  481. <div class="endnotes"><td><span style="padding-right:8px;"><b>II.</b></span></td><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  482. <div class="endtime"><td><span style="padding-right:8px;"><b>III.</b></span></td><a href="{Permalink}">{12Hour}:{Minutes} {CapitalAmPm}<span style="padding:0px 5px;">|</span>{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a></div>
  483.  
  484. {/block:ifSlidingPostInfo}
  485.  
  486. {block:ifNotSlidingPostInfo}
  487. <div id="noslide_bar"></div>
  488. <div id="noslide"><span style="background-color:{color:Posts}; padding:0px 7px 0px 5px;">
  489. {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}">{NoteCount} notes</a><span style="padding:0px 0px 0px 5px;"> // </span><a href="{Permalink}">{12Hour}:{Minutes} {CapitalAmPm}</a><span style="padding:0px 0px 0px 5px;"> // </span><a href="{ReblogURL}">REBLOG</a></div></span>
  490. {block:ifNotSlidingPostInfo}
  491.  
  492. </div>
  493. </div>
  494.  
  495. {block:IfShowTags}
  496. {block:HasTags}
  497. <div style="background-color:{color:Posts}; height:auto; line-height:18px; margin:0px -20px; padding:2px 10px; width:420px; {block:if500pxPosts}width:520px;{/block:if500pxPosts} letter-spacing:1px; text-transform:uppercase; font-size:8px; {block:ifLargerText}font-size:9px;{/block:ifLargerText} font-family:'Exo 2'; opacity:0.8; text-align:center;">
  498. {block:Tags}<a href="{TagURL}" target="_blank"><span style="color:{color:Ending Text}!important;">&nbsp;&nbsp;#{Tag}&nbsp;&nbsp;</span></a>{/block:Tags}</div>
  499. {/block:HasTags}
  500. {/block:IfShowTags}
  501.  
  502. {/block:Date}</div>
  503.  
  504. {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}
  505.  
  506. {/block:Posts}
  507. </div></div>
  508.  
  509. </body>
  510. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement