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

45
LINES

< > BotCompany Repo | #1030364 // gazelle_logInFormCSS

JavaX fragment (include)

1  
sS gazelle_logInFormCSS() {
2  
  ret [[
3  
    .modal {
4  
      padding-right: 15px;
5  
    }
6  
    
7  
    .modal-content {
8  
      background-color: #fefefe;
9  
      /*margin: 5% auto 5% auto;*/ 
10  
      border: 1px solid #888;
11  
      /*width: 40%; */
12  
    }
13  
    
14  
    .modal input[type=text], .modal input[type=password] {
15  
      width: 100%;
16  
      padding: 15px;
17  
      margin: 5px 0 10px 0;
18  
      display: inline-block;
19  
      border: none;
20  
      background: #f1f1f1;
21  
    }
22  
    
23  
    .modal input[type=text]:focus, .modal input[type=password]:focus {
24  
      background-color: #ddd;
25  
      outline: none;
26  
    }
27  
    
28  
    .modal button:hover {
29  
      opacity:1;
30  
      background-color:MediumSeaGreen;
31  
    }
32  
    
33  
    .register, .login {
34  
      padding: 14px 20px;
35  
      color:white;
36  
      background-color:#333;
37  
      float: left;
38  
      width: 50%;
39  
    }
40  
    
41  
    .container {
42  
      padding: 16px;
43  
    }
44  
  ]];
45  
}

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: 127 / 152
Referenced in: [show references]