mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46: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,
|
||||
#chatlabel,
|
||||
#toc,
|
||||
#tocItems a,
|
||||
.toolbar ul li a:hover .buttonicon,
|
||||
.toolbar ul li select,
|
||||
#mycolorpickercancel,
|
||||
.btn-default,
|
||||
.color\:black,
|
||||
[data-color=black]
|
||||
[data-color=black],
|
||||
#chattext.authorColors p, #chattext.authorColors span,
|
||||
#chattext .time
|
||||
{ color: #495057 !important; }
|
||||
|
||||
/* PRIMARY COLOR */
|
||||
|
|
|
@ -9,9 +9,9 @@
|
|||
font-size: 13px;
|
||||
padding-right: 18px !important;
|
||||
color: #6a6a6b;
|
||||
font-family: Montserrat;
|
||||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
font-size: 11px !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#sidedivinner>div,
|
||||
|
@ -21,9 +21,12 @@
|
|||
border-right: 5px solid transparent;
|
||||
}
|
||||
|
||||
#sidedivinner>div {
|
||||
padding-right: 5px;
|
||||
#sidedivinner>div {
|
||||
line-height: 24px;
|
||||
font-size: 10px;
|
||||
font-size: 10px !important;
|
||||
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;
|
||||
padding: 20px !important;
|
||||
width: 146px !important;
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
|
||||
#tocItems {
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
#innerdocbody {
|
||||
#innerdocbody, #padcontent {
|
||||
font-size: 15px;
|
||||
line-height: 25px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#innerdocbody span {
|
||||
#innerdocbody span, #padcontent span {
|
||||
padding: 4px 0 !important;
|
||||
}
|
||||
|
||||
#innerdocbody h1 span {
|
||||
#innerdocbody h1 span, #padcontent h1 span {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
@ -33,5 +33,11 @@ a {
|
|||
color: #3f51b5;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue