Advertisement
elpids

lunar

Jun 21st, 2014
3,924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!---
  5. page # 1 - lunar
  6. © fredweasleys
  7.  
  8. don't steal or use as a base!
  9. --->
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  14.  
  15. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  16. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  17. <script>
  18. (function($){
  19. $(document).ready(function(){
  20. $("[title]").style_my_tooltips({
  21. tip_follows_cursor:true,
  22. tip_delay_time:200,
  23. tip_fade_speed:400,
  24. attribute:"title"
  25. });
  26. });
  27. })(jQuery);
  28. </script>
  29.  
  30. <script src="http://code.jquery.com/jquery-1.10.0.min.js">
  31. </script>
  32. <script>
  33.  
  34. $(document).ready(function(){
  35.  
  36. $(".1").click(function(){
  37. $("#about").toggle();
  38. $("#faq, #nav, #blogroll").hide();
  39. });
  40.  
  41. $(".2").click(function(){
  42. $("#faq").toggle();
  43. $("#about, #nav, #blogroll").hide();
  44. });
  45.  
  46. $(".3").click(function(){
  47. $("#nav").toggle();
  48. $("#about, #faq, #blogroll").hide();
  49. });
  50.  
  51. $(".4").click(function(){
  52. $("#blogroll").toggle();
  53. $("#about, #faq, #nav").hide();
  54. });
  55. });
  56. </script>
  57.  
  58. <style type="text/css">
  59.  
  60. #s-m-t-tooltip {
  61. font-size: 9px;
  62. position: absolute;
  63. margin: 10px;
  64. letter-spacing: 1px;
  65. z-index: 9999;
  66. background: #f8f8f8;
  67. color: #000;
  68. font-family: 'Droid Sans', sans-serif;
  69. text-transform: lowercase;
  70. padding: 3px 6px; }
  71.  
  72. ::-webkit-scrollbar {
  73. background-color: transparent;
  74. height: 3px;
  75. width: 3px; }
  76.  
  77. ::-webkit-scrollbar-thumb:vertical {
  78. background-color: #000000;
  79. height: auto; }
  80.  
  81. ::-webkit-scrollbar-thumb:horizontal {
  82. background-color: #000000; }
  83.  
  84. /* hey so if you want a picture for your background add the url inside the parentheses. if you don't want one leave it blank */
  85.  
  86. body {
  87. background: url() no-repeat center center fixed #fff;
  88. -webkit-background-size: cover;
  89. -moz-background-size: cover;
  90. -o-background-size: cover;
  91. background-size: cover
  92. color: #000;
  93. font-size: 11px;
  94. font-family: 'Droid Sans', sans-serif;
  95. line-height: 16px;
  96. overflow: hidden;
  97. text-align: justify; }
  98.  
  99. a {
  100. color: #000;
  101. text-decoration: none; }
  102.  
  103. #etcon {
  104. width: 625px;
  105. margin: 150px auto; }
  106.  
  107. #con {
  108. margin-top: 120px;
  109. margin-left: 90px;
  110. width: 490px;
  111. padding-right: 10px;
  112. max-height: 440px;
  113. overflow:auto; }
  114.  
  115. #faq, #nav, #blogroll {
  116. display:none; }
  117.  
  118. /*NAVIGATION*/
  119.  
  120. #h {
  121. text-align: right;
  122. position: fixed;
  123. border-right: 1px solid #989898;
  124. padding: 15px; }
  125.  
  126. #h a {
  127. margin-top: 10px;
  128. display: block; }
  129.  
  130. #h a:hover {
  131. font-style: italic; }
  132.  
  133. #cc {
  134. padding: 10px;
  135. padding-left: 20px; }
  136.  
  137. #t {
  138. font-size: 20px;
  139. font-weight: bold; }
  140.  
  141. /*ABOUT*/
  142.  
  143. #about a:hover {
  144. font-style: italic; }
  145.  
  146. .pic img {
  147. float: left;
  148. padding: 7px;
  149. margin-right: 10px;
  150. width: 75px;
  151. height: 75px; }
  152.  
  153. /*FAQ*/
  154.  
  155. #qqs {
  156. -webkit-column-count: 2;
  157. -moz-column-count: 2;
  158. column-count: 2; }
  159.  
  160. #qa {
  161. float: left;
  162. width: 200px; }
  163.  
  164. #q {
  165. font-weight: bold; }
  166.  
  167. #ans {
  168. margin-top: -13px;
  169. margin-left: 5px;
  170. border-left: 2px solid #e8e8e8;
  171. padding: 2px 8px; }
  172.  
  173. /*LINKS*/
  174.  
  175. #links {
  176. position: absolute;
  177. width: 530px;
  178. height: 120px; }
  179.  
  180. #links a {
  181. background: #f0f0f0;
  182. width: 96.3px;
  183. line-height: 14px;
  184. height: 7px;
  185. margin: 2px;
  186. padding: 25px;
  187. float: left;
  188. font-size: 8px;
  189. font-family: arial;
  190. letter-spacing: 1px;
  191. font-weight: bold;
  192. text-align: center;
  193. text-transform: uppercase;
  194. -webkit-transition: all 0.3s ease-in-out;
  195. -moz-transition: all 0.3s ease-in-out;
  196. -o-transition: all 0.3s ease-in-out;
  197. -ms-transition: all 0.3s ease-in-out; }
  198.  
  199. #links a:hover {
  200. background: #e8e8e8;
  201. -webkit-transition: all 0.3s ease-in-out;
  202. -moz-transition: all 0.3s ease-in-out;
  203. -o-transition: all 0.3s ease-in-out;
  204. -ms-transition: all 0.3s ease-in-out; }
  205.  
  206. /*BLOGROLL*/
  207.  
  208. #b {
  209. width: 475px;
  210. height: 345px;
  211. margin-top: 0px;
  212. margin-left: -15px;
  213. overflow: auto; }
  214.  
  215. .br {
  216. float:left;
  217. padding: 10px; }
  218.  
  219. .br img {
  220. padding: 0px;
  221. width: 30px;
  222. margin: 10px;
  223. border: 7px solid #f0f0f0;
  224. -webkit-filter: Grayscale(0%);
  225. -webkit-transition-duration: 0.5s;
  226. -moz-transition-duration: 0.5s;
  227. transition-duration: 0.5s;
  228. -o-transition-duration: 0.5s; }
  229.  
  230. .br img:hover {
  231. border: 7px solid #e8e8e8;
  232. transition: all 0.4s ease-out;
  233. -webkit-filter: Grayscale(100%);
  234. -webkit-transition: all 0.5s ease-out;
  235. -moz-transition: all 0.5s ease-out;
  236. transition: all 0.5s ease-out; }
  237.  
  238. #cred {
  239. padding: 2px;
  240. bottom: 7px;
  241. right: 6px;
  242. position: fixed;
  243. color: #202020;
  244. font-size: 8px;
  245. text-transform: uppercase;
  246. letter-spacing: 1px; }
  247.  
  248. </style></head>
  249. <body>
  250. <div id = "etcon">
  251.  
  252. <!-- NAVIGATION -->
  253.  
  254. <div id = "h">
  255. <div id = "t">{Title}</div>
  256. <a class = "1" href = "#">about</a>
  257. <a class = "2" href = "#">message</a>
  258. <a class = "3" href = "#">links</a>
  259. <a class = "4" href = "#">blogroll</a>
  260. <a href = "/">return</a>
  261. </div>
  262.  
  263. <div id = "con">
  264.  
  265. <div id = "cc">
  266.  
  267. <!-- ABOUT (the icon size is 75 x 75. you can remove it if you want) -->
  268.  
  269. <div id = "about">
  270. <div class = "pic"><img src = "https://38.media.tumblr.com/81bd6cdf3df8d40a7eb2100d60dc1147/tumblr_n4vsa2Hl291rbkynso2_r1_500.png"></div>
  271. <b>Bold.</b> <i>Italic.</i> <u>Underline.</u> <a href = "/">Link.</a> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem.
  272. </div>
  273.  
  274. <!-- FAQ (you can add or remove questions if you need to) -->
  275.  
  276. <div id = "faq">
  277. <div id = "qqs">
  278.  
  279. <!-- QUESTION # 1 -->
  280. <div id = "qa">
  281. <div id = "q">Lorem ipsum dolor sit amet consectetuer adipiscing elit?</div>
  282. <br>
  283. <div id = "ans">Sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim veniam.</div>
  284. </div>
  285.  
  286. <!-- QUESTION # 2 -->
  287. <br>
  288. <div id = "qa">
  289. <div id = "q">Lorem ipsum dolor sit amet consectetuer adipiscing elit?</div>
  290. <br>
  291. <div id = "ans">Sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim veniam.</div>
  292. </div>
  293.  
  294. <!-- QUESTION # 3 -->
  295. <br>
  296. <div id = "qa">
  297. <div id = "q">Lorem ipsum dolor sit amet consectetuer adipiscing elit?</div>
  298. <br>
  299. <div id = "ans">Sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim veniam.</div>
  300. </div>
  301.  
  302. <!-- QUESTION # 4 -->
  303. <br>
  304. <div id = "qa">
  305. <div id = "q">Lorem ipsum dolor sit amet consectetuer adipiscing elit?</div>
  306. <br>
  307. <div id = "ans">Sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat ut wisi enim ad minim veniam.</div>
  308. </div>
  309. </div>
  310.  
  311. <br>
  312. <iframe frameborder = "0" height = "190" id = "ask_form" scrolling = "no" src = "http://www.tumblr.com/ask_form/YOUR-URL-HERE.tumblr.com" width = "100%"></iframe>
  313. </div>
  314.  
  315. <!-- LINKS -->
  316.  
  317. <div id = "nav">
  318.  
  319. <div id = "links">
  320. <a href="/">link</a>
  321. <a href="/">link</a>
  322. <a href="/">link</a>
  323. <a href="/">link</a>
  324. <a href="/">link</a>
  325. <a href="/">link</a>
  326. <a href="/">link</a>
  327. <a href="/">link</a>
  328. <a href="/">link</a>
  329. </div>
  330.  
  331. </div>
  332.  
  333. <!-- BLOGROLL -->
  334.  
  335. <div id ="blogroll">
  336. <div id = "b">
  337. <div class = "br">
  338. {block:Following}{block:Followed}<a target = "_blank" href = "{FollowedURL}"><img src = "{FollowedPortraitURL-30}" title = "{FollowedName}">{/block:Followed}{/block:Following}
  339. </div>
  340. </div>
  341. </div>
  342.  
  343. </div>
  344. </div>
  345. </div>
  346.  
  347. <div id = "cred"><a href = "http://fredweasleys.tumblr.com/" title = "theme by fredweasleys">fw</a></div>
  348.  
  349. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement