Advertisement
extasisthemes

Starburst

Jun 23rd, 2016
3,306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----- Starburst by extasisthemes ----->
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12.  
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $("a[title]").style_my_tooltips({
  19. tip_follows_cursor:true,
  20. tip_delay_time:90,
  21. tip_fade_speed:600,
  22. attribute:"title"
  23. });
  24. });
  25. })(jQuery);
  26. </script>
  27.  
  28. <script src="https://use.fontawesome.com/b01aac9904.js"></script>
  29.  
  30. <style type="text/css">
  31.  
  32. @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
  33. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,400italic);
  34.  
  35. ::-webkit-scrollbar-thumb:vertical {
  36. background:#000000;
  37. height:50px;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. height:10px;
  42. width:3px;
  43. }
  44.  
  45. #s-m-t-tooltip {
  46. background:#ffffff;
  47. border:1px solid #eeeeee;
  48. color:#000000;
  49. font-family:'Open Sans', sans-serif;
  50. font-size:10px;
  51. font-style:normal;
  52. font-weight:normal;
  53. letter-spacing:0px;
  54. margin-top:20px;
  55. padding:10px;
  56. text-align:center;
  57. text-decoration:none;
  58. text-transform:uppercase;
  59. z-index:999999999999999999999999999999999999;
  60. }
  61.  
  62. body {
  63. background:#ffffff;
  64. color:#000000;
  65. cursor:url(http://i.imgur.com/lhPqll6.png), progress;
  66. font-family:'Open Sans', sans-serif;
  67. font-size:11px;
  68. font-style:normal;
  69. font-weight:normal;
  70. letter-spacing:0px;
  71. margin:0px;
  72. text-align:justify;
  73. text-decoration:none;
  74. text-transform:none;
  75. word-break:break-word;
  76. }
  77.  
  78. a {
  79. border-bottom:1px solid #eeeeee;
  80. color:#777777;
  81. text-decoration:none;
  82. -webkit-transition: all 0.5s ease;
  83. -moz-transition: all 0.5s ease;
  84. -o-transition: all 0.5s ease;
  85. }
  86.  
  87. a:hover {
  88. color:#cfcfcf;
  89. }
  90.  
  91. blockquote {
  92. border-left:1px solid #000000;
  93. margin:5px;
  94. padding-left:5px;
  95. }
  96.  
  97. blockquote img {
  98. height:auto;
  99. max-width:200px;
  100. }
  101.  
  102. blockquote blockquote {
  103. border-left:1px solid #000000;
  104. padding-left:5px;
  105. }
  106.  
  107. ul {
  108. padding:10px;
  109. }
  110.  
  111. li {
  112. list-style:none;
  113. padding:2px 0px 1px 0px;
  114. }
  115.  
  116. li:before {
  117. color:#eeeeee;
  118. content:'–––––';
  119. letter-spacing:-3px;
  120. padding-right:10px;
  121. }
  122.  
  123. #container {
  124. margin-bottom:100px;
  125. margin-left:auto;
  126. margin-right:auto;
  127. margin-top:100px;
  128. width:402px;
  129. }
  130.  
  131. #links {
  132. position:absolute;
  133. }
  134.  
  135. #links a {
  136. border:1px solid #eeeeee;
  137. color:#000000;
  138. margin-bottom:5px;
  139. padding:10px;
  140. display:block;
  141. }
  142.  
  143. #links a:hover {
  144. color:#cfcfcf;
  145. }
  146.  
  147. #ancontainer {
  148. background:#ffffff;
  149. border:1px solid #eeeeee;
  150. margin-left:60px;
  151. padding:20px;
  152. width:300px;
  153. }
  154.  
  155. #title {
  156. color:#000000;
  157. font-family:'Montserrat', sans-serif;
  158. font-size:28px;
  159. font-style:normal;
  160. font-weight:700;
  161. letter-spacing:0px;
  162. text-decoration:none;
  163. text-align:left;
  164. text-transform:none;
  165. }
  166.  
  167. #subtitle {
  168. color:#000000;
  169. font-family:'Open Sans', sans-serif;
  170. font-size:11px;
  171. font-style:normal;
  172. font-weight:normal;
  173. letter-spacing:0px;
  174. text-decoration:none;
  175. text-align:left;
  176. text-transform:none;
  177. }
  178.  
  179. #box {
  180. margin-top:20px;
  181. }
  182.  
  183. .box-title {
  184. color:#000000;
  185. font-family:'Montserrat', sans-serif;
  186. font-size:12px;
  187. font-style:normal;
  188. font-weight:normal;
  189. letter-spacing:0px;
  190. text-decoration:none;
  191. text-align:left;
  192. text-transform:uppercase;
  193. }
  194.  
  195. .box-content {
  196. color:#000000;
  197. font-family:'Open Sans', sans-serif;
  198. font-size:11px;
  199. font-style:normal;
  200. font-weight:normal;
  201. letter-spacing:0px;
  202. margin-top:10px;
  203. text-decoration:none;
  204. text-align:justify;
  205. text-transform:none;
  206. }
  207.  
  208. .navigation {
  209. background:#fafafa;
  210. color:#000000;
  211. font-family:'Open Sans', sans-serif;
  212. font-size:10px;
  213. font-style:normal;
  214. font-weight:normal;
  215. letter-spacing:0px;
  216. margin-bottom:10px;
  217. padding:20px;
  218. text-decoration:none;
  219. text-align:left;
  220. text-transform:uppercase;
  221. }
  222.  
  223. .navigation-title {
  224. color:#000000;
  225. display:inline-block;
  226. font-family:'Montserrat', sans-serif;
  227. font-size:10px;
  228. font-style:normal;
  229. font-weight:normal;
  230. letter-spacing:0px;
  231. margin-right:5px;
  232. text-decoration:none;
  233. text-align:left;
  234. text-transform:uppercase;
  235. }
  236.  
  237. .navigation a {
  238. border-bottom:none;
  239. color:#aaaaaa;
  240. display:inline-block;
  241. margin-right:5px;
  242. }
  243.  
  244. .navigation a:hover {
  245. color:#cfcfcf;
  246. }
  247.  
  248. #credit {
  249. background:#ffffff;
  250. border:1px solid #eeeeee;
  251. bottom:15px;
  252. color:#000000;
  253. float:right;
  254. font-family:'Open Sans', sans-serif;
  255. font-size:10px;
  256. font-style:normal;
  257. font-weight:normal;
  258. letter-spacing:0px;
  259. padding:5px;
  260. position:fixed;
  261. right:15px;
  262. text-align:justify;
  263. text-decoration:none;
  264. text-transform:uppercase;
  265. }
  266.  
  267. #credit a {
  268. border-bottom:none;
  269. color:#000000;
  270. }
  271.  
  272. #credit a:hover {
  273. color:#cfcfcf;
  274. }
  275.  
  276. {CustomCSS}</style></head><body>
  277.  
  278. <div id="container">
  279.  
  280. <div id="links">
  281. <a href="/" title="Home"><i class="fa fa-home fa-lg" aria-hidden="true"></i></a>
  282. <a href="/ask" title="Ask"><i class="fa fa-envelope fa-lg" aria-hidden="true"></i></a>
  283. <a href="/" title="Link One"><i class="fa fa-link fa-lg" aria-hidden="true"></i></a>
  284. <a href="/" title="Link Two"><i class="fa fa-link fa-lg" aria-hidden="true"></i></a>
  285. <a href="/" title="Link Three"><i class="fa fa-link fa-lg" aria-hidden="true"></i></a>
  286. <a href="/archive" title="Archive"><i class="fa fa-folder fa-lg" aria-hidden="true"></i></a>
  287. </div>
  288.  
  289. <div id="ancontainer">
  290.  
  291. <div id="title">Starburst</div>
  292.  
  293. <div id="subtitle">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</div>
  294.  
  295. <div id="box">
  296.  
  297. <div class="box-title">About the blogger</div>
  298.  
  299. <div class="box-content">
  300. <img src="http://i.imgur.com/NLgYydR.png" align="left" style="border:1px solid #f5f5f5;height:60px;margin-right:5px;padding:3px;width:60px;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  301. <br><br>
  302. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu.
  303. <br><br>
  304. Donec placerat mauris commodo dolor. Nulla tincidunt. Nulla vitae augue. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.
  305. </div>
  306.  
  307. </div>
  308.  
  309. <div id="box">
  310.  
  311. <div class="box-title">Navigation</div>
  312.  
  313. <div class="box-content">
  314.  
  315. <div class="navigation">
  316. <div class="navigation-title">Category 1</div>
  317. <a href="/">Link One</a>
  318. <a href="/">Link Two</a>
  319. <a href="/">Link Three</a>
  320. <a href="/">Link Four</a>
  321. <a href="/">Link Five</a>
  322. <a href="/">Link Six</a>
  323. <a href="/">Link Seven</a>
  324. </div>
  325.  
  326. <div class="navigation">
  327. <div class="navigation-title">Category 2</div>
  328. <a href="/">Link One</a>
  329. <a href="/">Link Two</a>
  330. <a href="/">Link Three</a>
  331. <a href="/">Link Four</a>
  332. <a href="/">Link Five</a>
  333. <a href="/">Link Six</a>
  334. <a href="/">Link Seven</a>
  335. </div>
  336.  
  337. <div class="navigation" style="margin-bottom:0px;">
  338. <div class="navigation-title">Category 3</div>
  339. <a href="/">Link One</a>
  340. <a href="/">Link Two</a>
  341. <a href="/">Link Three</a>
  342. <a href="/">Link Four</a>
  343. <a href="/">Link Five</a>
  344. <a href="/">Link Six</a>
  345. <a href="/">Link Seven</a>
  346. </div>
  347.  
  348. </div>
  349.  
  350. </div>
  351.  
  352. </div>
  353.  
  354. </div>
  355.  
  356. <div id="credit">
  357. <a href="http://extasisthemes.tumblr.com/">ET</a>
  358. </div>
  359.  
  360. </body>
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement