aethemes

Delta Page

Oct 6th, 2013
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.85 KB | None | 0 0
  1. <!--
  2. Delta Page Theme designed and created by Luis, brought to you by Aesthetic Themes.
  3.  
  4. Thank you for choosing our themes!
  5.  
  6. By using this theme you're agreeing to NOT to do any of the following:
  7. - removing the credit(s) or alter them in any way;
  8. - stealing any parts/codes of the theme and claiming them as yours;
  9. - editing the HTML and claiming it to be yours;
  10. - using this theme as base code;
  11. violating any of these terms will result in blog suspension/termination.
  12. -->
  13. <html>
  14. <head>
  15. <link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'>
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <style type="text/css">
  20. ::-webkit-scrollbar {width:7px;height:7px;background:#ccc;}
  21. ::-webkit-scrollbar-thumb {background:#ccc;}
  22.  
  23. body{
  24. font-size:10pt;
  25. font-family: 'Archivo Narrow', sans-serif;
  26. line-height:15px;
  27. color:#525252;
  28. text-align:center;
  29. background:#242424;}
  30.    
  31. a:link, a:active, a:visited{
  32. color:#525252;
  33. text-decoration:none;}
  34. a:hover{
  35. color:#000000;}
  36.  
  37. .content{
  38. width:700px;
  39. height:auto;
  40. margin:0 auto;}
  41.  
  42. .header{
  43. width:100%;
  44. font-family: 'Open Sans', sans-serif;
  45. font-weight:700;
  46. margin-top:50px;
  47. color:#fff;
  48. font-size: 28pt;}
  49.  
  50. .back{
  51. width:100%;
  52. margin-top:15px;
  53. font-size:8pt;
  54. color:#fff;}
  55. .back a:link, a:active, a:visited{
  56. color:#fff;}
  57. .back a:hover{
  58. color:#fff;}
  59.  
  60. .title{
  61. font-size:14pt;
  62. margin:-10px -10px 10px -10px;
  63. padding:10px;
  64. background:#eee;}
  65.    
  66. .about{
  67. width:315px;
  68. margin-top:30px;
  69. position:absolute;
  70. padding:10px;
  71. background:#f8f8f8;
  72. height:auto;}
  73.  
  74. .links{
  75. width:315px;
  76. margin-top:30px;
  77. position:relative;
  78. padding:10px;
  79. float:right;
  80. height:auto;
  81. background:#f8f8f8;}
  82. </style>
  83. <body>
  84. <div class="content">
  85. <div class="header">
  86. {Title}
  87. </div>
  88. <div class="back">
  89. <a href="/">←  back to blog</a>
  90. </div>
  91. <div class="about">
  92. <h1 class="title">About</h1>
  93.  
  94.  
  95. Feel free to add whatever you want here...
  96.  
  97.  
  98. </div><!--- About --->
  99. <div class="links">
  100. <h1 class="title">Links</h1>
  101. <span style="line-height:20px;">
  102.  
  103. <!--- Here goes the links you want. Change the # to an url. --->
  104. <a href="#">Custom Link</a><br>
  105. <a href="#">Custom Link</a><br>
  106. <a href="#">Custom Link</a><br>
  107. <a href="#">Custom Link</a><br>
  108.  
  109.  
  110. </span>
  111. </div><!--- Links --->
  112. </div><!--- Content --->
  113. <div style="position:fixed;z-index:99999999; !important;top:27px;right:3px;"><a href="http://aesthetic-themes.tumblr.com"><img src="http://static.tumblr.com/wpm3fau/FLGmm1cfw/it.png"></a></div>
  114. <div style="position:fixed;bottom:16px;right:5px;z-index:9999999;"><a href="http://aesthetic-themes.tumblr.com/"><img src="http://static.tumblr.com/eogznet/aKvmr12r1/ae.png" height="25" title="Aesthetic Themes"></a></div>
  115. </body>
  116. </html>
Advertisement
Add Comment
Please, Sign In to add comment