mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 20:57:28 +08:00
168 lines
2.5 KiB
CSS
168 lines
2.5 KiB
CSS
.dialog {
|
|
border: none;
|
|
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
|
|
width: 280px;
|
|
top: 10px;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.header h1, .separator h1{
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.footer {
|
|
margin: 20px auto 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer span {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.footer a {
|
|
color: #2c69b6;
|
|
cursor: pointer;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.socialConnections {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.signInButton {
|
|
margin-top: 10px;
|
|
background-color: #2a2a2a;
|
|
}
|
|
|
|
.close {
|
|
font-size: 20px;
|
|
line-height: 14px;
|
|
top: 10px;
|
|
right: 10px;
|
|
position: absolute;
|
|
display: block;
|
|
font-weight: bold;
|
|
color: #363636;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.close:hover {
|
|
color: #6b6b6b;
|
|
}
|
|
|
|
input.error{
|
|
border: solid 2px #f44336;
|
|
}
|
|
|
|
.errorMsg, .hint {
|
|
color: grey;
|
|
font-weight: 600;
|
|
padding: 3px 0 16px;
|
|
}
|
|
|
|
.userBox {
|
|
margin: 10px 0 20px;
|
|
letter-spacing: 0.1px;
|
|
}
|
|
|
|
.userBoxLoggedIn {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.userBox a {
|
|
color: black;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
margin: 0px;
|
|
margin-left: 4px;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
.userBox .logout {
|
|
border-bottom: solid 1px black;
|
|
}
|
|
|
|
.attention {
|
|
display: inline-block;
|
|
width: 15px;
|
|
height: 15px;
|
|
background: #B71C1C;
|
|
color: #FFEBEE;
|
|
font-weight: bolder;
|
|
padding: 4px;
|
|
vertical-align: middle;
|
|
border-radius: 20px;
|
|
box-sizing: border-box;
|
|
font-size: 9px;
|
|
line-height: 7px;
|
|
text-align: center;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.action {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.passwordRequestSuccess {
|
|
border: 1px solid green;
|
|
background-color: lightgreen;
|
|
padding: 10px;
|
|
}
|
|
|
|
.passwordRequestFailure {
|
|
border: 1px solid orange;
|
|
background-color: 1px solid coral;
|
|
padding: 10px;
|
|
}
|
|
|
|
.emailConfirmDialog {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.confirmLabel {
|
|
display: block;
|
|
}
|
|
|
|
/* Change username Dialog*/
|
|
|
|
.dialogusername {
|
|
border: none;
|
|
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
|
|
width: 400px;
|
|
top: 10px;
|
|
}
|
|
|
|
.yourusername {
|
|
display: block;
|
|
}
|
|
|
|
.example {
|
|
display: block;
|
|
}
|
|
|
|
.ifyoudont {
|
|
display: block;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.saveusername {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.savebutton {
|
|
display: inline;
|
|
background-color: rgb(105,105,105);
|
|
color: white;
|
|
}
|
|
|
|
.fakeComment {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|