mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
575247218d
Fixes #852. Links now visible with white on black system theme. Defining with a {...}
94 lines
1.1 KiB
CSS
94 lines
1.1 KiB
CSS
div.name {
|
|
color: @black;
|
|
font: @bigBold;
|
|
}
|
|
|
|
div.message {
|
|
color: @black;
|
|
font: @big;
|
|
}
|
|
|
|
div.action {
|
|
color: #1818FF;
|
|
font: @big;
|
|
}
|
|
|
|
div.date {
|
|
color: @black;
|
|
font: @big;
|
|
}
|
|
|
|
div.name_me {
|
|
color: @mediumGrey;
|
|
font: @big;
|
|
}
|
|
|
|
div.message_me {
|
|
color: @black;
|
|
font: @big;
|
|
}
|
|
|
|
div.date_me {
|
|
color: @black;
|
|
font: @big;
|
|
}
|
|
|
|
span.quote {
|
|
color: #279419;
|
|
}
|
|
|
|
div.green {
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
color: @white;
|
|
background-color: @green;
|
|
font: @small;
|
|
}
|
|
|
|
div.silver {
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
color: @black;
|
|
background-color: @lightGrey;
|
|
font: @small;
|
|
}
|
|
|
|
div.red {
|
|
margin-top: 6px;
|
|
margin-bottom: 6px;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
color: @white;
|
|
background-color: @red;
|
|
font: @small;
|
|
}
|
|
|
|
div.alert {
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
color: @black;
|
|
background-color: @orange;
|
|
font: @big;
|
|
}
|
|
|
|
div.alert_name {
|
|
color: @black;
|
|
background-color: @orange;
|
|
font: @bigBold;
|
|
}
|
|
|
|
div.button {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
margin-left: 0px;
|
|
color: @white;
|
|
}
|
|
|
|
a {
|
|
color: blue;
|
|
}
|