2013-12-01 23:10:12 +00:00
|
|
|
.pageBreak{
|
|
|
|
|
page-break-after: always;
|
|
|
|
|
-webkit-region-break-inside: avoid;
|
|
|
|
|
border-bottom: 1px dotted #AAA;
|
2013-12-02 11:40:50 +00:00
|
|
|
width:850px;
|
|
|
|
|
height:40px;
|
|
|
|
|
margin-left:-102px;
|
|
|
|
|
border-top: 1px dotted #aaa;
|
|
|
|
|
background-color:#f7f7f7;
|
|
|
|
|
margin-top:100px;
|
|
|
|
|
margin-bottom:100px;
|
2013-12-02 14:06:40 +00:00
|
|
|
cursor: default;
|
2013-12-01 23:10:12 +00:00
|
|
|
}
|
|
|
|
|
|
2013-11-22 15:05:27 +00:00
|
|
|
|
2013-12-01 23:10:12 +00:00
|
|
|
.pageBreakComputed{
|
|
|
|
|
page-break-after: always;
|
|
|
|
|
-webkit-region-break-inside: avoid;
|
|
|
|
|
border-bottom: 1px dotted #AAA;
|
2013-12-02 14:06:40 +00:00
|
|
|
margin-left:-102px !important;
|
2013-12-02 11:40:50 +00:00
|
|
|
width:850px;
|
|
|
|
|
height:40px;
|
|
|
|
|
border-top: 1px dotted #aaa;
|
2013-12-02 11:00:54 +00:00
|
|
|
background-color:#f7f7f7;
|
2013-12-02 11:40:50 +00:00
|
|
|
margin-top:100px;
|
|
|
|
|
margin-bottom:100px;
|
2013-12-02 14:06:40 +00:00
|
|
|
cursor: default;
|
2013-12-01 23:10:12 +00:00
|
|
|
}
|
|
|
|
|
|
2013-12-02 00:58:34 +00:00
|
|
|
.outerPV{
|
2013-12-01 23:10:12 +00:00
|
|
|
width:850px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-02 00:58:34 +00:00
|
|
|
.outerBackground{
|
|
|
|
|
background-color:#f7f7f7 !important;
|
2014-07-09 16:07:37 +00:00
|
|
|
width: 850px;
|
|
|
|
|
margin:auto;
|
2013-12-01 23:10:12 +00:00
|
|
|
border:none;
|
|
|
|
|
}
|
2014-07-09 16:07:37 +00:00
|
|
|
|
|
|
|
|
.sidedivdelayed{
|
|
|
|
|
top: 7px !important;
|
|
|
|
|
left: auto !important;
|
|
|
|
|
padding-top: 100px !important;
|
|
|
|
|
}
|
|
|
|
|
|
2013-12-02 00:58:34 +00:00
|
|
|
.innerPV{
|
2013-12-01 23:10:12 +00:00
|
|
|
background-color:#fff;
|
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-width: 1px 1px 0 1px;
|
|
|
|
|
position: relative;
|
|
|
|
|
box-shadow: 10px 20px 40px 20px #ddd;
|
2013-12-02 11:00:54 +00:00
|
|
|
padding-right:0px !important;
|
2013-12-02 11:40:50 +00:00
|
|
|
padding-top:100px !important;
|
2013-12-01 23:10:12 +00:00
|
|
|
}
|
|
|
|
|
|
2013-12-02 00:58:34 +00:00
|
|
|
.innerPVDiv{
|
|
|
|
|
margin-left:100px;
|
2013-12-02 11:40:50 +00:00
|
|
|
margin-right:100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#innerdocbody {
|
2013-12-04 19:32:27 +00:00
|
|
|
min-height:1500px;
|
2013-12-02 00:58:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#innerdocbody > div{
|
|
|
|
|
margin-left:100px;
|
2013-12-02 11:40:50 +00:00
|
|
|
margin-right:100px;
|
2013-12-02 00:58:34 +00:00
|
|
|
}
|
2013-12-02 16:03:07 +00:00
|
|
|
|
|
|
|
|
.pageBreakFullScreen{
|
|
|
|
|
width:100%;
|
|
|
|
|
height:1px;
|
|
|
|
|
}
|