Advertisement
wingedragon

Blue Atlas

May 12th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 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 href='http://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!---- theme by wd-thms.tumblr.com
  10. do not remove credit
  11. ----->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#838282"/>
  15. <meta name="color:Links" content="#A1C3E4"/>
  16. <meta name="color:Links Hover" content="#f9f9f9"/>
  17. <meta name="color:title" content="#A1C3E4"/>
  18. <meta name="color:description borders" content="#A1C3E4"/>
  19. <meta name="color:sidebar links" content="#a1c3e4"/>
  20. <meta name="color:sidebar links hover" content="#f9f9f9"/>
  21. <meta name="color:post bottom border" content="#a1c3e4"/>
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:link1" content="link"/>
  25. <meta name="text:link1 url" content="/"/>
  26. <meta name="text:link2" content="link"/>
  27. <meta name="text:link2 url" content="/"/>
  28. <meta name="text:link3" content="link"/>
  29. <meta name="text:link3 url" content="/"/>
  30. <meta name="text:link4" content="link"/>
  31. <meta name="text:link4 url" content="/"/>
  32.  
  33. <!-- jquery -->
  34.  
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64. <!-- end -->
  65.  
  66. <style type="text/css">
  67.  
  68. body {
  69. background:{color:background};
  70. color:{color:text};
  71. font-family: 'Karla', sans-serif;
  72. font-size:10px;
  73. line-height:100%;
  74. }
  75.  
  76. #s-m-t-tooltip{
  77. font-size:9px;
  78. position:absolute;
  79. margin-top: 15px;
  80. letter-spacing:1px;
  81. z-index:9999;
  82. color:#444;
  83. background:#fff;
  84. text-transform:uppercase;
  85. padding:2px 3px 2px 3px;
  86. -webkit-transition:all 0.3s;
  87. -moz-transition:all 0.3s;
  88. -ms-transition:all 0.3s;
  89. -o-transition:all 0.3s;
  90. transition:all 0.3s;
  91. }
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:Links};
  98. -webkit-transition:all 0.6s;
  99. -moz-transition:all 0.6s;
  100. -ms-transition:all 0.6s;
  101. -o-transition:all 0.6s;
  102. transition:all 0.6s;
  103. }
  104.  
  105. a:hover {
  106. color:{color:Links Hover};
  107. -webkit-transition:all 0.6s;
  108. -moz-transition:all 0.6s;
  109. -ms-transition:all 0.6s;
  110. -o-transition:all 0.6s;
  111. transition:all 0.6s;
  112. }
  113.  
  114. img {
  115. border:none;
  116. }
  117.  
  118. blockquote {
  119. padding-left:5px;
  120. border-left:2px solid;
  121. }
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128. h1 {
  129. font-size:15px;
  130. }
  131.  
  132. #con {
  133. width:400px;
  134. left:50%;
  135. position:absolute;
  136. margin-left:-200px;
  137. }
  138.  
  139. #entries {
  140. padding:10px;
  141. width:400px;
  142. margin-top:165px;
  143. }
  144.  
  145. #post {
  146. width:400px;
  147. padding-bottom:70px;
  148. padding-top:20px;
  149. }
  150.  
  151. #header {
  152. width:400px;
  153. position:fixed;
  154. background:#fff;
  155. padding-bottom:60px;
  156. margin-left:10px;
  157. padding-top:60px;
  158. margin-top:-20px;
  159. }
  160.  
  161. #title {
  162. font-size:15px;
  163. text-align:left;
  164. margin-bottom:5px;
  165. color:{color:title};
  166. margin-left:93px;
  167. width:200px;
  168. }
  169.  
  170. #title a {
  171. color:{color:title};
  172. }
  173.  
  174. #title a:hover {
  175. color:{color:Links Hover};
  176. }
  177.  
  178. #description {
  179. padding:5px;
  180. text-align:justify;
  181. width:200px;
  182. border-left:1px solid {color:description borders};
  183. border-right:1px solid {color:description borders};
  184. }
  185.  
  186. #links {
  187. padding:5px;
  188. text-align:right;
  189. width:200px;
  190. margin-left:15px;
  191. letter-spacing:2px;
  192. }
  193.  
  194. #links a {
  195. color:{color:sidebar links};
  196. }
  197.  
  198. #links a:hover {
  199. color:{color:sidebar links hover};
  200. }
  201.  
  202. #con:hover links {
  203. height:10px;
  204. }
  205.  
  206. #pagination {
  207. font-size:20px;
  208. text-align:center;
  209. }
  210.  
  211. #info {
  212. text-align:right;
  213. padding-top:5px;
  214. margin-top:10px;
  215. border-top:1px solid {color:post bottom border};
  216. }
  217.  
  218. #tags {
  219. text-align:center;
  220. font-style:italic;
  221. padding-top:5px;
  222. font-size:8px;
  223. letter-spacing:1px;
  224. opacity:0;
  225. -webkit-transition:all 0.6s;
  226. -moz-transition:all 0.6s;
  227. -ms-transition:all 0.6s;
  228. -o-transition:all 0.6s;
  229. transition:all 0.6s;
  230. }
  231.  
  232. #post:hover #tags {
  233. opacity:1;
  234. -webkit-transition:all 0.6s;
  235. -moz-transition:all 0.6s;
  236. -ms-transition:all 0.6s;
  237. -o-transition:all 0.6s;
  238. transition:all 0.6s;
  239. }
  240.  
  241. #tags a {
  242. padding-left:5px;
  243. padding-right:5px;
  244. }
  245.  
  246. #asker {
  247. float:left;
  248. margin-right:5px;
  249. }
  250.  
  251. #pagination {
  252. text-align:center;
  253. margin-top:60px;
  254. margin-bottom:10px;
  255. text-transform:lowercase;
  256. font-weight:bold;
  257. letter-spacing:1px;
  258. font-size:10px;
  259. }
  260. #pagination a {
  261. line-height:14px;
  262. margin:0 25px;
  263. }
  264.  
  265. #cred {
  266. text-align:center;
  267. color:#555;
  268. margin-bottom:70px;
  269. text-transform:uppercase;
  270. letter-spacing:2px;
  271. font-size:10px;
  272. }
  273.  
  274. {CustomCSS}</style></head><body>
  275.  
  276. <div id="con">
  277.  
  278. <div id="header">
  279.  
  280. <div id="title"><a href="/">{Title}</a></div>
  281.  
  282. <center>
  283. <div id="description">{Description}</div>
  284. </center>
  285.  
  286. <center>
  287. <div id="links">
  288. <a href="{text:link1 url}">{text:link1}</a>.
  289. <a href="{text:link2 url}">{text:link2}</a>.
  290. <a href="{text:link3 url}">{text:link3}</a>.
  291. <a href="{text:link4 url}">{text:link4}</a>.
  292. </div>
  293. </center>
  294.  
  295. </div>
  296.  
  297. <div id="entries">{block:Posts}<div id="post">
  298.  
  299. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  300.  
  301. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  302.  
  303. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  304.  
  305. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  306.  
  307. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  308.  
  309. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  310.  
  311. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  312.  
  313. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  314.  
  315. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  316.  
  317. <div id="info">
  318. <a href="{Permalink}" title="{TimeAgo}">{NoteCount}</a> / {/block:ContentSource}
  319. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  320. </div>
  321. <div id="tags">
  322. {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  323. </div>
  324.  
  325. </div>
  326. {block:PostNotes}{PostNotes}{/block:PostNotes}
  327. {/block:Posts}</div>
  328.  
  329. <div id="pagination">
  330. {block:PreviousPage}
  331. <a href="{PreviousPage}">&larr; back </a>
  332. {/block:PreviousPage}
  333.  
  334.  
  335. {block:NextPage}
  336. <a href="{NextPage}">next &rarr;</a>
  337. {/block:NextPage}
  338. </div>
  339.  
  340. <div id="cred">
  341. theme by <a href="http://wd-thms.tumblr.com">wingedragon</a>
  342. </div>
  343.  
  344. </div>
  345.  
  346. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement