Advertisement
Guest User

Untitled

a guest
Jan 12th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 26.98 KB | None | 0 0
  1. /***************Index page*****************/
  2. nav{
  3.     position:relative;
  4.     background-color:#171219;
  5.     opacity:0.95;
  6.     height:80px;
  7. }
  8.  
  9. .form-inline{
  10.     position:absolute;
  11.     margin-top:22px;
  12.     margin-left:800px;
  13. }
  14. .img{
  15.     position:absolute;
  16.     margin-top:15px;
  17.     margin-left:50px;
  18.     height:60%;
  19.     width:4%;
  20. }
  21. .popcorn{
  22.     position:relative;
  23.     height:455px;
  24.     width:100%;
  25. }
  26.  
  27. .pic{
  28.     position:relative;
  29. }
  30.  
  31. .socioCinema{
  32.     position:absolute;
  33.     top:15px;
  34.     left:70px;
  35.     color:white;
  36.     font-size: 50px;
  37.     font-family: 'Amatic SC', cursive;
  38. }
  39.  
  40.  
  41. ul{
  42.     list-style-type:none;
  43.     display:inline-block;
  44.     margin-top:35px;
  45.     margin-left:80px;
  46. }
  47.  
  48. li{
  49.     font-family:'Quicksand', sans-serif;
  50.     display:inline;
  51.     padding:8px;
  52.    
  53. }
  54. a{
  55.     color:white;
  56.     font-size:17px;
  57. }
  58.  
  59. .messages{
  60.     font-family:'Quicksand', sans-serif;
  61.     margin-left:560px;
  62.     padding:5px;
  63. }
  64.  
  65. .profileImage .jane{
  66.     position:absolute;
  67.     margin-left:1340px;
  68.     font-size:18px;
  69.     margin-top:35px;
  70.     color:white;
  71.     font-family: 'Quicksand', sans-serif;
  72. }
  73. .profileImage > img{
  74.     position:absolute;
  75.     height:70%;
  76.     margin-top:10px;
  77.     margin-left:1400px;
  78. }
  79.  
  80.  
  81.  
  82. .main{
  83.     position:fixed;
  84.     height:100%;
  85.     width:100%;
  86.     background-color:#171219;
  87. }
  88.  
  89. h4{
  90.   font-size: 10.4rem;
  91.   position: absolute;
  92.   top: 50rem;
  93.   opacity: 0;
  94.   animation-name: rightFadeInOut;
  95.   animation-duration: 60s;
  96.   color: #ccc;
  97.   font-family:'Roboto Condensed', sans-serif;
  98. }
  99.  
  100. @keyframes rightFadeInOut {
  101.   0% {
  102.     position: absolute;
  103.     right: -130rem;
  104.     opacity: 1;
  105.   }
  106.  
  107.   80% {
  108.     position: absolute;
  109.     opacity: 1;
  110.   }
  111.  
  112.   100% {
  113.     opacity: 0;
  114.     right: 40rem;
  115.   }
  116. }
  117.  
  118. @keyframes slidy {
  119. 0% { left: 0%;
  120.  }
  121. 1.135% { left: 0%; }
  122. 2.27% { left: -10.5%; }
  123. 3.405% { left: -10.5%; }
  124. 4.54% { left: -20.5%; }
  125. 5.675% { left: -20.5%; }
  126. 6.81% { left: -30.5%; }
  127. 7.945% { left: -30.5%; }
  128. 9.08% { left: -40.5%; }
  129. 10.215% { left: -40.5%; }
  130. 11.35% { left: -50.5%; }
  131. 12.485% { left: -50.5%; }
  132. 13.62% { left: -60.5%; }
  133. 14.755% { left: -60.5%; }
  134. 15.89% { left: -70.5%; }
  135. 17.025% { left: -70.5%; }
  136. 18.16% { left: -80.5%; }
  137. 19.295% { left: -80.5%; }
  138. 20.43% { left: -90.5%; }
  139. 21.565% { left: -90.5%; }
  140. 23.25% { left: -100%; }
  141. 25% { left: -100%; }
  142.  
  143. }
  144.  
  145. div#slider { overflow: hidden;  }
  146. div#slider figure img {
  147.      width : 9.7%;
  148.        display:inline-block;}
  149. div#slider figure {
  150.   position: absolute;
  151.   width:100%;
  152.   margin: 0;
  153.  
  154.   text-align: left;
  155.   font-size: 0;
  156.   animation: 200s slidy infinite;
  157.  
  158. }
  159.  
  160. /************************************UPCOMING-RELEASES***************************/
  161.  
  162.         #box1{
  163.             height: 100vh;
  164.             width: 100%;
  165.             background-image: url(../img/sha.jpg);
  166.             background-size: cover;
  167.             display: table;
  168.             background-attachment: fixed;
  169.            
  170.         }
  171.         #box2{
  172.             height: 100vh;
  173.             width: 100%;
  174.             background-image: url(../img/maze3.jpg);
  175.             background-size: cover;
  176.             display: table;
  177.             background-attachment: fixed;
  178.            
  179.         }
  180.         #box3{
  181.             height: 100vh;
  182.             width: 100%;
  183.             background-image: url(../img/fff.png);
  184.             background-size: cover;
  185.             display: table;
  186.             background-attachment: fixed;
  187.        
  188.         }
  189.         #box4{
  190.            height: 100vh;
  191.             width: 100%;
  192.             background-image: url(../img/foreign.jpg);
  193.             background-size: cover;
  194.             display: table;
  195.             background-attachment: fixed;
  196.    
  197.         }
  198.         #box5{
  199.            height: 100vh;
  200.             width: 100%;
  201.             background-image: url(../img/kil.jpg);
  202.             background-size: cover;
  203.             display: table;
  204.             background-attachment: fixed;
  205.    
  206.         }
  207.         h2{
  208.             font-family: arial black;
  209.             font-size: 50px;
  210.             color:white;
  211.             margin: 0px;
  212.             text-align: center;
  213.             display: table-cell;
  214.             vertical-align: middle;
  215.         }
  216.  
  217. /********LOGIN************/
  218.  
  219.  .login{
  220.     position:fixed;
  221.     padding:0;
  222.     margin:0;
  223.  
  224.     top:0;
  225.     left:0;
  226.     z-index:-1;
  227.  
  228.     width: 100%;
  229.     height: 100%;
  230.     background: url('../img/cinema.jpg') no-repeat center center fixed;
  231.     -webkit-background-size: cover;
  232.     -moz-background-size: cover;
  233.     -o-background-size: cover;
  234.     background-size: cover;
  235.     -webkit-filter: blur(3px);
  236.     -webkit-filter: blur(3px);
  237.     -moz-filter: blur(3px);
  238.     -o-filter: blur(3px);
  239.     -ms-filter: blur(3px);
  240.     filter: blur(3px);
  241.  
  242. }
  243.  
  244. .butLogin{
  245.     height:10%;
  246.     width:12%;
  247.     position:absolute;
  248.     margin-top:480px;
  249.     color:#DCCCFF;
  250.     margin-left:550px;
  251.     font-size:20px;
  252.     background:transparent;
  253.     border-radius:10px;
  254.     border: 3px solid #DCCCFF;
  255.     -webkit-transition-duration: 0.4s;
  256.     transition-duration: 0.4s;
  257. }
  258.  
  259. .butLogin:hover{
  260.     height:10%;
  261.     width:12%;
  262.     position:absolute;
  263.     font-size:20px;
  264.     margin-top:480px;
  265.     margin-left:550px;
  266.     border-radius:10px;
  267.     background-color:#570000;
  268.     outline:none;
  269.     border: 3px solid #DCCCFF;
  270. }
  271.  
  272. .but1Login{
  273.     height:10%;
  274.     width:12%;
  275.     font-size:20px;
  276.     position:absolute;
  277.     margin-top:480px;
  278.     color:#DCCCFF;
  279.     font-size: 20px;
  280.     margin-left:800px;
  281.     background:transparent;
  282.     border-radius:10px;
  283.     border: 3px solid #DCCCFF;
  284.     -webkit-transition-duration: 0.4s;
  285.     transition-duration: 0.4s;
  286. }
  287.  
  288. .but1Login:hover{
  289.     height:10%;
  290.     width:12%;
  291.     position:absolute;
  292.     margin-top:480px;
  293.     margin-left:800px;
  294.     border-radius:10px;
  295.     background-color:#570000;
  296.     outline:none;
  297.     border: 3px solid #DCCCFF;
  298. }
  299.  
  300.  
  301. .login-block {
  302.     position:fixed;
  303.     height:40%;
  304.     width: 25%;
  305.     padding: 20px;
  306.     background: #DCCCFF;
  307.     border-radius: 5px;
  308.     border-top: 5px solid #570000;
  309.     border-bottom:5px solid #570000;
  310.     border-radius:10px;
  311.     margin-top: 230px;
  312.     margin-left: 575px;
  313.     display:none;
  314. }
  315.  
  316. .login-block h1 {
  317.     text-align: center;
  318.     color: #000;
  319.     font-size: 18px;
  320.     margin-top: 0;
  321.     margin-bottom: 20px;
  322. }
  323. .login-block input {
  324.     width: 100%;
  325.     height: 42px;
  326.     box-sizing: border-box;
  327.     border-radius: 5px;
  328.     border: 1px solid #570000;
  329.     margin-bottom: 20px;
  330.     font-size: 14px;
  331.     font-family: 'Quicksand', sans-serif;
  332.     padding: 0 20px 0 50px;
  333.     outline: none;
  334. }
  335.  
  336. .login-block input#username {
  337.     background: #F6F2FF url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
  338.     background-size: 16px 80px;
  339. }
  340.  
  341. .login-block input#username:focus {
  342.     background: #F6F2FF url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
  343.     background-size: 16px 80px;
  344. }
  345.  
  346. .login-block input#password {
  347.     background: #F6F2FF url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
  348.     background-size: 16px 80px;
  349. }
  350.  
  351. .login-block input#password:focus {
  352.     background: #F6F2FF url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
  353.     background-size: 16px 80px;
  354. }
  355.  
  356. .login-block input:active, .login-block input:focus {
  357.     border: 1px solid #570000;
  358. }
  359.  
  360. .login-block button {
  361.     width: 100%;
  362.     margin-top:45px;
  363.     height: 40px;
  364.     background: #570000;
  365.     box-sizing: border-box;
  366.     border-radius: 5px;
  367.     border: 1px solid #e15960;
  368.     color: #fff;
  369.     font-size: 14px;
  370.     font-family: 'Quicksand', sans-serif;
  371.     outline: none;
  372.     cursor: pointer;
  373. }
  374.  
  375. .login-block button:hover {
  376.     background: #570000;
  377. }
  378.  
  379.  
  380.  
  381. .register-block {
  382.     position:fixed;
  383.     height:70%;
  384.     width: 25%;
  385.     padding: 20px;
  386.     background: #DCCCFF;
  387.     border-radius: 5px;
  388.     border-top: 5px solid #570000;
  389.     border-bottom:5px solid #570000;
  390.     border-radius:10px;
  391.     margin-top: 130px;
  392.     margin-left: 575px;
  393.     display:none;
  394.    
  395. }
  396.  
  397. .registerText {
  398.     text-align: center;
  399.     color: #000;
  400.     font-size: 18px;
  401.     margin-top: 0;
  402.     margin-bottom: 40px;
  403. }
  404. .register-block input {
  405.     display:inline-block;
  406.     width: 100%;
  407.     height: 42px;
  408.     color: #F6F2FF;
  409.     border-radius: 5px;
  410.     border: 1px solid #570000;
  411.     margin-top:30px;
  412.     font-size: 14px;
  413.    font-family: 'Quicksand', sans-serif;
  414.     padding: 0 20px 0 10px;
  415.     outline: none;
  416. }
  417.  
  418. .register-block input#name {
  419.     background: #F6F2FF 20px top no-repeat;
  420.     background-size: 16px 80px;
  421. }
  422.  
  423. .register-block input#username {
  424.     background: #F6F2FF 20px top no-repeat;
  425.     background-size: 16px 80px;
  426. }
  427. .register-block input#email {
  428.     background: #F6F2FF 20px top no-repeat;
  429.     background-size: 16px 80px;
  430. }
  431.  
  432. .register-block input#password {
  433.     background: #F6F2FF 20px top no-repeat;
  434.     background-size: 16px 80px;
  435. }
  436.  
  437. .register-block input#repeatpassword {
  438.     background: #F6F2FF 20px top no-repeat;
  439.     background-size: 16px 80px;
  440. }
  441.  
  442. .register-block input#username:focus {
  443.     background: #F6F2FF 20px bottom no-repeat;
  444.     background-size: 16px 80px;
  445. }
  446. .register-block input#email:focus {
  447.     background: #F6F2FF 20px bottom no-repeat;
  448.     background-size: 16px 80px;
  449. }
  450.  
  451. .register-block input#password {
  452.     background: #F6F2FF 20px top no-repeat;
  453.     background-size: 16px 80px;
  454. }
  455.  
  456. .register-block input#password:focus {
  457.     background: #F6F2FF 20px bottom no-repeat;
  458.     background-size: 16px 80px;
  459. }
  460.  
  461. .register-block input:active, .register-block input:focus {
  462.     border: 1px solid #570000;
  463. }
  464.  
  465. .register-block button {
  466.     width: 100%;
  467.     margin-top:40px;
  468.     height: 40px;
  469.     background: #570000;
  470.     box-sizing: border-box;
  471.     border-radius: 5px;
  472.     border: 1px solid #e15960;
  473.     color: #F6F2FF;
  474.     font-size: 14px;
  475.     font-family: 'Quicksand', sans-serif;
  476.     outline: none;
  477.     cursor: pointer;
  478. }
  479.  
  480. .register-block button:hover {
  481.     background: #570000;
  482. }
  483.  
  484. .mandfield{
  485.     margin-top:10px;
  486.     font-size:10px;
  487.     opacity:0.6;
  488.     font-family:'Quicksand', sans-serif;
  489. }
  490. /*********************ABOUT US***************************/
  491.  
  492.  #slika{
  493.     position:absolute;
  494.     margin-top:4%;
  495.     margin-left:43%;
  496.     height:150px;
  497.     width:150px;
  498. }
  499.  
  500. .content{
  501.     width:80%;
  502.     position:fixed;
  503.     margin-left:150px;
  504.     margin-top:30px;
  505.     height:80%;
  506.     border-radius:5px;
  507.     background-color:black;
  508. }
  509.  
  510.  
  511. h3{
  512.     font-family: 'Amatic SC', cursive;
  513.     font-size:  60px;
  514.     position: absolute;
  515.     left: 33%;
  516.     top: 25%;
  517.     animation-name: topFadeOut;
  518.     animation-duration: 6s;
  519.     color: white;  
  520. }
  521.  
  522. .content #aboutus{
  523.     position:absolute;
  524.     margin-top: 300px;
  525.     margin-right:100px;
  526.     margin-left:100px;
  527.     color:white;
  528.     font-size: 19px;
  529.     font-family:'Roboto Condensed', sans-serif;
  530. }
  531.  
  532. @keyframes topFadeOut {
  533.   0% {
  534.     position: absolute;
  535.     top: -3rem;
  536.     opacity: 0;
  537.   }
  538.  
  539.   75% {
  540.     position: absolute;
  541.     top: 25%;
  542.     opacity: 1;
  543.   }
  544. }
  545.  
  546.  
  547. @keyframes fadeInOut {
  548.   0% {
  549.     opacity: 0;
  550.   }
  551.  
  552.   80% {
  553.     opacity: 1;
  554.   }
  555. }
  556.  
  557.  
  558.  
  559. /********************Profile.html*********************/
  560. .mainProfile{
  561.     position:fixed;
  562.     height:100%;
  563.     width:100%;
  564.     opacity:0.95;
  565. }
  566.  
  567. .contentProfile{
  568.     width:50%;
  569.     position:absolute;
  570.     margin-left:400px;
  571.     margin-top:50px;
  572.     height:80%;
  573.     border-radius:8px;
  574.     background-color:#F6F2FF;
  575. }
  576.  
  577. .sidenav{
  578.     display:inline-block;
  579.     position:absolute;
  580.     width:20%;
  581.     height:80%;
  582.     margin-left:250px;
  583.     margin-top:50px;
  584.     border-right: 3px solid #DCCCFF;
  585.     background-color:#fff;
  586. }
  587.  
  588. .sidenav > img{
  589.     position:fixed;
  590.     height:15%;
  591.     margin-top:25px;
  592.     margin-left:90px;
  593. }
  594.  
  595. .underImg{
  596.     position:fixed;
  597.     font-family:'Quicksand',sans-serif;
  598.     opacity:0.7;
  599.     font-size:13px;
  600.     margin-top:145px;
  601.     margin-left:120px;
  602. }
  603. .profileInfo{
  604.     position:relative;
  605.     font-family:'Quicksand',sans-serif;
  606.     opacity:0.7;
  607.     font-size:13px;
  608.     margin-top:170px;
  609.     margin-left:70px;
  610. }
  611.  
  612. .group{
  613.     position:fixed;
  614.     width:20%;
  615.     padding-left:5px;
  616.     padding-right:3px;
  617.     margin-top:300px;
  618.     margin-left:250px; 
  619. }
  620.  
  621. .profile{
  622.     position:relative;
  623.     background-color:#fff;
  624.     height:30%;
  625.     border-top:2px solid #DCCCFF;  
  626. }
  627.  
  628. .profile:hover{
  629.     position:relative;
  630.     background-color:#BBCBCB;
  631.     height:30%;
  632.     border-top:2px solid #DCCCFF;  
  633. }
  634.  
  635. .profile p{
  636.     text-align:left;
  637.     padding-top:5px;
  638.     padding-left:5px;
  639.     font-size:15px;
  640.     font-family: 'Quicksand', sans-serif;
  641.     color:#50514F;
  642.     opacity;0.7;
  643. }
  644.  
  645. .general{
  646.     display:inline-block;
  647.     margin-top:3px;
  648.     background-color:#fff;
  649.     position:relative;
  650.     margin-left:160px;
  651.     border-radius:5px;
  652.     height:99%
  653. }
  654.  
  655. .groupGeneral{
  656.     display:block;
  657.     position:relative;
  658.     width:100%;
  659.     padding-left:5px;
  660.     padding-right:3px;
  661.     margin-top:40px;
  662. }
  663.  
  664. .female{
  665.     margin-left:430px;
  666. }
  667. .tags{
  668.     position:relative;
  669.     background-color:#fff;
  670.     height:30%;
  671.     padding-top:5px;
  672.     border-bottom:2px solid #DCCCFF;   
  673. }
  674.  
  675. .lastTag{
  676.     display:block;
  677.     position:relative;
  678.     background-color:#fff;
  679.     height:30%;
  680.     padding-top:5px;
  681.     border:none;
  682. }
  683. .lastTag p{
  684.     display:block;
  685.     font-size: 20px;
  686.     font-family: 'Quicksand', sans-serif;
  687.     color:#50514F;
  688.     opacity;0.7;
  689. }
  690. .tags p{
  691.     display:inline-block;
  692.     font-size: 20px;
  693.     font-family: 'Quicksand', sans-serif;
  694.     color:#50514F;
  695.     opacity;0.7;
  696.    
  697. }
  698. .tags input{
  699.     display:inline-block;
  700.     margin-left:150px;
  701.     width:60%;
  702.     border-radius:5px;
  703. }
  704.  
  705. #comment{
  706.     display:inline-block;
  707.     width:60%;
  708.     vertical-align:top;
  709.     margin-left: 120px;
  710.    
  711. }
  712.  
  713. .age{
  714.     margin-left:500px;
  715. }
  716.  
  717. .pictures{
  718.     position:relative;
  719.     display:inline-block;
  720.     height:45%;
  721.     width:25%;
  722.     margin-top:5px;
  723. }
  724.  
  725. .interest{
  726.     display:none;
  727.     height:99%;
  728.     width:79%;
  729.     border-radius: 5px;
  730.     margin-left:160px;
  731.     margin-top:2px;
  732.     background-color:#fff;
  733. }
  734.  
  735. .tagsInterest{
  736.     position:relative;
  737.     background-color:#fff;
  738.     margin-left:30px;
  739.     height:30%;
  740.     padding-top:5px;   
  741. }
  742. .tagsInterest p{
  743.     margin-left:200px;
  744.     display:inline-block;
  745.     font-size: 30px;
  746.     font-family: 'Quicksand', sans-serif;
  747.     color:#50514F;
  748.     opacity;0.7;
  749.    
  750. }
  751.  
  752. .tagI{
  753.     position:relative;
  754.     background-color:#fff;
  755.     height:30%;
  756.     padding-top:5px;
  757.     border-bottom:2px solid #DCCCFF;   
  758. }
  759.  
  760. .tagI p{
  761.     display:inline-block;
  762.     font-size: 20px;
  763.     font-family: 'Quicksand', sans-serif;
  764.     color:#50514F;
  765.     opacity:0.7;   
  766.     margin-left:10px;
  767. }
  768. .tagI input{
  769.     display: inline;
  770.     margin-left:10px;
  771.    
  772. }
  773.  
  774.  
  775. .notification{
  776.     display:none;
  777.     height:99%;
  778.     width:79%;
  779.     border-radius: 5px;
  780.     margin-left:160px;
  781.     margin-top:2px;
  782.     background-color:#fff;
  783. }
  784.  
  785. .tagsNotify p{
  786.     margin-left:180px;
  787.     display:inline-block;
  788.     font-size: 30px;
  789.     font-family: 'Quicksand', sans-serif;
  790.     color:#50514F;
  791.     opacity:0.7;
  792. }
  793.  
  794. .groupGeneral h5{
  795.     padding-top:10px;
  796.     font-size:25px;
  797.     font-family: 'Quicksand', sans-serif;
  798.     color:#50514F;
  799.     opacity:0.7;
  800. }
  801.  
  802. .groupGeneral #images{
  803.     margin-top:5px;
  804.     margin-left:5px;
  805.     height:40%;
  806.     width:22%;
  807. }
  808.  
  809. .groupGeneral #friends{
  810.     height:20%;
  811.     width:15%;
  812.     padding-top: 10px;
  813.     padding-left:10px;
  814.     margin-left:10px;
  815. }
  816.  
  817.  
  818. .security{
  819.     display:none;
  820.     height:99%;
  821.     width:79%;
  822.     border-radius: 5px;
  823.     margin-left:160px;
  824.     margin-top:2px;
  825.     background-color:#fff; 
  826. }
  827.  
  828. .tagsSecurity p{
  829.     margin-left:240px;
  830.     display:inline-block;
  831.     font-size: 30px;
  832.     font-family: 'Quicksand', sans-serif;
  833.     color:#50514F;
  834.     opacity:0.7;   
  835. }
  836.  
  837.  
  838.  
  839.  
  840. .first{
  841.     font-size:18px;
  842.     font-family: 'Quicksand', sans-serif;
  843.     color:#50514F;
  844.     opacity:0.7;
  845.     margin-top:40px;
  846.     margin-left: 18px;
  847. }
  848.  
  849. .second{
  850.     font-size:18px;
  851.     font-family: 'Quicksand', sans-serif;
  852.     color:#50514F;
  853.     opacity:0.7;
  854.     margin-top:30px;
  855.     margin-left: 18px;
  856. }
  857.  
  858. .third{
  859.     font-size:18px;
  860.     font-family: 'Quicksand', sans-serif;
  861.     color:#50514F;
  862.     opacity:0.7;
  863.     margin-top:30px;
  864.     margin-left: 18px;
  865. }
  866.  
  867. .groupGeneral .passchange{
  868.     position:absolute;
  869.     margin-top:100px;
  870.     color:white;
  871.     font-family:'Quicksand', sans-serif;
  872.     font-size:15px;
  873.     width:25%;
  874.     height:15%;
  875.     background-color:#48ACF0;
  876.     border-radius:10px;
  877.     border: none;
  878. }
  879.  
  880. .groupGeneral .passchange:hover{
  881.     background-color:#22AED1;
  882.     border-radius:10px;
  883.     outline:none;
  884. }
  885.  
  886. .password-block {
  887.     position:absolute;
  888.     height:50%;
  889.     width: 40%;
  890.     padding: 20px;
  891.     background: #DCCCFF;
  892.     border-radius: 5px;
  893.     border-top: 5px solid #48ACF0;
  894.     border-bottom:5px solid #48ACF0;
  895.     border-radius:10px;
  896.     margin-top: 60px;
  897.     margin-left:400px;
  898.     display:none;
  899. }
  900.  
  901. .password-block .passH1 {
  902.     text-align: center;
  903.     color: #000;
  904.     font-size: 18px;
  905.     margin-top: 0;
  906.     margin-bottom: 20px;
  907.     font-family: 'Quicksand', sans-serif;
  908. }
  909. .password-block input {
  910.     width: 100%;
  911.     height: 42px;
  912.     box-sizing: border-box;
  913.     border-radius: 5px;
  914.     border: 1px solid #48ACF0;
  915.     margin-bottom: 20px;
  916.     font-size: 14px;
  917.     font-family: 'Quicksand', sans-serif;
  918.     padding: 0 20px 0 50px;
  919.     outline: none;
  920. }
  921.  
  922. .passbutton{
  923.     display:inline;
  924.     color:white;
  925.     margin-top:30px;
  926.     margin-left:240px;
  927.     font-family:'Quicksand', sans-serif;
  928.     font-size:15px;
  929.     width:25%;
  930.     height:15%;
  931.     background-color:#48ACF0;
  932.     border-radius:10px;
  933.     border: none;
  934. }
  935.  
  936. .passbutton2{
  937.     position:absolute;
  938.     color:white;
  939.     margin-top:28px;
  940.     margin-left: 10px;
  941.     font-family:'Quicksand', sans-serif;
  942.     font-size:15px;
  943.     width:23%;
  944.     height:13%;
  945.     background-color:#48ACF0;
  946.     border-radius:10px;
  947.     border: none;
  948. }
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966. /*************************MENSUR-Messages***********************************/
  967.  
  968.  
  969. @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
  970.  
  971. *, *:before, *:after {
  972.   -webkit-box-sizing: border-box;
  973.           box-sizing: border-box;
  974. }
  975.  
  976. body {
  977.   background-color: #f8f8f8;
  978.   -webkit-font-smoothing: antialiased;
  979.   -moz-osx-font-smoothing: grayscale;
  980.   text-rendering: optimizeLegibility;
  981.   font-family: 'Source Sans Pro', sans-serif;
  982.   font-weight: 400;
  983.   background-image: url("https://s17.postimg.org/fr01hfe33/image.jpg");
  984.   background-size: cover;
  985.   background-repeat: none;
  986. }
  987.  
  988. .wrapper {
  989.   position: relative;
  990.   left: 50%;
  991.   width: 1000px;
  992.   height: 700px;
  993.   -webkit-transform: translate(-50%, 0);
  994.           transform: translate(-50%, 0);
  995. }
  996.  
  997. .container {
  998.   position: relative;
  999.   top: 50%;
  1000.   left: 47%;
  1001.   width: 95%;
  1002.   height: 95%;
  1003.   background-color: #fff;
  1004.   -webkit-transform: translate(-50%, -50%);
  1005.           transform: translate(-50%, -50%);
  1006. }
  1007. .container .left {
  1008.   float: left;
  1009.   width: 37.6%;
  1010.   height: 100%;
  1011.   border: 1px solid #e6e6e6;
  1012.   background-color: #fff;
  1013. }
  1014. .container .left .top {
  1015.   position: relative;
  1016.   width: 100%;
  1017.   height: 96px;
  1018.   padding: 29px;
  1019. }
  1020. .container .left .top:after {
  1021.   position: absolute;
  1022.   bottom: 0;
  1023.   left: 50%;
  1024.   display: block;
  1025.   width: 80%;
  1026.   height: 1px;
  1027.   content: '';
  1028.   background-color: #e6e6e6;
  1029.   -webkit-transform: translate(-50%, 0);
  1030.           transform: translate(-50%, 0);
  1031. }
  1032. .container .left input {
  1033.     position:relative;
  1034.     margin-left:0px;
  1035.     margin-top:0px;
  1036.     z-index:0;
  1037.   float: left;
  1038.   width: 80%;
  1039.   height: 42px;
  1040.   padding: 0 15px;
  1041.   border: 1px solid #e6e6e6;
  1042.   background-color: #eceff1;
  1043.   border-radius: 21px;
  1044.   font-family: 'Source Sans Pro', sans-serif;
  1045.   font-weight: 400;
  1046. }
  1047. .container .left input:focus {
  1048.   outline: none;
  1049. }
  1050. .container .left a.search {
  1051.   display: block;
  1052.   float: left;
  1053.   width: 42px;
  1054.   height: 42px;
  1055.   margin-left: 10px;
  1056.   border: 1px solid #e6e6e6;
  1057.   background-color: #00b0ff;
  1058.   background-image: url("https://s11.postimg.org/dpuahewmn/name_type.png");
  1059.   background-repeat: no-repeat;
  1060.   background-position: top 12px left 14px;
  1061.   border-radius: 50%;
  1062. }
  1063. .container .left .people {
  1064.   margin-left: -1px;
  1065.   border-right: 1px solid #e6e6e6;
  1066.   border-left: 1px solid #e6e6e6;
  1067.   width: calc(100% + 2px);
  1068. }
  1069. .container .left .people .person {
  1070.     display:block;
  1071.   position: relative;
  1072.   width: 100%;
  1073.   padding: 12px 10% 16px;
  1074.   cursor: pointer;
  1075.   background-color: #fff;
  1076. }
  1077. .container .left .people .person:after {
  1078.   position: absolute;
  1079.   bottom: 0;
  1080.   left: 50%;
  1081.   display: block;
  1082.   width: 80%;
  1083.   height: 1px;
  1084.   content: '';
  1085.   background-color: #e6e6e6;
  1086.   -webkit-transform: translate(-50%, 0);
  1087.           transform: translate(-50%, 0);
  1088. }
  1089. .container .left .people .person img {
  1090.   float: left;
  1091.   width: 40px;
  1092.   height: 40px;
  1093.   margin-right: 12px;
  1094.   border-radius: 50%;
  1095. }
  1096. .container .left .people .person .name {
  1097.   font-size: 14px;
  1098.   line-height: 22px;
  1099.   color: #1a1a1a;
  1100.   font-family: 'Source Sans Pro', sans-serif;
  1101.   font-weight: 600;
  1102. }
  1103. .container .left .people .person .time {
  1104.   font-size: 14px;
  1105.   position: absolute;
  1106.   top: 16px;
  1107.   right: 10%;
  1108.   padding: 0 0 5px 5px;
  1109.   color: #999;
  1110.   background-color: #fff;
  1111. }
  1112. .container .left .people .person .preview {
  1113.   font-size: 14px;
  1114.   display: inline-block;
  1115.   overflow: hidden !important;
  1116.   width: 70%;
  1117.   white-space: nowrap;
  1118.   text-overflow: ellipsis;
  1119.   color: #999;
  1120. }
  1121. .container .left .people .person.active, .container .left .people .person:hover {
  1122.   margin-top: -1px;
  1123.   margin-left: -1px;
  1124.   padding-top: 13px;
  1125.   border: 0;
  1126.   background-color: #00b0ff;
  1127.   width: calc(100% + 2px);
  1128.   padding-left: calc(10% + 1px);
  1129. }
  1130. .container .left .people .person.active span, .container .left .people .person:hover span {
  1131.   color: #fff;
  1132.   background: transparent;
  1133. }
  1134. .container .left .people .person.active:after, .container .left .people .person:hover:after {
  1135.   display: none;
  1136. }
  1137. .container .right {
  1138.   position: relative;
  1139.   float: left;
  1140.   width: 62.4%;
  1141.   height: 100%;
  1142. }
  1143. .container .right .top {
  1144.   width: 100%;
  1145.   height: 47px;
  1146.   padding: 15px 29px;
  1147.   background-color: #eceff1;
  1148. }
  1149. .container .right .top span {
  1150.   font-size: 15px;
  1151.   color: #999;
  1152. }
  1153. .container .right .top span .name {
  1154.   color: #1a1a1a;
  1155.   font-family: 'Source Sans Pro', sans-serif;
  1156.   font-weight: 600;
  1157. }
  1158. .container .right .chat {
  1159.   position: relative;
  1160.   display: none;
  1161.   overflow: hidden;
  1162.   padding: 0 35px 92px;
  1163.   border-width: 1px 1px 1px 0;
  1164.   border-style: solid;
  1165.   border-color: #e6e6e6;
  1166.   height: calc(100% - 48px);
  1167.   -webkit-box-pack: end;
  1168.       -ms-flex-pack: end;
  1169.           justify-content: flex-end;
  1170.   -webkit-box-orient: vertical;
  1171.   -webkit-box-direction: normal;
  1172.       -ms-flex-direction: column;
  1173.           flex-direction: column;
  1174. }
  1175. .container .right .chat.active-chat {
  1176.   display: block;
  1177.   display: -webkit-box;
  1178.   display: -ms-flexbox;
  1179.   display: flex;
  1180. }
  1181. .container .right .chat.active-chat .bubble {
  1182.   -webkit-transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
  1183.   transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
  1184. }
  1185. .container .right .chat.active-chat .bubble:nth-of-type(1) {
  1186.   -webkit-animation-duration: 0.15s;
  1187.   animation-duration: 0.15s;
  1188. }
  1189. .container .right .chat.active-chat .bubble:nth-of-type(2) {
  1190.   -webkit-animation-duration: 0.3s;
  1191.   animation-duration: 0.3s;
  1192. }
  1193. .container .right .chat.active-chat .bubble:nth-of-type(3) {
  1194.   -webkit-animation-duration: 0.45s;
  1195.   animation-duration: 0.45s;
  1196. }
  1197. .container .right .chat.active-chat .bubble:nth-of-type(4) {
  1198.   -webkit-animation-duration: 0.6s;
  1199.   animation-duration: 0.6s;
  1200. }
  1201. .container .right .chat.active-chat .bubble:nth-of-type(5) {
  1202.   -webkit-animation-duration: 0.75s;
  1203.   animation-duration: 0.75s;
  1204. }
  1205. .container .right .chat.active-chat .bubble:nth-of-type(6) {
  1206.   -webkit-animation-duration: 0.9s;
  1207.   animation-duration: 0.9s;
  1208. }
  1209. .container .right .chat.active-chat .bubble:nth-of-type(7) {
  1210.   -webkit-animation-duration: 1.05s;
  1211.   animation-duration: 1.05s;
  1212. }
  1213. .container .right .chat.active-chat .bubble:nth-of-type(8) {
  1214.   -webkit-animation-duration: 1.2s;
  1215.   animation-duration: 1.2s;
  1216. }
  1217. .container .right .chat.active-chat .bubble:nth-of-type(9) {
  1218.   -webkit-animation-duration: 1.35s;
  1219.   animation-duration: 1.35s;
  1220. }
  1221. .container .right .chat.active-chat .bubble:nth-of-type(10) {
  1222.   -webkit-animation-duration: 1.5s;
  1223.   animation-duration: 1.5s;
  1224. }
  1225. .container .right .write {
  1226.   position: absolute;
  1227.   bottom: 29px;
  1228.   left: 30px;
  1229.   height: 42px;
  1230.   padding-left: 8px;
  1231.   border: 1px solid #e6e6e6;
  1232.   background-color: #eceff1;
  1233.   width: calc(100% - 58px);
  1234.   border-radius: 5px;
  1235. }
  1236. .container .right .write input {
  1237.     position:relative;
  1238.     margin-left:0px;
  1239.     margin-top:0px;
  1240.     z-index:0;
  1241.   font-size: 16px;
  1242.   float: left;
  1243.   width: 400px;
  1244.   height: 40px;
  1245.   padding: 0 10px;
  1246.   color: #1a1a1a;
  1247.   border: 0;
  1248.   outline: none;
  1249.   background-color: #eceff1;
  1250.   font-family: 'Source Sans Pro', sans-serif;
  1251.   font-weight: 400;
  1252. }
  1253. .container .right .write .write-link.attach:before {
  1254.   display: inline-block;
  1255.   float: left;
  1256.   width: 20px;
  1257.   height: 42px;
  1258.   content: '';
  1259.   background-image: url("https://s1.postimg.org/s5gfy283f/attachemnt.png");
  1260.   background-repeat: no-repeat;
  1261.   background-position: center;
  1262. }
  1263. .container .right .write .write-link.smiley:before {
  1264.   display: inline-block;
  1265.   float: left;
  1266.   width: 20px;
  1267.   height: 42px;
  1268.   content: '';
  1269.   background-image: url("https://s14.postimg.org/q2ug83h7h/smiley.png");
  1270.   background-repeat: no-repeat;
  1271.   background-position: center;
  1272. }
  1273. .container .right .write .write-link.send:before {
  1274.   display: inline-block;
  1275.   float: left;
  1276.   width: 20px;
  1277.   height: 42px;
  1278.   margin-left: 11px;
  1279.   content: '';
  1280.   background-image: url("https://s30.postimg.org/nz9dho0pp/send.png");
  1281.   background-repeat: no-repeat;
  1282.   background-position: center;
  1283. }
  1284. .container .right .bubble {
  1285.   font-size: 16px;
  1286.   position: relative;
  1287.   display: inline-block;
  1288.   clear: both;
  1289.   margin-bottom: 8px;
  1290.   padding: 13px 14px;
  1291.   vertical-align: top;
  1292.   border-radius: 5px;
  1293. }
  1294. .container .right .bubble:before {
  1295.   position: absolute;
  1296.   top: 19px;
  1297.   display: block;
  1298.   width: 8px;
  1299.   height: 6px;
  1300.   content: '\00a0';
  1301.   -webkit-transform: rotate(29deg) skew(-35deg);
  1302.           transform: rotate(29deg) skew(-35deg);
  1303. }
  1304. .container .right .bubble.you {
  1305.   float: left;
  1306.   color: #fff;
  1307.   background-color: #00b0ff;
  1308.   -ms-flex-item-align: start;
  1309.       align-self: flex-start;
  1310.   -webkit-animation-name: slideFromLeft;
  1311.   animation-name: slideFromLeft;
  1312. }
  1313. .container .right .bubble.you:before {
  1314.   left: -3px;
  1315.   background-color: #00b0ff;
  1316. }
  1317. .container .right .bubble.me {
  1318.   float: right;
  1319.   color: #1a1a1a;
  1320.   background-color: #eceff1;
  1321.   -ms-flex-item-align: end;
  1322.       align-self: flex-end;
  1323.   -webkit-animation-name: slideFromRight;
  1324.   animation-name: slideFromRight;
  1325. }
  1326. .container .right .bubble.me:before {
  1327.   right: -3px;
  1328.   background-color: #eceff1;
  1329. }
  1330. .container .right .conversation-start {
  1331.   position: relative;
  1332.   width: 100%;
  1333.   margin-bottom: 27px;
  1334.   text-align: center;
  1335. }
  1336. .container .right .conversation-start span {
  1337.   font-size: 14px;
  1338.   display: inline-block;
  1339.   color: #999;
  1340. }
  1341. .container .right .conversation-start span:before, .container .right .conversation-start span:after {
  1342.   position: absolute;
  1343.   top: 10px;
  1344.   display: inline-block;
  1345.   width: 30%;
  1346.   height: 1px;
  1347.   content: '';
  1348.   background-color: #e6e6e6;
  1349. }
  1350. .container .right .conversation-start span:before {
  1351.   left: 0;
  1352. }
  1353. .container .right .conversation-start span:after {
  1354.   right: 0;
  1355. }
  1356.  
  1357. @keyframes slideFromLeft {
  1358.   0% {
  1359.     margin-left: -200px;
  1360.     opacity: 0;
  1361.   }
  1362.   100% {
  1363.     margin-left: 0;
  1364.     opacity: 1;
  1365.   }
  1366. }
  1367. @-webkit-keyframes slideFromLeft {
  1368.   0% {
  1369.     margin-left: -200px;
  1370.     opacity: 0;
  1371.   }
  1372.   100% {
  1373.     margin-left: 0;
  1374.     opacity: 1;
  1375.   }
  1376. }
  1377. @keyframes slideFromRight {
  1378.   0% {
  1379.     margin-right: -200px;
  1380.     opacity: 0;
  1381.   }
  1382.   100% {
  1383.     margin-right: 0;
  1384.     opacity: 1;
  1385.   }
  1386. }
  1387. @-webkit-keyframes slideFromRight {
  1388.   0% {
  1389.     margin-right: -200px;
  1390.     opacity: 0;
  1391.   }
  1392.   100% {
  1393.     margin-right: 0;
  1394.     opacity: 1;
  1395.   }
  1396. }
  1397.  
  1398.  
  1399.  
  1400. /*************************GROUPS**********************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement