Advertisement
Guest User

Untitled

a guest
Jan 12th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 15.66 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-image:url("https://s17.postimg.org/fr01hfe33/image.jpg");
  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. .footer{
  244.     position:absolute;
  245.     bottom:0;
  246.     background: transparent;
  247.     text-align:center;
  248.     width:100%;
  249. }
  250.  
  251. .butLogin{
  252.     height:10%;
  253.     width:12%;
  254.     position:absolute;
  255.     margin-top:480px;
  256.     color:#DCCCFF;
  257.     margin-left:550px;
  258.     font-size:20px;
  259.     background:transparent;
  260.     border-radius:10px;
  261.     border: 3px solid #DCCCFF;
  262.     -webkit-transition-duration: 0.4s;
  263.     transition-duration: 0.4s;
  264. }
  265.  
  266. .butLogin:hover{
  267.     height:10%;
  268.     width:12%;
  269.     position:absolute;
  270.     font-size:20px;
  271.     margin-top:480px;
  272.     margin-left:550px;
  273.     border-radius:10px;
  274.     background-color:#570000;
  275.     outline:none;
  276.     border: 3px solid #DCCCFF;
  277. }
  278.  
  279. .but1Login{
  280.     height:10%;
  281.     width:12%;
  282.     font-size:20px;
  283.     position:absolute;
  284.     margin-top:480px;
  285.     color:#DCCCFF;
  286.     font-size: 20px;
  287.     margin-left:800px;
  288.     background:transparent;
  289.     border-radius:10px;
  290.     border: 3px solid #DCCCFF;
  291.     -webkit-transition-duration: 0.4s;
  292.     transition-duration: 0.4s;
  293. }
  294.  
  295. .but1Login:hover{
  296.     height:10%;
  297.     width:12%;
  298.     position:absolute;
  299.     margin-top:480px;
  300.     margin-left:800px;
  301.     border-radius:10px;
  302.     background-color:#570000;
  303.     outline:none;
  304.     border: 3px solid #DCCCFF;
  305. }
  306.  
  307.  
  308. .login-block {
  309.     position:fixed;
  310.     height:40%;
  311.     width: 25%;
  312.     padding: 20px;
  313.     background: #DCCCFF;
  314.     border-radius: 5px;
  315.     border-top: 5px solid #570000;
  316.     border-bottom:5px solid #570000;
  317.     border-radius:10px;
  318.     margin-top: 230px;
  319.     margin-left: 575px;
  320.     display:none;
  321. }
  322.  
  323. .login-block h1 {
  324.     text-align: center;
  325.     color: #000;
  326.     font-size: 18px;
  327.     margin-top: 0;
  328.     margin-bottom: 20px;
  329. }
  330. .login-block input {
  331.     width: 100%;
  332.     height: 42px;
  333.     box-sizing: border-box;
  334.     border-radius: 5px;
  335.     border: 1px solid #570000;
  336.     margin-bottom: 20px;
  337.     font-size: 14px;
  338.     font-family: 'Quicksand', sans-serif;
  339.     padding: 0 20px 0 50px;
  340.     outline: none;
  341. }
  342.  
  343. .login-block input#username {
  344.     background: #F6F2FF url('http://i.imgur.com/u0XmBmv.png') 20px top no-repeat;
  345.     background-size: 16px 80px;
  346. }
  347.  
  348. .login-block input#username:focus {
  349.     background: #F6F2FF url('http://i.imgur.com/u0XmBmv.png') 20px bottom no-repeat;
  350.     background-size: 16px 80px;
  351. }
  352.  
  353. .login-block input#password {
  354.     background: #F6F2FF url('http://i.imgur.com/Qf83FTt.png') 20px top no-repeat;
  355.     background-size: 16px 80px;
  356. }
  357.  
  358. .login-block input#password:focus {
  359.     background: #F6F2FF url('http://i.imgur.com/Qf83FTt.png') 20px bottom no-repeat;
  360.     background-size: 16px 80px;
  361. }
  362.  
  363. .login-block input:active, .login-block input:focus {
  364.     border: 1px solid #570000;
  365. }
  366.  
  367. .login-block button {
  368.     width: 100%;
  369.     margin-top:45px;
  370.     height: 40px;
  371.     background: #570000;
  372.     box-sizing: border-box;
  373.     border-radius: 5px;
  374.     border: 1px solid #e15960;
  375.     color: #fff;
  376.     font-size: 14px;
  377.     font-family: 'Quicksand', sans-serif;
  378.     outline: none;
  379.     cursor: pointer;
  380. }
  381.  
  382. .login-block button:hover {
  383.     background: #570000;
  384. }
  385.  
  386.  
  387.  
  388. .register-block {
  389.     position:fixed;
  390.     height:70%;
  391.     width: 25%;
  392.     padding: 20px;
  393.     background: #DCCCFF;
  394.     border-radius: 5px;
  395.     border-top: 5px solid #570000;
  396.     border-bottom:5px solid #570000;
  397.     border-radius:10px;
  398.     margin-top: 130px;
  399.     margin-left: 575px;
  400.     display:none;
  401.    
  402. }
  403.  
  404. .registerText {
  405.     text-align: center;
  406.     color: #000;
  407.     font-size: 18px;
  408.     margin-top: 0;
  409.     margin-bottom: 40px;
  410. }
  411. .register-block input {
  412.     display:inline-block;
  413.     width: 100%;
  414.     height: 42px;
  415.     color: #F6F2FF;
  416.     border-radius: 5px;
  417.     border: 1px solid #570000;
  418.     margin-top:30px;
  419.     font-size: 14px;
  420.    font-family: 'Quicksand', sans-serif;
  421.     padding: 0 20px 0 10px;
  422.     outline: none;
  423. }
  424.  
  425. .register-block input#name {
  426.     background: #F6F2FF 20px top no-repeat;
  427.     background-size: 16px 80px;
  428. }
  429.  
  430. .register-block input#username {
  431.     background: #F6F2FF 20px top no-repeat;
  432.     background-size: 16px 80px;
  433. }
  434. .register-block input#email {
  435.     background: #F6F2FF 20px top no-repeat;
  436.     background-size: 16px 80px;
  437. }
  438.  
  439. .register-block input#password {
  440.     background: #F6F2FF 20px top no-repeat;
  441.     background-size: 16px 80px;
  442. }
  443.  
  444. .register-block input#repeatpassword {
  445.     background: #F6F2FF 20px top no-repeat;
  446.     background-size: 16px 80px;
  447. }
  448.  
  449. .register-block input#username:focus {
  450.     background: #F6F2FF 20px bottom no-repeat;
  451.     background-size: 16px 80px;
  452. }
  453. .register-block input#email:focus {
  454.     background: #F6F2FF 20px bottom no-repeat;
  455.     background-size: 16px 80px;
  456. }
  457.  
  458. .register-block input#password {
  459.     background: #F6F2FF 20px top no-repeat;
  460.     background-size: 16px 80px;
  461. }
  462.  
  463. .register-block input#password:focus {
  464.     background: #F6F2FF 20px bottom no-repeat;
  465.     background-size: 16px 80px;
  466. }
  467.  
  468. .register-block input:active, .register-block input:focus {
  469.     border: 1px solid #570000;
  470. }
  471.  
  472. .register-block button {
  473.     width: 100%;
  474.     margin-top:40px;
  475.     height: 40px;
  476.     background: #570000;
  477.     box-sizing: border-box;
  478.     border-radius: 5px;
  479.     border: 1px solid #e15960;
  480.     color: #F6F2FF;
  481.     font-size: 14px;
  482.     font-family: 'Quicksand', sans-serif;
  483.     outline: none;
  484.     cursor: pointer;
  485. }
  486.  
  487. .register-block button:hover {
  488.     background: #570000;
  489. }
  490.  
  491. .mandfield{
  492.     margin-top:10px;
  493.     font-size:10px;
  494.     opacity:0.6;
  495.     font-family:'Quicksand', sans-serif;
  496. }
  497. /*********************ABOUT US***************************/
  498.  
  499. #slika{
  500.     position:absolute;
  501.     margin-top:4%;
  502.     margin-left:43%;
  503.     height:150px;
  504.     width:150px;
  505. }
  506.  
  507. .content{
  508.     width:80%;
  509.     position:fixed;
  510.     margin-left:150px;
  511.     margin-top:30px;
  512.     height:80%;
  513.     border-radius:5px;
  514.     background-color:black;
  515. }
  516.  
  517.  
  518. h3{
  519.     font-family: 'Amatic SC', cursive;
  520.     font-size:  60px;
  521.     position: absolute;
  522.     left: 33%;
  523.     top: 25%;
  524.     animation-name: topFadeOut;
  525.     animation-duration: 6s;
  526.     color: white;  
  527. }
  528.  
  529. p{
  530.     position:absolute;
  531.     margin-top: 300px;
  532.     margin-right:100px;
  533.     margin-left:100px;
  534.     color:white;
  535.     font-size: 19px;
  536.     font-family:'Roboto Condensed', sans-serif;
  537. }
  538.  
  539. @keyframes topFadeOut {
  540.   0% {
  541.     position: absolute;
  542.     top: -3rem;
  543.     opacity: 0;
  544.   }
  545.  
  546.   75% {
  547.     position: absolute;
  548.     top: 25%;
  549.     opacity: 1;
  550.   }
  551. }
  552.  
  553.  
  554. @keyframes fadeInOut {
  555.   0% {
  556.     opacity: 0;
  557.   }
  558.  
  559.   80% {
  560.     opacity: 1;
  561.   }
  562. }
  563.  
  564.  
  565.  
  566.  
  567. body{
  568.     background-image: url("https://s17.postimg.org/fr01hfe33/image.jpg");
  569.   background-size: cover;
  570.   background-repeat: none;
  571. }
  572.  
  573.  
  574. .grupe1{
  575.     position:absolute;
  576.     height:23%;
  577.     width:15%;
  578.     background-color:yellow;
  579.     border-radius:10px;
  580.     margin-left:200px;
  581.     margin-top:130px;
  582.    
  583. }
  584.  .grupe1 img{
  585.     position:absolute;
  586.     height:100%;
  587.     width:100%;
  588.     border-radius:10px;
  589. }
  590.  
  591. .grupe2{
  592.     position:absolute;
  593.     height:23%;
  594.     width:15%;
  595.     background-color:#22333B;
  596.     border-radius:10px;
  597.     margin-left:500px;
  598.     margin-top:130px;
  599. }
  600.  
  601. .grupe2 img{
  602.     position:absolute;
  603.     height:55%;
  604.     width:40%;
  605.     margin-left:70px;
  606.     margin-top:25px;
  607. }
  608.  
  609. .grupe2 h1{
  610.     position:absolute;
  611.     font-family:'Quicksand', sans-serif;
  612.     font-size:20px;
  613.     bottom:0px;
  614.     margin-left: 65px;
  615.     color:white;
  616. }
  617.  
  618. .grupe3{
  619.     position:absolute;
  620.     height:23%;
  621.     width:15%;
  622.     background-color:#22333B;
  623.     border-radius:10px;
  624.     margin-left:800px;
  625.     margin-top:130px;
  626. }
  627.  
  628. .grupe3 img{
  629.     position:absolute;
  630.     height:60%;
  631.     width:45%;
  632.     margin-left:65px;
  633.     margin-top:19px;
  634. }
  635.  
  636. .grupe3 h1{
  637.     position:absolute;
  638.     font-family:'Quicksand', sans-serif;
  639.     font-size:20px;
  640.     bottom:0px;
  641.     margin-left: 65px;
  642.     color:white;
  643.    
  644. }
  645.  
  646. .grupe4{
  647.     position:absolute;
  648.     height:23%;
  649.     width:15%;
  650.     background-color:#73C2BE;
  651.     border-radius:10px;
  652.     margin-left:1100px;
  653.     margin-top:130px;
  654.    
  655. }
  656. .grupe4 img{
  657.    
  658.     position:absolute;
  659.     height:60%;
  660.     width:60%;
  661.     border-radius:10px;
  662.     margin-left:50px;
  663.     margin-top:30px;
  664. }
  665.  
  666. .grupe4 h1{
  667.     position:absolute;
  668.     font-family:'Quicksand', sans-serif;
  669.     font-size:20px;
  670.     bottom:0px;
  671.     margin-left: 50px;
  672.     color:white;
  673. }
  674.  
  675.  
  676. .grupe5{
  677.     position:absolute;
  678.     height:23%;
  679.     width:15%;
  680.     background-color:#73C2BE;
  681.     border-radius:10px;
  682.     margin-left:200px;
  683.     margin-top:380px;
  684.    
  685. }
  686.  
  687. .grupe5 img{
  688.    
  689.     position:absolute;
  690.     height:60%;
  691.     width:70%;
  692.     margin-left:35px;
  693.     margin-top:20px;
  694.    
  695. }
  696.  
  697. .grupe5 h1{
  698.     position:absolute;
  699.     font-family:'Quicksand', sans-serif;
  700.     font-size:20px;
  701.     bottom:0px;
  702.     margin-left: 70px;
  703.     color:white;
  704.    
  705. }
  706.  
  707. .grupe6{
  708.     position:absolute;
  709.     height:23%;
  710.     width:15%;
  711.     background-color:#73C2BE;
  712.     border-radius:10px;
  713.     margin-left:500px;
  714.     margin-top:380px;
  715.    
  716.    
  717. }
  718.  
  719. .grupe6 img{
  720.     position:absolute;
  721.     height:100%;
  722.     width:100%;
  723.     border-radius:10px;
  724.    
  725. }
  726.  
  727. .grupe7{
  728.     position:absolute;
  729.     height:23%;
  730.     width:15%;
  731.     background-color:#73C2BE;
  732.     border-radius:10px;
  733.     margin-left:800px;
  734.     margin-top:380px;  
  735. }
  736.  
  737. .grupe7 img{
  738.     position:absolute;
  739.     width:60%;
  740.     height:75%;
  741.     margin-top:10px;
  742.     margin-left:45px;  
  743. }
  744. .grupe7 h1{
  745.     position:absolute;
  746.     font-family:'Quicksand', sans-serif;
  747.     font-size:20px;
  748.     bottom:0px;
  749.     margin-left: 55px;
  750.     color:white;
  751. }
  752. .grupe8{
  753.     position:absolute;
  754.     height:23%;
  755.     width:15%;
  756.     background-color:#FFCB47;
  757.     border-radius:10px;
  758.     margin-left:1100px;
  759.     margin-top:380px;
  760. }
  761.  
  762. .grupe8 img{
  763.     position:absolute;
  764.     height:60%;
  765.     width:75;
  766.     margin-top:20px;
  767.     margin-left:65px;
  768. }
  769.  
  770. .grupe8 h1{
  771.     position:absolute;
  772.     font-family:'Quicksand', sans-serif;
  773.     font-size:20px;
  774.     bottom:0px;
  775.     margin-left: 40px;
  776.     color:white;
  777. }
  778.  
  779.  
  780.  
  781. /****************************Single Group**************************/
  782.  
  783. #titleImage{
  784.     position:absolute;
  785.     height:25%;
  786.     width:15%;
  787.     z-index:4;
  788.     border-radius:15px;
  789.     margin-left:628px;
  790.     margin-top:20px;
  791. }
  792. .singleGroup{
  793.     position:absolute;
  794.     height:90%;
  795.     width:70%;
  796.     margin-left:230px;
  797.     margin-top:50px;
  798.     background-color:yellow;
  799.     border-radius:15px;
  800.     margin-bottom:50px;
  801. }
  802.  
  803. .singleGroup h1{
  804.     position:absolute;
  805.     font-family:'Quicksand', sans-serif;
  806.     font-size:30px;
  807.     margin-top:200px;
  808.     margin-left:30px;
  809.    
  810. }
  811.  
  812. .onoffswitch {
  813.     position: relative; width: 95px;
  814.     -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  815. }
  816. .onoffswitch-checkbox {
  817.     display: none;
  818. }
  819. .onoffswitch-label {
  820.     display: block; overflow: hidden; cursor: pointer;
  821.     border: 2px solid #999999; border-radius: 20px;
  822. }
  823. .onoffswitch-inner {
  824.     display: block; width: 200%; margin-left: -100%;
  825.     transition: margin 0.3s ease-in 0s;
  826. }
  827. .onoffswitch-inner:before, .onoffswitch-inner:after {
  828.     display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  829.     font-size: 15px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  830.     box-sizing: border-box;
  831. }
  832. .onoffswitch-inner:before {
  833.     content: "Joined";
  834.     padding-left: 11px;
  835.     background-color: #00800B; color: #FFFFFF;
  836. }
  837. .onoffswitch-inner:after {
  838.     content: "Join";
  839.     padding-right: 11px;
  840.     background-color: #EEEEEE; color: #999999;
  841.     text-align: right;
  842. }
  843. .onoffswitch-switch {
  844.     display: block; width: 21px; margin: 4.5px;
  845.     background: #FFFFFF;
  846.     position: absolute; top: 0; bottom: 0;
  847.     right: 61px;
  848.     border: 2px solid #999999; border-radius: 20px;
  849.     transition: all 0.3s ease-in 0s;
  850. }
  851. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  852.     margin-left: 0;
  853. }
  854. .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  855.     right: 0px;
  856. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement