mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 02:43:46 +08:00
Changes styles for Emma and Sam's design.
This commit is contained in:
@@ -62,7 +62,7 @@ hr {
|
||||
.coral-plugin-infobox-info {
|
||||
top: 0;
|
||||
border: 0;
|
||||
background: rgb(105,105,105);
|
||||
background: rgb(35,118,216);
|
||||
color: white;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
@@ -72,6 +72,21 @@ hr {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Question Box Styles */
|
||||
.coral-plugin-questionbox-info {
|
||||
top: 0;
|
||||
border: 0;
|
||||
background: rgb(105,105,105);
|
||||
color: white;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
margin-bottom: 0px;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.hidden {
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user