Advertisement
delacrumo

Customizable Tumblr Page 1.

Jan 4th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. <style>
  2. .sf {
  3. display: none;
  4. }
  5. table {
  6. visibility: hidden;
  7. }
  8. #table, #table table {
  9. visibility: visible;
  10. }
  11. body {
  12. background: #EEF3E2 ;
  13. }
  14. body, td {
  15. font: normal 9px verdana;
  16. color: #8B8378;
  17. }
  18. a {
  19. text-decoration: none;
  20. color: #8B8378;
  21. }
  22. a:hover {
  23. color: # #8B8378;
  24. }
  25. b {
  26. color: #8B8378;
  27. }
  28. i {
  29. color: # #8B8378;
  30. }
  31. h1 {
  32. font: bold 13px arial;
  33. color: #8B8378;
  34. text-transform: lowercase;
  35. text-align: left;
  36. padding: 2px;
  37. margin: 1px;
  38. letter-spacing: 3px;
  39. word-spacing: -4px;
  40. border-left: 20px solid #EEF3E2;
  41. }
  42. h2 {
  43. font: normal 7px small fonts;
  44. color: #8B8378;
  45. text-transform: uppercase;
  46. text-align: left;
  47. padding: 3px;
  48. margin: 1px;
  49. }
  50. h3 {
  51. font: normal 25px arial;
  52. color: #888888;
  53. text-transform: lowercase;
  54. text-align: left;
  55. padding: 0px;
  56. margin: 0px;
  57. letter-spacing: -2px;
  58. word-spacing: -3px;
  59. }
  60. h3 b {
  61. font-weight: normal;
  62. color: #f44e79;
  63. }
  64. h4 {
  65. font: normal 10px arial;
  66. color: #888888;
  67. text-transform: uppercase;
  68. text-align: left;
  69. padding: 0px;
  70. margin: 0px 0px 10px 0px;
  71. letter-spacing: 3px;
  72. }
  73. #tlipos {
  74. margin: 0px;
  75. visibility: visible;
  76. }
  77. #blocklink a {
  78. display: block;
  79. font: normal 7px small fonts;
  80. color: #8B8378;
  81. text-transform: uppercase;
  82. text-align: left;
  83. padding: 6px;
  84. margin: 1px;
  85. border-bottom: 1px solid #eeeeee;
  86. }
  87. #blocklink a:hover {
  88. color: #8B8378;
  89. background: none;
  90. }
  91. #table {
  92. margin-top: 30px;
  93. }
  94. #side {
  95. width: 200px;
  96. padding: 10px;
  97. background: #ffffff;
  98. text-align: left;
  99. }
  100. #main {
  101. padding: 10px;
  102. background: #ffffff;
  103. }
  104. #container {
  105. width: 420px;
  106. height: 320px;
  107. overflow: hidden;
  108. }
  109. #box {
  110. width: 420px;
  111. height: 320px;
  112. overflow: auto;
  113. }
  114. </style>
  115. <div align="center">
  116.  
  117. <table id="table" cellpadding="0" cellspacing="15"><tr valign="top">
  118. <td id="side">
  119.  
  120. <h1>Navigation</h1>
  121. <div id="blocklink">
  122. <a href="/">Link</a>
  123. <a href="/">Link</a>
  124. <a href="/">Link</a>
  125. <a href="/">Link</a>
  126. </div>
  127.  
  128. </td>
  129. <td id="main">
  130. <div id="container">
  131.  
  132. <a name="one"></a>
  133. <div id="box">
  134. <h3>title header</h3>
  135. <h4>Subheader</h4>
  136.  
  137. <h1>header one</h1>
  138. <a href="/">link</a> <b>bold</b> <i>italic</i> text<p>
  139. completely customizable. change the colors in the code. use this page for your about me, tags, hiatus or any other sort of page. includes a link navigation. add or remove headers. please do not remove credit.
  140.  
  141. <h1>header two</h1>
  142.  
  143. text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text<p>
  144.  
  145. <h1>Credit</h1>
  146. misc page two by <a href="http://delacrumo.tumblr.com">delacrumo</a>.
  147. </div>
  148.  
  149. <a name="two"></a>
  150. <div id="box">
  151. </div>
  152. </div>
  153. </td>
  154. </tr></table>
  155. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement