Advertisement
wtfAnna

theme 7-a

Sep 30th, 2014
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <html>
  2. <!--Theme by lookinfoyou @biebamariez
  3. i f y o u u s e c r e d i t.-->
  4. <head>
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}" />
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  8.  
  9. <style type="text/css">
  10.  
  11. /* links */
  12. a:link, a:visited, a:active {color: #000; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  13. a:hover {color: #ff69b4; -webkit-transition-duration: .79s; }
  14.  
  15. #body{
  16. font-family:'arial';
  17. background-color:#fff;
  18. }
  19.  
  20. #title{
  21. position:10000000000;
  22. position:fixed;
  23. margin-left:350px;
  24. margin-top:140px;
  25. text-align:center;
  26. font-family:Arial;
  27. letter-spacing:-2px;
  28. color:#000;
  29. font-weight:bold;
  30. width:800px;
  31. height:80px;
  32. padding:10px;
  33. line-height:90px;
  34. font-size:25px;
  35. }
  36.  
  37. #description{
  38. position:10000000000;
  39. position:fixed;
  40. margin-left:600px;
  41. margin-top:210px;
  42. text-align:justify;
  43. font-family:Arial;
  44. letter-spacing:-1px;
  45. color:#000;
  46. width:300px;
  47. height:80px;
  48. padding:10px;
  49. line-height:10px;
  50. font-size:15px;
  51. }
  52.  
  53. #image{
  54. position:fixed;
  55. width:150px;
  56. height:150px;
  57. margin-left:440px;
  58. margin-top:180px;
  59. }
  60. #image img{
  61. width:160px;
  62. height:160px;
  63. }
  64.  
  65. #links{
  66. position:10000000000;
  67. position:fixed;
  68. margin-left:350px;
  69. margin-top:300px;
  70. text-align:center;
  71. font-family:Arial;
  72. color:#000;
  73. font-weight:bold;
  74. width:800px;
  75. height:80px;
  76. padding:20px;
  77. line-height:90px;
  78. font-size:15px;
  79. }
  80.  
  81. /*DON'T TOUCH HERE*/
  82. #cred {font-family:'calibri';
  83. position:fixed;
  84. font-size:12px;
  85. right:10px;
  86. bottom:10px;
  87. font-weight:bold
  88. letter-spacing:2px;}
  89. #cred a:hover {
  90. color:;}
  91.  
  92. </style>
  93. <body>
  94. <div id="title">We saying Good bye.</div>
  95.  
  96. <div id="image"><div id="image img"><img src="http://static.tumblr.com/v3pnplp/vHQncqbpa/gn.png"></div></div>
  97.  
  98. <div id="links">
  99. <a href="https://twitter.com/YOURTWITTERHERE">Twitter</a>
  100. -
  101. <a href="https://YOUROTHERTUMBLRHERE.tumblr.com">Personal</a>
  102. </div>
  103.  
  104. <div id="description">cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. suspendisse sed ligula. sed volutpat odio non turpis gravida luctus. praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu. donec placerat mauris commodo dolor. nulla tincidunt. nulla vitae augue. suspendisse ac pede. cras tincidunt pretium felis. cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. pellentesque porttitor mi id felis. maecenas nec augue. praesent a quam pretium leo congue accumsan.</div>
  105.  
  106. <div id="cred"><a href="https://lookinfoyou.tumblr.com"><small>♥</small></a></div>
  107. </body>
  108. </head>
  109. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement