mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 18:11:05 +08:00
35 lines
411 B
CSS
35 lines
411 B
CSS
.yourusername {
|
|
display: block;
|
|
}
|
|
|
|
.header {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.header h1 {
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.saveusername {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.savebutton {
|
|
display: inline;
|
|
background-color: rgb(105,105,105);
|
|
color: white;
|
|
}
|
|
|
|
.fakeComment {
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.hint {
|
|
color: grey;
|
|
font-weight: 600;
|
|
padding: 3px 0 16px;
|
|
}
|