Advertisement
themesbyjerry

theme 2: moonlight

Sep 7th, 2014
1,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----THEME 2 BY ELYSIUM THEMES. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRIBUTE AS YOUR OWN. THANK YOU, AND ENJOY!--->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="image:sidebar" content=""/>
  14. <meta name="color:linkhover" content="#cecece"/>
  15. <meta name="color:border" content="#cecece">
  16.  
  17. <meta name="text:Link1url" content="" />
  18. <meta name="text:Link1text" content="" />
  19. <meta name="text:Link2url" content="" />
  20. <meta name="text:Link2text" content="" />
  21. <meta name="text:Link3url" content="" />
  22. <meta name="text:Link3text" content="" />
  23.  
  24. <meta name="text:sidebartitle" content="" />
  25.  
  26. <link href='http://fonts.googleapis.com/css?family=Arimo' rel='stylesheet' type='text/css'>
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300' rel='stylesheet' type='text/css'>
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31.  
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33.  
  34. <script>
  35.  
  36. (function($){
  37.  
  38. $(document).ready(function(){
  39.  
  40. $("a[title]").style_my_tooltips({
  41.  
  42. tip_follows_cursor:true,
  43.  
  44. tip_delay_time:30,
  45.  
  46. tip_fade_speed:300,
  47.  
  48. attribute:"title"
  49.  
  50. });
  51.  
  52. });
  53.  
  54. })(jQuery);
  55.  
  56. </script>
  57.  
  58. <style type="text/css">
  59.  
  60. #s-m-t-tooltip{
  61. max-width:300px;
  62. margin:15px;
  63. padding:2px 8px;
  64. border:1px solid #DDD;
  65. border-radius:4px;
  66. background:#FFF;
  67. color:#AAA;
  68. z-index:999999;
  69. font-size:8px;
  70. font-style:italic;
  71. text-transform:lowercase;
  72. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  73.  
  74. body {
  75. background:{color:background};
  76. margin:0px;
  77. color:{color:text};
  78. font-family: 'Arimo', sans-serif;
  79. font-size:10px;
  80. line-height:100%;
  81. }
  82.  
  83. a {
  84. color:{color:link};
  85. text-decoration: none;
  86. }
  87.  
  88. a:hover {
  89. color:{color:linkhover};
  90.  
  91.  
  92. }
  93.  
  94. img {
  95. border:none;
  96. }
  97.  
  98. blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. }
  102.  
  103. blockquote blockquote {
  104. padding-left:5px;
  105. border-left:2px solid;
  106. }
  107.  
  108. h1 {
  109. font-size:14px;
  110. font-weight:normal;
  111. }
  112.  
  113. #entries {
  114. padding:10px;
  115. width:400px;
  116. margin-left:500px;
  117. margin-top:40px;
  118. }
  119.  
  120. #post {
  121. width:400px;
  122. padding-bottom:60px;
  123. }
  124.  
  125. #sidebar {
  126. width:150px;
  127. position:fixed;
  128. margin-left:250px;
  129. margin-top:150px;
  130. }
  131.  
  132. #title {
  133. font-size:17px;
  134. text-align:center;
  135. margin-bottom:5px;
  136. font-family:'Josefin Sans', sans-serif;
  137. letter-spacing:1px;
  138. }
  139.  
  140. #sidebarimage {
  141. width 150px;
  142. }
  143.  
  144. #sidebarimage img {
  145. width:150px;
  146. height:100px;
  147. }
  148.  
  149. #description {
  150. width:150px;
  151. font-size:10px;
  152. margin-top:20px;
  153. padding:6px;
  154. }
  155.  
  156. #pagination {
  157. font-size:12px;
  158. text-align:center;
  159. }
  160.  
  161. #info {
  162. width:490px;
  163. padding:5px;
  164. font-size:8px;
  165. color:{color:link};
  166. margin-top:10px;
  167. margin-bottom:5px;
  168. letter-spacing:2px;
  169. text-align:left;
  170. }
  171.  
  172. #questions {
  173. padding:11px;
  174. margin-top: 5px;
  175. margin-bottom:5px;
  176. font-size:10px;
  177. text-align:right;
  178. }
  179.  
  180. #answer {
  181. font-size:10px;
  182. }
  183.  
  184. #links {
  185. padding:5px;
  186. font-size:11px;
  187. text-align:center;
  188. letter-spacing:3px;
  189. position:absolute;
  190. float:left;
  191. width:150px;
  192. }
  193.  
  194. #cred {
  195. position:fixed;
  196. bottom:15px;
  197. right:15px;
  198. font-size:8px;
  199. padding:5px;
  200. text-transform:uppercase;
  201. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  202.  
  203. {CustomCSS}</style></head><body>
  204.  
  205. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  206.  
  207. <div id="sidebar">
  208.  
  209. <div id="title">{text:sidebartitle}</div>
  210.  
  211. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  212.  
  213. <center><div id="links">
  214. <a href="/"title="home"><i class="fa fa-home"></i></a>
  215. <a href="/ask"title="message"><i class="fa fa-envelope"></i></a>
  216. <a href="{text:Link1url}"title="{text:Link1text}"><i class="fa fa-bars"></i></a>
  217. <a href="{text:Link2url}"title="{text:Link2text}"><i class="fa fa-user"></i></a>
  218. <a href="{text:Link3url}"title="{text:Link3text}"><i class="fa fa-heart-o"></i></a></center>
  219.  
  220. <center><div id="description">{Description}</div></center>
  221.  
  222.  
  223. <div id="pagination">
  224. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  225. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  226. </div>
  227.  
  228. </div>
  229. <div id="cred"><a href="http://rxvenclaw.tumblr.com">ET</a></div>
  230. <div id="entries">{block:Posts}<div id="post">
  231.  
  232. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  233.  
  234. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  235.  
  236. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  237.  
  238. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  239.  
  240. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  241.  
  242. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}{Label}{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  243.  
  244. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  245.  
  246. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  247.  
  248. {block:Answer}<div id="questions"><em>{Asker}</em> asked: {Question}</div>
  249. <div id="answer">{Answer}</div>{/block:answer}
  250.  
  251. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  252. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  253. {block:HasTags}{block:Tags} <small>#</small><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  254.  
  255. {block:PostNotes}{PostNotes}{/block:PostNotes}
  256. {/block:Posts}</div>
  257. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement