overleaf/services/web/public/stylesheets/less/trackchanges.less

334 lines
No EOL
5.5 KiB
Text

@changesListWidth: 250px;
@changesListPadding: 10px;
#trackChangesPanel {
.track-changes-diff {
position: absolute;
right: @changesListWidth + 1px;
left: 0;
top: 0;
bottom: 0;
height: 100%;
.ace_editor {
position: absolute;
top: 30px;
left: 0;
right: 0;
bottom: 0;
.ace_active-line, .ace_cursor-layer, .ace_gutter-active-line {
display: none;
}
}
.track-changes-diff-toolbar {
position: absolute;
top: 0;
left: 0;
right: -1px;
height: 20px;
padding: 5px 5px 5px 5px;
margin: 0;
background-color: #282828;
color: white;
border-right: 1px solid white;
.number-of-changes, .restore {
position: absolute;
}
.number-of-changes {
left: 10px;
bottom: 7px;
}
.restore {
right: 10px;
bottom: 5px;
padding: 3px 9px;
}
}
}
.track-changes-side-bar {
border-left: 1px solid #999;
height: 100%;
width: @changesListWidth;
position: absolute;
right: 0;
background-color: white;
.track-changes-header {
background-color: #282828;
h3 {
color: white;
padding-left: 8px;
font-size: 1.2em;
}
a {
color: white;
position: absolute;
top: 6px;
right: 8px;
}
height: 30px;
}
.change-list-area {
overflow: scroll;
position: absolute;
left: 0px;
right: 0px;
top: 30px;
bottom: 0px;
}
}
.track-changes-upgrade-control, .track-changes-upgrade-popup {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 100;
}
.track-changes-upgrade-popup {
background-color: rgba(128,128,128,0.4);
.message {
margin: auto;
margin-top: 200px;
padding: 10px 10px 14px 10px;
width: 400px;
font-weight: bold;
text-align: center;
background-color: white;
.border-radius(8px);
}
}
.track-changes-upgrade-control {
background-color: #eeeeee;
text-align: center;
.message {
font-size: 18px;
margin: 12px;
margin-top: 36px;
}
}
.deleted-change-background,
.deleted-change-foreground,
.inserted-change-background,
.change-name-marker,
.changes-before,
.changes-after {
position: absolute;
z-index: 2;
}
.change-name-marker {
font-size: 0.8em;
padding: 2px 6px;
.border-radius(3px 3px 3px 3px);
position: absolute;
border: 1px solid #999;
left: 0;
white-space: pre;
}
.changes-before {
top: 6px;
right: 6px;
}
.changes-after {
bottom: 6px;
right: 6px;
}
.changes-before, .changes-after {
padding: 4px 8px;
background-color: #eee;
border: 1px solid #999;
.border-radius(3px);
}
ul.change-list {
li {
position: relative;
border-bottom: 1px solid #ccc;
cursor: pointer;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
.track-changes-date-header {
border-bottom: 1px solid #ccc;
padding: 2px;
font-weight: bold;
text-align: center;
height: 19px;
display: none;
}
.change-selectors {
.change-selector-from {
position: absolute;
bottom: 5px;
left: 8px;
opacity: 0.8;
}
.change-selector-to {
position: absolute;
top: 5px;
left: 8px;
opacity: 0.8;
}
.range {
position: absolute;
left: 12px;
width: 4px;
top: 0;
bottom: 0;
}
}
.change-description {
padding: 6px 4px 6px 30px;
min-height: 38px;
}
.change-name {
font-size: 11px;
color: #666;
text-transform: capitalize;
}
.change-time {
float: right;
color: #666;
font-size: 12px;
display: inline-block;
padding-right: 6px;
}
.color-square {
display: inline-block;
height: 10px;
width: 10px;
margin-right: 4px;
margin-bottom: -1px;
}
.changed-docs {
font-weight: bold;
}
.restore {
a {
display: block;
padding: 4px;
text-align: center;
border-top: 1px solid #ccc;
}
display: none;
}
&:hover {
background-color: #eaeaea;
}
}
li.loading-changes, li.empty-message {
padding: 6px;
cursor: default;
&:hover {
background-color: inherit;
}
}
li.selected-change {
background-color: #eaeaea;
.change-selectors {
.range {
background-color: rgb(0, 143, 255);
}
}
}
li.selected-change-to {
.change-selectors {
.range {
top: 10px;
}
.change-selector-to {
opacity: 1;
}
}
}
li.selected-change-from {
.change-selectors {
.range {
bottom: 10px;
}
.change-selector-from {
opacity: 1;
}
}
.restore {
display: block;
}
}
li.first-in-day {
.track-changes-date-header {
display: block;
}
.change-selectors {
.change-selector-to {
top: 28px;
}
}
}
li.first-in-day.selected-change-to {
.change-selectors {
.range {
top: 33px;
}
}
}
li.track-changes-upgrade-oneweek {
padding: 15px;
background-color: rgb(255, 251, 210);
cursor: default;
}
}
ul.change-list.hover-state {
li {
.change-selectors {
.range {
background-color: transparent;
top: 0;
bottom: 0;
}
}
}
li.hover-selected {
.change-selectors {
.range {
top: 0;
background-color: #999;
}
}
}
li.hover-selected-to {
.change-selectors {
.range {
top: 10px;
}
.change-selector-to {
opacity: 1;
}
}
}
li.hover-selected-from {
.change-selectors {
.range {
bottom: 10px;
}
.change-selector-from {
opacity: 1;
}
}
}
li.first-in-day.hover-selected-to {
.change-selectors {
.range {
top: 33px;
}
}
}
}
}