Advertisement
shotforthesky

Silhouette | New URL Tumblr Layout

Oct 15th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!-- theme by Mimì @ siderumvis.tumblr.com / fireworkprodz.deviantart.com
  5. preview background and left half circle pic by Subham Dash @ pexels.com
  6. https://www.pexels.com/photo/silhouette-of-person-walking-1046896/
  7. -->
  8.  
  9. <link href="https://fonts.googleapis.com/css?family=Alice|Open+Sans" rel="stylesheet">
  10.  
  11.  
  12.  
  13. <!-- Customize Options -->
  14.  
  15. <meta name="color:Left Background" content="#000000"/>
  16. <meta name="color:Right Background" content="#ffffff"/>
  17. <meta name="color:Left Circle" content="#ffffff"/>
  18. <meta name="color:Right Circle" content="#000000"/>
  19. <meta name="color:Border" content="#054F5A"/>
  20. <meta name="color:Text" content="#ffffff" />
  21. <meta name="color:Link" content="#C48A62"/>
  22.  
  23. <meta name="font:Title" content="Goergia"/>
  24.  
  25. <meta name="image:Right Background" content="https://static.tumblr.com/xwu3ezh/UMepgnw4g/pexels-photo-1046896.jpeg"/>
  26. <meta name="image:Left Background" content=""/>
  27. <meta name="image:Right Circle" content=""/>
  28. <meta name="image:Left Circle" content="https://static.tumblr.com/xwu3ezh/UMepgnw4g/pexels-photo-1046896.jpeg"/>
  29.  
  30. <meta name="text:Right Circle Image Size" content="cover" />
  31. <meta name="text:Left Circle Image Size" content="cover" />
  32. <meta name="text:Right Circle Image Position" content="center center"/>
  33. <meta name="text:Left Circle Image Position" content="center center"/>
  34. <meta name="text:Left Background Image Position" content="left center"/>
  35. <meta name="text:Right Background Image Position" content="right center"/>
  36. <meta name="text:Invert Colors Credits" content="100%"/>
  37.  
  38. <meta name="text:Infos on the Left" content="write here more infos" />
  39. <meta name="text:Old URL" content="write here your old url" />
  40. <meta name="text:New URL" content="write here your new url" />
  41.  
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}
  46. <meta name="description" content="{MetaDescription}" />
  47. {/block:Description}
  48.  
  49. <style type="text/css">
  50.  
  51. body {
  52. text-align:center;
  53. overflow:hidden;
  54. }
  55.  
  56. #left_background {
  57. width:50%;
  58. height:105%;
  59. background-color:{color:Left Background};
  60. background-image:url("{image:Left Background}");
  61. background-size:cover;
  62. background-position:{text:Left Background Image Position};
  63. left:0px;
  64. position:absolute;
  65. top:-10px;
  66. overflow:hidden;
  67. }
  68.  
  69. #right_background {
  70. top:-10px;
  71. position:absolute;
  72. width:50%;
  73. height:105%;
  74. background-size:cover;
  75. background-position:{text:Right Background Image Position};
  76. background-color:{color:Right Background};
  77. background-image:url("{image:Right Background}");
  78. right:0px;
  79. overflow:hidden;
  80. }
  81.  
  82.  
  83. #left_circle_box {
  84. width:50%;
  85. height:105%;
  86. background-color:none;
  87. background-image:none;
  88. left:0px;
  89. position:absolute;
  90. }
  91.  
  92. #right_circle_box {
  93. position:absolute;
  94. width:50%;
  95. height:100%;
  96. background-color:none;
  97. background-image:none;
  98. right:0px;
  99. }
  100.  
  101. .half-circle {
  102. margin-top:15%;
  103. float:right;
  104. width: 200px;
  105. height: 400px;
  106. border-top-left-radius: 200px;
  107. border-bottom-left-radius: 200px;
  108. background-image: url("{image:Left Circle}");
  109. background-color:{color:Left Circle};
  110. background-size:{text:Left Circle Image Size};
  111. background-position:{text:Left Circle Image Position};
  112. }
  113.  
  114. .half-circles {
  115. margin-top:15%;
  116. left:0px;
  117. width: 199px;
  118. height: 399px;
  119. border-top-right-radius: 200px;
  120. border-bottom-right-radius: 200px;
  121. background-image: url("{image:Right Circle}");
  122. background-color:{color:Right Circle};
  123. background-size:{text:Right Circle Image Size};
  124. background-position:{text:Right Circle Image Position};
  125. border:1px solid {color:Border};
  126. border-left:none;
  127. }
  128.  
  129. .description {
  130. color:{color:Text};
  131. text-align:left;
  132. text-decoration:none;
  133. font-family: 'Alice', serif;
  134. line-height:120%;
  135. z-index:100;
  136. font-size:20px;
  137. margin-top:70%;
  138. margin-left:3%;
  139. }
  140.  
  141. a {
  142. color:{color:Link};
  143. text-decoration:underline;
  144. }
  145.  
  146.  
  147. .infos {
  148. color:{color:Text};
  149. text-align:justify;
  150. text-decoration:none;
  151. font-family: 'Open Sans', sans-serif;
  152. line-height:15px;
  153. z-index:100;
  154. font-size:15px;
  155. margin-top:40%;
  156. margin-left:8%;
  157. font-weight:bold;
  158. width:50%;
  159. height:auto;
  160. line-height:140%;
  161. }
  162.  
  163. .infos:first-letter {
  164. text-transform:uppercase;
  165. }
  166.  
  167.  
  168. </style>
  169.  
  170. <body>
  171.  
  172. <div style="opacity:0.5;position:fixed;z-index:100;bottom:1%;right:1%;filter:invert({text:Invert Colors Credits});">
  173. <a href="http://fireworkprodz.deviantart.com" title="credits">
  174. <img src="https://static.tumblr.com/xwu3ezh/T3Opglmuj/logo-piccolo-siderum-vis-senza-background.svg" width="39px" height="39px"/>
  175. </a>
  176. </div>
  177.  
  178. <div id="left_background">
  179. <div class="infos">
  180. {text:Infos on the Left}
  181. </div>
  182.  
  183. </div>
  184. <div id="right_background"></div>
  185.  
  186.  
  187. <div id="left_circle_box">
  188. <div class="half-circle"></div>
  189. </div>
  190. <div id="right_circle_box">
  191. <div class="half-circles">
  192. <div class="description">
  193. {text:Old URL} <br> moved to <br>
  194. <a href="http://{text:New URL}.tumblr.com">{text:New URL}</a>
  195. </div>
  196. </div>
  197. </div>
  198.  
  199. </div>
  200.  
  201. </body>
  202.  
  203.  
  204. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement