Advertisement
Alliecatisallama

Tags Page 3

Dec 1st, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5.  
  6. TAGS THEME 3 ALLIECATISALLAMA
  7. DO NOT REMOVE CREDIT! OR STEAL AND REDISTRIBUTE. OTHERWISE IMMA FEED ROTTEN CAT FOOD TO YOU
  8.  
  9. -->
  10.  
  11. <head>
  12. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <style type="text/css">
  17.  
  18. /* BODY */
  19.  
  20. body {
  21. background-image: url('URL HERE');
  22. background-attachment: fixed;
  23. background-color: #f4f5f5;
  24. }
  25.  
  26. /* MAIN CONTENT */
  27. #container {
  28. width: 600px;
  29. margin: auto;
  30. font-family: Arial;
  31. font-size: 10px;
  32. color: #232826;
  33. text-transform: uppercase;
  34. letter-spacing: 2px;
  35. }
  36.  
  37. /* HEADERS */
  38. #header1 {
  39. font-family:consolas;
  40. font-size:30px;
  41. color:#232826;
  42. text-transform:uppercase;
  43. text-align:center;
  44. letter-spacing:4px;
  45. position:fixed;
  46. background-color:#e7eae9;
  47. height:110px;
  48. width:110px;
  49. margin-left:95px;
  50. margin-top:260px;
  51. }
  52.  
  53. #header2 {
  54. font-family:consolas;
  55. font-size:30px;
  56. color: #232826;
  57. text-transform:uppercase;
  58. text-align: center;
  59. letter-spacing:4px;
  60. position: fixed;
  61. background-color:#e7eae9;
  62. height:110px;
  63. width:110px;
  64. margin-left:375px;
  65. margin-top:260px;
  66. }
  67.  
  68. /* LINKS */
  69. a {
  70. color: #232826;
  71. text-decoration: none;
  72. }
  73.  
  74. #theme {
  75. position: fixed;
  76. bottom: 0px;
  77. right: 0px;
  78. font-family: Arial;
  79. font-size: 8px;
  80. text-transform: uppercase;
  81. text-align: right;
  82. letter-spacing: 1px;
  83. }
  84.  
  85. </style>
  86. </head>
  87. <body>
  88.  
  89. <div id="container">
  90. <div id="header1"><br><a href="/">old</a></div>
  91. <div id="header2"><br><a href="/">new</a></div>
  92.  
  93.  
  94. <div id="theme"><a href="http://alliecatisallama.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  95.  
  96. </body>
  97. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement