Advertisement
misscharliepace

Theme 35 by myknightofflowers

Apr 16th, 2014
1,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 35 by myknightofflowers; don't do any of the things you aren't supposed to do and have a lovely day----->
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#a56262"/>
  14. <meta name="color:link" content="#435363"/>
  15.  
  16. <meta name="text:newurl" content="">
  17.  
  18. <style type="text/css">
  19.  
  20. body{
  21. color:{color:text};
  22. font-family:cambria;
  23. font-size:9px;
  24. text-align:justify;
  25. background-color:{color:background};
  26. }
  27.  
  28. a:link {
  29. -webkit-transition: all 0.5s ease;
  30. -moz-transition: all 0.5s ease;
  31. -o-transition: all 0.5s ease;
  32. text-decoration:none; color:{color:link};}
  33. a:visited {text-decoration:none; color:{color:link};}
  34. a:hover {
  35. -webkit-transition: all 0.5s ease-in-out;
  36. transition: all 0.5s ease-in-out;
  37. text-decoration:none; color:#999999}}
  38. a:active {text-decoration:none; color:{color:link};}
  39.  
  40. #description{
  41. border-top:double #d2d2d2;
  42. border-bottom:double #d2d2d2;
  43. background-color:{color:background};
  44. width:100px;
  45. margin-top:-100px;
  46. margin-left:-100px;
  47. left:55%;
  48. top:50%;
  49. position:fixed;
  50. padding:7px;
  51. font-size:8px;
  52. font-family:georgia;
  53. text-transform:lowercase;
  54. text-align:center;
  55. }
  56.  
  57. {CustomCSS}</style></head><body>
  58.  
  59. <div id="description">
  60. <p><span style="font-size:16px;
  61. font-family:copperlate gothic light;"><a href="http://{text:newurl}.tumblr.com">{Title}</a></span></p>
  62. <p><i>{Description}</i></p>
  63. </div>
  64.  
  65. <div style="position:fixed; bottom:0px; right:10px; font-size:7px;">
  66. <a href="http://myknightofflowers.tumblr.com/">T H E M E </a><br><br>
  67. </div>
  68.  
  69. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement