Advertisement
misscharliepace

Theme 23/New URL theme by gwapple

Sep 21st, 2013
1,051
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.  
  3. <!------NEW URL theme by gwapple, please don't do any of those 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. <meta name="image:sidebar" content="">
  16.  
  17. <meta name="text:newurl" content="">
  18.  
  19. <style type="text/css">
  20.  
  21. body{
  22. color:{color:text};
  23. font-family:cambria;
  24. font-size:9px;
  25. text-align:justify;
  26. background-color:{color:background};
  27. }
  28.  
  29. a:link {
  30. -webkit-transition: all 0.5s ease;
  31. -moz-transition: all 0.5s ease;
  32. -o-transition: all 0.5s ease;
  33. text-decoration:none; color:{color:link};}
  34. a:visited {text-decoration:none; color:{color:link};}
  35. a:hover {
  36. -webkit-transition: all 0.5s ease-in-out;
  37. transition: all 0.5s ease-in-out;
  38. text-decoration:none; color:#999999}}
  39. a:active {text-decoration:none; color:{color:link};}
  40.  
  41. #description{
  42. opacity:0;
  43. -webkit-transition: all 1.3s ease-in-out;
  44. transition: all 1.3s ease-in-out;
  45. border:solid 1px #d2d2d2;
  46. background-color:{color:background};
  47. width:100px;
  48. height:100px;
  49. margin-top:-100px;
  50. margin-left:-100px;
  51. left:55%;
  52. top:50%;
  53. position:fixed;
  54. padding:7.5px;
  55. }
  56.  
  57. #description:hover {
  58. opacity:0.9;
  59. -webkit-transition: all 1.3s ease-in-out;
  60. transition: all 1.3s ease-in-out;
  61. }
  62.  
  63. #sidebarimage {
  64. -webkit-transition: all 1.2s ease-in-out;
  65. transition: all 1.2s ease-in-out;
  66. width:150px;
  67. height:150px;
  68. margin-left:-130px;
  69. margin-top:-130px;
  70. left:55%;
  71. top:50%;
  72. position:fixed;
  73. border:double #e5e5e5;
  74. padding:10px;
  75. }
  76.  
  77. #sidebarimage:hover {
  78. opacity:0.8;
  79. -webkit-transition: all 1.3s ease-in-out;
  80. transition: all 1.3s ease-in-out;
  81. }
  82.  
  83. #linkses {
  84. margin-left:-120px;
  85. margin-top:50px;
  86. left:55.5%;
  87. top:50%;
  88. width:150px;
  89. text-transform:uppercase;
  90. font-size:7px;
  91. position:absolute;
  92. background:{color:background};
  93. }
  94.  
  95. #linkses:hover ~ #description {
  96. opacity:0.9;
  97. }
  98.  
  99. {CustomCSS}</style></head><body>
  100.  
  101. <div id="sidebarimage">
  102. <img src="{image:sidebar}" height="150" width="150">
  103. </center>
  104. </div>
  105.  
  106. <div id="linkses">
  107. <div style="height:30px;width:150px;">
  108. <center>
  109. <a href="/">Refresh </a> |
  110. <span style="font-size:16px;
  111. font-family:copperlate gothic light;"><b><i><a href="http://{text:newurl}.tumblr.com">I'M HERE</a></b></i></span> |
  112. <a href="http://gwapple.tumblr.com">Credit</a href>
  113. </center>
  114. </div>
  115. </div>
  116.  
  117. <div id="description">
  118. <i>
  119. {Description}
  120. </i>
  121. </div>
  122.  
  123.  
  124. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement