Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

45
LINES

< > BotCompany Repo | #1030364 // gazelle_logInFormCSS

JavaX fragment (include)

sS gazelle_logInFormCSS() {
  ret [[
    .modal {
      padding-right: 15px;
    }
    
    .modal-content {
      background-color: #fefefe;
      /*margin: 5% auto 5% auto;*/ 
      border: 1px solid #888;
      /*width: 40%; */
    }
    
    .modal input[type=text], .modal input[type=password] {
      width: 100%;
      padding: 15px;
      margin: 5px 0 10px 0;
      display: inline-block;
      border: none;
      background: #f1f1f1;
    }
    
    .modal input[type=text]:focus, .modal input[type=password]:focus {
      background-color: #ddd;
      outline: none;
    }
    
    .modal button:hover {
      opacity:1;
      background-color:MediumSeaGreen;
    }
    
    .register, .login {
      padding: 14px 20px;
      color:white;
      background-color:#333;
      float: left;
      width: 50%;
    }
    
    .container {
      padding: 16px;
    }
  ]];
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030364
Snippet name: gazelle_logInFormCSS
Eternal ID of this version: #1030364/1
Text MD5: 0f0ce75c39bdeb570bd3be02b76bfb9d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-12-09 18:01:17
Source code size: 923 bytes / 45 lines
Pitched / IR pitched: No / No
Views / Downloads: 128 / 152
Referenced in: [show references]