composeur

Favorites Page (Black)

Dec 22nd, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!--
  5.  
  6.  
  7. Favorites Page (Black)
  8.  
  9.  
  10. Created by:
  11. ╭━━┳╮╱╭┳━╮╭┳━━┳━━╮
  12. ┃━━┫┃╱┃┃╭╮╋┫╭━┫━━┫
  13. ┣━━┃╰━╯┃┃┃┃┃╰━╋━━┃
  14. ╰━━┻━╮╭┻╯╰┻┻━━┻━━╯
  15. ╱╱╱╭━╯┃
  16. ╱╱╱╰━━╯
  17.  
  18.  
  19. Go to your blog settings and add a page (if you don't know how, look up a tutorial on google) click on "custom layout" and paste this code. Tutorials are placed throughout the coding to help add background images. If you are good at html, you can figure out how to change colors and such, and I'll make another favorites page where everything is black.
  20.  
  21.  
  22. -->
  23.  
  24.  
  25. <!-- VARIABLES -->
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  27.  
  28.  
  29. <meta name="color:description" content="#B4B4B4" />
  30. <meta name="color:background" content="#000000" />
  31. <meta name="color:link" content="#ffffff" />
  32. <meta name="color:link hover" content="#000000" />
  33. <meta name="color:shadow" content="#000000" />
  34.  
  35.  
  36.  
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  39.  
  40. <link rel="shortcut icon" href="http://assets.tumblr.com/images/default_avatar_16.gif" />
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45.  
  46. /* add urls here */
  47. body {background:#000000; padding:20px; font-family: 'Raleway Dots', cursive;
  48. font-size:55; text-align:justify; color:#ffffff;
  49.  
  50. /* add background url where it says to */
  51. background-image: url(IMAGE URL HERE);
  52. /* you can change the position of the background image, bottom left, top left, etc. */
  53. background-position: bottom left ;
  54.  
  55. background-attachment: fixed;
  56.  
  57. /* if you'd like the background image to repeat, remove the 'no'. */
  58. background-repeat: no repeat;
  59.  
  60. }
  61.  
  62.  
  63. a {text-decoration:none; font-size:55; color: #ffffff; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  64. a:hover {color: #000000; font-size:55;};}
  65.  
  66.  
  67. mains {color:#ffffff; font-family: 'Raleway Dots', cursive; font-size:70px; line-height:17px; letter-spacing:1px; font-weight:normal; text-transform:lowercase; margin-top:400px; padding:2px; text-align:center; font-style:none; text-shadow:0px 1px 12px #000000
  68. }
  69.  
  70.  
  71. menu{color:{color:description}; font-family:{font:body}; font-size:11px; line-height:13px; letter-spacing:0px; font-weight:normal; margin-top:-10px; padding:0px; text-align:left;}
  72.  
  73. iframe#tumblr_controls {
  74. top: 0% !important;
  75. right:0% !important;
  76. position: fixed !important;}
  77.  
  78. </style>
  79.  
  80. <style type="text/css"></style>
  81.  
  82. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  83.  
  84.  
  85.  
  86. <body>
  87. <div style="position:fixed; bottom:1px; right:1px; opacity: 0.9"><a href="http://synics.tumblr.com" title="synics">credit</a></div>
  88. <center>
  89. <mains><Br><br><br><br>
  90. <big><big><a href="/">Favorite Blogs</a></big></big>
  91. </mains>
  92. <menu> <center>
  93.  
  94. <Br>
  95.  
  96.  
  97. <br>
  98.  
  99.  
  100. <select style="width: 150px; border: 0px solid; padding: 3px; color: #ffffff; background-color: #000000; font-family: {font:body}; text-transform: lowercase; font-size: 12px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  101.  
  102. <option value="/">favorite blogs</option>
  103.  
  104.  
  105. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  106. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  107. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  108. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  109.  
  110. <!-- ADD MORE URLS BY ADDING ANOTHER OF THESE: <option value="http://URL GOES HERE">BLOG TITLE GOES HERE</option> -->
  111. </select>
  112.  
  113.  
  114. </menu>
  115.  
  116. <br><Br><br>
  117.  
  118. </div>
  119.  
  120. </body>
  121.  
  122. </html>
Advertisement
Add Comment
Please, Sign In to add comment