Advertisement
oliviacodes

long time coming

Oct 30th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 KB | None | 0 0
  1. [code]
  2. [dohtml]
  3. <link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
  4. <link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700" rel="stylesheet">
  5.  
  6. <div id="sunrise">
  7. <div id="sunrise-top">
  8. <div id="sunrise-img" style="background-image: url(large image here, will resize to fit)">
  9. </div>
  10. <div id="sunrise-bg">
  11. <div id="sunrise-title">title here, keep it short!</div>
  12. </div>
  13. </div>
  14. <div id="sunrise-main">post here!
  15.  
  16. </div>
  17. <div id="sunrise-info">
  18. <div id="sunrise-gif" style="background-image: url(square gif here, will resize to fit);"></div>
  19. <div id="sunrise-gifscr"></div>
  20. <div id="sunrise-tag" title="tag">@tagged</div>
  21. <div id="sunrise-note">note here, keep it short</div>
  22. </div>
  23. </div>
  24. <a href="http://oliviacodes.tumblr.com"><div style="width: 371px; margin: 10px auto; text-align: right; font-size: 8px; font-family: arial; text-transform: uppercase; color: #aaa;">oliviacodes</div></a>
  25. <style>
  26. @-webkit-keyframes sunrise-title {
  27. 0% {
  28. -webkit-transform: scale(1)
  29. }
  30. 50% {
  31. -webkit-transform: scale(0.94)
  32. }
  33. 100% {
  34. -webkit-transform: scale(1)
  35. }
  36. }
  37. @-moz-keyframes sunrise-title {
  38. 0% {
  39. -moz-transform: scale(1)
  40. }
  41. 50% {
  42. -moz-transform: scale(0.94)
  43. }
  44. 100% {
  45. -moz-transform: scale(1)
  46. }
  47. }
  48. @-ms-keyframes sunrise-title {
  49. 0% {
  50. -ms-transform: scale(1)
  51. }
  52. 50% {
  53. -ms-transform: scale(0.94)
  54. }
  55. 100% {
  56. -ms-transform: scale(1)
  57. }
  58. }
  59. @-o-keyframes sunrise-title {
  60. 0% {
  61. -o-transform: scale(1)
  62. }
  63. 50% {
  64. -o-transform: scale(0.94)
  65. }
  66. 100% {
  67. -o-transform: scale(1)
  68. }
  69. }
  70. #sunrise {
  71. width: 350px;
  72. border: 20px solid #eee;
  73. outline: 1px solid #ccc;
  74. margin: auto;
  75. overflow: hidden
  76. }
  77. #sunrise-top {
  78. width: 350px;
  79. position: relative;
  80. height: 150px;
  81. }
  82. #sunrise-img {
  83. width: 350px;
  84. height: 150px;
  85. background-size: cover;
  86. background-position: center top;
  87. background-image: url(http://placehold.it/350x150);
  88. width: 350px;
  89. overflow: hidden;
  90. -webkit-filter: grayscale(100%);
  91. -moz-filter: grayscale(100%);
  92. -ms-filter: grayscale(100%);
  93. -o-filter: grayscale(100%);
  94. position: absolute;
  95. top: 0px
  96. }
  97. #sunrise-bg {
  98. height: 150px;
  99. width: 350px;
  100. background: rgba(0, 0, 0, 0.6);
  101. position: absolute;
  102. top: 0px;
  103. overflow: hidden
  104. }
  105. #sunrise-title {
  106. font-family: raleway;
  107. font-weight: 900;
  108. font-style: italic;
  109. text-align: center;
  110. line-height: 150px;
  111. font-size: 30px;
  112. color: #DDD9F3;
  113. text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  114. height: 150px;
  115. width: 350px;
  116. position: absolute;
  117. top: 0;
  118. -webkit-animation: sunrise-title 3s infinite;
  119. -moz-animation: sunrise-title 3s infinite;
  120. -ms-animation: sunrise-title 3s infinite;
  121. -o-animation: sunrise-title 3s infinite;
  122. }
  123. #sunrise-main {
  124. background: #333;
  125. padding: 30px;
  126. color: #eee;
  127. text-align: justify;
  128. font-family: poppins;
  129. font-size: 10px;
  130. letter-spacing: 0.3px;
  131. line-height: 14px;
  132. }
  133. #sunrise-main b {
  134. color: #DDD9F3;
  135. font-weight: 600
  136. }
  137. #sunrise-info {
  138. background: #ddd;
  139. position: relative;
  140. width: 350px;
  141. height: 100px;
  142. }
  143. #sunrise-gif {
  144. height: 60px;
  145. width: 60px;
  146. -webkit-border-radius: 100%;
  147. -moz-border-radius: 100%;
  148. -ms-border-radius: 100%;
  149. -o-border-radius: 100%;
  150. -webkit-filter: grayscale(100%);
  151. -moz-filter: grayscale(100%);
  152. -ms-filter: grayscale(100%);
  153. -o-filter: grayscale(100%);
  154. position: absolute;
  155. background-size: cover;
  156. background-image: url(http://placehold.it/60);
  157. top: 20px;
  158. right: 50px;
  159. background-blend-mode: multiply;
  160. background-color: #aaa;
  161. background-position: center;
  162. }
  163. #sunrise-gifscr {
  164. height: 60px;
  165. width: 60px;
  166. mix-blend-mode: multiply;
  167. background: #DDD9F3;
  168. top: 20px;
  169. right: 50px;
  170. position: absolute;
  171. -webkit-border-radius: 100%;
  172. -moz-border-radius: 100%;
  173. -ms-border-radius: 100%;
  174. -o-border-radius: 100%;
  175. }
  176. #sunrise-tag {
  177. height: 50px;
  178. width: 170px;
  179. background: none;
  180. position: absolute;
  181. top: 20px;
  182. left: 50px;
  183. text-align: center;
  184. font-family: raleway;
  185. line-height: 50px;
  186. font-size: 30px;
  187. font-weight: 900;
  188. font-style: italic;
  189. color: #444;
  190. letter-spacing: -1px;
  191. }
  192. #sunrise-tag a {
  193. color: #444
  194. }
  195. #sunrise-tag:hover,
  196. #sunrise-tag a:hover {
  197. color: #756F99
  198. }
  199. #sunrise-note {
  200. height: 15px;
  201. width: 170px;
  202. bottom: 25px;
  203. left: 50px;
  204. background: none;
  205. position: absolute;
  206. font-family: poppins;
  207. text-align: center;
  208. font-weight: 700;
  209. color: #756F99;
  210. text-transform: uppercase;
  211. font-size: 9px;
  212. line-height: 15px;
  213. letter-spacing: 1px;
  214. }
  215. </style>
  216. [/dohtml][/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement