Advertisement
hanimjay

iPhone 8 Plus (comm)

Jan 30th, 2018
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.23 KB | None | 0 0
  1.  
  2. [dohtml]
  3. <link href="https://fonts.googleapis.com/css?family=Montseratt:800|Muli:700,800|Roboto:100,300,400,500" rel="stylesheet">
  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. #iphone8 {
  8. width: 350px;
  9. height: 700px;
  10. background: url(https://i.imgur.com/4Ksn4Rd.png);
  11. background-size: 350px;
  12. position: relative;
  13. }
  14.  
  15. #iphone8 ::-webkit-scrollbar {
  16. width: 1px;
  17. }
  18.  
  19. #iphone8 ::-webkit-scrollbar-track {
  20. background: #fff;
  21. border: 0.5px solid #fff;
  22. }
  23.  
  24. #iphone8 ::-webkit-scrollbar-thumb {
  25. background: #fff;
  26. border: 0.5px solid #fff;
  27. border-radius: 10px;
  28. }
  29.  
  30. #iphone8 .base{
  31. position: relative;
  32. overflow: hidden;
  33. width: 297px;
  34. height: 526px;
  35. top: 83px;
  36. left: 0px;
  37. background: #fff;
  38. border: 2px solid #222;
  39. border-radius: 2px;
  40. }
  41.  
  42. #iphone8 .base .topbar{
  43. position: relative;
  44. width: 295px;
  45. height: 17px;
  46. top: 0px;
  47. background: #fff;
  48. padding-top: 0px;
  49. opacity: 0.97;
  50. }
  51.  
  52. #iphone8 .topbar .fa{
  53. color: #000;
  54. font-size: 6px;
  55. margin-left: 1px;
  56. letter-spacing: 0px;
  57. }
  58.  
  59. #iphone8 d{
  60. color: #000;
  61. font-size: 10px;
  62. font-family: 'Roboto', sans-serif;
  63. font-weight: 500;
  64. letter-spacing: -0.5px;
  65. line-height: 10px;
  66. }
  67.  
  68. #iphone8 .iconbar{
  69. position: relative;
  70. width: 297px;
  71. height: 107px;
  72. top: 0px;
  73. background: #fff;
  74. border-bottom: 0.5px solid #cacaca;
  75. opacity: 0.97;
  76. }
  77.  
  78. #iphone8 .icon{
  79. position: relative;
  80. top: 7px;
  81. }
  82.  
  83. #iphone8 .alias{
  84. color: #000;
  85. font-size: 10px;
  86. font-family: 'Roboto', sans-serif;
  87. font-weight: 500;
  88. padding-top: 13px;
  89. letter-spacing: 0px;
  90. line-height: 12px;
  91. }
  92.  
  93. #iphone8 .left{
  94. position: absolute;
  95. top: 7px;
  96. left: 3px;
  97. background: transparent;
  98. width: 30px;
  99. height: 30px;
  100. font-size: 27px;
  101. color: #007aff;
  102. }
  103.  
  104. #iphone8 .right{
  105. position: absolute;
  106. top: 10px;
  107. right: 12px;
  108. background: #fff;
  109. border-radius: 100px;
  110. border: 0.5px solid #007aff;
  111. padding: 4px 7px 3px 7px;
  112. font-size: 11px;
  113. color: #007aff;
  114. }
  115.  
  116. #iphone8 .message-base{
  117. position: absolute;
  118. width: 295px;
  119. height: 335px;
  120. top: 0px;
  121. background: #fff;
  122. overflow: auto;
  123. padding-top: 140px;
  124. line-height: 12px;
  125. }
  126.  
  127. #iphone8 .message-base c{
  128. color: #aaa;
  129. font-size: 10px;
  130. font-family: 'Roboto', sans-serif;
  131. font-weight: 500;
  132. letter-spacing: 0px;
  133. line-height: 12px;
  134. }
  135.  
  136. #iphone8 .bubble-box{
  137. width: 295px;
  138. margin-bottom: -20px;
  139. background: transparent;
  140. }
  141.  
  142. #iphone8 .bubble-right{
  143. position: relative;
  144. width: 120px;
  145. right: -7px;
  146. padding: 8px 15px;
  147. background: #007aff;
  148. color: #fff;
  149. font-size: 10px;
  150. font-family: 'Roboto', sans-serif;
  151. font-weight: 500;
  152. letter-spacing: 0px;
  153. line-height: 12px;
  154. text-align: left;
  155. border-radius: 50px 50px 0px 50px;
  156. margin-bottom: 5px;
  157. }
  158.  
  159. #iphone8 .icon-right{
  160. position: relative;
  161. width: 45px;
  162. height: 45px;
  163. top: -35px;
  164. right: -112px;
  165. background-image: url(https://i.imgur.com/YguYMNM.gif);
  166. background-size: 45px;
  167. border-radius: 100px;
  168. }
  169.  
  170. #iphone8 .bubble-left{
  171. position: relative;
  172. width: 120px;
  173. left: -3px;
  174. padding: 8px 15px;
  175. background: #e5e5e5;
  176. color: #222;
  177. font-size: 10px;
  178. font-family: 'Roboto', sans-serif;
  179. font-weight: 500;
  180. letter-spacing: 0px;
  181. line-height: 12px;
  182. text-align: left;
  183. border-radius: 50px 50px 50px 0px;
  184. margin-bottom: 5px;
  185. }
  186. #iphone8 .bubble-left .fa{
  187. font-size: 20px;
  188. color: #777;
  189. letter-spacing: 0px;
  190. }
  191.  
  192. #iphone8 .icon-left{
  193. position: relative;
  194. width: 45px;
  195. height: 45px;
  196. top: -35px;
  197. left: -110px;
  198. background-image: url(https://i.imgur.com/Zaa2xIy.gif);
  199. background-size: 45px;
  200. border-radius: 100px;
  201. }
  202.  
  203. #iphone8 .text-field{
  204. position: absolute;
  205. width: 200px;
  206. height: 33px;
  207. bottom: 7px;
  208. right: 10px;
  209. background: #fff;
  210. border: 0.5px solid #cacaca;
  211. padding-top: 0px;
  212. opacity: 0.97;
  213. border-radius: 50px;
  214. box-shadow: 1px 1px #f7f7f7;
  215. }
  216.  
  217. #iphone8 .text-field .fa{
  218. color: #aaa;
  219. font-size: 18px;
  220. margin-top: 9px;
  221. margin-right: -163px;
  222. }
  223.  
  224. #iphone8 .symbols{
  225. position: absolute;
  226. width: 200px;
  227. height: 35px;
  228. bottom: 0px;
  229. left: 5px;
  230. background: #fff;
  231. padding-top: 0px;
  232. opacity: 0.97;
  233. text-align: left;
  234. }
  235.  
  236. #iphone8 .symbols .fa{
  237. color: #aaa;
  238. font-size: 21px;
  239. margin-left: 11px;
  240. letter-spacing: 0px;
  241. }
  242.  
  243. #iphone8 .lockscreen{
  244. position: absolute;
  245. overflow: hidden;
  246. width: 297px;
  247. height: 526px;
  248. top: 0px;
  249. right: 0px;
  250. background-image: url(https://i.imgur.com/Co9ioq3.png);
  251. background-size: 297px;
  252. -webkit-transition: 1s ease-in 1s;
  253. transition: 1s ease-in 1s;
  254. }
  255. #iphone8:hover .lockscreen{
  256. right: -297px;
  257. -webkit-transition: 1s ease-in .2s;
  258. transition: 1s ease-in .2s;
  259. }
  260.  
  261. #iphone8 .lockscreen .fa{
  262. color: #fff;
  263. letter-spacing: 0px;
  264. }
  265.  
  266. #iphone8 .lockscreen .topbar{
  267. background: transparent;
  268. opacity: 1;
  269. top: -3px;
  270. position: absolute;
  271. letter-spacing: 0px;
  272. }
  273.  
  274. #iphone8 .lockscreen e{
  275. color: #fff;
  276. font-size: 10px;
  277. font-family: 'Roboto', sans-serif;
  278. font-weight: 500;
  279. letter-spacing: -0.5px;
  280. line-height: 10px;
  281. }
  282.  
  283. #iphone8 .time{
  284. position: absolute;
  285. background: transparent;
  286. width: 297px;
  287. height: 100px;
  288. top: 55px;
  289. right: 0px;
  290. color: #fff;
  291. font-size: 66px;
  292. font-family: 'Roboto', sans-serif;
  293. font-weight: 100;
  294. letter-spacing: -1px;
  295. line-height: 66px;
  296. }
  297.  
  298. #iphone8 .date{
  299. position: absolute;
  300. background: transparent;
  301. width: 297px;
  302. height: 100px;
  303. top: 124px;
  304. right: 0px;
  305. color: #fff;
  306. font-size: 13px;
  307. font-family: 'Roboto', sans-serif;
  308. font-weight: 400;
  309. letter-spacing: 0px;
  310. line-height: 13px;
  311. }
  312.  
  313. #iphone8 .unlock{
  314. position: absolute;
  315. background: transparent;
  316. width: 297px;
  317. height: 100px;
  318. top: 455px;
  319. right: 0px;
  320. color: #fff;
  321. font-size: 15.5px;
  322. font-family: 'Roboto', sans-serif;
  323. font-weight: 300;
  324. letter-spacing: 0px;
  325. line-height: 16px;
  326. opacity: 0.6;
  327. }
  328.  
  329. </style>
  330.  
  331. <center>
  332. <div id='iphone8'>
  333. <div class='base'>
  334.  
  335. <div class='message-base'>
  336. <c>iMessage <br> Today 4.56 AM</c> <p>
  337.  
  338. <div class='bubble-box'>
  339. <div class='bubble-right'>hi there !</div>
  340. <div class='icon-right'></div>
  341. </div>
  342.  
  343. <div class='bubble-box'>
  344. <div class='bubble-left'>hi too!! how're you doing?</div>
  345. <div class='icon-left'></div>
  346. </div>
  347.  
  348. <div class='bubble-box'>
  349. <div class='bubble-right'>well, i'm doing so great these days! thanks for asking :)</div>
  350. <div class='bubble-right'>how about you?</div>
  351. <div class='icon-right'></div>
  352. </div>
  353.  
  354. <div class='bubble-box'>
  355. <div class='bubble-left'>so, you can type anything you want here. </div>
  356. <div class='icon-left'></div>
  357. </div>
  358.  
  359. <div class='bubble-box'>
  360. <div class='bubble-right'>in this bubble too!</div>
  361. <div class='icon-right'></div>
  362. </div>
  363.  
  364. <div class='bubble-box'>
  365. <div class='bubble-left'><i class='fa fa-ellipsis-h'></i></div>
  366. <div class='icon-left'></div>
  367. </div>
  368. </div>
  369.  
  370. <div class='symbols'><i class='fa fa-camera'></i><i class='fa fa-adn' style="font-size:25px;"></i></div>
  371.  
  372. <div class='text-field'><i class='fa fa-microphone'></i></div>
  373.  
  374. <div class='topbar'>
  375. <i class='fa fa-circle'></i><i class='fa fa-circle'></i><i class='fa fa-circle'></i><i class='fa fa-circle-o'></i><i class='fa fa-circle-o' style="margin-right:-1px;"></i>
  376. <d>Verizon</d><i class='fa fa-wifi' style="font-size:11px;margin-right:38px;margin-left:3px;"></i>
  377.  
  378. <d style="margin-right:77px;">12.34 AM</d>
  379.  
  380. <d>100%</d><i class='fa fa-battery' style="margin-left:2px;font-size:12px;"></i>
  381. </div>
  382.  
  383. <div class='iconbar'>
  384. <div class='icon'>
  385. <a href="http://shadowplayers.jcink.net/index.php?showuser=95" title="hanie ©">
  386. <img src="https://i.imgur.com/Zaa2xIy.gif" style="width:70px;border-radius:100px;"></a>
  387. </div>
  388.  
  389. <div class='alias'>Pearl</div>
  390.  
  391. <div class='left'><i class='fa fa-angle-left'></i></div>
  392. <div class='right'><i class='fa fa-info'></i></div>
  393. </div>
  394.  
  395. <div class='lockscreen'>
  396. <div class='topbar'>
  397. <i class='fa fa-circle'></i><i class='fa fa-circle'></i><i class='fa fa-circle'></i><i class='fa fa-circle-o'></i><i class='fa fa-circle-o' style="margin-right:-1px;"></i>
  398. <e>Verizon</e><i class='fa fa-wifi' style="font-size:11px;margin-right:35px;margin-left:3px;"></i>
  399.  
  400. <i class='fa fa-window-minimize' style="opacity:0.6;margin-right:90px;margin-left:13px;font-size:20px;"></i>
  401.  
  402. <e>100%</e><i class='fa fa-battery' style="margin-left:2px;font-size:12px;"></i>
  403. </div>
  404.  
  405. <div class='time'>12:34 </div>
  406. <div class='date'>Tuesday, January 30 </div>
  407.  
  408. <div class='unlock'>
  409. <i class='fa fa-angle-right' style='margin-right:10px;font-size:18px;'></i>slide to unlock
  410. <p><i class='fa fa-window-minimize' style="opacity:0.7;font-size:20px;"></i>
  411. </div>
  412. </div>
  413.  
  414. </div>
  415. </div>
  416. </center>
  417. [/dohtml]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement