2018-09-15 21:36:01 +02:00
|
|
|
@namespace office url(urn:oasis:names:tc:opendocument:xmlns:office:1.0);
|
2018-09-13 00:41:06 +02:00
|
|
|
afx-app-window[data-id="OpenPage"] div[data-id="container"]
|
|
|
|
{
|
|
|
|
overflow: auto;
|
2018-09-13 20:21:07 +02:00
|
|
|
margin:0px;
|
|
|
|
padding:0px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #f2f1f0;
|
2018-09-15 21:36:01 +02:00
|
|
|
/*position: relative;*/
|
2018-09-13 20:21:07 +02:00
|
|
|
}
|
|
|
|
|
2018-09-15 21:36:01 +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;
|
|
|
|
}*/
|
2018-09-13 20:21:07 +02:00
|
|
|
afx-app-window[data-id="OpenPage"] div[data-id="odfcanvas"]
|
|
|
|
{
|
|
|
|
cursor: text;
|
|
|
|
margin:auto;
|
|
|
|
box-shadow: 1px 1px 3px 3px #9f9F9F;
|
2018-09-15 21:36:01 +02:00
|
|
|
/*added*/
|
|
|
|
transform-origin: top center;
|
|
|
|
-webkit-transform-origin: top center;
|
|
|
|
-moz-transform-origin: top center;
|
|
|
|
-o-transform-origin: top center;
|
|
|
|
overflow: hidden;
|
2018-09-13 20:21:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"]
|
|
|
|
{
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border: 1px solid #eaeaea;
|
|
|
|
box-shadow: 3px 3px 3px #9f9F9F;
|
|
|
|
}
|
2018-09-14 19:35:01 +02:00
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="status-bar"]
|
2018-09-13 20:21:07 +02:00
|
|
|
{
|
2018-09-14 19:35:01 +02:00
|
|
|
background-color: #f5f5f5;
|
|
|
|
border: 1px solid #eaeaea;
|
|
|
|
box-shadow: -3px -3px 3px #9f9F9F;
|
2018-09-13 20:21:07 +02:00
|
|
|
}
|
2018-09-14 19:35:01 +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
|
|
|
|
{
|
2018-09-13 20:21:07 +02:00
|
|
|
border: 1px solid #f5f5f5;
|
|
|
|
background-color: transparent;
|
|
|
|
width:100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2018-09-14 19:35:01 +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
|
2018-09-13 20:21:07 +02:00
|
|
|
{
|
|
|
|
border: 1px solid #759DC0;
|
|
|
|
background-color: transparent;
|
|
|
|
border-radius:5px;
|
|
|
|
color:#759DC0;
|
2018-09-15 21:36:01 +02:00
|
|
|
}
|
|
|
|
|