Advertisement
dylanohelps

Applications Page #1

Jun 21st, 2013
3,422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!----------------------
  4.  
  5. APPLICATIONS THEME #1 by JAKEHELPS
  6. #1: Do not redistribute & claim as your own.
  7. #2: Do not remove the credit.
  8.  
  9. ---------------------------->
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}" />
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  23.  
  24. <link href='http://fonts.googleapis.com/css?family=Cabin+Condensed' rel='stylesheet' type='text/css'>
  25.  
  26.  
  27.  
  28. <meta name="text:Main Page" content="">
  29. <meta name="text:Main Page Ask" content="">
  30. <meta name="text:Tumblr URL" content="">
  31. <meta name="text:Link 1" content="">
  32. <meta name="text:Link 1 URL" content="">
  33. <meta name="text:Link 2" content="">
  34. <meta name="text:Link 2 URL" content="">
  35. <meta name="text:Link 3" content="">
  36. <meta name="text:Link 3 URL" content="">
  37.  
  38. <meta name="image:Background" content="">
  39.  
  40. <meta name="color:Text" content="">
  41. <meta name="color:App Box BG" content="">
  42.  
  43. </head>
  44. <style type="text/css">
  45. body {
  46. padding: 0;
  47. margin: 0;
  48. list-style: none;
  49. background-color: #FEFEFE;
  50. background-attachment: fixed;
  51. background-image:url('{image:background}');
  52.  
  53. }
  54.  
  55. a {
  56. text-decoration: none;
  57. color: black;
  58. }
  59.  
  60. ::-webkit-scrollbar-thumb:vertical {
  61. height:10px;
  62. background-color: transparent;
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {
  66. height:30px;
  67. background-color: transparent; }
  68.  
  69. ::-webkit-scrollbar {
  70. height: 10px;
  71. width: 5px;
  72. background-color: {color:Text}; }
  73.  
  74.  
  75. #container {
  76. margin: auto;
  77. text-align: center;
  78. width: 1000px;
  79. margin-top: 200px;
  80. }
  81.  
  82. #submitbox {
  83. width: 500px;
  84. }
  85.  
  86. #form {
  87. width: 300px;
  88. height: 300px;
  89. background-color: #202020;
  90. display: block;
  91. margin-left: 520px;
  92. padding: 30px;
  93. margin-top: -350px;
  94. }
  95.  
  96. .form-title {
  97. font-family: cabin condensed;
  98. font-size: 20px;
  99. color: {color:Text};
  100. text-align: center;
  101. text-transform: uppercase;
  102. }
  103.  
  104. .description {
  105. display: block;
  106. height: 260px;
  107. overflow: auto;
  108. font-family: cabin condensed;
  109. font-size: 12px;
  110. color: {color:Text};
  111. margin-top: 10px;
  112. letter-spacing: 1px;
  113. }
  114.  
  115. .link {
  116. display: block;
  117. padding: 10px;
  118. text-align: center;
  119. }
  120.  
  121. .link a {
  122. font-family: cabin condensed;
  123. font-size: 12px;
  124. color: {color:Text};
  125. text-transform: uppercase;
  126. padding: 10px;
  127. letter-spacing: 2px;
  128. }
  129.  
  130.  
  131. </style>
  132. <body>
  133.  
  134. <div id="container">
  135. <div id="submitbox">
  136.  
  137. <p><iframe id="submit_form" src="http://www.tumblr.com/submit_form/{text:Tumblr URL}.tumblr.com" frameborder="0" height="500" scrolling="no" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  138.  
  139. <div class="link">
  140. <a href="{text:Main Page}">Main Page</a>
  141. <a href="{text:Main Page Ask}">Contact</a>
  142. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  143. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  144. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  145. </div>
  146. </div>
  147.  
  148. <div id="form">
  149. <div class="form-title">{Title}</div>
  150. <div class="description">
  151. {description}
  152. </div>
  153.  
  154. </div>
  155. </div>
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement