mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
colibris: improvements
This commit is contained in:
parent
3f761121b2
commit
dad6c217ef
4 changed files with 22 additions and 9 deletions
|
@ -23,12 +23,15 @@ body,
|
||||||
#chatinput,
|
#chatinput,
|
||||||
#chatlabel,
|
#chatlabel,
|
||||||
#toc,
|
#toc,
|
||||||
|
#tocItems a,
|
||||||
.toolbar ul li a:hover .buttonicon,
|
.toolbar ul li a:hover .buttonicon,
|
||||||
.toolbar ul li select,
|
.toolbar ul li select,
|
||||||
#mycolorpickercancel,
|
#mycolorpickercancel,
|
||||||
.btn-default,
|
.btn-default,
|
||||||
.color\:black,
|
.color\:black,
|
||||||
[data-color=black]
|
[data-color=black],
|
||||||
|
#chattext.authorColors p, #chattext.authorColors span,
|
||||||
|
#chattext .time
|
||||||
{ color: #495057 !important; }
|
{ color: #495057 !important; }
|
||||||
|
|
||||||
/* PRIMARY COLOR */
|
/* PRIMARY COLOR */
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding-right: 18px !important;
|
padding-right: 18px !important;
|
||||||
color: #6a6a6b;
|
color: #6a6a6b;
|
||||||
font-family: Montserrat;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 10px;
|
font-size: 11px !important;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidedivinner>div,
|
#sidedivinner>div,
|
||||||
|
@ -22,8 +22,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidedivinner>div {
|
#sidedivinner>div {
|
||||||
padding-right: 5px;
|
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
font-size: 10px;
|
font-size: 10px !important;
|
||||||
color: #a0a0a0;
|
color: #a0a0a0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidedivinner.authorColors>div, #sidedivinner.authorColors>div.primary-none, #sidedivinner>div {
|
||||||
|
padding-right: 8px !important;
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
background-color: rgb(249, 249, 249) !important;
|
background-color: rgb(249, 249, 249) !important;
|
||||||
padding: 20px !important;
|
padding: 20px !important;
|
||||||
width: 146px !important;
|
width: 146px !important;
|
||||||
|
padding-left: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tocItems {
|
#tocItems {
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
#innerdocbody {
|
#innerdocbody, #padcontent {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerdocbody span {
|
#innerdocbody span, #padcontent span {
|
||||||
padding: 4px 0 !important;
|
padding: 4px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerdocbody h1 span {
|
#innerdocbody h1 span, #padcontent h1 span {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,5 +33,11 @@ a {
|
||||||
color: #3f51b5;
|
color: #3f51b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
line-height: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue