Advertisement
hanimjay

John Tyree (shipper)

Jan 3rd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1. [dohtml]
  2. <link href="https://fonts.googleapis.com/css?family=Roboto:400|Montseratt:800|Homemade+Apple|Muli:800" rel="stylesheet">
  3.  
  4. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  5.  
  6. <style>
  7. #dear-john {
  8. width: 600px;
  9. height: 400px;
  10. background: url(https://i.imgur.com/TQECtz2.jpg);
  11. background-size: 600px;
  12. position: relative;
  13. margin 0px auto;
  14. overflow: hidden;
  15. -webkit-filter: grayscale(100%);
  16. filter: grayscale(100%);
  17. }
  18.  
  19. #dear-john ::-webkit-scrollbar {
  20. width: 1px;
  21. }
  22.  
  23. #dear-john ::-webkit-scrollbar-track {
  24. background: #fff;
  25. border: 0.5px solid #ddd;
  26. }
  27.  
  28. #dear-john ::-webkit-scrollbar-thumb {
  29. background: #000;
  30. border: 0.5px solid #000;
  31. }
  32.  
  33. #dear-john input[type=checkbox] {
  34. display: none;
  35. }
  36.  
  37. #dear-john .click{
  38. position: absolute;
  39. font-family: 'Homemade Apple', cursive;
  40. font-size: 70px;
  41. top: 170px;
  42. left: 0px;
  43. color: #fff;
  44. height: 100px;
  45. width: 600px;
  46. background: transparent;
  47. transform: rotate(-25deg);
  48. transition: all 1s ease-in-out 0s;
  49. letter-spacing: 0px;
  50. line-height: 50px;
  51. text-shadow: 1px 3px #000;
  52. }
  53.  
  54. #dear-john input[type=checkbox]:checked ~ .click{
  55. height: 100px;
  56. width: 200px;
  57. font-size: 25px;
  58. top: 55px;
  59. left: 40px;
  60. color: #fff;
  61. transform: rotate(0deg);
  62. transition: all 1s ease-in-out 0s;
  63. text-align: center;
  64. text-shadow: none;
  65. }
  66.  
  67. #dear-john label {
  68. width: 10px;
  69. height: 10px;
  70. }
  71. #dear-john label:hover {
  72. cursor: crosshair;
  73. }
  74.  
  75. #dear-john .sub{
  76. text-transform: uppercase;
  77. position: absolute;
  78. font-family: 'Muli', sans-serif;
  79. font-weight: 800;
  80. font-size: 10px;
  81. letter-spacing: 7px;
  82. top: 230px;
  83. left: 270px;
  84. padding: 0px 13px 7px 20px;
  85. color: #fff;
  86. background: transparent;
  87. border-bottom: 1px solid #fff;
  88. opacity: 1;
  89. transition: all 0.7s ease-in-out 1s;
  90. }
  91.  
  92. #dear-john input[type=checkbox]:checked ~ .sub{
  93. opacity: 0;
  94. transition: all 0s ease-in-out 0s;
  95. }
  96.  
  97. #dear-john .base{
  98. position: absolute;
  99. top: 0px;
  100. left: 0px;
  101. width: 600px;
  102. height: 400px;
  103. background: #000;
  104. transition: all 1s ease-in-out 0s;
  105. opacity: 0.75;
  106. }
  107.  
  108. #dear-john input[type=checkbox]:checked ~ .base{
  109. opacity: 0.85;
  110. transition: all 1s ease-in-out 0s;
  111. }
  112.  
  113. #dear-john .container{
  114. position: absolute;
  115. top: 30px;
  116. left: 30px;
  117. width: 190px;
  118. height: 320px;
  119. background: #000;
  120. border: 10px solid #fff;
  121. transition: all 1s ease-in-out 0s;
  122. opacity: 0;
  123. }
  124.  
  125. #dear-john input[type=checkbox]:checked ~ .container{
  126. opacity: 1;
  127. transition: all 1s ease-in-out 0s;
  128. }
  129.  
  130. #dear-john .container2{
  131. font-family: 'Times', sans-serif;
  132. font-size: 11px;
  133. font-weight: 400;
  134. color: #000;
  135. overflow: auto;
  136. position: absolute;
  137. top: 30px;
  138. right: -320px;
  139. width: 240px;
  140. height: 280px;
  141. border: 30px solid #fff;
  142. background: #fff;
  143. letter-spacing: 0px;
  144. text-align: justify;
  145. line-height: 12.5px;
  146. padding-right: 12px;
  147. transition: all 1s ease-in-out 0s;
  148. }
  149.  
  150. #dear-john input[type=checkbox]:checked ~ .container2{
  151. right: 28px;
  152. transition: all 1s ease-in-out 0s;
  153. }
  154.  
  155. #dear-john .avatar{
  156. position: absolute;
  157. top: 63px;
  158. left: 40px;
  159. width: 90px;
  160. height: 90px;
  161. border: 1px solid #ccc;
  162. border-radius: 100px;
  163. padding: 10px;
  164. }
  165.  
  166. #dear-john img{
  167. width: 90px;
  168. height: 90px;
  169. border-radius: 100px;
  170. }
  171.  
  172. #dear-john .t1{
  173. font-family: 'Montseratt', sans-serif;
  174. font-size: 20px;
  175. font-weight: 800;
  176. text-transform: uppercase;
  177. color: #000;
  178. width: 240px;
  179. height: 38px;
  180. line-height: 25px;
  181. letter-spacing: 0px;
  182. border-bottom: 4px solid #000;
  183. margin-bottom: 6px;
  184. text-align: right;
  185. }
  186. #dear-john t2{
  187. font-family: 'Montseratt', sans-serif;
  188. font-size: 15px;
  189. font-weight: 800;
  190. text-transform: uppercase;
  191. color: #fff;
  192. background: #000;
  193. padding: 5px 15px;
  194. width: 10px;
  195. line-height: 30px;
  196. float: left;
  197. letter-spacing: 0px;
  198. margin-right: 12px;
  199. margin-bottom: 5px;
  200. text-transform: uppercase;
  201. }
  202. #dear-john .text{
  203. position: absolute;
  204. top: 195px;
  205. left: 15px;
  206. width: 162px;
  207. height: 38px;
  208. line-height: 25px;
  209. letter-spacing: 0px;
  210. }
  211.  
  212. #dear-john t3{
  213. font-family: 'Montseratt', sans-serif;
  214. font-size: 12px;
  215. font-weight: 800;
  216. background: #eee;
  217. text-transform: uppercase;
  218. color: #000;
  219. letter-spacing: 0px;
  220. padding: 3px 10px;
  221. }
  222.  
  223. #dear-john .lyrics{
  224. font-family: Times;
  225. font-size: 9px;
  226. color: #eee;
  227. letter-spacing: 1px;
  228. padding: 0px 10px;
  229. line-height: 12px;
  230. background: transparent;
  231. margin-top: 10px;
  232. width: 120px;
  233. text-align: justify;
  234. }
  235.  
  236. #dear-john .polygon{
  237. position: absolute;
  238. bottom: 75px;
  239. right: 110px;
  240. width: 400px;
  241. height: 200px;
  242. background: #000;
  243. border-bottom: 0.5px solid #fff;
  244. border-right: 0.5px solid #fff;
  245. transition: all 1s ease-in-out 0s;
  246. opacity: 0.7;
  247. -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  248. clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  249. transition: all 0.7s ease-in-out 1s;
  250. }
  251.  
  252. #dear-john input[type=checkbox]:checked ~ .polygon{
  253. bottom: 0px;
  254. right: -1px;
  255. background: #fff;
  256. transition: all 1s ease-in-out 0s;
  257. }
  258.  
  259. #dear-john .cred a{
  260. position: absolute;
  261. top: 95px;
  262. left: 80px;
  263. font-family: calibri;
  264. text-decoration: none;
  265. font-size: 7px;
  266. color: #aaa;
  267. line-height: 10px;
  268. transform: rotate(15deg);
  269. opacity: 1;
  270. }
  271.  
  272. </style>
  273.  
  274. <center>
  275. <div id="dear-john">
  276.  
  277. <input type="checkbox" id="dj-toggle">
  278.  
  279. <div class="base"></div>
  280.  
  281. <div class="polygon"></div>
  282.  
  283. <div class="container">
  284.  
  285. <div class="avatar"><img src="https://i.imgur.com/thic4Ba.gif"></div>
  286.  
  287. <div class="text">
  288. <t3>First m. last</t3><br>
  289.  
  290. <div class="lyrics">
  291. — Dear <i>John</i>, this is where you can put your short lyrics.
  292. </div>
  293.  
  294. <div class='cred'><a href="http://shadowplayers.jcink.net/index.php?showuser=95" title='hanie ©'>
  295. <i class="fa fa-chain"></i></a></div>
  296.  
  297. </div>
  298.  
  299. </div>
  300.  
  301. <div class="container2">
  302. <div class="t1">About</div><br>
  303. <t2>L</t2>orem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ut aliquet eros. Fusce vestibulum ut ipsum nec pretium. Proin pulvinar rhoncus nisi non vehicula. Suspendisse erat orci, elementum et dictum a, maximus in magna. Curabitur non commodo tortor. Praesent in iaculis nulla, et rhoncus lectus. Etiam odio augue, efficitur sit amet nisi a, congue maximus eros. Sed nec commodo diam.
  304. <br><br>
  305. <div class="t1">Enemies</div><br>
  306. <t2>M</t2>auris suscipit orci quis ipsum egestas placerat. Sed eu dolor sapien. Nam aliquet nunc est, porttitor maximus purus aliquet in. Aliquam condimentum enim at tortor tincidunt tincidunt. Ut tempus dolor non bibendum euismod. Nulla pellentesque, ante et accumsan lobortis, enim sem egestas ante, et tempus nibh eros eu sem. Duis id fringilla neque. Nam eu urna vitae dolor dignissim tincidunt ut vel est. Pellentesque malesuada id orci in tincidunt. Nam in neque risus. Mauris velit mauris, volutpat et nisl id, dictum dictum mauris. Maecenas nibh nibh, volutpat eget urna et, ultricies vehicula urna.
  307. <br><br>
  308. <div class="t1">Lovers</div><br>
  309. <t2>V</t2>ivamus tincidunt ut mauris sit amet vulputate. Praesent eu ante consequat nunc malesuada ullamcorper. Nunc a justo vitae leo varius condimentum. Maecenas sit amet facilisis quam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec vitae metus vehicula justo aliquet viverra ac vel arcu. Curabitur scelerisque sem felis, a maximus quam vestibulum quis. Duis volutpat, velit vitae tincidunt bibendum, diam metus imperdiet orci, ac euismod sem metus non est. Sed lacinia blandit laoreet.
  310. <br><br>
  311. <div class="t1">Friends</div><br>
  312. <t2>N</t2>unc quam orci, volutpat nec augue in, fringilla dictum sapien. Phasellus auctor, dui sit amet condimentum pretium, sem leo pulvinar urna, eget rhoncus nunc urna at odio. Duis pharetra ut magna nec blandit. Donec augue orci, interdum ut aliquam a, vestibulum eget nisl. Nullam fringilla posuere nibh vel imperdiet. Quisque pretium mi id rhoncus vehicula. Suspendisse at tincidunt tellus. Donec auctor lectus a facilisis convallis. In a orci metus. Morbi in imperdiet odio.
  313. </div>
  314.  
  315. <div class="sub">tyree</div>
  316. <div class="click">
  317. <label for="dj-toggle">John</label>
  318. </div>
  319.  
  320. </div>
  321. </center>
  322. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement