Advertisement
hanimjay

Take A Break (thread)

May 28th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.01 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Montserrat:500,800|Prata" rel="stylesheet">
  2. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  3.  
  4. <style>
  5. #freddie{
  6. width: 420px;
  7. height: 550px;
  8. background: #fff;
  9. position: relative;
  10. border: 0.5px solid #ccc;
  11. border-radius: 20px 0px;
  12. }
  13.  
  14. #freddie ::-webkit-scrollbar {
  15. width: 5px;
  16. border-radius: 50px;
  17. }
  18.  
  19. #freddie ::-webkit-scrollbar-track {
  20. background: #fff;
  21. }
  22.  
  23. #freddie ::-webkit-scrollbar-thumb {
  24. background: #fbd7e3;
  25. border-top: 1px solid #00934e;
  26. border-bottom: 1px solid #00934e;
  27. border-left: 2px solid #fff;
  28. border-right: 2px solid #fff;
  29. }
  30.  
  31. #freddie .base{
  32. width: 380px;
  33. height: 510px;
  34. position: relative;
  35. top: 20px;
  36. background: #fbd7e3;
  37. overflow: hidden;
  38. border-radius: 10px;
  39. }
  40.  
  41. #freddie .triangle{
  42. width: 600px;
  43. height: 400px;
  44. position: absolute;
  45. bottom: -250px;
  46. right: -355px;
  47. background: transparent;
  48. border: 0.5px solid #00934e;
  49. -webkit-transform: rotate(47.5deg);
  50. transform: rotate(47.5deg);
  51. }
  52. #freddie .triangleb{
  53. width: 600px;
  54. height: 400px;
  55. position: absolute;
  56. bottom: -238px;
  57. right: -355px;
  58. background: #eee;
  59. -webkit-transform: rotate(47.5deg);
  60. transform: rotate(47.5deg);
  61. }
  62.  
  63. #freddie .box{
  64. width: 300px;
  65. height: 55px;
  66. position: relative;
  67. top: 42px;
  68. background: transparent;
  69. overflow: hidden;
  70. border: 0.5px solid #00934e;
  71. -webkit-transition: 0.7s ease-in 0.5s;
  72. transition: 0.7s ease-in 0.5s;
  73. }
  74. #freddie:hover .box{
  75. height: 400px;
  76. -webkit-transition: 0.7s ease-in 0.5s;
  77. transition: 0.7s ease-in 0.5s;
  78. }
  79.  
  80. #freddie .boxb{
  81. width: 300px;
  82. height: 30px;
  83. position: relative;
  84. top: 42px;
  85. background: transparent;
  86. overflow: hidden;
  87. border: 0.5px solid #00934e;
  88. }
  89.  
  90. #freddie .textbase{
  91. width: 300px;
  92. height: 55px;
  93. position: absolute;
  94. top: 37px;
  95. right: 33px;
  96. background: #fff;
  97. overflow: hidden;
  98. -webkit-transition: 0.7s ease-in 0.5s;
  99. transition: 0.7s ease-in 0.5s;
  100. }
  101. #freddie:hover .textbase{
  102. height: 400px;
  103. -webkit-transition: 0.7s ease-in 0.5s;
  104. transition: 0.7s ease-in 0.5s;
  105. }
  106.  
  107. #freddie .icon{
  108. width: 138px;
  109. height: 138px;
  110. position: absolute;
  111. bottom: 120px;
  112. right: 70px;
  113. overflow: hidden;
  114. border: 0.5px solid #00934e;
  115. border-radius: 100px;
  116. -webkit-transition: 0.5s ease-in 1.2s;
  117. transition: 0.5s ease-in 1.2s;
  118. }
  119. #freddie:hover .icon{
  120. -webkit-transform: rotate(360deg);
  121. transform: rotate(360deg);
  122. opacity: 0;
  123. -webkit-transition: 0.5s ease-in 0s;
  124. transition: 0.5s ease-in 0s;
  125. }
  126. #freddie .icon img{
  127. width: 110px;
  128. height: 110px;
  129. border: 1px dashed #00934e;
  130. border-radius: 100px;
  131. margin-top: 8px;
  132. padding: 5px;
  133. }
  134.  
  135. #freddie .line{
  136. width: 400px;
  137. height: 400px;
  138. position: absolute;
  139. bottom: -100px;
  140. left: -160px;
  141. background: url(https://i.imgur.com/spoGHNF.png);
  142. background-size: 400px;
  143. background-position: right;
  144. border-top: 0.5px solid #00934e;
  145. -webkit-transform: rotate(37deg);
  146. transform: rotate(37deg);
  147. outline: 5px solid #fff;
  148. outline-offset: 1px;
  149. }
  150.  
  151. #freddie .tag{
  152. width: 225px;
  153. height: 30px;
  154. position: absolute;
  155. top: 12px;
  156. right: -230px;
  157. background: transparent;
  158. overflow: hidden;
  159. color: #00934e;
  160. font-family: 'Courier New';
  161. font-size: 8px;
  162. text-transform: uppercase;
  163. font-weight: bold;
  164. letter-spacing: 1px;
  165. line-height: 8px;
  166. text-align: right;
  167. -webkit-transition: 0.5s ease-in 0s;
  168. transition: 0.5s ease-in 0s;
  169. }
  170. #freddie:hover .tag{
  171. right: 10px;
  172. -webkit-transition: 0.5s ease-in 1.2s;
  173. transition: 0.5s ease-in 1.2s;
  174. }
  175. #freddie .tag a{
  176. color: #00934e;
  177. border-bottom: 0.5px dashed #00934e;
  178. text-decoration: none;
  179. background: #fff;
  180. }
  181.  
  182. #freddie .title{
  183. width: 300px;
  184. height: 55px;
  185. position: absolute;
  186. top: 28px;
  187. right: 0px;
  188. background: transparent;
  189. overflow: hidden;
  190. -webkit-transition: 0.7s ease-in 0.5s;
  191. transition: 0.7s ease-in 0.5s;
  192. color: #00934e;
  193. font-family: 'Montserrat', sans-serif;
  194. font-size: 13px;
  195. text-transform: uppercase;
  196. letter-spacing: 6px;
  197. line-height: 18px;
  198. font-weight: 800;
  199. z-index: 2;
  200. }
  201.  
  202. #freddie .title d{
  203. font-weight: 500;
  204. font-size: 7px;
  205. font-style: italic;
  206. letter-spacing: 10px;
  207. }
  208.  
  209. #freddie .title a{
  210. color: #00934e;
  211. text-decoration: none;
  212. }
  213.  
  214. #freddie .textbox{
  215. overflow: auto;
  216. width: 205px;
  217. height: 260px;
  218. position: absolute;
  219. top: 100px;
  220. right: 40px;
  221. background: #fff;
  222. -webkit-transition: 0.7s ease-in 0.5s;
  223. transition: 0.7s ease-in 0.5s;
  224. letter-spacing: 0px;
  225. line-height: 13px;
  226. font-family: 'Courier new';
  227. font-size: 9px;
  228. text-align: justify;
  229. padding-right: 10px;
  230. color: #00934e;
  231. font-weight: 500;
  232. z-index: 3;
  233. }
  234. #freddie .textbox b{
  235. font-family: 'Montserrat', sans-serif;
  236. font-size: 8.5px;
  237. text-transform: uppercase;
  238. letter-spacing: 0.5px;
  239. background: #fbd7e3;
  240. padding: 2px;
  241. }
  242.  
  243. #freddie .textbox blockquote{
  244. border-left: 3px solid #fbd7e3;
  245. padding: 10px;
  246. margin-left: 15px;
  247. width: 150px;
  248. background: #f7f7f7;
  249. font-family: 'Prata', cursive;
  250. letter-spacing: 0.5px;
  251. line-height: 12px;
  252. font-style: italic;
  253. }
  254.  
  255. #freddie .textbox .sf{
  256. font-size: 18px;
  257. float: left;
  258. margin-right: 9px;
  259. }
  260.  
  261. #freddie .line2{
  262. width: 280px;
  263. height: 400px;
  264. position: absolute;
  265. bottom: -60px;
  266. right: -160px;
  267. background: url(https://i.imgur.com/spoGHNF.png);
  268. background-size: 400px;
  269. background-position: right;
  270. border-top: 0.5px solid #00934e;
  271. -webkit-transform: rotate(240deg);
  272. transform: rotate(215deg);
  273. outline: 3px solid #fff;
  274. outline-offset: 1px;
  275. -webkit-transition: 0.5s ease-in 1.2s;
  276. transition: 0.5s ease-in 1.2s;
  277. }
  278. #freddie:hover .line2{
  279. -webkit-transition: 0.5s ease-in 0s;
  280. transition: 0.5s ease-in 0s;
  281. right: -360px;
  282. }
  283.  
  284. </style>
  285. <center>
  286. <div id='freddie'>
  287.  
  288. <div class='base'>
  289.  
  290. <div class='line'></div>
  291.  
  292. <div class='triangleb'></div>
  293. <div class='triangle'></div>
  294.  
  295. <div class='textbase'>
  296.  
  297. <div class='title'>
  298. take a break <p>
  299. <a href="https://shine.jcink.net/index.php?showuser=29444" title="hanie ©">
  300. <d>///</d></a>
  301. </div>
  302.  
  303. <div class='textbox'>
  304. Lorem ipsum dolor sit amet, consectetur adipiscing elit. <b>Happy birthday Lauz!</b> Fusce sagittis, lacus sed sodales pellentesque, dui nibh consequat quam, at faucibus nibh ligula vel nulla. Duis posuere bibendum felis, sed dignissim sapien feugiat ut.
  305. <p>
  306.  
  307. <blockquote>
  308. <span class="sf sf-donut-o"></span>
  309. I got that sunshine in my pocket. Got that good soul in my feet. I feel that hot blood in my body when it drops. Ooh ~
  310. </blockquote>
  311. <p>
  312.  
  313. Phasellus sapien augue, vulputate in blandit non, varius sit amet massa. Quisque tempus est non dapibus congue. In hac habitasse platea dictumst. Aliquam id metus pretium, interdum mi vitae, molestie neque. Fusce vestibulum augue vel ultrices convallis. Ut semper, turpis nec congue faucibus, nibh nisi placerat justo, quis efficitur metus leo ac risus.
  314. <p>
  315. Donec laoreet, enim non tincidunt sollicitudin, libero metus facilisis massa, sed lacinia dolor nibh nec diam. Maecenas hendrerit orci sit amet enim pellentesque, vitae pharetra quam vulputate. Curabitur pharetra nec justo non bibendum. Fusce vel aliquet urna, sed venenatis odio. Curabitur ac sem accumsan ante aliquam facilisis ut at felis. Curabitur suscipit metus vel augue porttitor, vel suscipit enim placerat.
  316. </div>
  317.  
  318. </div>
  319.  
  320. <div class='box'></div>
  321.  
  322. <div class='boxb'>
  323. <div class='line2'></div>
  324. <div class='tag'># <a href="#">@tags</a> or notes goes here # </div>
  325. </div>
  326.  
  327. <div class='icon'>
  328. <img src="https://media.giphy.com/media/kWqTfdz5RJBRe/giphy.gif">
  329. </div>
  330.  
  331. </div>
  332.  
  333. </div>
  334. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement