2018-09-29 11:19:26 +02:00
|
|
|
|
|
|
|
@namespace office url(urn:oasis:names:tc:opendocument:xmlns:office:1.0);
|
|
|
|
afx-app-window[data-id="OpenPage"] div[data-id="container"]
|
|
|
|
{
|
|
|
|
overflow: auto;
|
|
|
|
margin:0px;
|
|
|
|
padding:0px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
text-align: center;
|
2020-06-25 18:23:33 +02:00
|
|
|
/*background-color: #f2f1f0;*/
|
2018-09-29 11:19:26 +02:00
|
|
|
/*position: relative;*/
|
|
|
|
}
|
2020-06-25 18:23:33 +02:00
|
|
|
afx-app-window[data-id="OpenPage"] office|body, office|document {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
background-image: none;
|
|
|
|
user-select: text;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2018-09-29 11:19:26 +02:00
|
|
|
/*
|
|
|
|
@media screen, print, handheld, projection
|
|
|
|
{
|
|
|
|
office|body{
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
Fix annotation problem not showing
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
afx-app-window[data-id="OpenPage"] document, afx-app-window[data-id="OpenPage"] office:body{
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
afx-app-window[data-id="OpenPage"] .annotationsPane{
|
|
|
|
right: 0 !important;
|
|
|
|
top: 0 !important;
|
|
|
|
position: absolute !important;
|
|
|
|
}*/
|
|
|
|
afx-app-window[data-id="OpenPage"] div[data-id="odfcanvas"]
|
|
|
|
{
|
|
|
|
cursor: text;
|
|
|
|
margin:auto;
|
2020-06-25 18:23:33 +02:00
|
|
|
/*box-shadow: 1px 1px 3px 3px #9f9F9F;*/
|
|
|
|
border: 1px solid #2c2c2c;
|
2018-09-29 11:19:26 +02:00
|
|
|
/*added*/
|
|
|
|
transform-origin: top center;
|
|
|
|
-webkit-transform-origin: top center;
|
|
|
|
-moz-transform-origin: top center;
|
|
|
|
-o-transform-origin: top center;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"]
|
|
|
|
{
|
2020-06-25 18:23:33 +02:00
|
|
|
/*background-color: #f5f5f5;
|
2018-09-29 11:19:26 +02:00
|
|
|
border: 1px solid #eaeaea;
|
2020-06-25 18:23:33 +02:00
|
|
|
box-shadow: 3px 3px 3px #9f9F9F;*/
|
2018-09-29 11:19:26 +02:00
|
|
|
}
|
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="status-bar"]
|
|
|
|
{
|
2020-06-25 18:23:33 +02:00
|
|
|
/*background-color: #f5f5f5;
|
2018-09-29 11:19:26 +02:00
|
|
|
border: 1px solid #eaeaea;
|
2020-06-25 18:23:33 +02:00
|
|
|
box-shadow: -3px -3px 3px #9f9F9F;*/
|
2018-09-29 11:19:26 +02:00
|
|
|
}
|
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"] afx-button button, afx-app-window[data-id="OpenPage"] afx-button[data-id="btzoomfix"] button
|
|
|
|
{
|
2020-06-25 18:23:33 +02:00
|
|
|
/*border: 1px solid #f5f5f5;
|
|
|
|
background-color: transparent;*/
|
2018-09-29 11:19:26 +02:00
|
|
|
width:100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2020-06-25 18:23:33 +02:00
|
|
|
afx-app-window[data-id="OpenPage"] button.selected {
|
|
|
|
color:chocolate;
|
|
|
|
}
|
|
|
|
|
2018-09-29 11:19:26 +02:00
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"] afx-button button:hover, afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"] afx-button button.btactive, afx-app-window[data-id="OpenPage"] afx-button[data-id="btzoomfix"] button:hover
|
|
|
|
{
|
|
|
|
border: 1px solid #759DC0;
|
|
|
|
background-color: transparent;
|
|
|
|
border-radius:5px;
|
|
|
|
color:#759DC0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
afx-app-window[data-id="HyperLinkDialog"] afx-label.header span
|
|
|
|
{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
afx-app-window[data-id="FormatDialog"] afx-label.header
|
|
|
|
{
|
|
|
|
padding-left: 5px;
|
|
|
|
border-bottom: 1px solid #a6a6a6;
|
|
|
|
}
|
|
|
|
afx-app-window[data-id="FormatDialog"] afx-label.header span
|
|
|
|
{
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
afx-app-window[data-id="FormatDialog"] afx-hbox[data-id="aligmentbox"] afx-label span,
|
|
|
|
afx-app-window[data-id="FormatDialog"] afx-hbox[data-id="spacingbox"] afx-label span,
|
|
|
|
afx-app-window[data-id="FormatDialog"] afx-hbox[data-id="stylebox"] afx-label span,
|
|
|
|
afx-app-window[data-id="FormatDialog"] afx-hbox[data-id="font-box"] > div > afx-label span
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
afx-app-window[data-id="FormatDialog"] div[data-id="preview"]
|
|
|
|
{
|
|
|
|
border: 1px solid #a6a6a6;
|
|
|
|
}
|
|
|
|
afx-app-window[data-id="FormatDialog"] div[data-id="txtcolor"],
|
|
|
|
afx-app-window[data-id="FormatDialog"] div[data-id="bgcolor"]
|
|
|
|
{
|
|
|
|
border:1px solid #a6a6a6;
|
|
|
|
display: block;
|
|
|
|
}
|