composeur

Favorites Page (White)

Dec 22nd, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 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 (White)
  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="#ffffff" />
  31. <meta name="color:link" content="#000000" />
  32. <meta name="color:link hover" content="#ffffff" />
  33. <meta name="color:shadow" content="#ffffff" />
  34. <meta name="color:menu background" content="#fafafa" />
  35.  
  36.  
  37.  
  38. <meta name="text:menu font size" content="">
  39.  
  40.  
  41.  
  42.  
  43. <meta name="if:default font" content "1">
  44.  
  45.  
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
  48.  
  49. <link rel="shortcut icon" href="http://assets.tumblr.com/images/default_avatar_16.gif" />
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54.  
  55. /* add urls here */
  56. body {background:{color:background}; padding:20px; font-family:georgia;
  57.  
  58. font-size:{text:font size}; text-align:justify; color:{color:title};
  59.  
  60. /* add background url where it says to */
  61. background-image: url(IMAGE URL HERE);
  62. /* you can change the position of the background image, bottom left, top left, etc. */
  63. background-position: bottom left ;
  64.  
  65. background-attachment: fixed;
  66.  
  67. /* if you'd like the background image to repeat, remove the 'no'. */
  68. background-repeat: no repeat;
  69.  
  70. }
  71.  
  72.  
  73.  
  74. a {text-decoration:none; color:{color:link}; -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;}
  75. a:hover {color:{color:link hover};}
  76.  
  77.  
  78. mains {color:{color:link};font-family: 'Raleway Dots', cursive; font-size:55px; 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 #fff
  79. }
  80.  
  81.  
  82. 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;}
  83.  
  84. iframe#tumblr_controls {
  85. top: 0% !important;
  86. right:0% !important;
  87. position: fixed !important;}
  88.  
  89. </style>
  90.  
  91. <style type="text/css"></style>
  92.  
  93. <meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  94.  
  95.  
  96.  
  97. <body>
  98. <div style="position:fixed; bottom:1px; right:1px; opacity: 0.9"><a href="http://synics.tumblr.com" title="synics">credit</a></div>
  99.  
  100. <mains><Br><br><br><br>
  101. <center><a href="/">Favorite Blogs</a></div>
  102.  
  103.  
  104.  
  105. </mains>
  106. <menu> <center>
  107. <!-- Place a description anywhere here -->
  108.  
  109.  
  110. <Br>
  111.  
  112.  
  113.  
  114. <br><Br><br>
  115.  
  116.  
  117. <select style="width: 150px; border: 0px solid; padding: 3px; color: #000; background-color: #fafafa; font-family: {font:body}; text-transform: lowercase; font-size: {text:menufontsize}px; letter-spacing: 1px;" onChange="location.href=this.options[this.selectedIndex].value;">
  118.  
  119.  
  120. <option value="/">favorite blogs</option>
  121.  
  122.  
  123. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  124. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  125. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  126. <option value="http://URLGOESHERE">BLOG TITLE GOES HERE</option>
  127.  
  128. <!-- ADD MORE URLS BY ADDING ANOTHER OF THESE: <option value="http://URL GOES HERE">BLOG TITLE GOES HERE</option> -->
  129. </select>
  130.  
  131.  
  132. </menu>
  133.  
  134. <br><Br><br>
  135.  
  136. </div>
  137.  
  138. </body>
  139.  
  140. </html>
Advertisement
Add Comment
Please, Sign In to add comment