Advertisement
gendreh

words are all we have

May 12th, 2013
2,533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. <!-- ♡ LINKS PAGE BY GENDREH, PLEASE DO NOT REMOVE CREDIT OR USE AS BASE CODE, HAVE A NICE DAY! ♡ -->
  2.  
  3.  
  4. <head>
  5.  
  6.  
  7. <link rel="shortcut icon" href="{favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{rss}">
  9.  
  10. <style type="text/css">
  11.  
  12.  
  13.  
  14. body
  15. {font-family: times;
  16. font-size: 11px;
  17. color: #000;
  18. background-position: fixed;
  19. background-attachment:fixed;
  20. background-repeat:repeat;
  21. background-color:#fff;}
  22.  
  23.  
  24. a:link, a:active, a:visited{
  25. color: #000;
  26. text-decoration: none;
  27.  
  28. }
  29.  
  30. #title {
  31. width:550px;
  32. height:auto;
  33. font-family: georgia;
  34. color: #000;
  35. font-size:8px;
  36. margin-left: 30.5%;
  37. line-height:18px;
  38. padding:0px;
  39. margin-top: -60px;
  40. text-align:center;
  41. text-transform:uppercase;
  42. background-color:#fff;
  43. letter-spacing: 5px;
  44.  
  45. }
  46.  
  47. #cookies {
  48. width:550px;
  49. height:auto;
  50. font-family: garamond;
  51. color: #000;
  52. font-size:10px;
  53. margin-left: 30.5%;
  54. line-height:18px;
  55. padding:0px;
  56. margin-top: 250px;
  57. text-align:center;
  58. text-transform:lowercase;
  59. background-color:#fff;
  60.  
  61. }
  62.  
  63. #cupcakes {
  64. width:550px;
  65. height:auto;
  66. font-family: garamond;
  67. color: #000;
  68. font-size:10px;
  69. margin-left: 30.5%;
  70. line-height:18px;
  71. padding:0px;
  72. margin-top: 0px;
  73. text-align:center;
  74. text-transform:lowercase;
  75. background-color:#fff;
  76.  
  77. }
  78.  
  79. #credit {
  80.  
  81. height:auto;
  82. font-family: garamond;
  83. color: #000;
  84. font-size:10px;
  85. margin-right: 0px;
  86. line-height:18px;
  87. padding:0px;
  88. margin-top: 410px;
  89. text-transform:lowercase;
  90. background-color:#fff;
  91.  
  92. }
  93.  
  94. </style>
  95.  
  96. <!-- ♡ YOU CAN CHANGE YOUR LINKS BELOW, I HOPE IT'S FAIRLY SIMPLE TO FIGURE OUT ♡ -->
  97.  
  98. <div id="cookies"> -
  99.  
  100. <a href=" ">link one</a> -
  101. <a href=" ">link two</a> -
  102. <a href=" ">link three</a> -
  103.  
  104. </div>
  105.  
  106. <div id="cupcakes"> -
  107.  
  108. <a href=" ">link four</a> -
  109. <a href=" ">link five</a> -
  110.  
  111. </div>
  112.  
  113. <div id="title">
  114.  
  115.  
  116. <b>
  117.  
  118. <a href="/">home</a>
  119. <a href="/ask">ask</a>
  120. <a href="/archive">archive</a></b>
  121.  
  122. </div>
  123.  
  124. <div id="credit">
  125.  
  126. <a href="http://gendreh.tumblr.com">©</a>
  127.  
  128. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement