Srxon05

odjava.html

Sep 24th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.23 KB | None | 0 0
  1. <html>
  2.  
  3.         <head>
  4.         <title>Dodavanje</title>
  5.             <style>
  6.                
  7.                 ul {
  8.                     width: 50%;
  9.                     height: 20%;
  10.                     font-size: 10px;
  11.                     font-family: "Times New Roman", Times, serif;
  12.                     list-style: none;
  13.                     font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  14.                     color: white;
  15.                     text-align: center;
  16.                     text-decoration:none;
  17.                    
  18.                    
  19.                    
  20.                    
  21.                 }
  22.                
  23.                 ul li{
  24.                     padding: 0px 15px;
  25.                     float: left;
  26.                     font-size: 30px;
  27.                     display:block;
  28.                      
  29.                    
  30.                    
  31.  
  32.                    
  33.                 }
  34.                 /*.centar{
  35.            
  36.                     width: 100%;
  37.                     height: 20%;
  38.                    
  39.                    
  40.                
  41.                 }
  42.                 */
  43.                 .unos {
  44.                 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  45.                 width: 15%;
  46.                 height: 50px;
  47.                 border-radius: 10px;
  48.                 border-bottom-color: lightgreen;
  49.                 border-top-color: transparent;
  50.                 border-left-color: transparent;
  51.                 border-right-color: transparent;
  52.                 border-bottom-style: groove;
  53.                 border-top-style: none;
  54.                 border-right-style: none;
  55.                 border-left-style: none;
  56.                 border-width: 5px;
  57.                 text-align: center;
  58.                 background-color: transparent;
  59.                 color: white;
  60.                 font-size: 20px;
  61.  
  62.             }
  63.  
  64.             button {
  65.                 width: 95px;
  66.                 height: 45px;
  67.                 border-radius: 10px;
  68.                 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  69.                 background-color: transparent;
  70.                 border-style: groove;
  71.                 border-color: lightgreen;
  72.                 color: white;
  73.                 border-width: 3px;
  74.  
  75.                
  76.            
  77.            
  78.            
  79.            
  80.            
  81.             }
  82.            
  83.             button:hover{
  84.                 background-color: lightgreen;
  85.                 color: black;
  86.                 border-style: none;
  87.                 border-color:transparent;
  88.             }
  89.  
  90.             p {
  91.                 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  92.                 font-size: 20px;
  93.                 color: white;
  94.  
  95.             }
  96.  
  97.             body{
  98.                 background-image: url("images/navy.png");
  99.                 background-position: center;
  100.  
  101.  
  102.  
  103.             }
  104.            
  105.             select{
  106.                 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  107.                 width: 15%;
  108.                 height: 50px;
  109.                 background-color: transparent;
  110.                 border-color: lightgreen;
  111.                 border-style: groove;
  112.                 color: white;
  113.                 font-size: 20px;
  114.                 border-width: 3px;
  115.                 text-align: center;
  116.                 border-radius: 10px;
  117.             }
  118.            
  119.             #menu{
  120.                 width: 100%;
  121.                 height: 20%;
  122.             }
  123.            
  124.             a {
  125.                 color: white;
  126.                 text-decoration:none;
  127.                 cursor:pointer;
  128.             }
  129.                
  130.  
  131.             </style>
  132.         </head>
  133.    
  134.     <body>
  135.     <center>
  136.  
  137.    
  138.     <ul>
  139.         <li><a href="dodaj.htm" style="color: lightgreen;">Dodaj</a></li>
  140.         <li><a href="pregled.htm">Pregled</a></li>
  141.         <li><a href="index.htm">Odjava</a></li>
  142.     </ul>
  143.    
  144.    
  145.     <div id="Forma">
  146.         <form action="\panel" method="POST">
  147.            
  148.             <p><b>Ime: </b><input class="unos" name="ime" placeholder="Unesite ime"></input></p>
  149.             <p><b>Prezime: </b><input class="unos" name="prezime" placeholder="Unesite prezime"></input></p>
  150.             <p><b>Odeljenje:</b>
  151.                 <select>
  152.                     <option>IT41</option>
  153.                     <option></option>
  154.                     <option></option>
  155.            
  156.                 </select>
  157.             </p>
  158.             <p><b>Sifra: </b><input class="unos" name="sifra" placeholder="Unesite sifru" type="password"></input></p>
  159.             <button type="submit" name="submit"><b>OK</b></button>
  160.         </form>
  161.    
  162.    
  163.     </div>
  164.     </center>
  165.     </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment