Advertisement
Guest User

Pull Down Network Theme

a guest
Aug 18th, 2012
2,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 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. <!--- Pull Down Network Theme by Sam (ry-ot.tumblr.com) Please do not remove any credits in the code or on the page. Notations on how to use this code provided. Pages are not supported. -->
  4.  
  5. <html lang="en">
  6. <head>
  7. <link href='http://fonts.googleapis.com/css?family=Expletus+Sans:400,700' rel='stylesheet' type='text/css'>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  12.  
  13. <meta name="color:Background" content="#161718">
  14. <meta name="color:Title" content="#59565a">
  15. <meta name="color:links" content="#ffffff">
  16. <meta name="color:linkshover" content="#59565a">
  17. <meta name="font:Title" content="'Expletus Sans'">
  18. <meta name="if:Background image" content="0">
  19. <meta name="image:Background">
  20.  
  21.  
  22.  
  23. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  24.  
  25. <title>{Title}</title>
  26. <style type="text/css">
  27.  
  28. body {
  29. /* for IE; otherwise, BG isn't fully stretched */
  30. margin: 0px;
  31. background-color:{color:background};
  32. {block:ifbackgroundimage}background-attachment: fixed; background-image:url('{image:Background}');-webkit-background-size: cover;
  33. -moz-background-size: cover;
  34. -o-background-size: cover;
  35. background-size: cover;{/block:ifbackgroundimage}}
  36. }
  37.  
  38.  
  39.  
  40. #container {
  41. position:relative;
  42. margin:auto;
  43. width:800px;
  44. height:100%;
  45. top:10px;
  46. text-align: center;
  47. visibility: visible;
  48. z-index: 100;
  49. }
  50.  
  51. div.menu{
  52. position:fixed;
  53. margin-top:50%;
  54. width:100%;
  55. text-align:center;
  56. }
  57. div.title{
  58. position:fixed;
  59. margin-top:33%;
  60. width:100%;
  61. font-size:40pt;
  62. text-transform:uppercase;
  63. color:{color:Title};
  64. font-family:{font:Title};
  65. }
  66. div.links{
  67. position:fixed;
  68. margin-top:43%;
  69. width:100%;
  70. font-size:15pt;
  71. text-transform:lowercase;
  72. color:{color:links};
  73. font-family:{font:Title};
  74. text-align:center;
  75. }
  76. a, a:visited{
  77. color:{color:links}
  78. }
  79. a:hover{
  80. color:{color:linkshover};
  81. }
  82.  
  83. </style>
  84.  
  85. <SCRIPT TYPE="text/javascript">
  86. <!--
  87. function dropdown(mySel)
  88. {
  89. var myWin, myVal;
  90. myVal = mySel.options[mySel.selectedIndex].value;
  91. if(myVal)
  92. {
  93. if(mySel.form.target)myWin = parent[mySel.form.target];
  94. else myWin = window;
  95. if (! myWin) return true;
  96. myWin.location = myVal;
  97. }
  98. return false;
  99. }
  100. //-->
  101. </SCRIPT>
  102.  
  103. </head>
  104. <body>
  105. <center>
  106. <div id="container">
  107. <div class="title"><font color="{color:Title}">{Title}</font></div>
  108. <div class="links">
  109. <!-- right here is where you put any links. Sorry, I still can't get pages to work right! -->
  110. <a href="http://networkthemes.tumblr.com">Owner</a> &nbsp;&nbsp; ‖ &nbsp;&nbsp; <a href="http://networkthemes.tumblr.com/ask">Apply</a></div>
  111. <div class="menu">
  112. <FORM
  113. ACTION="../cgi-bin/redirect.pl"
  114. METHOD=POST onSubmit="return dropdown(this.gourl)">
  115. <SELECT NAME="gourl">
  116. <!---whatever you want to be defaultly displayed --->
  117. <OPTION VALUE="">Check out these stunners
  118. <!---- Ok so here you put your member urls and then some type of tag or name by them. ---->
  119. <OPTION VALUE="http://ry-ot.tumblr.com" >Owner
  120. <OPTION VALUE="http://ry-otthemes.tumblr.com" >Blog Themes
  121. <OPTION VALUE="http://networkthemes.tumblr.com" >Network Themes
  122.  
  123. </SELECT>
  124. <!--- You can call this anything you want but Go suffices --->
  125. <INPUT TYPE=SUBMIT VALUE="Go">
  126. </FORM>
  127. <!--- please leave one, whichever is visible!--->
  128. <div style="position:fixed; bottom:10px; left:0px; opacity:.8;"><a href="http://networkthemes.tumblr.com" title="credit"><font size=2px color=black>credit</font><font size=2px color=white>credit</font></a></div>
  129. </div>
  130. </body>
  131. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement