Advertisement
jercydee

TWTB #001 by striveattemptfail

May 22nd, 2015
1,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. <!--
  2. SAVED THEME 002: TWTB 001
  3. THEME BY: Jercy @ striveattemptfail.tumblr.com
  4.  
  5. Go ahead and use this as a base but just lemme know or credit me pl0x~
  6. -->
  7.  
  8. <!DOCTYPE html>
  9. <html>
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <meta name="color:Background" content="#2d252a"/>
  17. <meta name="color:Text" content="#5a4954"/>
  18. <meta name="color:Container Background" content="#fff"/>
  19. <meta name="color:Container Border" content="#e6505b"/>
  20. <meta name="color:Links Background" content="#fff"/>
  21. <meta name="color:Links Text" content="#644b74"/>
  22.  
  23. <meta name="text:Old URL" content="oldurl"/>
  24. <meta name="text:New URL" content="anotherurl"/>
  25.  
  26. <meta name="if:Show Description" content="1"/>
  27.  
  28. <head>
  29. <style type="text/css">
  30.  
  31. body {
  32. background: {color:Background};
  33. color: {color:Text};
  34. font-family: Arial;
  35. font-size: 14px;
  36. margin: 0;
  37. padding: 0;
  38. word-wrap: break-word;
  39. white-space: normal;
  40. }
  41.  
  42. a {
  43. color: {color:Container Border};
  44. text-decoration: none;
  45. }
  46.  
  47. a:hover { text-decoration: underline; }
  48.  
  49. #main {
  50. margin-top: 250px;
  51. width: 624px;
  52. margin-left: auto;
  53. margin-right: auto;
  54. }
  55.  
  56. #container {
  57. background: {color:Container Background};
  58. border: 7px solid {color:Container Border};
  59. text-align: right;
  60. width: 400px;
  61. padding: 10px;
  62. border-top-left-radius: 25px;
  63. -webkit-border-top-left-radius: 25px;
  64. -moz-border-radius-topleft: 25px;
  65. border-bottom-right-radius: 25px;
  66. -webkit-border-bottom-right-radius: 25px;
  67. -moz-border-radius-bottomright: 25px;
  68. float: left;
  69. }
  70.  
  71. #container .urls {
  72. font-family: Georgia;
  73. font-weight: bold;
  74. font-size: 30px;
  75. font-style: italic;
  76. letter-spacing: 1px;
  77. margin-bottom: 5px;
  78. text-shadow: rgba(0, 0, 0, .1) 3px 1px 0px;
  79. }
  80.  
  81. #links { padding: 5px 0px; }
  82.  
  83. #links a {
  84. background: {color:Links Background};
  85. color: {color:Links Text};
  86. text-decoration: none;
  87. padding: 5px 10px 5px 25px;
  88. transition: all 0.3s ease-in-out;
  89. -webkit-transition: all 0.3s ease-in-out;
  90. -moz-transition: all 0.3s ease-in-out;
  91. }
  92.  
  93. #links a:hover { padding: 5px 10px 5px 100px; }
  94.  
  95. {CustomCSS}
  96.  
  97. </style>
  98. </head>
  99.  
  100. <body>
  101.  
  102. <div id="main">
  103.  
  104. <div id="container">
  105. <div class="urls">{text:Old URL}</div>
  106. now at
  107. <div class="urls">{text:New URL};;</div>
  108. {block:ifShowDescription} {Description} {block:ifShowDescription}
  109. </div>
  110.  
  111. <div id="links">
  112. <br><a href="http://{text:New URL}.tumblr.com">to new url</a>
  113. <br>
  114. <br><a href="http://tumblr.com/dashboard">back to dash</a>
  115. <br>
  116. <br><a href="http://striveattemptfail.tumblr.com">credit</a>
  117. </div>
  118.  
  119. </div>
  120.  
  121. </body>
  122. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement