msstephyyanne

Theme Five: The Son of Odin

Jan 22nd, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--THEME FIVE BY LOKILOVERSON
  4. Seriously if you remove the credit or anything I will be very upset because that’s just not cool and it takes a lot of fucking time to do this shit okay just dont steal, redistribute or remove the credit and we’ll get along fine. -->
  5.  
  6.  
  7. <meta name="color:background" content="#ffffff"/>
  8. <meta name="color:text" content="#838282"/>
  9. <meta name="color:link" content="#b8b8b8"/>
  10. <meta name="color:link hover" content="#eeeeee"/>
  11. <meta name="color:border" content="#eeeeee"/>
  12. <meta name="color:hoverlink text" content="838282"/>
  13. <meta name="color:hoverlink border" content="838282"/>
  14. <meta name="color:hoverlink bg" content="#ffffff"/>
  15. <meta name="color:border" content="838282"/>
  16.  
  17. <meta name="image:sidebar" content=""/>
  18. <meta name="image:sidebar2" content=""/>
  19.  
  20. <meta name="text:link1 url" content="/">
  21. <meta name="text:Link1 Title" content="link one">
  22.  
  23. <meta name="text:link2 url" content="/">
  24. <meta name="text:Link2 Title" content="link two">
  25.  
  26. <meta name="text:link3 url" content="/">
  27. <meta name="text:Link3 Title" content="link three">
  28.  
  29. <meta name="text:link4 url" content="/">
  30. <meta name="text:Link4 Title" content="link four">
  31.  
  32. <meta name="text:link5 url" content="/">
  33. <meta name="text:Link5 Title" content="link five">
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {border:5px solid #fff;height:2px; background-color:#838282;}
  48. ::-webkit-scrollbar {background-color:#fff;height:5px;width:12px;border:5px solid #fff;}
  49.  
  50.  
  51.  
  52.  
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:{color:text};
  58. font-family:arial;
  59. font-size:10px;
  60. line-height:100%;
  61. }
  62.  
  63. a {
  64. text-decoration:none;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:{color:link};
  68. -moz-transition-duration:0.8s;
  69. -webkit-transition-duration:0.8s;
  70. -o-transition-duration:0.8s;
  71. }
  72.  
  73. a:hover {
  74. color:{color:link hover};
  75. outline:none;
  76. -moz-outline-style:none;
  77. }
  78.  
  79. img {
  80. border:none;
  81. }
  82.  
  83. blockquote {
  84. padding-left:5px;
  85. border-left:2px solid;
  86.  
  87. }
  88.  
  89. blockquote blockquote {
  90. padding-left:5px;
  91. border-left:2px solid;
  92. }
  93.  
  94. h1 {
  95. font-size:15px;
  96. text-align:center;
  97. font-family:arial;
  98. letter-spacing:2px;
  99. color:{color:title};
  100.  
  101. }
  102.  
  103. h2 {
  104. font-size:8px;
  105. text-align:center;
  106. font-family:calibri;
  107. letter-spacing:1px;
  108. color:{color:text};
  109. }
  110.  
  111.  
  112. #sidebar {
  113. width:350px;
  114. position:fixed;
  115. margin-left:170px;
  116. margin-top:-130px;
  117. }
  118.  
  119.  
  120. #sidebarimage {
  121. position:fixed;
  122. width:125px;
  123. height:125px;
  124. }
  125.  
  126. #sidebarimage img {
  127. width:125px;
  128. height:125px;
  129. padding:7px;
  130. border:4px double {color:border};
  131. margin-top:22px;
  132. margin-left:-150px;
  133. }
  134.  
  135. #sidebarimage2 img {
  136. width:125px;
  137. height:125px;
  138. padding:7px;
  139. border:4px double {color:border};
  140. margin-top:-142px;
  141. margin-left:175px;
  142. }
  143.  
  144. #links {
  145. width:400px;
  146. margin-top:135px;
  147. margin-left:-120px;
  148. padding:5px;
  149. text-align:justify;
  150. word-spacing:1px;
  151. font-family:calibri;
  152. font-size:11px;
  153. display:block;
  154. color:{color:link};
  155. text-transform:uppercase;
  156.  
  157. }
  158.  
  159. #links a {
  160. letter-spacing: 2px;
  161. padding:3px;
  162. line-height:290%;
  163. margin-top:40px;
  164.  
  165. }
  166.  
  167. #description {
  168. width:160px;
  169. height:120px;
  170. font-size:10px;
  171. padding:5px;
  172. text-align:center;
  173. letter-spacing:1px;
  174. line-height:80%;
  175. margin-top:32px;
  176. overflow:scroll;
  177.  
  178. }
  179.  
  180. #s-m-t-tooltip {
  181. max-width:300px;
  182. padding:3px 4px 5px 4px;
  183. margin:20px 0px 0px 20px;
  184. background-color:{color:hoverlink bg};
  185. border:1px solid {color:hoverlink border};
  186. font-family:calibri;
  187. font-size:9px;
  188. letter-spacing:2px;
  189. text-transform:uppercase;
  190. color:{color:hoverlink text};
  191. z-index:999999999999999999999999999999999999;
  192. }
  193.  
  194. #pagination {
  195. text-align:center;
  196. margin-top:5px;
  197. }
  198.  
  199. #entries {
  200. padding:20px;
  201. width:500px;
  202. margin-left:550px;
  203. margin-top:40px;
  204.  
  205. }
  206.  
  207. #post {
  208. width:500px;
  209. padding-bottom:20px;
  210.  
  211.  
  212. }
  213.  
  214. #postinfo {
  215. text-align:center;
  216. margin-top:10px;
  217. border-top:1px solid #eee;
  218. padding:2px;
  219. }
  220.  
  221. #question {
  222. float:left;
  223. margin-top:-2px;
  224. margin-right:5px;
  225. padding:8px;
  226. border:1px solid #e3e3e3;
  227.  
  228. }
  229.  
  230.  
  231. #quote{
  232. float:left;
  233. padding-top:5px;
  234. font-family:'dreams';
  235. font-size:38px;
  236. height:auto;
  237. margin-top:0px;
  238. }
  239.  
  240.  
  241.  
  242. #cred {
  243. position:fixed;
  244. font-size:8px;
  245. font-weight:normal;
  246. line-height:150%;
  247. letter-spacing:2px;
  248. right:10px;
  249. bottom:10px;
  250. text-transform:uppercase;
  251. text-align:center;
  252. }
  253.  
  254.  
  255. {CustomCSS}</style></head><body>
  256.  
  257. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  258. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  259. <script>
  260.  
  261. (function($){
  262.  
  263. $(document).ready(function(){
  264.  
  265. $("a[title]").style_my_tooltips({
  266.  
  267. tip_follows_cursor:true,
  268.  
  269. tip_delay_time:50,
  270.  
  271. tip_fade_speed:600,
  272.  
  273. attribute:"title"
  274.  
  275. });
  276.  
  277. });
  278.  
  279. })(jQuery);
  280.  
  281. </script>
  282.  
  283.  
  284.  
  285.  
  286. </div></div>
  287. </div>
  288.  
  289. <div id="sidebar">
  290.  
  291.  
  292. <div id="links">
  293. <a href="{text:link1 url}">{text:Link1 Title}</a> &bull;
  294. <a href="{text:link2 url}">{text:Link2 Title}</a> &bull;
  295. <a href="{text:link3 url}">{text:Link3 Title}</a> &bull;
  296. <a href="{text:link4 url}">{text:Link4 Title}</a> &bull;
  297. <a href="{text:link5 url}">{text:Link5 Title}</a>
  298.  
  299. </div>
  300.  
  301. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  302.  
  303. <div id="description">{Description}</div>
  304.  
  305. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  306.  
  307. <div id="pagination">
  308. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  309. {block:NextPage}— <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  310. </div>
  311.  
  312.  
  313. </div>
  314.  
  315.  
  316. <div id="entries">{block:Posts}<div id="post">
  317.  
  318. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  319.  
  320. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  321.  
  322. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  323.  
  324. {block:Quote}<div id="quote">“</div>&nbsp;&nbsp;&nbsp;&nbsp;{Quote}<br>
  325. {block:Source}<div align="right">— {Source}</div>{/block:Source}
  326. {/block:Quote}
  327.  
  328. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  329.  
  330. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  331.  
  332. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  335. {block:Caption}<div class="caption">{Caption}</div>
  336. {/block:Caption}{/block:Audio}
  337.  
  338. {block:Answer}<div id="question"><img src="http://cdn3.www.babble.com/wp-content/uploads/2013/10/Middle-Earth-Bow-Tie-50x50.jpg"></div><big><i>{Asker} whispered:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  339.  
  340. <div id="postinfo">on <a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}</a>{/block:Date}&nbsp;&nbsp;&nbsp;&nbsp; with <a href="{Permalink}">{NoteCount}</a> notes &nbsp;&nbsp;&nbsp;&nbsp; {block:RebloggedFrom}from<a href="{ReblogParentURL}"> this</a> blog{/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}"> <a href="{SourceURL}"> src</a>{/block:ContentSource}{/block:RebloggedFrom}
  341.  
  342. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{tag}</a> | {/block:Tags}</div>{/block:HasTags}</div></div>
  343.  
  344. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  345.  
  346. </div></div></div></div>
  347. </div>
  348.  
  349. <div id="cred"><div id="credit"><a href="http://themesbyjude.tumblr.com">© JUDE</a></div>
  350.  
  351. </body>
  352. </html>
Advertisement
Add Comment
Please, Sign In to add comment