| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/apps/richdocuments/css/ |
Upload File : |
#odf-canvas{
position: relative;
top: 37px;
left: 0px;
border:1px solid darkgray;
border-left:0 none;
box-shadow: 0px 4px 10px #000;
-moz-box-shadow: 0px 4px 10px #000;
-webkit-box-shadow: 0px 4px 10px #000;
}
.icon-filetype-document{
background-image: url('../img/x-office-document.svg')
}
.icon-filetype-spreadsheet{
background-image: url('../img/x-office-spreadsheet.svg');
}
.icon-filetype-presentation{
background-image: url('../img/x-office-presentation.svg');
}
.richdocuments-sharing .icon-shared {
display: block;
width: 16px;
height: 16px;
padding: 16px;
opacity: 0.6;
}
.richdocuments-sharing .icon-shared:hover,
.richdocuments-sharing .icon-shared:focus {
opacity: 1;
}
#richdocumentsframe {
background-color: #fff;
width:100%;
height: calc(100vh - 50px);
display:block;
position:absolute;
top:0;
z-index:110;
}
#editors-menu {
min-width: 200px;
top: 50px;
ul li {
display: flex;
padding: 3px;
border-left: 3px solid transparent;
&.active {
border-left: 3px solid var(--color-primary);
}
.label {
padding: 6px;
flex-grow: 1;
.icon-play-next {
opacity: .5;
display: inline-block;
padding-left: 10px;
vertical-align: top;
}
}
label.label::before {
margin-right: 16px;
margin-left: 7px;
}
.icon-close {
padding: 8px;
}
}
}
#richdocuments-avatars {
position: relative;
right: -15px;
& > .richdocuments-avatar {
float: right;
border-radius: 50%;
margin: 8px;
margin-left: -20px;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
position: relative;
&.read-only {
opacity: 0.8;
}
}
}
#richdocuments-header {
display: flex;
& > div .icon-shared,
& > div .icon-more {
display: block;
min-width: 50px;
height: 50px;
}
}
#richdocuments-actions {
position: relative;
li {
white-space: nowrap;
a.icon-loading-small:after {
left: 19px;
}
}
}
#versionsTabView li {
padding-left: 15px;
margin-left: -15px;
}
#versionsTabView li.active {
border-left: 3px solid var(--color-primary, #000);
padding-left: 12px;
}
#currentVersion li,
#lastSavedVersion li {
border-bottom: 1px solid rgba(100,100,100,.1);
.version-container .downloadVersion {
display: flex;
flex-direction: column;
margin-left: 12px;
}
}
@import 'templatePicker';